@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");

.flex-box{
  display: flex;
}
/* アニメーション */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.fade{
  animation-name: fade;
  animation-duration: 2.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* リンクボックス */
.link-box{
  width: 20.5vw;
  min-width: 220px;
}
.link-box .main{
  padding-bottom: calc(4% - 0.7rem);
  border-bottom: 1px solid #6e6e6e;
}
.link-box .other{
  padding-top: 4%;
}
.cart-btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin-bottom: 0.5em;
  color: #fff;
}
.other .cart-btm .btn{
  border: 1px solid #808080;
  color: #808080;
}
.cart-title{
  position: relative;
  width: 50%;
  color: #000;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "Hiragino Kaku Gothic ProN", HiraKakuPro-W3, メイリオ, Meiryo, Verdana, sans-serif;
  font-size: clamp(14px,0.9vw,16px);
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: 400;
  font-style: normal;
}
.cart-btm.size1 .cart-title{
  padding-top: 1.5em;
}
.price-area{
  display: flex;
  justify-content: flex-end;
}
.cart-yen{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
  color: #000;
  line-height: 1.4;
  font-size: clamp(14.5px, 0.9vw, 16px);
  letter-spacing: 0.06rem;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.cart-yen img{
  width: clamp(14px, 1vw, 16px);
  margin: 0 0.5rem 0 0;
}
.cart-yen .size-space{
  margin-right: 1.06rem;
}
.cart-yen span{
  margin: 0 0 -2px 3%;
  color: #231815;
  font-size: clamp(10px, 0.6vw, 12px);
}
.cart-btm .btn{
  margin: 0 0 0 2%;
  padding: 0.4em 0.5em;
  color: #fff;
  line-height: 1em;
  font-size: clamp(10px, 0.6vw, 15px);
}
.btn-arrow{
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow img{
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.cart-btm:hover .btn-arrow span {
  -webkit-transform: translate3d(-.5rem, 0, 0);
  transform: translate3d(-.5rem, 0, 0);
}
.btn-arrow img{
  position: absolute;
  width: 0.8em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow img *{
  stroke-width: 5;
  -webkit-text-stroke-color: transparent;
}
.cart-btm:hover .btn-arrow img {
  opacity: 1;
  right: -0.75rem;
}
/* ヘッダー */
.header {
  position: absolute;
  z-index: 9999;
  top: 60px;
  right: 6%;
  width: 150px;
  height: 20px;
}
.header__container--link {
  display: block;
}
/* mv */
.mv{
  position: relative;
}
.mv::before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55%;
  background: url(../img/mv-bgi.png);
  position: absolute;
  top: 44%;
}
.mv .photo{
  display: block;
  width: calc(1930/ 2560 * 100%);
  margin: 0 0 0 auto;
}
.mv .swiper .title{
  position: absolute;
  bottom: 3%;
  left: 0;
  width: calc(1259.0801 / 2560 * 100%);
}
/* リード */
.lead{
  position: relative;
}
.lead__container {
  width: calc(100% - 50px);
  margin: 0 auto 40px;
  padding: 40px 0;
}
.lead__container--text {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
/* メインナビ */
.mainnav ul{
  gap: 30px;
  width: calc(1559.3939 / 2560 * 100%);
  min-width: 760px;
  margin: 0 auto 100px;
  padding: 2% 4% 0 4%;
  background: #fff;
}
/* 共通 */
.item-title{
  display: block;
  width: calc(2007.9995 / 2560 * 100%);
  min-width: 740px;
  margin: 0 auto;
  padding-top: 1rem;
}
.mainarea .title{
  color: #231815;
  font-size: clamp(16px,1.6vw,24px);
  line-height: 2.4;
  letter-spacing: 0.4rem;
}
.itemarea-box{
  display: flex;
  justify-content: space-between;
  width: calc(1338.4817 / 2560 * 100%);
  min-width: 700px;
  margin: 5% auto 12rem;
  padding: 3rem 0 2rem;
}
.itemarea-box .icon{
  position: relative;
  top: -3rem;
  margin-top: 0;
  margin-bottom: auto;
}
.item01 .itemarea-box .icon{
  width: calc(33 / 1338.4817 * 100%);
}
.item02 .itemarea-box .icon{
  width: calc(72 / 1338.4817 * 100%);
}
.item03 .itemarea-box .icon{
  width: calc(38 / 1338.4817 * 100%);
}
.item04 .itemarea-box .icon{
  width: calc(68 / 1338.4817 * 100%);
}
.itemarea-box .photo-area{
  width: calc(440 / 1338.4817 * 100%);
}
.itemarea-box .text-area{
  width: calc(678.0914 / 1338.4817 * 100%);
}
.itemarea-box .text-area .title-area{
  display: flex;
  justify-content: flex-start;
}
.itemarea-box .text-area .title-area .number{
  width: 13%;
  margin: 0 4% 0 0;
}
.itemarea-box .text-area .title-area .title{
  font-size: clamp(17px,1.6vw,21px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
.itemarea-box .text-area .text{
  width:88%;
  margin-top: 2rem;
  font-size: clamp(14px,1.2vw,16px);
  line-height: 1.9;
  letter-spacing: 0.2rem;
}
.itemarea-box .text-area .link-box{
  width:88%;
  margin-top: 3rem;
}
.itemarea-box .text-area .link-box .main{
  border-bottom: none;
}
/* item01 */
.item01 .main .cart-btm .btn{
  border: 1px solid #b63b22;
  background: #b63b22;
}
.item01 .itemarea{
  background: #f4e8e2;
}
.item01 .itemarea .text span{
  color: #b63b22;
}
/* item01-1 */
.item01-1 .box01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
}
.item01-1 .box01 .photo-area{
  width: calc(1348 / 2560 * 100%);
}
.item01-1 .box01 .text-area{
  margin-left: 4%;
}
.item01-1 .box01 .text-area .title{
  margin-bottom: 40%;
}
.item01-1 .box02{
  width: calc(1004 /2560 * 100%);
  margin: 5% auto 0;
}
.item01-1 .box02 .photo02{
  margin-bottom: 5%;
}
.item01-1 .box02 .link-box{
  margin-left: auto;
  margin-right: auto;
}
/* item01-2 */
.item01-2 .box01{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
}
.item01-2 .box01 .photo-area{
  width: calc(1348 / 2560 * 100%);
}
.item01-2 .box01 .text-area{
  margin-right: 4%;
}
.item01-2 .box01 .text-area .title{
  margin-bottom: 40%;
}
.item01-2 .box01 .text-area .link-box{
  margin-right: 5%;
  margin-left: auto;
}
.item01-2 .box02{
  width: calc(1004 /2560 * 100%);
  margin: 5% auto 0;
}
.item01-2 .box02 .photo02{
  margin-bottom: 5%;
}
.item01-2 .box02 .link-box{
  margin-left: auto;
  margin-right: auto;
}
.item01-2 .itemarea-box .photo-area{
  margin-top: 1%;
}
/* item01-3 */
.item01-3 .box01{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-3 .box01 .photo-area{
  width: calc(1020 / 2560 * 100%);
}
.item01-3 .box01 .text-area{
  margin-left: 4%;
}
.item01-3 .box01 .text-area .title{
  margin-bottom: 40%;
  margin-left: -25%;
}
.item01-3 .box02{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  margin: 5% auto 0;
}
.item01-3 .box02 .photo-area{
  width: calc(764 / 2560 * 100%);
}
.item01-3 .box02 .link-box{
  margin-right: 3%;
}
/* item01-4 */
.item01-4 .box01{
  margin-top: 4%;
}
.item01-4 .box01 .photo-area{
  position: relative;
  width: 100%;
}
.item01-4 .box01 .photo-area .title{
  color: #fff;
  text-shadow : 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.item01-4 .box01 .text-area{
  position: absolute;
  top: 54%;
  left: 18%;
  transform: translateY(-50%);
}
.item01-4 .box01 .link-box{
  margin: 2% 14% 0 auto;
}
.item01-4 .box02{
  width: calc(924 /2560 * 100%);
  margin: 5% auto 0;
}
.item01-4 .box02 .photo02{
  margin-bottom: 5%;
}
.item01-4 .box02 .link-box{
  margin-left: auto;
  margin-right: auto;
}
/* item01-5 */
.item01-5 .box01{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-5 .box01 .photo-area{
  width: calc(1004 / 2560 * 100%);
}
.item01-5 .box01 .text-area{
  margin-left: 4%;
}
.item01-5 .box01 .text-area .title{
  margin-bottom: 40%;
}
/* item01-6 */
.item01-6 .box01{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-6 .box01 .photo-area{
  width: calc(1348 / 2560 * 100%);
}
.item01-6 .box01 .text-area{
  position: relative;
  left: 2%;
}
.item01-6 .box01 .text-area .title{
  margin-bottom: 40%;
}
.item01-6 .itemarea-box .text-area .title-area{
  align-items: flex-start;
}
.item01-6 .itemarea-box .text-area .title-area .number{
  margin-top: 1em;
}
/* item01-7 */
.item01-7 .box01{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-7 .box01 .photo-area{
  width: calc(1020 / 2560 * 100%);
}
.item01-7 .box01 .text-area{
  margin-left: 4%;
}
.item01-7 .box01 .text-area .title{
  margin-bottom: 40%;
  margin-left: -25%;
}
/* item01-8 */
.item01-8 .box01{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(924 / 2560 * 100%);
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}
.item01-8 .box01 .photo-area a{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.item01-8 .box01 .text-area{
  position: absolute;
  top: 29%;
  left: -41%;
}
.item01-8 .box01 .text-area .title-w{
  color: #fff;
  z-index: 99;
}
.item01-8 .box01 .link-box{
  margin: 4% 0 0 auto;
}
.item01-8 .itemarea-box .photo-area{
  margin-top: 3%;
}
/* item01-9 */
.item01-9 .box01{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-9 .box01 .photo-area{
  width: calc(1348 / 2560 * 100%);
}
.item01-9 .box01 .text-area{
  margin-left: 4%;
}
.item01-9 .box01 .text-area .title{
  margin-bottom: 40%;
}
.item01-9 .itemarea-box .photo-area{
  margin-top: 3%;
}
/* item01-10 */
.item01-10 .box01{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4%;
}
.item01-10 .box01 .photo-area{
  width: calc(1004 / 2560 * 100%);
}
.item01-10 .box01 .text-area{
  margin-right: 8%;
  margin-left: 10%;
}
.item01-10 .box01 .text-area .title{
  margin-bottom: 50%;
}
/* item02 */
.item02 .main .cart-btm .btn{
  border: 1px solid #004763;
  background: #004763;
}
.item02 .itemarea{
  background: #e8e6ea;
}
.item02 .itemarea .text span{
  color: #004763;
}
/* item02-1 */
.item02-1 .box01{
  margin-top: 4%;
}
.item02-1 .box01 .photo-area{
  position: relative;
  width: 100%;
}
.item02-1 .box01 .text-area{
  position: absolute;
  bottom: 5%;
  right: 22.5%;
}
.item02-1 .box01 .text-area .title{
  color: #fff;
  text-shadow : 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.item02-1 .box01 .link-box{
  margin: 2% 14% 0 auto;
}
.item02-1 .itemarea-box .photo-area{
  margin-top: 3%;
}
.item02-1 .itemarea-box .text-area .title-area{
  align-items: flex-start;
}
.item02-1 .itemarea-box .text-area .title-area .number{
  margin-top: 1em;
}
/* item02-2 */
.item02-2 .box01{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  left: 4%;
  margin-top: 4%;
}
.item02-2 .box01 .photo-area{
  width: calc(1020 / 2560 * 100%);
}
.item02-2 .box01 .text-area{
  position: relative;
  left: 4%;
}
.item02-2 .box01 .text-area .title{
  margin-bottom: 40%;
  margin-left: 10%;
  white-space: nowrap;
}
.item02-2 .itemarea-box .text-area .title-area{
  align-items: flex-start;
}
.item02-2 .itemarea-box .text-area .title-area .number{
  margin-top: 1em;
}
/* item02-3 */
.item02-3 .box01{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  right: 5%;
  margin-top: 4%;
}
.item02-3 .box01 .photo-area{
  width: calc(1004 / 2560 * 100%);
}
.item02-3 .box01 .text-area{
  margin-left: 4%;
}
.item02-3 .box01 .text-area .title{
  margin-bottom: 90%;
}
/* item03 */
.item03 .main .cart-btm .btn{
  border: 1px solid #e4ae4c;
  background: #e4ae4c;
}
.item03 .itemarea{
  background: #faf8ed;
}
.item03 .itemarea .text span{
  color: #e4ae4c;
}
/* item03-1 */
.item03-1 .box01{
  position: relative;
  left: -2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
}
.item03-1 .box01 .photo-area{
  width: calc(1364 / 2560 * 100%);
}
.item03-1 .box01 .text-area{
  margin: 0 0 0 2%;
}
.item03-1 .box01 .text-area .title{
  margin-bottom: 40%;
  margin-left: -20%;
}
.item03-1 .box02{
  width: calc(924 /2560 * 100%);
  margin: 5% auto 0;
}
.item03-1 .box02 .photo02{
  margin-bottom: 5%;
}
.item03-1 .box02 .link-box{
  margin-left: auto;
  margin-right: 0;
}
.item03-1 .itemarea-box .photo-area {
  width: calc(545.9639 / 1338.4817 * 100%);
}
/* item04 */
.item04 .main .cart-btm .btn{
  border: 1px solid #690d12;
  background: #690d12;
}
.item04 .itemarea{
  background: #ede3dd;
}
.item04 .itemarea .text span{
  color: #690d12;
}
/* item04-1 */
.item04-1 .box01{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
  left: -8%;
}
.item04-1 .box01 .photo-area{
  width: calc(1364 / 2560 * 100%);
}
.item04-1 .box01 .text-area{
  position: relative;
  left: 4%;
}
.item04-1 .box01 .text-area .title{
  margin-bottom: 40%;
}
.item04-1 .box01 .text-area .link-box{
  min-width: 280px;
  margin-left: -2%;
}
.item04-1 .itemarea-box{
  padding-bottom: 0;
}
.item04-1 .itemarea-box .photo-area img{
  padding: 0 8%;
}
.item04-1 .itemarea-box .text-area .title-area{
  align-items: flex-start;
}
.item04-1 .itemarea-box .text-area .title-area .number{
  margin-top: 1em;
}
/* フッター */
.footer__container--area1 {
  padding: 95px 0 40px;
}
.footer__container--area1--text {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.footer__container--area1--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 135px;
  margin: 0 auto;
  padding-top: 10px;
}
.footer__container--area1--flex--link {
  display: block;
  width: 30px;
}
.footer__container--area1--flex--link--image {
  display: block;
  width: 100%;
}
.footer__container--area1--flex.second {
  width: 253px;
  padding-top: 53px;
}
.footer__container--area1--flex.second .footer__container--area1--flex--link {
  width: 145px;
}
.footer__container--area1--flex.second .footer__container--area1--flex--link.insta {
  width: 52px;
}
.footer__container--area2 {
  background-color: #000000;
  padding: 30px 0;
}
.footer__container--area2--logo {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.footer__container--area2--text {
  text-align: center;
  font-size: 1.1rem;
  color: #ffffff;
  padding-top: 20px;
}
/* サイドナビ */
.fixedAnker {
  position: fixed;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixedAnker.display {
  opacity: 1;
  visibility: visible;
}
.fixedAnker__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixedAnker__container--flex--item--link {
  display: block;
}
.fixedAnker__container--flex--item--link--image {
  display: block;
  margin-bottom: 1vh;
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 20%));
}

.toTop {
  position: fixed;
  right: 17px;
  bottom: 150px;
  opacity: 0;
}
.toTop.display {
  opacity: 1;
  visibility: visible;
}
.toTop a img {
  display: block;
  width: 21px;
}

.otherBtn {
  padding-top: 100px;
}
.otherBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #000;
  width: 500px;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.otherBtn a:hover {
  background-color: #000;
  color: #fff;
}
.topBtn{
  width: 30%;
  margin: 4vh auto 0;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 29%;
  }
  .footer__container--area1 {
    padding: 73px 0 24px;
  }
  .footer__container--area1--flex {
    width: 210px;
  }
  .footer__container--area1--flex.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 37px;
  }
  .footer__container--area1--flex.second .footer__container--area1--flex--link {
    width: 128px;
  }
  .footer__container--area1--flex.second .footer__container--area1--flex--link.insta {
    width: 47px;
    padding-top: 27px;
  }
  .footer__container--area2 {
    padding: 23px 0;
  }
  .footer__container--area2--logo {
    width: 128px;
  }
  .footer__container--area2--text {
    font-size: 1rem;
    padding-top: 13px;
  }

  .fixedAnker {
    position: fixed;
    bottom: 0;
    top: unset;
    width: 100%;
    background-color: #fff;
    transform: translate(0);
    z-index: 99;
  }
  .fixedAnker__container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .toTop {
    width: 15px;
    right: 5px;
    bottom: 170px;
  }
  .otherBtn {
    padding-top: 50px;
  }
  .otherBtn a {
    width: 80%;
    padding: 15px 0;
  }
}
.bottomFade {
  opacity: 0;
}

.bottomFadeIn {
  -webkit-animation: bottomFadeIn 2s cubic-bezier(0.37, 0.57, 0.28, 1.01) 0.25s both;
          animation: bottomFadeIn 2s cubic-bezier(0.37, 0.57, 0.28, 1.01) 0.25s both;
}

@-webkit-keyframes bottomFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottomFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bottomFadeMv {
  opacity: 0;
  position: relative;
  z-index: 100;
}

.bottomFadeMvIn {
  -webkit-animation: bottomFadeIn 2s cubic-bezier(0.37, 0.57, 0.28, 1.01) 0.25s both;
          animation: bottomFadeIn 2s cubic-bezier(0.37, 0.57, 0.28, 1.01) 0.25s both;
}

@-webkit-keyframes bottomFadeMvIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottomFadeMvIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width:768px){
  /* 共通 */
  .flex-box{
    flex-direction: column;
  }
  .photo{
    margin-bottom: 6%;
  }
  /* ヘッダー */
  .header{
    top: 18px;
    right: 3vw;
    width: 25%;
  }
  .mv::before{
    top: 54%;
    padding-top: 173%;
    background: url(../img/mv-bgi-sp.jpg);
  }
  .mv .photo{
    width: calc(1140 / 1280 * 100%);
  }
  .mv-title{
    position: relative;
    width: calc(1217.2964 / 1280 * 100%);
    margin-top: 3%;
    z-index: 3;
  }
  .lead__container{
    margin-bottom: 0;
  }
  .lead__container--text{
    font-size: clamp(15px,1.1vw,24px);
    letter-spacing: 0.4rem;
  }
  .mainnav ul{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    width: calc(1100 / 1280 * 100%);
    min-width: auto;
    margin-bottom: 20%;
    padding: 8% 6% 0 6%;
  }
  .mainnav ul li {
    width: 47%;
  }
  /* リンク */
  .link-box{
    width: 86%;
    min-width: inherit;
    margin: auto;
  }
  .cart-title{
    text-align: left;
  }
  .cart-btm{
    margin-bottom: 1em;
  }
  .cart-btm .btn{
    padding: 0.5em 1em;
    font-size: 10px;
  }
  /* アイテムエリア */
  .item-title{
    width: calc(1160 / 1280 * 100%);
    min-width: auto;
  }
  .itemarea-box{
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin: 8% auto 12%;
    overflow: hidden;
  }
  .itemarea-box .icon{
    position: absolute;
    left: 8%;
    top: -2%;
    height: inherit;
  }
  .item01 .itemarea-box .icon{
    width: calc(67.9153 / 1280 *100%);
  }
  .item02 .itemarea-box .icon{
    width: calc(136.9153 / 1280 *100%);
  }
  .item03 .itemarea-box .icon{
    width: calc(79.9153 / 1280 *100%);
  }
  .item04 .itemarea-box .icon{
    width: calc(127.9153 / 1280 *100%);
  }
  .itemarea-box .photo-area,
  .item03-1 .itemarea-box .photo-area{
    width: calc(780 / 1280 * 100%);
    margin-left: 6%;
  }
  .itemarea-box .text-area{
    width: calc(1051.7324 / 1280 * 100%);
  }
  .itemarea-box .text-area .text,
  .itemarea-box .text-area .link-box{
    width: 100%;
  }
  div[class*="item0"] .box01,
  div[class*="item0"] .box02{
    flex-direction: column;
    align-items: inherit;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  div[class*="item0"] .box01 .text-area .title{
    margin: 6% 7%;
    font-size: clamp(15px,1.1vw,24px);
    letter-spacing: 0.2rem;
  }
  /* item01-1 */
  .item01-1 .box01 .photo-area{
    width: calc(1220 / 1280 * 100%);
  }
  .item01-1 .box01 .text-area{
    margin-left: 0;
    text-align: right;
  }
  .item01-1 .box02 .photo-area{
    width: calc(834 / 1280 * 100%);
    margin: 0 auto 6%;
  }
  /* item01-2 */
   .item01-2 .box01 .photo-area{
    width: calc(950 / 1280 * 100%);
    margin: 0 0 0 auto;
  }
  .item01-2 .box02 .photo-area{
    width: calc(834 / 1280 * 100%);
    margin: 0 auto 6%;
  }
  /* item01-3 */
  .item01-3 .box01 .photo-area{
    width: calc(1066 / 1280 * 100%);
    margin: 0 auto;
  }
  .item01-3 .box01 .text-area{
    margin-left: 0;
    text-align: right;
  }
  .item01-3 .box02 .photo-area{
    width: calc(764 / 1280 * 100%);
    margin: 0 6% 6% auto;
  }
  .item01-3 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item01-3 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item01-4 */
  .item01-4 .box01 .text-area{
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .item01-4 .box01 .text-area .title{
    margin-top: -4.65em !important;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  }
  .item01-4 .box01 .text-area .title span{
    color: #000;
    text-shadow: none;
  }
  .item01-4 .box01 .link-box{
    margin: 0 auto;
  }
  .item01-4 .box02 .photo-area{
    width: calc(1066 / 1280 * 100%);
    margin: 0 auto 6%;
  }
  .item01-4 .box02 .photo02{
    margin-bottom: 0;
  }
  .item01-4 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item01-4 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item01-5 */
  .item01-5 .box01 .photo-area{
    width: calc(950 / 1280 * 100%);
    margin: 0 0 0 auto;
  }
  .item01-5 .box01 .text-area{
    margin-left: 0;
    text-align: right;
  }
  /* item01-6 */
  .item01-6 .box01 .photo-area{
    width: calc(1066 / 1280 * 100%);
    margin: 0 auto;
  }
  .item01-6 .box01 .text-area{
    width: 100%;
    margin: 0 auto;
    left: auto;
  }
  /* item01-7 */
  .item01-7 .box01 .photo-area{
    width: calc(1220 / 1280 * 100%);
  }
  .item01-7 .box01 .text-area{
    margin-left: 0;
    text-align: right;
  }
  /* item01-8 */
  .item01-8 .box01 .photo-area a{
    display: block;
    width: calc(1080 / 1280 * 100%);
    margin: 0 0 0 auto;
  }
  .item01-8 .box01 .text-area{
    position: relative;
    top: auto;
    left: auto;
  }
  .item01-8 .box01 .text-area .title-w{
    display: none;
  }
  .item01-8 .box01 .link-box{
    margin: 0 auto;
  }
  .item01-8 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item01-8 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item01-9 */
  .item01-9 .box01 .photo-area{
    width: calc(1066 / 1280 * 100%);
    margin: 0 auto;
  }
  .item01-9 .box01 .text-area{
    margin-left: 0;
    text-align: right;
  }
  .item01-9 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item01-9 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item01-10 */
  .item01-10 .box01 .photo-area{
    width: calc(950 / 1280 * 100%);
  }
  .item01-10 .box01 .text-area{
    margin: 0;
  }
  .item01-10 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item01-10 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item02-1 */
  .item02-1 .box01 .text-area{
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    text-align: right;
  }
  .item02-1 .box01 .text-area .title{
    margin-top: -4.65em !important;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  }
  .item02-1 .box01 .text-area .title span{
    color: #000;
    text-shadow: none;
  }
  .item02-1 .box01 .link-box{
    margin: 0 auto;
  }
  .item02-1 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item02-1 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item02-2 */
  .item02-2 .box01 .photo-area{
    width: calc(1066 / 1280 * 100%);
  }
  .item02-2 .box01 .text-area{
    width: 100%;
    margin: 0 auto;
    left: auto;
  }
  .item02-2 .box01 .text-area .link-box{
    margin-left: auto;
  }
  /* item02-3 */
  .item02-3 .box01 .photo-area{
    width: calc(1060 / 1280 * 100%);
    margin: 0 auto;
  }
  .item02-3 .box01 .text-area{
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }
  .item02-3 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item02-3 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item03-1 */
  .item03-1 .box01{
    left: auto;
  }
  .item03-1 .box01 .photo-area{
    width: calc(1080 / 1280 * 100%);
    margin: 0 0 6% auto;
  }
  .item03-1 .box01 .text-area{
    width: 100%;
    margin: 0 auto;
  }
  .item03-1 .box02 .photo-area{
    width: calc(1080 / 1280 * 100%);
    margin: 0 auto 6% 0;
  }
  .item03-1 .box02 .photo02{
    margin-bottom: 0;
  }
  .item03-1 .box02 .link-box{
    margin: 0 auto;
  }
  .item03-1 .itemarea-box .text-area .title-area{
    align-items: flex-start;
  }
  .item03-1 .itemarea-box .text-area .title-area .number{
    margin-top: 0.5em;
  }
  /* item04-1 */
  .item04-1 .box01{
    left: auto;
  }
  .item04-1 .box01 .photo-area{
    width: calc(1066 / 1280 * 100%);
    margin: 0 auto;
  }
  .item04-1 .box01 .text-area{
    width: 100%;
    margin: 0 auto;
    left: auto;
    text-align: right;
  }
  .item04-1 .box01 .text-area .link-box{
    margin: 0 auto;
  }
  .item04-1 .itemarea-box{
    padding-bottom: 2rem
  }



  /* .item01-3 .box01 .photo-area{
    width: calc( / 1280 * 100%);
  } */



  /* トップボタン */
  .topBtn{
    position: absolute;
    right: 0;
    top: -10vw;
    width: 10vw;
    margin: 0;
  }
}
