@charset "UTF-8";

body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #AAA;
  font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0;
  background-color: #000;
}


@media screen and (max-width:768px) {
  body {
    font-size: 1.2rem;
    font-family: "Cormorant Garamond", "Zen Old Mincho", serif;
  }
}






ol {
  margin: 0;
  padding: 0
}

li {
  list-style-type: none
}

dd,
dt {
  margin: 0;
  padding: 0
}

figure {
  margin: 0 !important
}

a:link,
a:visited {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

img.pc {
  display: block !important;
}

img.sp {
  display: none !important;
}


p.pc {
  display: block !important;
}

p.sp {
  display: none !important;
}

ul.pc {
  display: flex !important;
}

ul.sp {
  display: none !important;
}




@media screen and (max-width:768px) {
  img.pc {
    display: none !important;
  }

  img.sp {
    display: block !important;
  }

  p.pc {
    display: none !important;
  }

  p.sp {
    display: block !important;
  }

  ul.pc {
    display: none !important;
  }

  ul.sp {
    display: flex !important;
  }

}





main div.logo {
  position: fixed;
  width: 70px;
  height: auto;
  top: 34px;
  left: 34px;
  z-index: 2;
}

main div.logo img {
  position: absolute;
}

main h1 {
  width: max-content;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

main h1 img {
  height: 100%;
  width: auto;
}

main div.logo img.white {
  z-index: 4;
}

main div.logo img.black {
  z-index: 3;
}


div.logo img {
  width: 100%;
  height: auto;
}


main {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}

/*====section.lead====*/

section.lead {
  width: 100%;
  background-color: #fff;
}

section.lead h2 {
  position: absolute;
}

div.lead {
  margin-left: auto;
  margin-right: clamp(40px, 12.5vw, 200px);
  max-width: max-content;
  padding-top: 50px;
  padding-bottom: 115px;
}

section.lead div.lead p {
  color: #444;
}

p {
  display: block;
  padding-top: 10px;
}


p.en {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  padding-top: 40px;
}

p.jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}


section.section01 {
  position: relative;
  padding-bottom: 150px;
}



section.section01 h2 {
  position: absolute;
  width: clamp(80px, 8.4vw, 200px);
  height: auto;
  top: 50px;
  right: clamp(20px, 2.7vw, 200px);
}


section.section01 div.lead {
  position: relative;
  padding: 0 25px;
  padding-top: 150px;
  padding-bottom: 200px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

section.section01 div.lead p.en {
  padding-top: 0;
}

section.section01 div.lead p.jp {
  padding-top: 30px;
}

section.section01 div.model p {
  display: block;
  margin-left: clamp(10px, 4vw, 60px);
}

div.model {
  display: flex;
  width: 100%;
  max-width: 1360px;
  padding: 0 25px;
  gap: 40px;
  margin: 0 auto;
  padding-bottom: clamp(100px, 13.8vw, 200px);
}

div.model div {
  width: 50%;
}

div.model02,
div.model04,
div.model06 {
  padding-top: clamp(100px, 13.8vw, 200px);
}

div.model div.img {
  width: 100%;
}

ul.viewmore {
  display: flex;
  width: max-content;
  min-width: 520px;
  border: 1px solid #AAA;
  margin: 0 auto;
  height: 48px;
  align-items: center;
}

section.section03 ul.viewmore,
section.section05 ul.viewmore,
section.section06 ul.viewmore {
  border: 1px solid #444;
}

section.section03 ul.viewmore a,
section.section05 ul.viewmore a,
section.section06 ul.viewmore a {
  color: #444;
}

ul.viewmore li {
  display: block;
  width: 50%;
  position: relative;
}

ul.viewmore li:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #AAA;
}

section.section03 ul.viewmore li:first-child::after {
  background-color: #444;
}



ul.viewmore li p {
  margin: 0;
}

ul.viewmore li a {
  display: block;
  color: #aaa;
  width: 100%;
  text-align: center;
}



section.section02 {
  position: relative;
  padding-bottom: 150px;
}


section.section02 h2 {
  position: absolute;
  width: clamp(52px, 3.5vw, 70px);
  height: auto;
  top: 73px;
  right: clamp(50px, 6vw, 100px);
  z-index: 1;
}


section.section02 div.model {
  display: block;
  position: relative;
  padding-top: 90px;
  padding-bottom: 0;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
}

section.section02 div.motif {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

section.section02 div.motif div.text {
  width: 60%;
  max-width: 660px;
}

section.section02 div.motif div.img {
  width: 40%;
  max-width: calc(100% - 660px);
}

section.section02 div.motif div.img img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

section.section02 div.motif p.en {
  padding-top: 0;
}

section.section02 div.motif p.jp {
  padding-top: 30px;
}

section.section02 div.motif p {
  display: block;
  margin-left: 0;
}



section.section03 {
  position: relative;
  padding-bottom: 150px;
  background-color: #fff;
}

section.section03 div.lead {
  max-width: 1260px;
}

section.section03 div.model {
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  gap: 0;
  margin: 0 auto;
  padding-bottom: 0;
}

section.section03 div.lineuplead {
  width: 100%;
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
  padding-bottom: 150px;
}



section.section03 h2 {
  position: absolute;
  width: clamp(100px, 9.7vw, 200px);
  height: auto;
  top: 73px;
  right: clamp(50px, 6vw, 200px);
}


section.section03 div.lead {
  position: relative;
  padding: 0 25px;
  padding-top: 257px;
  padding-bottom: 150px;
  max-width: 1300px;
  margin: 0 auto;

  box-sizing: border-box;
}

section.section03 p.en {
  color: #444;
}

section.section03 p.jp {
  color: #444;
}


section.section03 div.lead p.en {
  padding-top: 0;
}

section.section03 div.lead p.jp {
  padding-top: 30px;
}

section.section03 div.lineuplead p.en {
  padding-top: 40px;
}

section.section03 div.lineuplead p.jp {
  padding-top: 10px;
}


section.section03 div.model p {
  display: block;
  margin-left: clamp(40px, 4vw, 60px);
}










section.section04 {
  position: relative;
  padding-bottom: 0;
  background-color: #F0F0F0;
}

section.section04 div.lead {
  max-width: 1260px;
}

section.section04 div.model {
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  gap: 0;
  margin: 0 auto;
  padding-bottom: 0;
}




section.section04 h2 {
  position: absolute;
  width: clamp(100px, 10.4vw, 200px);
  height: auto;
  top: 70px;
  right: clamp(50px, 5.3vw, 200px);
}


section.section04 div.lead {
  display: block;
  position: relative;
  padding: 0 25px;
  padding-top: 195px;
  padding-bottom: 200px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

section.section04 p.en {
  color: #444;
}

section.section04 p.jp {
  color: #444;
}


section.section04 div.lead p.en {
  padding-top: 0;
}

section.section04 div.lead p.jp {
  padding-top: 30px;
}




section.section04 div.about {
  display: flex;
  position: relative;
  max-width: 1240px;
  padding: 0 25px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 150px;
  gap: 70px;
  align-items: flex-end;
}

section.section04 div.about h3 {
  color: #444;
  font-feature-settings: 'halt'on, 'pwid'on;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  /* 133.333% */
  letter-spacing: 1.8px;
  text-transform: capitalize;
}

section.section04 div.about h3 span {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

section.section04 div.about div.img {
  width: 50%;
  max-width: 540px;
  padding-left: 40px;
}


section.section04 div.about div.text {
  width: 50%;
  max-width: 475px;
  padding-bottom: 70px;
}


section.section04 div.about02 div.img {
  width: 70%;
  max-width: 745px;
  padding-left: 0;
  display: flex;
  gap: 15px;
}


section.section04 div.about div.text {
  width: 30%;
  max-width: 475px;
  padding-bottom: 70px;
}

section.section04 div.about02 div.img img {
  width: 48%;
  max-width: 540px;
  padding-left: 0;
}




section.section04 div.about p.en {
  padding-top: 20px;
}

section.section04 div.about p.jp {
  padding-top: 20px;
}


section.section04 div.model p {
  display: block;
  margin-left: clamp(40px, 4vw, 60px);
}











section.section05 {
  position: relative;
  padding-bottom: 0;
  background-color: #fff;
}

section.section05 h2 {
  position: absolute;
  width: clamp(150px, 10.4vw, 200px);
  height: auto;
  top: 70px;
  right: clamp(77px, 5.3vw, 200px);
}


section.section05 div.section05 {
  padding: 0 25px;
  padding-top: 247px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

section.section05 div.section05 .viewmore {
  margin: 0;
  margin-top: 50px;
}

section.section05 div.lead {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  max-width: 576px;
  box-sizing: border-box;
}

section.section05 p.en {
  color: #444;
}

section.section05 p.jp {
  color: #444;
}


section.section05 div.lead p.en {
  padding-top: 0;
}

section.section05 div.lead p.jp {
  padding-top: 30px;
}


div.movie_ytb {
  width: 84%;
  max-width: 948px;
  padding-top: 0;
  padding-bottom: 150px;
  margin: 0 auto;
}

div.movie_ytb iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560 / 315;
}






section.section06 {
  position: relative;
  padding-bottom: 0;
  background-color: #f0f0f0;
}


section.section06 h3 {
  color: #444;
  font-feature-settings: 'halt'on, 'pwid'on;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  /* 133.333% */
  letter-spacing: 1.8px;
  text-transform: capitalize;
}

section.section06 h3 span {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

section.section06 h3 span.en {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
}

section.section06 h3 span.jp {
  font-size: 16px;
  padding-bottom: 0.5em;
}

section.section06 h4 {
  color: #444;
  font-feature-settings: 'halt'on, 'pwid'on;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1.8px;
  text-transform: capitalize;
  padding-top: 30px;
}

section.section06 p.en {
  padding-top: 10px;
  color: #444;
}

section.section06 p.jp {
  padding-top: 10px;
  color: #444;
}

section.section06 a.ggle {
  width: max-content;
  display: block;
  text-decoration: underline;
  color: #444;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}


section.section06 div.section06 {
  padding: 0 25px;
  padding-top: 123px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  gap: 100px;
}

section.section06 div.section06 div.img {
  width: 50%;
  max-width: 633px;
}


section.section06 div.section06 div.text {
  width: 50%;
  max-width: 490px;
}


section.section06 div.section06 .viewmore {
  margin: 0;
  margin-top: 50px;
}


footer {
  min-height: 416px;
  background: #3E3E3E;
  padding: 64px 64px 64px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


footer div.link {
  display: flex;
  padding-bottom: 64px;
}

footer div.link a {
  display: block;
  width: max-content;
  margin: 0 2em;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}





footer .logo {
  position: relative;
  width: 130px;
  padding-bottom: 55px;
}

footer .logo img {
  width: 100%;
  height: auto;
}


footer .brandsite_link {
  display: block;
  width: max-content;
  padding-bottom: 26px;
}

footer .brandsite_link img {
  display: inline;
  vertical-align: middle;
}


footer .sns_icons {
  width: 156px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
}

footer * {
  color: #fff;
}

footer * a:link,
footer * a:visited,
footer * a {
  color: #fff;
}

footer small {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 9px;
}

/*====SP====*/


@media screen and (max-width:1000px) {}




@media screen and (max-width:820px) {



  img.sp {
    display: block
  }

  br.pc {
    display: none;
  }

  main div.logo {
    position: fixed;
    width: 55px;
    height: auto;
    top: 14px;
    left: 14px;
  }

  p.en {
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    padding-top: 30px;
/*    hyphens: auto;*/
  }

  p.jp {
    font-family: "Zen Old Mincho", serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    padding-top: 10px;
  }

  /*====section.lead====*/

  div.lead {
    margin-left: auto;
    margin-right: clamp(40px, 12.5vw, 200px);
    max-width: max-content;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  section.section01 {
    position: relative;
    padding-bottom: 100px;
  }

  section.section01 h2 {
    position: absolute;
    width: 50px;
    height: auto;
    top: 43px;
    right: 10px;
  }

  section.section01 div.lead {
    position: relative;
    padding: 0;
    padding-top: 110px;
    padding-bottom: 80px;
    max-width: 66%;
    margin: 0;
    margin-left: 9.3vw
  }

  section.section01 div.model p {
    display: block;
    margin-left: 0;
  }

  div.model {
    display: flex;
    width: 100%;
    max-width: 75%;
    padding: 0;
    gap: 12px;
    margin: 0;
    margin-left: 9.3vw;
    padding-bottom: 100px;
    flex-direction: column;
  }

  div.model.re {
    display: flex;
    width: 100%;
    max-width: 75%;
    padding: 0;
    gap: 12px;
    margin: 0;
    margin-left: 9.3vw;
    padding-bottom: 100px;
    flex-direction: column-reverse;
  }

  div.model div {
    width: 100%;
  }

  div.model02,
  div.model04,
  div.model06 {
    padding-top: 0;
  }

  ul.viewmore {
    display: flex;
    width: max-content;
    min-width: 220px;
    border: 1px solid #AAA;
    margin: 0 auto;
    padding-top: -20px;
    height: 80px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  ul.viewmore li {
    height: 40px;
    box-sizing: border-box;
    padding-top: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  ul li:first-child {
    font-size: 20px;
  }

  ul li:nth-child(2) {
    font-size: 14px;
  }

  ul.viewmore li:first-child::after {
    content: '';
    position: absolute;
    top: 100%;
    right: calc(50% - 10px);
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #AAA;
  }

  section.section02 {
    padding-bottom: 100px;
  }

  section.section02 div.model {
    padding-top: 117px;
    max-width: 92%;
    margin-left: 4.3vw;
  }

  section.section02 h2 {
    position: absolute;
    width: 27px;
    height: auto;
    top: 40px;
    right: 30px;
    z-index: 1;
  }

  section.section02 div.motif {
    width: 81%;
    max-width: 81%;
    margin: 0 auto;
    margin-left: 4vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  section.section02 div.motif div.text {
    width: 100%;
    max-width: 100%;
  }

  section.section02 div.motif div.img {
    width: 53vw;
    max-width: 53vw;
    padding-bottom: 30px;
  }

  section.section02 div.motif div.img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    margin-left: 0;
  }

  section.section03 {
    position: relative;
    padding-bottom: 100px;
  }

  section.section03 div.lead {
    position: relative;
    padding: 0;
    padding-top: 110px;
    padding-bottom: 80px;
    max-width: 62%;
    margin-left: 8.3vw;
  }

  section.section03 h2 {
    position: absolute;
    width: 40px;
    height: auto;
    top: 41px;
    right: 20px;
  }

  section.section03 div.model {
    display: flex;
    width: 100%;
    max-width: 75%;
    padding: 0;
    gap: 12px;
    margin-left: 8.3vw;
    padding-bottom: 0;
  }

  section.section03 div.lineuplead {
    width: 100%;
    max-width: 75%;
    padding: 0;
    margin-left: 8.3vw;
    padding-bottom: 100px;
  }

  section.section03 div.model.re {
    display: flex;
    flex-direction: column-reverse;
  }

  section.section03 div.lineuplead p.en {
    padding-top: 20px;
  }

  section.section04 div.lead {
    position: relative;
    padding: 0;
    padding-top: 110px;
    padding-bottom: 80px;
    max-width: 70%;
    margin-left: 8.3vw;
  }

  section.section04 h2 {
    position: absolute;
    width: 45px;
    height: auto;
    top: 35px;
    right: 12px;
  }

  section.section04 div.about {
    display: flex;
    position: relative;
    max-width: 70%;
    margin-left: 8.3vw;
    box-sizing: border-box;
    padding: 0;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  section.section04 div.about02 {
    display: flex;
    position: relative;
    max-width: 70%;
    margin-left: 8.3vw;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  section.section04 div.about h3 {
    color: #444;
    font-feature-settings: 'halt'on, 'pwid'on;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 1.8px;
    text-transform: capitalize;
  }

  section.section04 div.about h3 span {
    font-family: "Zen Old Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  section.section04 div.about div.text {
    width: 100%;
    max-width: 100%;
    padding-bottom: 80px;
  }

  section.section04 div.about div.img {
    width: 100%;
    max-width: 540px;
    padding-left: 0;
  }

  section.section04 div.about02 div.img img {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  section.section04 div.about02 div.img img {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  section.section04 div.about02 div.img {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    gap: 6px;
  }

  section.section04 div.about02 div.img img {
    width: 50%;
    max-width: 50%;
    padding-left: 0;
  }

  section.section05 {
    position: relative;
    padding-bottom: 80px;
    background-color: #fff;
  }

  section.section05 h2 {
    position: absolute;
    width: 45px;
    height: auto;
    top: 41px;
    right: 14px;
  }

  section.section05 div.section05 {
    position: relative;
    padding: 0;
    padding-top: 110px;
    padding-bottom: 50px;
    max-width: 70%;
    margin-left: 8.3vw;
  }

  section.section06 div.section06 {
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
  }

  section.section06 div.section06 div.img {
    width: 100%;
    max-width: 100%;
  }

  section.section06 div.section06 div.text {
    width: 100%;
    max-width: 100%;
  }

  section.section06 div.section06 div.text p {
    width: 100%;
    max-width: 65%;
  }

  section.section06 h3 {
    color: #444;
    font-feature-settings: 'halt'on, 'pwid'on;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }

  section.section06 h3 span {
    font-family: "Zen Old Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
  }

  section.section06 div.section06 .viewmore {
    margin: 0;
    margin-top: 50px;
    margin-left: calc(50% - 110px);
  }

  div.movie_ytb {
    padding-bottom: 60px;
  }

}


span.straight {
  font-family: "Zen Old Mincho", serif;
}


/* 初期状態 */
div.img,
h1 {
  opacity: 0;
}

.fade_on {
  animation: slideIn .5s ease-out forwards !important;
}


.fade_on2 {
  animation: slideIn 1s ease-out 0.5s forwards !important;
}


@keyframes slideIn {
  from {
    opacity: 0;
    filter: blur(40px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}