*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}



body,a,p,h1,h2,h3,h4{
  font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo, sans-serif";
  color: #4D4D4D;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.2;
}
body{
  position: relative;
  -webkit-overflow-scrolling: touch;
  /*background: #f4f1e9;*/
}
ul{
  padding: 0;
  margin: 0 auto;
}
li{
  list-style: none;
}
img{
  width: 100%;
}
.container{
    max-width: 1120px;
    margin: 0 auto;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

.fadein{
  animation: fadeIn 2.4s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.4s ease-in 0s 1 normal;
}
.fadein1{
  opacity: 0;
}
.fadein1.active{
  animation: fadeIn 1.8s ease-in 0s 1 normal;
  -webkit-animation: fadeIn 1.8s ease-in 0s 1 normal;
  opacity: 1;
}
.bgi{
  opacity: 0;
}
.bgi.active{
  animation: fadeIn 1.8s ease-in 0s 1 normal;
  -webkit-animation: fadeIn 1.8s ease-in 0s 1 normal;
  opacity: 1;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

.fade-in-bottom{
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 0.8s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
   animation-delay: 1.4s;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(60px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom1{
   opacity: 0;
}
.fade-in-bottom1.active{
   animation-name: fadein-bottom1;
   animation-duration: 0.8s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom1{
   0% {
      opacity: 0;
      transform: translateY(100px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom2{
   opacity: 0;
}
.fade-in-bottom2.active{
   animation-name: fadein-bottom2;
   animation-duration: 1s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
   animation-delay: .4s;
}
@keyframes fadein-bottom2{
   0% {
      opacity: 0;
      transform: translateY(100px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.fade-in-bottom3{
   opacity: 0;
}
.fade-in-bottom3.active{
   animation-name: fadein-bottom3;
   animation-duration: 1s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
   animation-delay: .8s;
}
@keyframes fadein-bottom3{
   0% {
      opacity: 0;
      transform: translateY(100px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime{
  opacity: 0;
}

.slideAnimeLeftRight{
  animation-name: slideTextX100;
  animation-duration: 3s;
  animation-delay: -0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100{
  from {
    transform: translateX(-300%);
    opacity: 0;
  }
  to {
  transform: translateX(0);
    opacity: 1;
  }
  80%{
    opacity: 0.8;
  }
}
.slideAnimeRightLeft{
  animation-name: slideTextX-100;
  animation-duration: 3s;
  animation-delay: -0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100{
  from {
    transform: translateX(300%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
  80%{
    opacity: 0.8;
  }
}

header{
  position: relative;
  margin-bottom: 3.5rem;
}
header .header_logo{
position: absolute;
    top: 2vw;
    left: 2vw;
    width: 125px;
    z-index: 1;
}
header .header_text{
position: absolute;
    width: 100%;
    top: 33%;
    margin: 0 auto;
    padding: 0 19%;
}
header .header_text2{
position: absolute;
    width: 100%;
    top: 33%;
    margin: 0 auto;
    padding: 0 32.75%;
}

.lead{
  margin: 3.5rem auto;
  text-align: center;
}
.lead .title{
  width: 11.5%;
  margin: 6% auto 3%;
}
.lead .lead_text{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.main_category{
 max-width: 560px;
  margin: 0 auto 3.5rem;
}
.main_category .title{
  width: 22.6%;
  margin: 0 auto 4rem;
}
.main_category .slide{
  width: 280px;
  margin: 0 auto 4rem;
    padding-top: 90px;
}
.link_banner{
	margin: 8rem auto 16rem;
}
.link_banner .tittle{
	max-width: 500px;
	margin: 0 auto 4rem;
}
.nav{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 5px;
}
.nav div{
  position: relative;
  width: 100%;
  margin: auto;
}
.nav div a{
  display: block;
  width: 100%;
  height: 100%;
}
.nav div:hover .mask{
  display: block;
  opacity: 0.5;
  transition: 0.8s;
}
.nav .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  opacity: 0;
}
.nav .text{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.other_catecory{
  width: 50%;
  margin: 10rem auto 8rem;
}
.other_catecory .title{
  width: 24%;
  margin: -3rem auto 2rem;
}
.other_catecory .nav{
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.other_catecory .nav .text{
  width: 78%;
}

.link-box .main{
    margin-top: 3rem;
  padding-bottom: 3%;
}
.link-box .mix{
  padding-top: 3%;
}
.link-box p{
  text-align: left;
  line-height: 2;
    letter-spacing: 0;
}
.cart-btm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
    margin-bottom: 1rem;
}
.cart-title{
  width: 100%;
  position: relative;
  letter-spacing: 0.1rem;
}
.cart-yen{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80%;
  font-size: 15px;
  letter-spacing: 0.06rem;
  white-space: nowrap;
}
.cart-yen img{
  width: 17px;
  margin: 0 0.5rem 2px 0;
}
.cart-yen.price img{
  margin-right: 1.03rem;
}
.cart-yen span{
  font-size: 9px;
  margin: 0 0 0 5px;
}
.cart-btm .btn{
  font-size: 12px;
  line-height: 1em;
  padding: 1.2% 4% 1.3%;
  margin: 0 0 0 10px;
  font-family: "Arial", "メイリオ", Arial, sans-serif;
}
.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;
  font-family: "Arial",sans-serif;
  letter-spacing: 0.02rem;
  -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: 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;
}
.btn-arrow img *{
  stroke-width: 5;
  stroke-color: transparent;
}
.cart-btm:hover .btn-arrow img {
  opacity: 1;
  right: -1rem;
}
.cart-btm:hover .btn{
  background: #e3e3e2;
}
.link-line{
  margin: 3% 0;
}

.item_box{
  position: relative;
  margin-bottom: 4rem;
}
.item_box .box_inner{
  max-width: 920px;
  margin: auto;
/*  text-align: center;*/
}
.item_box .item_title{
  margin: auto;
  display: block;
  text-align: left;
    margin: 2rem 0;
    margin-left: -16px;
}
.item_box .item_title2{
  margin: auto;
  display: block;
  text-align: left;
    margin: 2rem 0;
    margin-left: -16px;
}
.item_box .item_title3{
  margin: auto;
  display: block;
  text-align: left;
	margin: 2rem 1rem 0;
}

.item_box .item_title img{
  width: 235px;
  margin: 0 auto 4%;
}
.item_box .item_title2 img{
  width: 100%;
  margin: 0 auto 4%;
}
.item_box ul{
  display: flex;
  align-items: center;
    margin-bottom: 2rem;
}
.item_box ul .photo{
  width: 50%;
}

.item_box ul .text_box{
  width: 50%;
}
.item_box ul .text_box .inner{
  width: 72%;
  margin: auto;
}
.item_box .text_box .inner .text{
  margin-bottom: 20%;
  text-align: justify;
}


#item1-1{
  padding-top: 7rem;
}
#item1-1 .bgc{
  position: absolute;
  top: 710px;
  left: 0;
  display: block;
  width: 100%;
  height: 62%;
  background: #FDFDE8;
  z-index: -1;
}
#item1-1 .item_title img{
  height: 4.56rem;
}
#item1-1 ul .photo{
  width: 50%;
  margin-left: 20px;
}
#item1-1 ul .photo-sl{
  width: 50%;
  margin:0 45px 0 35px;
}
#item1-1 ul .photo-sr{
  width: 50%;
  margin:0 35px 0 45px;
}
#item1-1 ul .ml0{
  margin-left: 0px;
}
#item1-1 ul .tm {position: relative;
    top: 200px;
}

#item1-1 .cart-btm .btn{
  background: #BCDBE5;
  color: #4D4D4D;
}
#item1-1 .inner .textarea{
 margin-bottom: 4rem;
}
#item1-2 .item_title img{
  height: 4.56rem;
}
#item1-2 .bgc{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 44%;
  background: #FDFDE8;
  z-index: -1;
}
#item1-2 .bgc1{
  position: absolute;
  left: 0;
  top: 400px;
  display: block;
  width: 45%;
  height: 600px;
  background: #FDFDE8;
  z-index: -1;
}
#item1-2 .bgc2{
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 45%;
  height: 600px;
  background: #FDFDE8;
  z-index: -1;
}

#item1-2 .photo{
  max-width: 450px;
  margin: 0 auto 4%;
}
#item1-2 .photo2{
    position: relative;
    left: -40px;
  max-width: 450px;
  margin: 0 auto 4%;
}
 #item1-2 .item_box ul .photo2 {
    width: 50%;
}
.bdr {
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
    box-sizing:content-box;
}

#item1-2 .photo3{
  max-width: 350px;
    margin: -60px 45px 0 35px;
}

