@charset "utf-8" ;
/* ==================================
common
===================================*/
html {
    font-size: 62.5%;
}

@font-face {
  font-family: '07YasashisaGothic';
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff') format('woff');
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'YasashisaGothicBoldV2';
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff') format('woff2');
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff2') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: '07YasashisaGothic', sans-serif;
    font-style: normal;
    color: var(--BrownBlack, #231F1F);
    color:var(--Elegant, #260D0D);
    font-size: 1.4rem;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
  list-style: none;
}

@media screen and (min-width: 769px) {
  

}
/* pc 769px */

/* ==================================
header
===================================*/

    .header__btn img {
        max-width: 100%;
        height: auto;
    }

    .header__btn {
        position: fixed;
        top: 12px;
        right: 4.87%;
        display: block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        z-index: 20;
     }

     .header__btn:hover {
    opacity: .8;
    }

    .maintitle {
      z-index: 1;
      max-width: 300px;
    }

    .maintitle img {
      max-width: inherit;
    }

    .sub_t {
      color: var(--BrownBlack, #231F1F);
      -webkit-text-stroke-width: 0.5px;
      -webkit-text-stroke-color: var(--BrownBlack, #231F1F);
      font-family: '07YasashisaGothic',sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      z-index: 1;
    }

    .t__box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 350px;
      position: absolute;
      background: rgba(255, 255, 255, 0.30);
      padding: 10px;
      z-index: 10;
    }

/* nav */

.nav__btn img {
    max-width: 100%;
    height: auto;
}

.nav {
    background: #FFF;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.nav__header {
    padding:  10px 4.8% 0 82%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  padding: 80px 24% 0 12.8%; 
  text-align: left;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  padding: 0 24% 0 12.8%;
}

.nav__item2 {
  margin-top: 35px;
  margin-right: 15px;
}

.nav__item2:last-child {
  margin-right: 0;
}

.nav__item2 img {
    width: 50px;
    height: 50px;
}

.nav__btn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 12px;
    right: 4.87%;
    border-radius: 50px;
}

.nav__btn:hover {
    opacity: .8;
    }

  .nav__item:hover {
    opacity: .8;
    }

.nav__item2:hover {
    opacity: .8;
    }

.nav.active {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}

/* main Image */
    .slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

    .slide {
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
    }

    .slide.active img {
      animation: zoomFade 5s ease forwards;
      transform: scale(1.05);
    }

      @keyframes zoomFade {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(1.05);
        opacity: 1;
      }
    }

    .slide img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    backface-visibility: hidden;
    transform: translateZ(0);
    }

    .slide.active {
    opacity: 1;
    display: block; 
    z-index: 1;
    }

    .split {
      display: flex; 
      flex-direction: column;        
      width: 100%;
      position: relative;
      background: transparent;
    }

/* header pc */

@media screen and (min-width: 769px) {

  .header__btn {
    display: block;
    cursor: pointer;
    width: 90px ;
    height: 90px ;
    top: 20px;
    z-index: 5;

    }

    .split {
      display: flex;         
      width: 100%;
      height: 100vh;
      flex-direction: row;
      position: relative;
      background: transparent;
    }

    .maintitle {
      z-index: 1;
      max-width: 426px;
      font-family: sans-serif;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 3.22px;
          }

    .sub_t {
      color: var(--BrownBlack, #231F1F);
      -webkit-text-stroke-width: 0.5px;
      -webkit-text-stroke-color: var(--BrownBlack, #231F1F);
      font-family: '07YasashisaGothic',sans-serif;
      font-size: 2.2rem;
      font-weight: 400;
      line-height: normal;
      z-index: 1;
      }

      .t__box {
        background: rgba(255, 255, 255, 0.30);
        width: 476px;
        position: absolute;
        padding-block: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    /* mainImage */

      .slider {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      }

      .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      opacity: 0;
      transition: opacity 1s ease;
      }

      .slide.active {
      display: block;
      opacity: 1;
      z-index: 1;
      }

      .slide img {
      display: block;
      width: 50%;
      height: 100%;
      object-fit: cover;
      display: block;
      backface-visibility: hidden;
      transform: translateZ(0);
      }

      .slide.active img {
        animation: zoomFade 5s ease forwards;
        transform: scale(1.05);
      }

      @keyframes zoomFade {
        0% {
          transform: scale(1);
          opacity: 1;
        }
        100% {
          transform: scale(1.05);
          opacity: 1;
        }
      }

/* nav  pc*/

.nav {
    background: #FFF;
    width: 100%;
    height: 1275px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}

.nav__header {
    padding:  31px 2% 0 88%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  margin-top: 80px; 
  text-align: left;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  margin-top: 30px;
}

.nav__btn {
    width: 90px;
    height: 90px;
    top:20px
}

.nav__item2 img {
  width: 90px;
  height: 90px;
}

.nav.active {
    transform: translateX(0);
}

.nav__item2 {
  margin-right: 38px;
}

}
/* pc 769px */
    
/* ==================================
section section--sub
===================================*/

.section.section--sub {
    background-image: url(../Images/TOP_PC/3TOP_NECKLACE.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 12%;
}

.subtitle {
    font-family: '07YasashisaGothic', sans-serif;
    color: var(--, #231F1F);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 28px; 
}

.subtxt {
    font-size: 1.4rem;
    line-height: 28px;
    margin-top: 23px;
}

/* section section--sub */
@media screen and (min-width: 769px) {
    .subtitle {
        font-family: '07YasashisaGothic', sans-serif;
        font-size: 3rem;
        line-height: 40px;
    }

    .spBr {
        display: none;
    }

    .section.section--sub {
        padding: 206px 22%;
    }

    .subtxt {
        margin-top: 64px;
        font-size: 1.8rem;
        line-height: 37px;
    }

}
/* pc 769px */

/* ==================================
section section--about
===================================*/

.about-layout {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.about {
  padding: 63px 35.6% 5px 15.1%;
} 

.box { order: 3;}
.about { order: 1;}
.check_btn { order: 2;}

.title {
    color: var(--Brown, #4C3805);
    font-family: sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 30px;
}

.matome {
    margin-top: 30px;
}

.ab__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 25px;
}

  .box {
     padding: 0 ; 
     position: relative;
  }
  
  .box:before{
    content: "";
    display: block;
    background: rgba(216, 196, 175, 0.20);
    width: 90%;
    height: 226px;
    position: absolute;
    left: 0;
    z-index: -5;
  }

  .cBtn {
    display: inline-block;
    padding: 40px 22px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: normal;
    background-image: url(../Images/PC/Niku.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 121px;
    background-color: #FFDBD6;
    box-shadow: 4px 4px 4px 0 rgba(35, 31, 31, 0.40);
    background-size: 88px 70px;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .cBtn:hover {
    opacity: .8;
    background-color: #FEC6C5;
  }


.abmaru {
    max-width: 300px;
    height: auto;
    position: static;
    margin-top: 42px;
}

  .ashi {
    display: block;
    transform: rotate(-28deg);
    margin-top: 68px;
    width: 175px;
    background: url(../Images/TOP_PC/asi24377850.png) no-repeat;
    animation: stepsline 3s steps(6) infinite;
  }

  @keyframes stepsline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1050px 0;
  }
}
  .spflex {
    display: flex;
    padding: 0 6% 30px 10%;
    justify-content: space-evenly;
  }

/* about pc */
@media screen and (min-width: 769px) {
    .cBtn {
    display: inline-block;
    padding: 60px 32px;
    border-radius: 50%;
    font-family: 07YasashisaGothic;
    font-size: 3rem;
    line-height: normal;
    background-image: url(../Images/PC/Niku.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 121px;
    box-shadow: 4px 4px 4px 0 rgba(35, 31, 31, 0.40);
    margin-left: 34%;
    margin-top: 60px;
    background-color: #FFDBD6;
    background-size: 108px 87px;
  }

  .about-layout {
    display: flex;
    flex-direction: row;
  }

  .box {
     padding: 0 ; 
     position: relative;
     order: inherit;
  }
  
  .box:before{
    content: "";
    display: block;
    background: rgba(216, 196, 175, 0.20);
    width: 143%;
    height: 450px;
    position: absolute;
    left: 0;
    z-index: -5;
  }

  .abmaru {
    max-width: 530px;
    margin-top: 100px;
}

  .title {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 42px;
  }

  .ab__txt {
    font-size: 2.2rem;
    line-height: 40px;
  }

  .matome {
    margin-top: 60px;
  }

  .about {
   margin: 146px auto 0;
   max-width: 300px;
   padding: 0;
  }

  .spflex {
      flex-direction: column-reverse;
      justify-content: inherit
  }

  .ashi {
    transform: rotate(-41deg);
    margin-top: inherit;
    width: 251px;
    height: 130px;
    background: url(../Images/TOP_PC/asiato.png) no-repeat;
    animation: stepslines 3s steps(6) infinite;
  }

  @keyframes stepslines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1500px 0;
  }
}

  .pcab {
    flex: 1;
  }

}
   
/* ==================================
section section--yan
===================================*/

.section.section--yan {
    padding: 70px 12.5% 70px;
    position: relative;
}

.yan_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 26px; 
}

.yan__txt {
    font-size: 1.4rem;
    line-height: 24px; 
    margin-top: 24px;
}

.pin {
    font-size: 1.3rem;
    line-height: 24px;
}

.y__txt {
    font-size: 1.2rem;
    line-height: 18px;
}

.box2 {
    text-align: right;
    width: 338px;
    height: 338px;
    position: absolute;
    right: 0;
}

.box2 img {
    display: inline-block;
    margin-top: 43px;
}

.baby {
    max-width: 275px;
    height: auto;
    position: absolute;
    top: 300px;
    left: -50px;
}

.tory {
    display: block;
    font-size: 1rem;
    line-height: 12px; 
    margin-top: 640px;
    display: flex;
    justify-content: flex-end;
}

 .tory_pc {
  display: none;
 }

/* section section--yan */

@media screen and (min-width: 769px) {
    .section.section--yan {
        padding: 150px 0 980px 10.3%;
        height: 100vh;
        display: flex;
    }

    .matomebox {
      max-width: 1280px;
    }

    .yan_title {
        font-size: 3rem;
        line-height: normal;
    }

    .yan__txt {
        font-size: 1.6rem;
        line-height: 30px;
    }

    .pin {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .y__txt {
        font-size: 1.4rem;
        line-height: 30px; 
    }

    .aka {
      width: 572px;
      position: relative;
      z-index: 0;
    }

    .baby {
       max-width: 461px;
      top: 145%;
      left: -50%;
    }

    .box2 {
      width: 638px;
      top: -3%;
}
    .yan {
      width: 638px;
      position: relative;
      z-index: 10;
    }

  .tory_pc {
        display: block;
        font-size: 1.4rem;
        line-height: 20px;
        margin-top: 133px;
        margin-left: 186px;
        text-align: left;
  }

  .tory {
    display: none;
  }

  .box2 img {
    display: inline-block;
    margin-top: 97px;
}

    }

/* pc 769px */

/* ==================================
.section.carousel-section 
===================================*/

.section.carousel-section {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: rgba(216, 196, 175, 0.2);
  padding: 70px 0 70px 0 ;
}

.container.cate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.item-title {
  margin-top: 30px;
  color: rgba(76, 56, 5, 0.50);
  font-family: sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 30px;
}

/* 矢印 */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.arrow img {
  width: 45px;
  height: 45px;
}
/* 矢印終わり */

.marumaru {
  display: block;
}

/* .section.carousel-section pc */

@media screen and (min-width: 769px) {
  .section.carousel-section {
    padding: 100px 0 100px 0;
    height: auto;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.item-title {
  color: rgba(76, 56, 5, 0.50);
  font-family: sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 116px;
  margin-top: 50px;
}

/* 矢印 */
.arrow img {
    width: 55px;
    height: 55px;    
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
}

.arrow-left {
  left: 31%; /* 真ん中画像の左端寄りに配置 */
}

.arrow-right {
  right: 31%; /* 真ん中画像の右端寄りに配置 */
}

/* 矢印 終わり*/
.marumaru {
  display: none;
}

}

/* ==================================
section section--Navi
===================================*/

.marufix img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tttn {
    padding: 40px 0 20px;
    display: flex;
    justify-content: center;
}

.title.navi {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 26px; 
    display: inline-block;
    color: var(--Brown, #4C3805);
}

.wanko {
    display: none;
    padding: 7px 11.7%;
    background-image: url('../Images/TOP_PC/Image.png'); 
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto; 
    background-size: 166px 195px;
}

.n__txt {
    font-size: 1.4rem;
    line-height: 25px;
    color: var(--Elegant, #260D0D);
}

.n__title {
    color: var(--Brown, #4C3805);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 25px;
    text-decoration-line: underline;
}

.top-i {
    padding: 0 0 52.5px ;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn */

.plus-btn {
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    border: none;
  }
    .plus-btn::before,
    .plus-btn::after {
      content: "";
      position: absolute;
      background-color: #4C3805;
      top:41%;
      left: 50px;
      margin-left: 50%;
      transform: translate(-50%, -50%);
      transition: transform 0.3s ease;
    }

      .plus-btn::before {
      width: 2px;
      height: 12px;
      
    }

    .plus-btn::after {
      width: 12px;
      height: 2px;
    }

      .plus-btn.open::before {
        transform: translate(-50%, -50%) rotate(90deg);
      }

      .plus-btn.open::after {
        transform: translate(-50%, -50%) rotate(0deg);
      }

/* section section--Navi */

@media screen and (min-width: 769px) {

  .marufix {
  background-image: url(../Images/TOP_PC/TOP.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  height: 100vh;
}

  .tttn {
    padding: 87px 8.1% 40px;
    display: flex;
    justify-content: center;
  }

  .title.navi {
    color: var(--Brown, #4C3805);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;

      }

  .n__txt {
    color: var(--Elegant, #260D0D);
    font-size: 1.8rem;
    line-height: 35px; 
  }

  .n__title {
    color: var(--Brown, #4C3805);
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 35px;
  }

  .wanko {
    display: block;
    padding: 0 26.3% 0;
    background-image: url('../Images/TOP_PC/Image.png'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 329px 385px;
  }

  .top-i {
    padding: 30px 0 105px 0;
  }

  .plus-btn {
    display: none;
  }

}
 
/* ==================================
footer
===================================*/

 .footer {
    padding: 174px 37.1% 50px;
    background: rgba(247, 172, 129, 0.1);
    background-image: url(../Images/TOP_PC/5leopard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.copy {
  color: var(--BrownBlack, #231F1F);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}

  .footer-text {
    position: absolute; /* フッターの上に重ねる */
    left: 0;
    width: 100%;
    font-weight: bold;
    color: #FFF; /* 透過感を出す */
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none; /* クリック不可にする */
    font-family: sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.1px;
    margin-top: 20px;
    }

/* fotter pc */
@media screen and (min-width: 769px) {
  .copy {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 156px;
  }

  .footer {
    height: 478px;
  }

  .footer-text {
    position: absolute; /* フッターの上に重ねる */
    left: 0;
    width: 100%;
    font-weight: bold;
    color: #FFF; /* 透過感を出す */
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none; /* クリック不可にする */
    font-family: sans-serif;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 9.6px;
    margin-top: 20px;
    }
    
}
/* pc 769px */

/* ==================================
fadeIn
===================================*/

.fadeIn {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 2.5s;
}

.fadeIn.animated {
  transform: translate(0, 0);
  opacity: 1;
}

/* ==================================
slide-in
===================================*/

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;
}

.leftAnime {
    opacity: 0;
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* view */

.view {
    overflow: hidden;
}

.view img {
    vertical-align: middle;
    transform: scale(1.3);
    opacity: 0;
    transition: all 1.2s 0s cubic-bezier(.33,1,.68,1),opacity .6s 0s linear;
}
.view.js-on img {
    transform: scale(1, 1);
    opacity: 1;
}

/* font */

.text {
  font-size: 5rem;
  font-weight: 700;
  color: var(--Brown, #4C3805);
  font-family: sans-serif;
  display: flex;
  text-transform: uppercase;
}

.text.is-active {
  --x: 0;
}

.char {
    overflow: hidden;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 1.2s cubic-bezier(0.80, 0, 0.175, 1);
  transition-delay: calc(0.1s * var(--char-index));
  width: 38x;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* indexごとに遅延設定 */
.char-text[char-index="0"] { transition-delay: 0s; }
.char-text[char-index="1"] { transition-delay: 0.1s; }
.char-text[char-index="2"] { transition-delay: 0.2s; }
.char-text[char-index="3"] { transition-delay: 0.3s; }
.char-text[char-index="4"] { transition-delay: 0.4s; }


/* ==================================
slick slider
===================================*/

  .slick-slider {
    overflow: hidden;
    margin: 0 auto;
  }

  .slick-slide img {
    padding: 50px;
  }

  .slider__item:hover {
    opacity: .8;
    }

    .arrow:hover {
    opacity: .8;
    }

@media screen and (min-width: 769px) {

   .slick-slide img {
    padding: 0;
    width: 100%;
  }

  .slider__item {
    margin: 80px 50px 30px 50px;
  }

  .cateslider {
    margin-top: 50px;
  }

  .slick-slider {
    overflow: visible;
    margin: 0 -100px;
  }

  .slick-list {
    overflow: visible;
  }

  .slick-slide {
    box-sizing: border-box;
  }
}

/* check btn */
.dokidoki{
animation-name:dokidoki; /* アニメーション名の指定 */
animation-delay:0s; /* アニメーションの開始時間指定 */
animation-duration: 3s; /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki {
0% {
transform: scale(1);
}
 
40% {
transform: scale(1);
}

50% {
transform: scale(1.1);
}

60% {
transform: scale(1);
}
100% {
transform: scale(1);
}
}


/* fotter toyamaruko */
.toyama {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.com {
  display: flex;
  animation: loop-text 70s linear infinite;
}
.double-content {
  display: inline-block;
  white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*　足跡  */
 .cover {
 animation: walk 7s steps(7, end) infinite;
  }

  @keyframes walk {
  to {
  transform: translateX(675px);
  }
  }

  /* loading */

  #loading{
    width: 100%;
    height: 100vh;
    transition: all 0.4s;
    background-color: rgba(216, 196, 175, 0.20);;
  }

  .car {
    z-index: 10;
    width: 45px;
    animation: driving 8s linear infinite;
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .body1 {
    animation: shaking 1s linear infinite;
  }

  .tire-front {
    width: 90px;
    position: fixed;
    top: 120%;
    left: 68%;
    transform: translate(-50%, -50%);
  }

  @media screen and (min-width: 769px) {
    .car {
    z-index: 10;
    width: 90px;
    animation: driving 8s linear infinite;
    position: fixed;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

   .tire-front {
    width: 180px;
    position: fixed;
    top: 130%;
    left: 68%;
    transform: translate(-50%, -50%);
  }
  
  }

@keyframes shaking {
    0% {
        translate: 0 0;
    }
    20% {
        translate: 0 1px;
    }
    40% {
        translate: 0 0;
    }
    60% {
        translate: 0 1.5px;
    }
    80% {
        translate: 0 0;
    }
    100% {
        translate: 0 0;
    }
}

@keyframes driving {
    0% {
      /* transform: translate(100vh,0); */
        translate: 200px 0;
    }
    100% {
        transform: translate(-100vh,0);
    }
}

.car {
  animation: driving 10s linear infinite;
}

.body1 {
  animation: shaking 1s linear infinite;
}


/* end of loading */
.loaded {
  display: none;
}

/* fade in container2 */
.container2 {
  display: none;
}

.container2.open {
  display: block;
}
