@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Liter&display=swap');
h2.cube{
        font-size: 4rem;
    text-align: center;
    margin-bottom: 30px;
}
h2.cube_none {
    margin-bottom: 30px;
}
h2.cube .pr {
    position: relative;
    z-index: 2;
    letter-spacing: 0.05em;
    color: #3E3A39;
    font-weight: 800;
}
h2.cube .small {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-top: -3px;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
/*MV自動カルーセル*/
@keyframes infinity-scroll-left {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
}
.scroll-infinity__list--right{
    animation :infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item>img {
    width: auto;
    height: 436px;
    display: block;
}

/*footer*/
footer{
    background: #fffbc7;
    position: relative;
}
footer .inner{
    width: 90%;
    max-width: 915px;
    margin: 0 auto;
    padding-top: 96px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}
footer .bg{
    display: none;
}
footer .logo_area a img{
    width: 100%;
}
footer nav ul > li a{
        color: #3E3A39;
        text-decoration: none;
        font-size: 1.3rem;
	}
	footer nav ul > li .ttl1{
		color:#3E3A39;
        text-decoration: none;
        font-size: 1.5rem;
		font-weight: 600;
pointer-events: none;
    cursor: none;
	}
footer .instagram .flex{
flex-wrap: wrap;
    justify-content: space-between;
}
footer .instagram .flex a{
    margin-bottom: 30px;
    position: relative;
}
footer .instagram .flex a:before{
   position: absolute;
    content: "";
    background-image: url("../../img/instagram.svg");
    width: 17px;
    height: 17px;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
}
footer .menu{
   display: flex;
    justify-content: space-between;
    align-items: flex-start; 
        margin-top: 130px;

}
footer .menu .global_nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu .global_nav nav{
    flex: 1;
    display: flex;
}
footer .menu .global_nav .box{
    width: 29%;
    margin: 0;
}
footer .address{
    width: 234px;
    margin-right: 80px;
    background: none;
}
footer .menu .sub1 a{
color: #3E3A39;
    font-size: 1.1rem;
    font-weight: 500;
}
footer .menu li.none a{
    pointer-events: none;
    cursor:none;
}
footer .menu .sub2{
     text-indent: -0.6em;
    margin-left: 0.6em;   
}
footer .menu .sub2 a{
color: #3E3A39;
    font-size: 1.1rem;
    font-weight: 500;
    padding-left: 10px;
}
footer .menu li{
    margin: 0;
    line-height: 1.2;
}
footer .dropdown{
 margin-bottom: 40px;   
}
footer .bgn_area .gr_btn{
 margin-bottom: 15px;   
        font-size: 1.8rem;
}
footer .sns{
    margin-bottom: 42px;
    margin-top: 20px;
}
footer .logo{
        margin-bottom: 14px;
}
footer .logo_area{
    background: #fff;
}
footer .logo_area .inner{
    padding: 40px 0;
    align-items: center;
}
footer .copy{
    text-align: center;
    display: block;
    margin: 0;
    background: #655e5a;
    padding: 10px;
    color: #fff;
}
footer .map{
      color: #000;
    text-decoration: none;
}
footer .map img{
        width: 8px!important;
    position: relative;
    top: -2px;
    display: inline;
}
footer nav ul > li .ttl1{
font-size: 1.4rem;
}
/*mv*/
.inner{
    width: 90%;
    margin: 0 auto;
}
main{
    overflow-x: hidden;
}
.mv{
    width: 100%;
    position: relative;
    position: fixed;
    top: 65px;
    height: 100vh;
    z-index: -1;
}
.mv .bg{
    position: relative;
}
.mv .bg h1{
    position: absolute;
    top: 44.4%;
    left: -8px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}
.mv:after{
    max-width: 1440px;
    width: 100%;
    position: fixed;
    top: 65px;
    height: 568px;
    background-position: center;
    background-size: cover;
    display: block;
    z-index: -1;
    content: "";
    left: 50%;
    transform: translateX(-50%) translateY(0%);
}
.mv h1 {
  margin: 50px 0;
  display:inline-block;
}
.mv h1 .obi{
    position:relative;
}
.mv h1 .obi:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#e0ff45;
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),                    secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}
.mv h1 span,.mv h1 strong{
margin: 0.05em;
    line-height: 1;
    color: #000000;
    animation: fadeIn 0.1s 0.5s;
    animation-fill-mode: both;
    display: inline-block;
    background: #fff;
    font-size: 3.4rem;
    font-weight: 300;
    padding: 10px;
    letter-spacing: 0.09em;
    padding-left: 200px;
    overflow: hidden;
}
h1 strong{
    background: #655e5a !important;
    line-height: 1!important;
    font-weight: 800!important;
    color: #fff!important;
    padding-top: 4px!important;
    padding-bottom: 14px!important;
}
.mv h1 strong span{
    padding: 0;
    margin-left: 11px;
    position: relative;
    top: 4px;
    background: none!important;
    color: #fff!important;
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }
div.colorbox img{
    display: block;
    width: 100%;
}
.sec{
    margin-top: 80px;
}
main .flex{
    justify-content: space-between;
}
main .flex a{
    display: block;
    width: 100%;
    height: 100%;
}
main .flex a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .inner{
    max-width: 900px;
}
.sec1 .flex a{
    width: 48%;
}
.sticky_bg{
    margin-top: 100vh;
    background: #fff;
    padding-bottom: 70px;
}
.sec2{
    margin-top: -18px;
}
.sec1 .flex{
    position: relative;
    top: -90px;    
}
.sec2 .inner{
    max-width: 834px;
}
.sec2 .ttl{
      width: 200px;  
}
.sec2 .flex h2{
    font-size: 2.5rem;
    margin-top: -7px;
}
.sec2 .flex h2 span{
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
}
.sec2 .link{
    height: auto;
    width: 130px;
    margin: 0;
    margin-top: 20px;
}
.sec2 .link.sp{
    display: none;
}
.sec2 .flex .article{
    flex: 1;
}
.sec2 dl{
    font-size: 1.4rem;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    margin-bottom: 14px;
}
.sec2 dt{
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 1.5rem;
}
.sec2 dt .label{
    background: #808080;
    width: 80px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 2px;
    margin: 0 0 0 15px;  
    font-weight: 600;
}
.sec2 dd{
    flex: 1;
    font-weight: 600;
    margin-left: 15px;
}
.sec2 dd a{
    text-decoration: none;
    position: relative;
}
.sec2 dd a:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000000;
bottom: -5px;              
transform: scale(0, 1);     
transform-origin: left top; 
transition: transform 0.3s; 
}

.sec2 dd a:hover:after {
transform: scale(1, 1);   
}
.sec2 dd a:hover{
    color: #000;
    opacity: 1;
}
.sec2 dd a:hover + .label{
    background: #000;
    color: #fff;
}
.sec2 .news{
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 26px;    
}
a.link{
    width: 117px;
    display: block;
    margin: 0 auto;
    border: 1px solid;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    padding: 3px;
    font-weight: 400;
    position: relative;
    margin-top: 16px;
}
a.link:hover{
    background: #000;
    color: #fff;
    opacity: 1;
}
a.link:after{
    position: absolute;
    top: 50%;
    right: -9px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 24px;
    height: 0.5px;
    z-index: 1;
    content: "";
    background: #000;
}
.sec3 .inner{
    max-width: 728px;
}
.sec3 a{
    margin-bottom: 20px;
    display: block;
}
.bgn_area.flex{
    width: 588px;
    margin: 90px auto 0;
    justify-content: space-between;
}
.bgn_area.flex .gr_btn{
    width: 46%;  
}
.gr_btn{
    background: #fedc5e;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 13px;
    box-sizing: border-box;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.05em;
    display: block; 
}
.gr_btn:hover{
    opacity: 1;
    color: #fff;
background: #393939;
}
.gr_btn:after{
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background-image: url(../../img/arrow.svg);
    width: 10px;
    height: 11px;
    background-repeat: no-repeat;
}
.topics .all .topics_box{
    margin-top: 0px!important;
}
.topics{
    margin-bottom: 60px;
}



@media only screen and (max-width: 767px) {
.scroll-infinity__item>img {
    height: 267px;
}
    h2.cube_none {
        margin-bottom: 20px;
    }
    h2.cube {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 30px;
}
     h2.cube .pr {
        font-size: 3.2rem;
    }
     h2.cube .small {
        font-size: 1.3rem;
        margin-top: -9px;
    }
/*footer*/
footer .inner{
    width: 90%;
    max-width: 90%;
    padding-top: 15%;
    padding-bottom: 0;
}
footer .bg{
    max-width: 100%;
    width: 100%;
}
footer .logo_area a img{
    width: 100%;
}
footer nav ul > li a{
    font-size: 1.3rem;
}
footer nav ul > li .ttl1{
    font-size: 1.5rem;
}
    footer .instagram{
        margin-bottom: 5%;
    }
footer .instagram .flex{
    display: flex;
}
footer .instagram .flex a{
    width: 48%!important;
    margin-bottom: 5%;
}
footer .instagram .flex a img{
    width: 100%;
}
footer .menu{
   display: block;
}
footer .menu .global_nav .box{
    width: 100%;
    margin: 0;
}
footer .address{
    width: 100%;
    margin-right: 80px;
}
footer .menu li{
    margin: 0;
    line-height: 1.2;
}
footer .dropdown{
 margin-bottom: 40px;   
}
footer .bgn_area .gr_btn{
 margin-bottom: 15px;   
        font-size: 1.8rem;
}
footer .sns{
margin: 8% 0;
}
footer .logo{
        margin-bottom: 14px;
}
footer .logo_area{
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 38px;
    justify-content: space-between;
}
footer .copy{
margin: 0;
}
footer .map{
        text-decoration: none;
        position: relative;
        top: 0;
}
footer .map img{
        width: 8px!important;
    position: relative;
        top: -6px;
    display: inline;
}
footer nav{
    display: none;
}
    footer .add_dropdown{
        display: none;
    }
    footer .logo_area a {
    margin-right: 0;
    width: 200px;
    display: block;
    margin-bottom: 5%;
}
/*mv*/
.inner{
    width: 90%;
    margin: 0 auto;
}
.mv{
    top: 80px;
    height: 80vh;
}
.mv .bg{
    position: relative;
}
.mv .bg h1{
    font-size: 2.5rem;
    padding: 0;
    left: -1px;
    width: 100%;
        top: 50%;
}
.mv h1 {
  margin: 0;
  display:inline-block;
}
.mv h1 span,.mv h1 strong{
    font-size: 2.5rem;
    padding-left: 6%;
}
h1 strong{

    line-height: 1!important;
    font-weight: 800!important;
    color: #fff!important;
    padding-top: 4px!important;
    padding-bottom: 14px!important;
}
.mv h1 strong span{
    padding: 0;
    margin-left: 11px;
    position: relative;
    top: 4px;
    background: none!important;
    color: #fff!important;
}
div.colorbox img{
    display: block;
    width: 100%;
}
.sec{
    margin-top: 15%;
}
main .flex{
    justify-content: space-between;
}
main .flex a{
    display: block;
    width: 100%;
    height: 100%;
}
main .flex a img{
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .inner{
    max-width: 900px;
}
.sec1 .flex a{
    width: 80%;
    display: block;
    margin: 0 auto 6%;
}
.sticky_bg{
    margin-top: 80vh;
    padding-bottom: 10%;
}
.sec2{
margin-top: -64px;
}
.sec1 .flex{
    position: relative;
    top: -90px;    
}
.sec2 .inner{
    max-width: 90%;
}
.sec2 .flex h2{
    width: 100%;
    font-size: 2.5rem;
    margin-top: -7px;
}
.sec2 .flex h2 span{
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
}
.sec2 .flex .article{
    flex: 1;
}
.sec2 dl{
    display: block;
    margin-bottom: 0;
    margin-top: 5%;
}
.sec2 dt{
    font-weight: 500;
    letter-spacing: 0.05em;
    display: flex;
    font-size: 1.5rem;
}
.sec2 dt .label{
    font-size: 1.3rem;
    margin-left: 10px;
}
.sec2 dd{
    margin-left: 0;
    margin-top: 5px;
}
.sec2 .news{
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 26px;    
}
    .sec2 .link.sp{
    height: auto;
    width: 100%;
    margin: 0;
    margin-top: 10%;
                display: block;
}
.sec2 .link.pc{
    display: none;
}
a.link{
    width: 100%;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 10%;
}
.sec3 .inner{
    max-width: 90%;
}
.sec3 a{
    margin-bottom: 6%;
    display: block;
    width: 100%;
}
.sec3 img{
    display: block;
    width: 100%;
}
.bgn_area.flex{
    width: 100%;
    margin: 10% auto 0;
}
.bgn_area.flex .gr_btn{
    width: 100%;  
}
.gr_btn{
    font-size: 1.5rem;
}
    footer a{
        color: #000;
    }
    .topics .all .topics_box{
        margin-bottom: 6%;
    }
}/*SP時header*/