#item1-2 .photo4{
  max-width: 410px;
    margin: 0px 35px 0 45px;
    position: relative;
    top: -70px;
}

#item1-2 .text_box .inner{
  display: flex;
  width: 80%;
  margin: auto;
}
#item1-2 .text_box .inner .textarea{
  width: 46%;
}
#item1-2 .text_box .inner .link-box{
  width: 53%;
  padding: 0 5% 0 9%;
}
#item1-2 .link-box{
  margin: 0 0 0 auto;
}

#item1-2 .cart-btm .btn{
  background: #BCDBE5;
}

#item1-3{
  padding-bottom: 4rem;
}
#item1-3 .bgc{
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  background: #FDFDE8;
  z-index: -1;
}

#item1-3 .photo{
  max-width: 488px;
  margin: 0 auto 4%;
}
#item1-3 .photo2{
  max-width: 450px;
  margin: 0 auto 4%;
}
#item1-3 .photo3{
  max-width: 350px;
  margin: 0 auto 4%;
    position: relative;
    top: 200px;
}

#item1-3 .photo img{
    padding-top: 8rem;
}
#item1-3 .cart-btm .btn{
  background: #BCDBE5;
}
#item1-4{
  padding-bottom: 4rem;
}
#item1-4 .bgc{
  position: absolute;
  display: block;
    top: 120px;
  width: 100%;
  height: 86%;
  background: #FDFDE8;
  z-index: -1;
}

#item1-4 .photo{
  max-width: 400px;
  margin: 0 auto 4%;
    z-index: 2;
}
#item1-4 .photo2{
  max-width: 480px;
  margin: 0 auto 4%;
    position: relative;
    top: 200px;
    left: -60px;
}
#item1-4 .photo2 .textarea{
    margin-bottom: 4rem;    
}
#item1-4 .photo2 img.mxw410{
  max-width: 410px;
}
#item1-4 .cart-btm .btn{
  background: #BCDBE5;
}
#item1-5.item_box{
    margin-top: 18rem;
    position: relative;
    margin-bottom: 4rem;
    }

#item1-5 .bgc{
  position: absolute;
  right: 0;
  top: -60px;
  display: block;
  width: 45%;
  height: 600px;
  background: #FDFDE8;
  z-index: -1;
}

#item1-5 .photo{
  max-width: 380px;
  margin: 0 auto 4% 0;
}
#item1-5 .photo img.mxw350{
    max-width: 350px;
}
#item1-5 .photo2{
  max-width: 488px;
  margin: 0 auto 4%;
}
#item1-5 .textarea2{
    width: 74%;
}
#item1-5 .text_box .inner{
  display: flex;
  width: 80%;
  margin: auto;
}
#item1-5 .text_box .inner .textarea{
  width: 46%;
}
#item1-5 .text_box .inner .link-box{
  width: 53%;
  padding: 0 5% 0 9%;
}
#item1-5 .cart-btm .btn{
  background: #BCDBE5;
}

#item2-1{
  margin-bottom: 10rem;
  padding-top: 10%;
}
#item2-1 .bgc{
position: absolute;
    top: 28rem;
    left: 0;
    display: block;
    width: 100%;
    height: 36.5%;
    background: #FFF4EC;
    z-index: -1;
}
#item2-1 .photo{
  max-width: 488px;
  margin-left: 5%;
}
#item2-1 ul .photo{
  width: 50%;
  margin-left: 5%;
}
#item2-1 ul .photo2{
  max-width: 410px;
	margin-top: 3rem;
}
#item2-1 ul .photo2 img.mxw350{
  max-width: 350px;
	margin-left: 60px;
	margin-top: 2rem;
}

#item2-1 ul .photo3{
  max-width: 450px;
  margin-left: 5%;
	margin-top: -10rem;
}
#item2-1 ul .photo4{
  max-width: 415px;
	margin-right: 5%;
}
#item2-1 ul .photo5{
  max-width: 415px;
	margin-left: 5%;
}
#item2-1 .cart-btm .btn{
  background: #B0A3A8;
	color: #fff;
}

#item2-2{
  padding-bottom: 6rem;
}
#item2-2 ul li{
	width: 50%;
}

#item2-2 .bgc{
position: absolute;
    top: 3%;
    left: 0;
    display: block;
    width: 62%;
    height: 38%;
    background: #FFF4EC;
    z-index: -1;
}
#item2-2 .bgc2{
position: absolute;
    bottom: 31rem;
    left: 25%;
    right: 25%;
    display: block;
    width: 46.4%;
    height: 29%;
    background: #FFF4EC;
    z-index: -1;
}
#item2-2 .item_title img{
  height: 8.5rem;
}
#item2-2 .photo{
  max-width: 488px;
  margin: 0 auto 4%;
}
#item2-2 .photo2{
  max-width: 920px;
  margin: 0 auto;
}
#item2-2 .photo3{
  max-width: 450px;
  margin: 3rem 0;
}
#item2-2 .photo4{
max-width: 410px;
	margin: 0 auto;
}
#item2-2 .photo5{
  max-width: 350px;
  margin: 4rem auto 0;
}
#item2-2 ul li.img24{
	position: relative;
	top: 8rem;
	padding-left: 5.4%	
}


#item2-2 .text_box .inner{
  display: flex;
  width: 80%;
  margin: auto;
}
#item2-2 .text_box .inner .textarea{
  width: 46%;
}
#item2-2 .text_box .inner .text{
  margin-bottom: 0;
}
#item2-2 .text_box .inner .link-box{
  width: 53%;
  padding: 0 5% 0 9%;
}
#item2-2 .cart-btm .btn{
    background: #B0A3A8;
	color: #fff;
}


#item2-3{
  margin-bottom: 0;
}
#item2-3 .bgc{
    position: absolute;
    top: 5%;
    right: 0;
    display: block;
    width: 100%;
    height: 34%;
    background: #FFF4EC;
    z-index: -1;
}
#item2-3 .bgc2{
    position: absolute;
    bottom: 20.5rem;
    right: 0;
    display: block;
    width: 100%;
    height: 21%;
    background: #FFF4EC;
    z-index: -1;
}
#item2-3 .item_title img{
  height: 8.5rem;
}
#item2-3 ul{
  align-items: flex-start;
}
#item2-3 .photo3{
  max-width: 488px;
  margin: 0 0 4% 0;
	position: relative;
}
#item2-3 .photo4{
max-width: 450px;
    margin: 0 0 0 6%;
    position: absolute;
    top: 22rem;
    left: 44%;
}
#item2-3 .img28{
    max-width: 410px;
    margin: 15% 0 0 0;
}

#item2-3 .text_box .inner{
  margin-top: 23%;
}
#item2-3 .text_box .inner > a{
  display: block;
  margin-bottom: 3rem;
  width: calc(100% + 8%);
  margin: 0 -8% 3rem 0 ;
}
#item2-3 .text_box .inner .photo{
  width: 100%;
}
#item2-3 .cart-btm .btn{
     background: #B0A3A8;
	color: #fff;
}
#item2-3 ul .photo5{
  width: calc(50% - 10px);
	margin-right: 10px;
}
#item2-3 ul .photo6{
  width: calc(50% - 10px);
	margin-left: 10px;
}



/*banner-block*/
.banner-block{
  width: 100%;
  max-width: 800px;
  margin: 8rem auto 16rem;
  position: relative;
  z-index: 10;
}
.c-btn01{
  width: 90%;
  margin: 0 auto 5% auto;
  display: block;
}

#pagetop{
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 35px;
  z-index: 99;
}

#sidenav{
  position: fixed;
  right: 0;
  top: 8vh;
  width: 7vw;
  z-index: 99;
}

#sidenav img{
  margin-bottom: 10%;
  transition: 0.6s ease-in-out;
}
#sidenav img:hover{
  opacity: 0.8;
  transition: 0.6s ease-in-out;
}

.end-box{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4% auto;
}
.end-box .txt{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2.5em;
  text-align: center;
  color: #595757;
  font-family: 'EB Garamond', serif;
}

.footer {
  color: #000;
  letter-spacing: 0.3em;
  padding: 0 0 2% 0;
  position: relative;
  text-align: center;
}
.footer .insta{
  display: block;
  width: 450px;
  border: 1px solid #eee;
  margin: 0 auto 3% auto;
  transition: .3s;
}
.footer .insta:hover{
  border: 1px solid #000;
  transition: .3s;
}
.footer_sns {
  margin: 26px 0 0;
}
.footer_snsNode {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
}
.f-ow {
  width: 120px;
  margin: 25px auto 0 auto;
}
.footer_copyright {
  font-family: "Helvetica",serif;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin: 34px 0 0;
}
.mxw300_pc {max-width: 300px;}
.mxw380_pc {max-width: 380px;}
.sp_wd80{width: none;}

@media screen and (min-width:920px) and (max-width:1100px){
  body, a, p, h1, h2, h3, h4,.cart-yen{
    font-size: 14px;
  }
  .item_box .box_inner{
    width: 96%;
  }
  #item3-2 .text_box .inner{
    width: 80%;
  }
}
@media screen and (min-width:767px) and (max-width:919px){
  body, a, p, h1, h2, h3, h4, .cart-yen{
    font-size: 0.85rem;
  }
  .cart-title{
    font-size: 0.8rem;
  }
  .cart-btm .btn{
    font-size: 0.7rem;
    margin-left: 0.3rem;
  }
  .item_box .box_inner{
    width: 100%;
  }
  .item_box ul .text_box .inner{
    width: 84%;
  }
  .item_box .item_title img{
    transform: scale(0.8);
  }
  #item3-2 .text_box .inner{
    width: 80%;
  }
}
@media screen and (max-width:766px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  header{
    background: #fff;
  }
section{overflow: hidden;}
  header .header_text{
    position: absolute;
    top: 66%;
    left: 9%;
    width: 82%;
    padding: 8% 0;
  }
    header .header_text2{
position: absolute;
    width: 48%;
    top: 73%;
    left: 26%;
    margin: 0 auto;
    padding: 0;
    right: 26%;
}
header .header_logo {
    position: absolute;
    top: 10vw;
    left: 7vw;
    width: 150px;
    z-index: 1;
}
  .lead{
    margin: 0 auto 6%;
    padding: 0;
  }
  .lead .header_logo{
    width: 20%;
    margin: 20% auto 14%;
  }
  .lead .title{
    width: 70%;
    margin-bottom: 4%;
  }
  .lead .lead_text{
    width: 90%;
    margin:0 auto;
    font-size: 0.85rem;
    line-height: 2.2;
  }
.item_box .item_title{
  margin: auto;
  display: block;
  text-align: left;
    margin: 1rem 0 0;
    margin-left: -16px;
}
    .item_box .item_title2 {
    margin: auto;
    display: block;
    text-align: left;
    margin: 1rem 0 0;
    margin-left: -16px;
}
.main_category .slide {
    width: 50%;
	margin: 0 auto 2rem;
	padding-top: 4rem;
}
  .main_category .title{
    width: 30%;
    margin: 0 auto 10%;
  }
  .nav{
    gap: 2rem 8%;
  }

  .link-box{
    width: 100%;
    margin: auto;
  }
.link-box .main {
    margin-top: 1rem;
    padding-bottom: 3%;
}
  .link-box .cart-btm{
    margin-bottom: 0;
  }
  .cart-title{
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .cart-yen{
    font-size: 0.95rem;
    line-height: 1.2;
  }
  .cart-yen img{
    width: 1.05rem;
    margin: 0 0.5rem 0;
  }
  .cart-yen.price img {
    margin-right: 1.07rem;
  }
  .link-line{
    margin: 4% 0;
  }
.link_banner{
	margin: 8rem auto 8rem;
}
  .main_category{
    width: 90%;
    margin-bottom: 5%;
  }
  .other_catecory{
    width: 90%;
    margin-top: 0;
  }
  .other_catecory .title {
    width: 52%;
    margin: -3rem auto 2rem;
  }
/*  .nav div:hover .mask{
    display: none;
  }*/

  .item_box .box_inner{
    width: 100%;
  }
  .item_box .item_title img{
    height: auto;
    margin-bottom: 0.5rem;
  }
  .item_box ul, #item1-2 .text_box .inner, #item2-2 .text_box .inner, #item3-2 .text_box .inner{
    flex-direction: column;
    width: 100%;
  }
  .item_box ul .text_box, .item_box ul .text_box .inner{
    width: 100%;
  }
  .item_box .text_box .inner .text{
    width: 80%;
    margin: 8% auto;
    line-height: 1.8;
  }
#item1-1 {
    padding-top: 3rem;
}
  #item1-1 .bgc{
width: 100%;
    height: 60%;
    top: 40%;
  }
  #item1-1 .item_title img{
    width: 100%;
    height: auto;
  }
#item1-1 .inner .textarea {
    margin-bottom: 0rem;
}
#item1-1 ul .tm {
    position: relative;
    top: 3rem;
}
  #item1-1 ul .photo{
    width: 70%;
    margin: 0 0 0 auto;
  }
    
  #item1-1 ul .photo_sp{
    width: 80%;
    margin: 0 auto;
  }
    #item1-1 ul .photo-sl {
    width: 44%;
    margin: 0 3%;
}
    #item1-1 ul .photo-sr {
    width: 44%;
    margin: 0 3%;
}
    #item1-1 ul.sp_2c{
        flex-direction: row;
        margin-top: 6rem;
    }
#item1-1 ul .photo:first-child{
    width: 80%;
    margin: 0 auto 0 0;
  }
  #item1-1  .link-box{
      margin-top: 2rem;
    }
  #item1-2{
    padding-bottom: 1rem;
  }
  #item1-2 .bgc{
    height: 60%
  }
  #item1-2 .item_title img{
    width: 100%;
      margin-bottom: 0!important;
  }
    #item1-2 .inner{
    width: 100%;
    margin: 3rem auto 0;
    }
  #item1-2 .photo{
    width: 90%;
    margin: auto;
  }
#item1-2 .bgc1 {
    position: absolute;
    left: 0;
    top: 31%;
    display: block;
    width: 70%;
    height: 24%;
    background: #FDFDE8;
    z-index: -1;
}
#item1-2 .bgc2 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45%;
    height: 26%;
    background: #FDFDE8;
    z-index: -1;
}
#item1-2 .photo2 {
    position: relative;
    left: 0;
    max-width: none;
    margin: 4rem auto 4%;
    width: 80%;
}
      #item1-2 .photo2 img{
          margin-bottom: 2rem;
  }
 #item1-2 .item_box ul .photo2 {
    width: auto;
}
#item1-2 .link-box {
    margin: 0 auto;
}    
    #item1-2 .photo3 {
    max-width: none;
    width: 44%;
    margin: 0 3%;
}
  #item1-2 .photo4 {
    max-width: none;
    width: 44%;
    margin: 0 3%;
     top:0;
}
    #item1-2 ul.sp_2c{
        flex-direction: row;
        margin-top: 3rem;
    }
  #item1-2 .text_box .inner .textarea, #item1-2 .text_box .inner .link-box{
    width: 100%;
  }
.bdr {
    border-left: 0;
    border-bottom: 0;
    box-sizing:content-box;
}
#item1-3 {
    padding-bottom: 1rem;
}
  #item1-3 .bgc{
width: 100%;
    height: 71%;
    bottom: 0;
    top: -5%;
  }
  #item1-3 .item_title img{
    width: 58%;
  }
  #item1-3 ul{
    flex-direction: column;
      width: 80%;
  }
  #item1-3 ul:nth-child(3){
    flex-direction: column;
      width: 100%;
  }
  
    #item1-3 .photo img{
    padding-top: 0rem;
}
    
  #item1-3 .photo{
    width: 80%;
    margin: 0 auto;
    max-width: none;
  }
    #item1-3 .photo2 {
    max-width: 54%;
    margin: 0 auto 0 0;
}
    #item1-3 .text{
        width: 90%;
        margin: 0 auto;
    }
    #item1-3 .photo3 {
    max-width: none;
    margin: -57% 0 0 auto;
    position: relative;
    top: 0;
    width: 43%;
}
    #item1-3 .link-box{
        width: 90%;
        margin-top: 2rem;
    }
    #item1-4 .bgc {
    position: absolute;
    display: block;
    top: 14%;
    width: 100%;
    height: 50%;
    background: #FDFDE8;
    z-index: -1;
}
    #item1-4 .photo {
    max-width: none;
    margin: 0 auto 0 0;
    z-index: 2;
    width: 80%;
}

#item1-4 .photo2 {
    max-width: none;
    margin: 2rem 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
}
#item1-4 {
    padding-bottom: 1rem;
}
 #item1-5.item_box{
        margin-top: 0rem;
        position: relative;
    margin-bottom: 4rem;
    }
#item1-5 .bgc {
    position: absolute;
    right: 0;
    top: -3%;
    display: block;
    width: 45%;
    height: 58%;
    background: #FDFDE8;
    z-index: -1;
}
#item1-5 .photo {
    max-width: none;
    margin: 0 0 4% auto;
    width: 80%;
}
#item1-5 .photo2 {
    max-width: none;
    margin: 0 auto 4% 0;
    width: 80%;
}
#item2-1 .photo {
    max-width: none;
    margin-left: 0%;
    width: 80%;
}
  #item2-1{
    margin-bottom: 6rem;
  }
  #item2-1 .bgc{
      top: 15%;
    height: 33%;
  }
  #item2-1 .item_title img{
    width: 59%;
  }

  #item2-1 ul .photo{
    width: 43%;
    margin: -33% auto 0 0;
  }
#item2-1 ul .photo2 {
    max-width: none;
    margin-top: -4rem;
    
}
#item2-1 ul .photo3 {
    max-width: none;
    width: 54%;
    margin: 5% 0 0 auto;
}
#item2-1 .text4 {
        width: 80%;
        margin: 0 auto;
    }
#item2-1 ul.sp_2c {
    flex-direction: row;
    margin-top: 6rem;
}
#item2-1 ul .photo4 {
    max-width: none;
    width: 40%;
    margin:0 5%;
}
#item2-1 ul .photo5 {
    max-width: none;
    width: 40%;
    margin:0 5%;
}
  #item2-2{
    padding-bottom: 0;
  }
#item2-2 ul.sp_2c{
        flex-direction: row;
        margin-top: 6rem;
    }
 #item2-2 ul li {
    width: 80%;
}
#item2-2 ul li.img24 {
    width: 43%;
    padding-left: 0;
    top: 10%;
}
  #item2-2 .bgc{
    bottom: 30%;
    width: 77%;
    height: 30%;
  }
#item2-2 .bgc2 {
    position: absolute;
    bottom: 8%;
    left: 18%;
    right: 18%;
    display: block;
    width: 62%;
    height: 35%;
    background: #FFF4EC;
    z-index: -1;
}
  #item2-2 .item_title img{
    width: 78%;
    margin-bottom: -0.5rem;
  }
  #item2-2 .photo{
    width: 80%;
    margin: 0 auto 3rem;
  }
  #item2-2 .photo3{
    max-width: none;
    width: 54%;
    margin: 0 auto 0 0;
    }
#item2-2 .photo5{
    max-width: 300px;
    }
  #item2-2 .text_box .inner .textarea{
    width: 100%;
    margin: 8% auto;
    line-height: 1.8;
  }
  #item2-2 .text_box .inner .text{
    margin: 0 auto;
  }
  #item2-2 .text_box .inner .link-box{
    width: 100%;
  }
#item2-2 .link-box{
    width: 100%;
  }
  #item2-3 .bgc{
      top: 6%;
    height: 40%;
  }
#item2-3 .bgc2 {
    position: absolute;
    bottom: 12%;
    right: 0;
    display: block;
    width: 100%;
    height: 13%;
    background: #FFF4EC;
    z-index: -1;
    }
  #item2-3 .item_title img{
    width: 59%;
  }
  #item2-3 ul .photo{
    width: 90%;
    margin: 0 0 6% auto;
  }
#item2-3 .photo2 {
    width: 43%;
    margin: 0 auto 0 0;
}
#item2-3 .photo3 {
    max-width: none;
    margin: 0 0 4% 0;
    width: 80%;
}
#item2-3 .photo4 {
    max-width: none;
    position: absolute;
    top: 26%;
    right: 0;
    width: 54%;
}
  #item2-3 .text_box .inner{
    margin-top: 0;
  }
    #item2-3 .link-box{
        width: 80%;
    }
#item2-3 ul.sp_2c{
        flex-direction: row;
        margin-top: 6rem;
    }
   #item2-3 ul .photo5 {
    width: 43%;
    margin: 0 3.5%;
}
 #item2-3 ul .photo6 {
    width: 43%;
    margin: 0 3.5%;
}   
    .sp2c_ct{
        position: absolute;
        margin-top: -2.2rem;        
    }
    .jstycon_fs{
        justify-content: flex-start;
    }
    .mb1rem{margin-bottom: 1rem!important;}
  .end-box{
    margin-bottom: 3rem;
  }

.banner-block{
  margin: 6rem auto 4rem;
}
    
  #pagetop{
    position: fixed;
    right: 0;
    bottom: 8.5%;
    width: 10%;
    z-index: 99;
  }

  #footnav{
    display: flex;
    position: fixed;
    right:auto;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #FDFDE8;
  }
  #footnav div{
    position: relative;
  }
  #footnav div:not(:last-of-type)::after{
    content:"";
    display: block;
    width: 1px;
    height: 3em;
    position: absolute;
    right: 0;
    bottom: 13%;
  }

  footer{
    margin-bottom: 18%;
  }
.mxw300_pc {max-width: none;}
.mxw380_pc {max-width: none;}
.sp_wd80{width: 80%;
    margin: 0 auto;}
}

.m0a{margin: 0 auto;}
.m045 {margin: 0 45px;}
.mxw300 {max-width: 300px;}
.mxw310 {max-width: 310px;}
.mxw380 {max-width: 380px;}
.mxw450 {max-width: 450px;}
.mb3rem {margin-bottom: 3rem;}
.mb4rem {margin-bottom: 4rem;}
.mb10rem {margin-bottom: 10rem;}
.mt4rem {margin-top: 4rem;}
.mt6rem {margin-top: 6rem;}
.mt9rem {margin-top: 9rem;}
.mt18rem {margin-top: 18rem;}
.ml50 {margin-left: 50px;}
.ml80 {margin-left: 80px;}
.ml1r {margin-left: 1rem;}





/***** slick *****/


#slide .bgc{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #FDFDE8;
  z-index: -1;
}
 #slide .photo{
    max-width: 360px;
    margin: auto;
  }
#slide .link-box{width: 90%;
margin: 0 auto;
}
#slide .link-box .main{margin-top: 2rem;}
#slide .cart-btm .btn{
  background: #BCDBE5;
  color: #4D4D4D;
}
ul.slick01{
    width:100%;
    padding:0;
    margin:0 auto;
    overflow: hidden;
}
.slick-list{
    padding:0 10% !important;
}
.slick-arrow{
    width:25px;
    position:absolute;
    z-index:100 !important;
}
    .slick-arrow.prev-arrow{
        left: 5%!important;
        top: 40%;
    }
    .slick-arrow.next-arrow{
        right: 5%!important;
        top: 40%;
    }

.slick-slide .slide-arrow {
    vertical-align: middle !important;
}
.slick-slide .caption2 {
  z-index: 2;
  width: 100%;
  padding: 0;
  opacity: 0;
  transition: .3s ease;
}
.slick-current .caption2 {
  opacity: 1;
  transition-delay: .5s;
}
.slick-slide {
  transition: .3s ease;
  transform: scale(.9);
  transform-origin: -120% 30%;
}
.slick-current {
  position: relative;
  z-index: 2;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.slick-current + .slick-slide {
  transform-origin: 220% 30%;
}
@media screen and (min-width: 1119px){
    ul.slick01{
        max-width:1120px;
        padding:0;
        margin:0 auto;
    }
    .slick-current{
        width:500px;
        margin:0 auto;
    }
    .slick-arrow{
        width:25px;
        position:absolute;
        z-index:100 !important;
    }
.slick-arrow.prev-arrow{
    left: calc(50% - 280px) ;
    top:210px;
}
.slick-arrow.next-arrow{
    right: calc(50% - 280px) ;
    top:210px;
}
    .slick-slide.slick-current.slick-active{
        margin:0 auto;
    }
    .slick-slide.slick-current.slick-active.slick-center{
         width:500px !important; 
         margin:0 auto;
    }
}
@media screen and (min-width: 599px){
     #slide .photo{
    max-width: 450px;
    margin: auto;
  }
    .slick-arrow.prev-arrow{
        left: calc(50% - 280px) !important;
        top:280px;
    }
    .slick-arrow.next-arrow{
        right: calc(50% - 280px) !important;
        top:280px;
    }
    
}
