@charset "UTF-8";


body {
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 32px;
letter-spacing: 0.05em;
font-family: "Zen Kaku Gothic New", sans-serif;
}

b,
h1,
h2,
h3 {
font-weight: 400;
}


:lang(en-US) body {
 font-family: neue-haas-grotesk-display, sans-serif;
}


b,
h2,
h3 {
color: #000;
    -webkit-text-stroke: 0.03em #000;
    text-stroke: 0.03em #000;
}

h1 {
color: #fff;
    -webkit-text-stroke: 0.03em #fff;
    text-stroke: 0.03em #fff;
}

:lang(en-US) b,
:lang(en-US) h1,
:lang(en-US) h2,
:lang(en-US) h3 {
    -webkit-text-stroke: 0 #000;
    text-stroke: 0 #000;
font-weight: 600;
letter-spacing: 0.06em;
}


:lang(en-US) h1 {
    -webkit-text-stroke: 0 #fff;
    text-stroke: 0 #fff;
font-weight: 600;
letter-spacing: 0.06em;
}




div#wrapper {
position:relative;
margin-top: 0;
background-color:#fff;
}

section {
padding-left: calc(50% - 560px);
padding-right: calc(50% - 560px);
margin:0 auto;
}

section#part1,
section#part2,
section#part3,
section#part4,
section#part5 {
padding-left: 0;
padding-right: 0;
}

section#part1 {background-color:#000;}
section#part2 {background-color:#E4E4E4;}
section#part3 {background-color:#E4E4E4;}
section#part4 {background-color:#E4E4E4;}
section#part5 {background-color:#E4E4E4;}

section.lead {
padding: 130px 8% 140px 8%;
text-align: center;
}

.sp_only{
display: none;
}

section.lead p{


font-style: normal;
font-size: 16px;
line-height: 32px;
text-align: center;
}

section div.part{
display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}

section div.part.right{
flex-direction: row-reverse;
}


section div.part div.ttl {
padding-top: 160px;
position:relative;
width: 55%;
}



section div.part div.ttl h1{
top: 0;
padding-left: 0;
padding-bottom: 20px;
font-size: 30px;
line-height: 1.4;
}




section div.part div.ttl h2{
top: 0;
padding-left: 0;
padding-bottom: 100px;
}

section div.part.right div.ttl h2{
padding-left: 0;
}



section div.part div.ttl h2 img.img2{
width: 215px;
height: auto;
margin:0 auto;
}




section div.part div.ttl h2 span{
display:inline;
font-family: serif;
}



section div.part.right div.ttl h2{
padding-left: 0;
}


section div.part div.img {
width: 45%;
position: relative;
}

section#part1 div.part div.img {height: 100vh;}
section#part2 div.part div.img {height: 1950px;}
section#part3 div.part div.img {height: 1280px;}
section#part4 div.part div.img {height: 2100px;}
section#part5 div.part div.img {height: 2000px;}

:lang(en-US) section#part2 div.part div.img {height: 1800px;}
:lang(en-US) section#part3 div.part div.img {height: 1300px;}
:lang(en-US) section#part4 div.part div.img {height: 1900px;}
:lang(en-US) section#part5 div.part div.img {height: 1800px;}




section div.part div.img div.mask{
width: 100%;
height: 100dvh;
position: sticky;
overflow:hidden;
top: 0;
}


section div.part div.img img{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


section[id^="part"] div.text {
width: 78%;
max-width: 500px;


font-style: normal;
font-size: 16px;
line-height: 32px;
color:#000;
margin:0 auto;
}


:lang(en-US) section[id^="part"] div.text {
font-size: 16px;
line-height: 28px;
letter-spacing: 0.03em;
}


section[id^="part"] div.text p{

hyphens: auto;
}



section#part1 div.text {
color: #fff;
}



img.sp_only {
display: none;
}

.pc_only {
display: inline;
}


.sp_only {
display: none;
}


#overlay {
display:none;
}



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

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;
  width: auto;
}

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 Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 9px;
}



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



img.sp_only {
display: block;
margin-bottom: 20px;
}


.pc_only {
display: none;
}

.sp_only {
display: block;
}


img {
width: 100%;
}


#overlay {
  color: #333;
  pointer-events: none;
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
#overlay.menuOpen {
  pointer-events: auto;
  opacity: 1;
}
#overlay.menuOpen > div {
  opacity: 1;
}


#overlay > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 0.8s 0.3s;
}
#overlay .gnav-title {
  width: 70%;
  max-width: 400px;
  margin: 0 auto 50px;
}
#overlay .gnav-title img {
  display: block;
  width: 100%;
  height: auto;
}
#overlay ul li a {
  position: relative;
  display: block;
  padding-right: 1.5em;
  font-size: min(3.2vw, 15px);
  line-height: 1.6;
  color: #333;
  letter-spacing: -0.025em;
  transition: color 0.3s;
  text-decoration: none;
}
#overlay ul li a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "笆ｼ";
  color: #666;
  transition: color 0.3s;
  transform: scale(0.6);
}
#overlay ul li a:active {
  color: #999;
}
#overlay ul li + li {
  margin-top: 25px;
}
#overlay .sec-index {
  border: none;
}
#overlay .sec-index ul {
  width: 90%;
}
#overlay .sec-index ul li a {
  position: relative;
}
#overlay .sec-index ul li a:after {
  top: calc(50% - 15px);
}


body {


font-style: normal;
font-size: 16px;
line-height: 32px;
letter-spacing: 0.05em;
}




p.logo {
display:block;
padding-left: 0;
width: 73px;
margin: 0 auto;
}

p.logo img{ 
width: 73px;
height: auto;
}

header ul.menu{
 display: none;
}

header li{
  list-style: none;
  margin-left: 40px;
  padding-bottom: 12px;


font-style: normal;
font-size: 16px;
line-height: 35px;
letter-spacing: 0.05em;
}

header li a{
text-decoration: none;
color: #fff;
font-size: 16px;
line-height: 35px;
letter-spacing: 0.05em;
}



div#wrapper {
position:relative;
margin-top: 0;
}


section {
padding-top: 90px;
padding-left: 0;
padding-right: 0;
margin:0 auto;
}


section#part1,
section#part2,
section#part3,
section#part4,
section#part5 {
padding:0;
padding-top: 90px;
}


section.lead {
padding: 55px 0 40px 0;
padding-left: 8%;
padding-right: 8%;
text-align: center;
}

section.lead div{
padding-bottom: 60px;
display: block;
}


section div.part div.ttl h1 img{
width: 280px;
}

:lang(en-US) section div.part div.ttl h1 img{
width: 100%;
}



section.lead p{


font-style: normal;
font-size: 15px;
line-height: 28px;
text-align: justify;
}

section.lead p br{
display:none;
}

section div.part{
display: flex;
justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
padding-bottom: 0;
}






section div.part.right{
flex-direction: column;
}


section div.part div.ttl {
padding:0;
position:relative;
width: 100%;
}


section div.part div.ttl h2{
color: #000;


font-style: normal;
font-size: 25px;
line-height: 45px;
/*letter-spacing:-0.3em;*/
top: 0;
padding-left: 0;
padding-bottom: 100px;
}



section div.part div.ttl h2 img.img2{
width: 160px;
height: auto;
}




section div.part div.img {
display:none;
}

section div.part div.img img{
width: 100%;
height: auto;
display:none;
}


section div.text {
min-width: auto;
width: 100%;


font-style: normal;
font-size: 15px;
line-height: 28px;
text-align: left;
padding-left: 0;
padding-right: 0;
}

section[id^="part"] div.text {
max-width: 100%;
width: 100%;
padding: 0 8%;
box-sizing: border-box;
margin: 0 auto;
}

section[id^="part"] * div.caption a {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 30px;
    margin-left: 8%;
    padding: 14px 40px;
    color: #fff;
    text-decoration: none;
}




section div.caption {
width: 100%;
max-width: 100%;
margin: 0 auto;
font-size: 12px;
line-height: 20px;
text-align: justify;
padding-left: 0;
padding-right: 0;
}

section div.caption p{
width: 100%;
padding: 0 8%;
box-sizing: border-box;
margin: 0 auto;
}


}


/*SLICK*/
.slick-dots {
    z-index: +1;
    transform: scale(0.5, 0.5);
    display: none!important;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
}

.slick-dots li button:before{
font-size: 13px;
}



    @keyframes fadeInAnime {
      from {
        opacity: 0;
        filter: blur(10px);
      }
      to {
        opacity: 1;
        filter: blur(0);
      }
    }




@keyframes slideIn {
  0% {
    transform: translate(0,90px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  40%,100% {
    opacity: 1;
  }
}

@keyframes slideInUD {
  0% {
    transform: translate(0,180px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  40%,100% {
    opacity: 1;
  }
}



