@charset "utf-8";
/* CSS Document */


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}





.mv__container {
    padding: 50px 0;
    background-color: #ebdddc;
}    
.mv {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding: 5vw;
    color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
} 
    img.mv__img {
    max-width: 1400px;
    margin: auto;
    width: 100%;
}
img.container__mv__img {
    max-width: 100%;
}

   /* 適宜調整 */
    
.swiper__area {
    overflow: hidden;
    position: relative;
    padding: 0 0 40px;
}
   .swiper {
    overflow: visible;
    margin: 10px 0;
}
 .swiper-slide {
      text-align: center;
      box-sizing: border-box;
    }
    .swiper-slide {
      width: 100%;
      height: 100%;
      object-fit: cover;
    } 
    
    .swiper-slide img {
        width: 100%
    }

    .swiper-pagination{padding: 20px;}




.container {
  align-items: center;
  background-color: #333;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.container {
    background-color: #ebdbdb;
	position: relative;
}

.container__mv {
    max-width: 1100px;
}


#intro {
    padding: 0px 0 100px;
    background-color: #eddddc;
}
h1.maintitle {
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.1em;
}

.intro-subtitle {
    text-align: center;
    font-size: 3.2em;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.intro-text {
    font-size: 1.1rem;
    line-height: 2;
    margin: 0 auto 1em;
    max-width: 900px;
}

/** イントロのテキスト装飾 **/    

.c-marker {
    background: -webkit-linear-gradient(left, rgb(212 242 251) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em;
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}
    



.look__box__text__heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}


.look__box__text {
    max-width: 600px;
    margin: 80px auto;
}


.look__box__text__txt {
    line-height: 2;
    font-size: 1.1rem;
}

.side-scroll {
  height: 100vh;
  width: 100%;
}
.side-scroll-container {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}
.side-scroll-list {
  display: flex;
  gap: 10px;
}
.side-scroll img {
    height: 45vw;
    object-fit: cover;
    /* width: 30vw; */
}



.side-scroll-item.js-scroll {
    position: relative;
}


.text-bottom {
  bottom: 0;
  font-size: 3vw;
  position: absolute;
}



.look__cresit {
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
}


.look__cresit {
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
}


.look__cresit a {
    background-color: #ffffff;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 4px;
    font-weight: 600;
}


.look__cresit__b {
    padding: 20px 10px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
}

.look__cresit__b a {
    background-color: #ffffff;
    margin-right: 5px;
    padding: 0 4px;
    font-weight: 600;
}


.look__cresit__bt {
    font-size: 10px;
    line-height: 1;
}


.look__cresit__bt a {
    margin-right: 5px;
    padding: 0 4px;
    font-weight: 600;
}



.text {
  font-size: 5vw;
}


.look__box__container {
display: flex;
  justify-content: center;

}

.look__box__container.twoColum {
    max-width: 1500px;
	margin: auto;
    flex-wrap: wrap;
}

.look__box.look__box__twoColum {
    width: 30%;
    margin: 0 5px 5px;
}



.look__box__container.fourColum {
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}

.look__box.look__box__fourColum {
    width: 31%;
    line-height: 0;
    padding: 3px;
    display: inline-block;
    position: relative;
}


.asics__wrapper {
    position: relative;
}

.asics__number {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
    color: #555;
    font-weight: 600;
    font-size: 12px;
}

.asics_crasit {
    margin: 12px auto;
    width: 100%;
    max-width: 1300px;
    display: flex;
}

.asics_crasit a {
    margin-right: 12px;
}





@media (max-width: 800px) {
    
    
      .mv {

       padding: 0;
}      
    img.mv__img {
    margin: auto;
    width: auto;
    height: 100vh;
}    
        
    

.section-inner {
    width: 90%;
    margin: auto;
}

.intro-text {
    font-size: 1rem;
    line-height: 2;
}


h2.intro-subtitle.fadeUp {
    font-size: 2rem;
    text-align: left;
}

.side-scroll img {
    height: 100vh;
    object-fit: cover;
    width: auto;
}
.side-scroll-list {
  display: flex;
  gap: 0;
}






.look__box.look__box__twoColum {
    width: 70%;
    margin: 0 5px 15px;
}


.look__box__text {
    width: 80%;
}

.look__box__text__txt {
    font-size: 0.9rem;
    line-height: 2;
}

.look__box.look__box__fourColum {
    width: 44%;

}
.asics_crasit {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
}

}

