@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #444444;
  word-break: break-all;
  overflow-x: hidden;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #444444 !important;
}

a {
  text-decoration: none;
  color: #444444;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Noto Sans Myanmar", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.intro {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 9.3333333333vw 0 21.3333333333vw;
  }
}
.intro__text {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
.intro__box {
  margin-top: 125px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .intro__box {
    margin-top: 9.3333333333vw;
    flex-direction: column-reverse;
  }
}
.intro__box .contents {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .intro__box .contents {
    width: 100%;
  }
}
.intro__box .contents h3 {
  text-align: right;
  line-height: 1.5;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
}
.intro__box .contents h3 span {
  font-size: 10px;
  vertical-align: top;
  line-height: 2;
}
@media screen and (max-width: 1320px) {
  .intro__box .contents h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .intro__box .contents h3 {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.intro__box .contents p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .intro__box .contents p {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.intro__box .contents .more__btn {
  margin-left: auto;
}
.intro__box .media {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .intro__box .media {
    width: 100%;
  }
}
.intro__box .media img {
  margin-bottom: 20px;
}
.intro__box .media .caption {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .intro__box .media .caption {
    display: none;
  }
}

.more__btn {
  max-width: 100%;
  width: 360px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 28px;
  display: block;
  transition: 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .more__btn {
    width: 95%;
    margin: 0 auto;
  }
}
.more__btn:hover {
  background: #707070;
  color: #fff;
}

.contents__box {
  display: flex;
  align-items: center;
  max-width: 95%;
  margin: 0 auto;
  width: 1400px;
}
@media screen and (max-width: 768px) {
  .contents__box {
    display: block;
  }
}
.contents__box--img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contents__box--img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.contents__box--img p {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.5;
}
.contents__box--text {
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 1320px) {
  .contents__box--text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents__box--text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.contents__box--text h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 50px;
}
.contents__box--text h3 span {
  font-size: 10px;
  vertical-align: top;
  line-height: 2;
}
@media screen and (max-width: 1320px) {
  .contents__box--text h3 {
    font-size: 6.4vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents__box--text h3 {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contents__box--text p {
  font-size: 16px;
  line-height: 1.8;
}
.contents__box--text p span {
  font-size: 10px;
  vertical-align: top;
  line-height: 2;
}
.contents__box--text p.center {
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .contents__box--text p {
    text-align: center;
    font-size: 3.2vw;
  }
}
.contents__box--text .img {
  margin-top: 20px;
}
.contents__box + .contents__box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contents__box + .contents__box {
    margin-top: 8vw;
  }
}
.contents__box:nth-of-type(even) {
  flex-direction: row-reverse;
}

.collection {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .collection {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.collection__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .collection__title {
    margin-bottom: 8vw;
  }
}
.collection__title img {
  width: 100%;
}
.collection__item {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .collection__item {
    padding: 0 4vw;
    display: block;
  }
}
.collection__item + .collection__item {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .collection__item + .collection__item {
    margin-top: 6.6666666667vw;
  }
}
.collection__item--img {
  width: 40%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .collection__item--img {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
.collection__item--img img {
  transition: all 0.3s ease;
}
.collection__item--img:hover img {
  transform: scale(1.05);
}
.collection__item--contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .collection__item--contents {
    width: 100%;
  }
}
.collection__item--title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .collection__item--title {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.collection__item--title span {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .collection__item--title span {
    margin-top: 12vw;
  }
}
.collection__item--text {
  margin-top: 60px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .collection__item--text {
    margin-top: 6.6666666667vw;
    font-size: 12px;
  }
  .collection__item--text:nth-of-type(2) {
    text-align: center;
  }
}
.collection__item .more__btn {
  margin-top: 40px;
  border-radius: 0;
}
.collection__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .collection__sp {
    display: block;
    font-size: 10px;
    line-height: 1.8;
    margin-top: 8vw;
    padding: 0 4vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}

.header__btns {
  cursor: pointer;
  position: fixed;
  top: 38px;
  left: 20px;
  z-index: 1002;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: 1px solid #707070;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .header__btns {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
  }
}

.header__btn {
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* メニュー表示時のアニメーション（ハンバーガーが×になる） */
.header__btns.active .header__btn:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
}

.header__btns.active .header__btn:nth-child(2) {
  opacity: 0;
}

.header__btns.active .header__btn:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* メニュー本体 */
.hamburger__nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  width: 100%;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s ease;
  overflow-y: auto;
  padding: 180px 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hamburger__nav {
    padding: 26.6666666667vw 18.6666666667vw;
    max-width: 90%;
    height: 100%;
  }
}
.hamburger__nav--main li {
  font-size: 14px;
  line-height: 2;
  font-weight: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--main li {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}

.hamburger__nav.active {
  z-index: 1001;
  opacity: 1;
}

.footer {
  box-sizing: border-box;
  padding: 150px 40px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__nav {
  display: flex;
  gap: 120px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    margin-bottom: 5.3333333333vw;
  }
}
.footer__menu a {
  font-size: 14px;
}
.footer__menu li {
  margin-bottom: 10px;
}
.footer__logo {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 26.6666666667vw;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 20px;
  }
  .footer__sns img {
    width: 25px;
  }
}
.footer__copy {
  margin-top: 130px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 6.6666666667vw;
  }
}
.footer__copy small {
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */