.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;
  }
}
.clippath-right{
  opacity: 0;
}
.header-clippath-right,
.clippath-right.active{
  animation-name: clippath-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes clippath-right{
  0% {
    opacity: 1;
    filter: blur(3px);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
/* リンクボックス */
.link-box{
  width: 20.5vw;
  min-width: 280px;
}
.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: #000;
  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: 8rem;
  right: 7%;
  width: 11.5%;
  height: 20px;
}
.header__container--link {
  display: block;
}
/* mv */
.mv{
  position: relative;
}
.mv .photo{
  display: block;
  width: 100%;
}
.mv .title01{
  position: absolute;
  top: 28.5%;
  left: 13%;
  width: calc(870.194 / 2560 * 100%);
  z-index: 99;
}
.mv .title01-3{
  position: absolute;
  top: 28.5%;
  right: 13%;
  left: auto;
  width: calc(870.194 / 2560 * 100%);
  z-index: 99;
}
.mv .title02{
  position: absolute;
  top: 57%;
  left: 10%;
  width: calc(1108.5543 / 2560 * 100%);
  z-index: 99;
}
.mv .title02-3{
  position: absolute;
  top: 57%;
  left: auto;
  right: 7%;
  width: calc(1108.5543 / 2560 * 100%);
  z-index: 99;
}
.mv .title02 img{
  animation-delay: 1.2s;
}
/* リード */
.lead{
  position: relative;
}
.lead__container {
  width: calc(100% - 50px);
  margin: 0 auto 40px;
  padding: 40px 0;
}
.lead__container--text {
  text-align: center;
  font-family: "shippori-mincho";
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
/* メインナビ */
.mainnav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  width: calc(1575 / 2560 * 100%);
  min-width: 760px;
  margin: 0 auto 100px;
}
.mainnav ul li{
  width: 23.5%;
}
.mainnav ul li:nth-child(5){
  margin-left: 12%;
}
.mainnav ul li:nth-child(7){
  margin-right: 12%;
}
/* 共通 */
.item-wrapper{
  margin-bottom: 140px;
}
.item-title{
  display: block;
  width: calc(2007.9995 / 2560 * 100%);
  min-width: 740px;
  margin: 0 auto 40px;
  padding-top: 1rem;
}
.mainarea{
  min-width: 700px;
}
.mainarea .title{
  color: #000;
  font-family: "shippori-mincho";
  font-size: clamp(16px,1.45vw,23px);
  line-height: 2.4;
  letter-spacing: 0.4rem;
}
.itemarea{
  width: 100%;
  margin-top: -60px;
}
.itemarea-box{
  position: relative;
  left: 2%;
  display: flex;
  justify-content: space-between;
  width: calc(1510.8891 / 2560 * 100%);
  min-width: 700px;
  margin: 5% auto 12rem;
  padding: 3rem 0 2rem;
}
.itemarea-box .title-area{
  width: calc(683.1019 / 1510.8891 * 100%);
  min-width: 380px;
}
.itemarea-box .number01{
  width: calc(219.5541 / 683.1019 * 100%);
}
.itemarea-box .number02{
  width: calc(235.5943 / 683.1019 * 100%);
}
.itemarea-box .number03{
  width: calc(224.7622 / 683.1019 * 100%);
}
.itemarea-box .text-area{
  width: calc(757.3723 / 1510.8891 * 100%);
  min-width: 380px;
  margin-top: 2em;
}
.itemarea-box .text-area .title{
  font-family: 'Gothic-MB101';
  font-size: clamp(15px,1.6vw,19px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.4rem;
}
.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-title{
  border-color: #4e4c6c;
}
.item01 .main .cart-btm .btn{
  border: 1px solid #4e4c6c;
  background: #4e4c6c;
}
.item01 .itemarea{
  margin-top: 0;
  background: rgba(146, 188, 227, 0.2);
}
.itemarea01-1 .title-area,
.itemarea01-2 .title-area,
.itemarea01-3 .title-area,
.itemarea01-4 .title-area{
  position: relative;
}
.itemarea01-1 .title-area .number-area,
.itemarea01-2 .title-area .number-area,
.itemarea01-3 .title-area .number-area,
.itemarea01-4 .title-area .number-area{
  width: 100%;
}
.itemarea01-1 .icon{
  width: calc(340.5451 / 683.1019 * 100%);
  margin: 7% auto 0 -12%;
}
.itemarea01-1 .photo{
  position: absolute;
  top: -25%;
  right: 0;
  width: 60%;
}
.itemarea01-2 .icon{
  width: calc(323.3019 / 683.1019 * 100%);
  margin: 7% auto 0 -10%;
}
.itemarea01-2 .photo{
  position: absolute;
  top: -16%;
  right: 0;
  width: 60%;
}
.itemarea01-3 .icon{
  width: calc(435 / 683.1019 * 100%);
  margin: 7% auto 0 -20%;
}
.itemarea01-3 .photo{
  position: absolute;
  top: -20%;
  right: 0;
  width: 53%;
}
.itemarea01-4 .icon{
  width: calc(432 / 683.1019 * 100%);
  margin: 7% auto 0 -28%;
}
.itemarea01-4 .photo{
  position: absolute;
  top: -5%;
  right: 0;
  width: 66%;
}
/* item01-1-1 */
.item01-1-1 .mainarea{
  width: calc(2120.5333 / 2560 * 100%);
}
.item01-1-1 .photo-area{
  position: relative;
}
.item01-1-1 .mainarea .title{
  position: absolute;
  top: 26%;
  left: 32.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item01-1-1 .mainarea .link-box{
  margin: 20px 0 0 auto;
}
/* item01-1-2 */
.item01-1-2 .mainarea{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1584 / 2560 * 100%);
  margin: 0 auto;
  left: 8%;
}
.item01-1-2 .photo-area{
  width: calc(1004 / 1584 * 100%);
}
.item01-1-2 .link-box{
  width: calc(510 / 1584 * 100%);
}
/* item01-2-1 */
.item01-2-1{
  position: relative;
}
.item01-2-1 .photo01{
  display: block;
  width: calc(2040.5333 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item01-2-1 .mainarea .title{
  position: absolute;
  bottom: 23%;
  left: 15.5%;
}
.item01-2-1 .mainarea .link-box{
  margin: 20px 15% 0 auto;
}
/* item01-2-2 */
.item01-2-2 .mainarea{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1659.5 / 2560 * 100%);
  margin: 0 auto;
}
.item01-2-2 .photo-area{
  width: calc(1004 / 1659.5 * 100%);
}
.item01-2-2 .link-box{
  width: calc(510 / 1659.5 * 100%);
  margin: 0 3% 0 auto;
}
/* item01-3 */
.item01-3 .photo-area{
  position: relative;
}
.item01-3 .mainarea .title{
  position: absolute;
  top: 26%;
  left: 15.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item01-3 .mainarea .link-box{
  margin: 20px 15% 0 auto;
}
/* item01-4 */
.item01-4{
  position: relative;
}
.item01-4 .photo01{
  display: block;
  width: calc(1770 / 2560 * 100%);
}
.item01-4 .mainarea .title{
  position: absolute;
  top: 32%;
  left: 57.5%;
}
.item01-4 .mainarea .link-box{
  margin: 20px auto 0 16%;
}
/* item02 */
.item02 .main-title{
  border-color: #8b726a;
}
.item02 .main .cart-btm .btn{
  border: 1px solid #8b726a;
  background: #8b726a;
}
.item02 .itemarea{
  background: rgba(138, 114, 106, 0.1);
}
.item02 .itemarea .icon{
  width: calc(520 / 683.1019 * 100%);
  margin: 10% auto 0 12%;
}
/* item02-1-1 */
.item02-1-1 .mainarea{
  position: relative;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(1837.3976 / 2560 * 100%);
  margin: 0 auto;
}
.item02-1-1 .photo-area{
  width: calc(1094.7162 / 1837.3976 * 100%);
}
.item02-1-1 .text-area{
  width: calc(594.0582/ 1837.3976 * 100%);
  margin: 0 3% 0 auto;
}
.item02-1-1 .text-area .link-box{
  margin-top: 20%;
}
/* item02-1-2 */
.item02-1-2 .mainarea{
  width: calc(1725.4812 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item02-1-2 .mainarea .link-box{
  margin: 20px auto 0 0;
}
/* item03 */
.item03 .main-title{
  border-color: #595a3b;
}
.item03 .main .cart-btm .btn{
  border: 1px solid #595a3b;
  background: #595a3b;
}
.item03 .itemarea{
  background: rgba(89,90,59, 0.1);
}
.itemarea03-1 .title-area,
.itemarea03-2 .title-area,
.itemarea03-3 .title-area{
  position: relative;
}
.itemarea03-1 .title-area .number-area,
.itemarea03-2 .title-area .number-area,
.itemarea03-3 .title-area .number-area{
  width: 100%;
}
.itemarea03-1 .icon{
  width: calc(385 / 683.1019 * 100%);
  margin: 10% auto 0 -18%;
}
.itemarea03-1 .photo{
  position: absolute;
  top: -8%;
  right: 0;
  width: 56%;
}
.itemarea03-2 .icon{
  width: calc(385 / 683.1019 * 100%);
  margin: 10% auto 0 -18%;
}
.itemarea03-2 .photo{
  position: absolute;
  top: -8%;
  right: 0;
  width: 56%;
}
.itemarea03-3 .icon{
  width: calc(260 / 683.1019 * 100%);
  margin: 12% auto 0 -12%;
}
.itemarea03-3 .photo{
  position: absolute;
  top: -2%;
  right: 0;
  width: 70%;
}
/* item03-1-1 */
.item03-1-1 .mainarea{
  width: calc(2190.6664 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item03-1-1 .photo-area{
  position: relative;
}
.item03-1-1 .mainarea .title{
  position: absolute;
  top: 23%;
  left: 8.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item03-1-1 .mainarea .link-box{
  margin: 20px 18% 0 auto;
}
/* item03-1-2 */
.item03-1-2 .mainarea{
  position: relative;
  right: 4%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1641.4812 / 2560 * 100%);
  margin: 0 auto;
}
.item03-1-2 .photo-area{
  width: calc(1004 / 1641.4812 * 100%);
}
.item03-1-2 .link-box{
  width: calc(576 / 1641.4812 * 100%);
  margin-right: 2%;
}
/* item03-2 */
.item03-2 .mainarea{
  position: relative;
  right: 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1646.5188 / 2560 * 100%);
  margin: 0 auto;
}
.item03-2 .photo-area{
  width: calc(924 / 1646.5188 * 100%);
}
.item03-2 .text-area{
  width: calc(581.7532 / 1646.5188 * 100%);
}
.item03-2 .text-area .link-box{
  margin-top: 80%;
}
/* item03-3 */
.item03-3 .mainarea{
  position: relative;
  left: 4%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1831.8628 / 2560 * 100%);
  margin: 0 auto;
}
.item03-3 .photo-area{
  width: calc(986.1947 / 1831.8628 * 100%);
}
.item03-3 .text-area{
  width: calc(777.2062 / 1831.8628 * 100%);
}
.item03-3 .text-area .link-box{
  margin-top: 30%;
}
/* item04 */
.item04 .main-title{
  border-color: #94758b;
}
.item04 .main .cart-btm .btn{
  border: 1px solid #94758b;
  background: #94758b;
}
.item04 .itemarea{
  background: rgba(148,117,139,0.1);
}
.itemarea04-1 .title-area,
.itemarea04-2 .title-area{
  position: relative;
}
.itemarea04-1 .title-area .number-area,
.itemarea04-2 .title-area .number-area{
  width: 100%;
}
.itemarea04-1 .icon{
  width: calc(269 / 683.1019 * 100%);
  margin: 14% auto 0 -10%;
}
.itemarea04-1 .photo{
  position: absolute;
  top: -2%;
  right: 0;
  width: 68%;
}
.itemarea04-2 .icon{
  width: calc(269 / 683.1019 * 100%);
  margin: 17% auto 0 0;
}
.itemarea04-2 .photo{
  position: absolute;
  top: -20%;
  right: 0;
  width: 56%;
}
/* item04-1-1 */
.item04-1-1 .mainarea{
  width: calc(2120.5333 / 2560 * 100%);
  margin: 0 auto;
}
.item04-1-1 .photo-area{
  position: relative;
}
.item04-1-1 .mainarea .title{
  position: absolute;
  top: 15%;
  left: 10.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item04-1-1 .mainarea .link-box{
  margin: 20px 3% 0 auto;
}
/* item04-1-2 */
.item04-1-2 .mainarea{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1656.0183 / 2560 * 100%);
  margin: 0 auto;
  left: 8%;
}
.item04-1-2 .photo-area{
  width: calc(1004 / 1656.0183 * 100%);
}
.item04-1-2 .link-box{
  width: calc(510 / 1656.0183 * 100%);
  margin: 0 auto;
}
/* item04-2-1 */
.item04-2-1 .mainarea{
  width: calc(2120.5333 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item04-2-1 .photo-area{
  position: relative;
}
.item04-2-1 .mainarea .title{
  position: absolute;
  top: 38%;
  left: 7.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item04-2-1 .mainarea .link-box{
  margin: 20px auto 0 2%;
}
/* item04-2-2 */
.item04-2-2 .mainarea{
  position: relative;
  left: 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1673.9995 / 2560 * 100%);
  margin: 0 auto;
}
.item04-2-2 .photo-area{
  width: calc(1004 / 1673.9995 * 100%);
}
.item04-2-2 .link-box{
  width: calc(510 / 1673.9995 * 100%);
  margin: 0 auto 0 1%;
}
/* item05 */
.item05 .main-title{
  border-color: #aa756c;
}
.item05 .main .cart-btm .btn{
  border: 1px solid #aa756c;
  background: #aa756c;
}
.item05 .itemarea{
  background: rgba(170,117,108,0.1);
}
.itemarea05-1 .icon{
  width: calc(572 / 683.1019 * 100%);
  margin: 7% auto 0 10%;
}
.itemarea05-2 .icon{
  width: calc(595 / 683.1019 * 100%);
  margin: 7% auto 0 10%;
}
/* item05-1 */
.item05-1 .mainarea{
  width: calc(2190.6664 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item05-1 .photo-area{
  position: relative;
}
.item05-1 .mainarea .title{
  position: absolute;
  top: 30%;
  left: 9.5%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.item05-1 .mainarea .link-box{
  margin: 20px 18% 0 auto;
}
/* item05-2 */
.item05-2 .mainarea{
  position: relative;
  left: 2%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1809.1239 / 2560 * 100%);
  margin: 0 auto;
}
.item05-2 .photo-area{
  width: calc(979 / 1809.1239 * 100%);
}
.item05-2 .text-area{
  width: calc(726.3446 / 1809.1239 * 100%);
  margin: 0 auto;
}
.item05-2 .text-area .link-box{
  margin-top: 50%;
}
/* item06 */
.item06 .main-title{
  border-color: #000;
}
.item06 .main .cart-btm .btn{
  border: 1px solid #000;
  background: #000;
}
.item06 .itemarea{
  background: rgba(236,236,236,1);
}
.itemarea06-2 .title-area{
  position: relative;
}
.itemarea06-2 .title-area .number-area{
  width: 100%;
}
.itemarea06-1 .icon{
  width: calc(515 / 683.1019 * 100%);
  margin: 12% auto 0 8%;
}
.itemarea06-2 .icon{
  width: calc(241 / 683.1019 * 100%);
  margin: 10% auto 0 -1%;
}
.itemarea06-2 .photo{
  position: absolute;
  top: -3%;
  right: 0;
  width: 68%;
}
/* item06-1-1 */
.item06-1-1 .mainarea{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1842.418 / 2560 * 100%);
  margin: 0 auto;
}
.item06-1-1 .photo-area{
  width: calc(986.1947 / 1842.418 * 100%);
}
.item06-1-1 .text-area{
  width: calc(691.9043 / 1842.418 * 100%);
}
.item06-1-1 .mainarea .link-box{
  margin-top: 46%;
}
/* item06-1-2 */
.item06-1-2 .mainarea{
  position: relative;
  left: 2%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1894.4646 / 2560 * 100%);
  margin: 0 auto;
}
.item06-1-2 .photo-area{
  width: calc(1267.9646 / 1894.4646 * 100%);
}
.item06-1-2 .mainarea .link-box{
  width: calc(576 / 1894.4646 * 100%);
  margin: 20px 3% 0 auto;
}
/* item06-2 */
.item06-2 .mainarea{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(2120.9316 / 2560 * 100%);
}
.item06-2 .photo-area{
  width: calc(1348.0178 / 2120.9316 * 100%);
}
.item06-2 .text-area{
  width: calc(655.968 / 2120.9316 * 100%);
  margin: 0 auto;
}
.item06-2 .text-area .link-box{
  margin-top: 55%;
}
/* item07 */
.item07 .main-title{
  border-color: #b5a56b;
}
.item07 .main .cart-btm .btn{
  border: 1px solid #b5a56b;
  background: #b5a56b;
}
.item07 .itemarea{
  background: rgba(181,165,107,0.1);
}
.item07 .itemarea .icon{
  width: calc(485 / 683.1019 * 100%);
  margin: 14% auto 0 16%;
}
/* item07-1-1 */
.item07-1-1 .mainarea{
  position: relative;
}
.item07-1-1 .photo-area .photo01{
  display: block;
  width: calc(1910.6664 / 2560 * 100%);
  margin: 0 0 0 auto;
}
.item07-1-1 .photo-area .photo01 img{
  width: 100%;
}
.item07-1-1 .mainarea .title{
  position: absolute;
  top: 22%;
  left: 14.5%;
}
.item07-1-1 .mainarea .link-box{
  margin: 20px 10% 0 auto;
}
/* item07-1-2 */
.item07-1-2 .mainarea{
  position: relative;
  left: 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(1673.9994 / 2560 * 100%);
  margin: 0 auto;
}
.item07-1-2 .photo-area{
  width: calc(1004 / 1673.9994 * 100%);
}
.item07-1-2 .mainarea .link-box{
  width: calc(576 / 1673.9994 * 100%);
  margin: 0 auto;
}

/* フッター */
.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: 800px) {
  .footer {
    margin-bottom: 19%;
  }
  .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:800px){
  /* 共通 */
  .flex-box{
    flex-direction: column;
  }
  .photo{
    margin-bottom: 6%;
  }
  /* ヘッダー */
  .header{
    top: 18px;
    right: 3vw;
    width: 25%;
  }
  .mv .title01{
    top: auto;
    bottom: 11.5%;
    left: 9%;
    width: calc(934.3164 / 1280 * 100%);
  }
  .mv .title02{
    top: auto;
    bottom: 5%;
    left: 3%;
    width: calc(1196.8359 / 1280 * 100%);
  }
  /* lead */
  .lead__container{
    margin-bottom: 0;
    padding: 6% 0 3%;
  }
  .lead__container--text{
    font-size: clamp(15px,1.1vw,24px);
    letter-spacing: 0.4rem;
  }
  /* mainnavs */
  .mainnav ul{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    width: calc(1103.4528 / 1280 * 100%);
    min-width: auto;
    margin-bottom: 20%;
    padding: 0;
  }
  .mainnav ul li {
    width: 47%;
  }
  .mainnav ul li:nth-child(5){
    margin: 0 auto;
  }
  .mainnav ul li:nth-child(7){
    margin: 0 25% 0 auto;
  }
  /* リンク */
  .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-wrapper{
    margin-bottom: 12%;
  }
  .main-title{
    border-bottom: 2px solid;
  }
  .item-title{
    width: auto;
    min-width: auto;
    height: 18vw;
    margin: 0 auto 0 5vw;
    padding-bottom: 1em;
  }
  .mainarea{
    min-width: inherit;
  }
  .itemarea{
  margin-top: 12%;
  }
  .itemarea-box{
    left: auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin: 8% auto 12%;
  }
  .itemarea-box .title-area{
    width: 90%;
    min-width: inherit;
    margin-top: -13%;
  }
  .itemarea-box .number01{
    width: calc(351.2903 / 1058.0447 * 100%);
    margin-top: 2px;
  }
  .itemarea-box .number02{
    width: calc(353.2903 / 1058.0447 * 100%);
  }
  .itemarea-box .number03{
    width: calc(353.2903 / 1058.0447 * 100%);
  }
  .itemarea-box .text-area{
    width: 100%;
    min-width: inherit;
    margin-top: 1em;
  }
  .itemarea-box .text-area .title{
    text-align: center;
    font-size: clamp(17px,1.6vw,19px);
    line-height: 1.8;

  }
  .itemarea-box .text-area .text{
    margin: 3% auto 0;
    font-size: clamp(15px,1.2vw,16px);
  }

  div[class*="item0"] .mainarea{
    flex-direction: column;
    align-items: inherit;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 8%;
  }
  div[class*="item0"] .mainarea .title{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 6% 7%;
    color: #000;
    font-size: clamp(16px,1.1vw,24px);
    letter-spacing: 0.2rem;

    text-shadow: inherit;
  }
  div[class*="item0"] .link-box{
    width: 86% !important;
    margin: 8% auto 0 !important;
  }
  div[class*="item0"] .itemarea{
    margin-top: 18%;
  }
  div[class*="item0"] .itemarea .icon{
    margin: 2% auto 0 2%;
  }
  /* item01-1-1 */
  .item01-1-1 .mainarea .title,
  .item01-3 .mainarea .title,
  .item03-1-1 .mainarea .title,
  .item03-3 .mainarea .title,
  .item04-2-1 .mainarea .title,
  .item05-2 .mainarea .title,
  .item06-2 .mainarea .title{
    text-align: right;
  }
  .item01-1-1 .mainarea .link-box{
    margin: 6% auto 0;
  }
  .item01-1-2 .photo-area,
  .item01-2-2 .photo-area,
  .item02-1-1 .photo-area,
  .item03-1-2 .photo-area,
  .item03-3 .photo-area,
  .item04-1-2 .photo-area,
  .item04-2-2 .photo-area,
  .item05-2 .photo-area,
  .item06-1-1 .photo-area,
  .item06-1-2 .photo-area,
  .item06-2 .photo-area,
  .item07-1-2 .photo-area{
    width: calc(1100 / 1280 * 100%);
    margin: 0 auto;
  }
  .item01-2-1 .photo01,
  .item01-4 .photo01,
  .item02-1-1 .text-area,
  .item03-2 .photo-area,
  .item03-2 .text-area,
  .item03-3 .text-area,
  .item05-2 .text-area,
  .item06-1-1 .text-area,
  .item06-2 .text-area{
    width: 100%;
  }


  /* トップボタン */
  .topBtn{
    position: absolute;
    right: 0;
    top: -10vw;
    width: 10vw;
    margin: 0;
  }
  .itemarea01-1 .photo,
  .itemarea01-2 .photo,
  .itemarea01-3 .photo,
  .itemarea01-4 .photo,
  .itemarea03-1 .photo,
  .itemarea03-2 .photo,
  .itemarea03-3 .photo,
  .itemarea04-1 .photo,
  .itemarea04-2 .photo,
  .itemarea06-2 .photo{
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 0 auto;
  }
  .itemarea01-1 .icon{
    display: block;
    width: calc(962 / 1180 * 100%);
    margin: 2% auto 4% !important;
  }
  .itemarea01-2 .icon{
    display: block;
    width: calc(949 / 1180 * 100%);
    margin: 2% auto 2% !important;
  }
  .itemarea01-3 .icon{
    display: block;
    width: calc(930 / 1180 * 100%);
    margin: 2% auto 2% !important;
  }
  .itemarea01-4 .icon{
    display: block;
    width: calc(930 / 1180 * 100%);
    margin: 0 auto 4% !important;
  }
  .item02 .itemarea .icon{
    width: calc(766 / 1180 * 100%);
    margin: 7% auto 0 5%;
  }
  .itemarea03-1 .icon{
    display: block;
    width: calc(838 / 1180 * 100%);
    margin: 0 auto 4% !important;
  }
  .itemarea03-2 .icon{
    display: block;
    width: calc(810 / 1180 * 100%);
    margin: 0 auto 4% !important;
  }
  .itemarea03-3 .icon{
    display: block;
    width: calc(778 / 1180 * 100%);
    margin: 2% auto -2% !important;
  }
  .itemarea04-1 .icon{
    display: block;
    width: calc(825 / 1180 * 100%);
    margin: 2% auto 2% !important;
  }
  .itemarea04-2 .icon{
    display: block;
    width: calc(727 / 1180 * 100%);
    margin: 2% auto 2% !important;
  }
  .itemarea05-1 .icon{
    width: calc(847 / 1180 * 100%);
    margin: 4% auto 0 6% !important;
  }
  .itemarea05-2 .icon{
    width: calc(960 / 1180 * 100%);
    margin: 4% auto 0 6% !important;
  }
  .itemarea06-1 .icon{
    width: calc(759 / 1180 * 100%);
    margin: 7% auto 0 3%;
  }
  .itemarea06-2 .icon{
    display: block;
    width: calc(853 / 1180 * 100%);
    margin: 7% auto 0 3%;
    margin: 2% auto 2% !important;
  }
  .item07 .itemarea .icon{
    width: calc(719 / 1180 * 100%);
    margin: 8% auto 0 6%;
  }
}
