*,*::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}}

p{
  font-family: "YuMincho", 'Yu Mincho', serif;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.1rem;
}
ul{
  padding: 0;
  margin: 0 auto;
}
li{
  list-style: none;
}
img{
  width: 100%;
}

.pc-on{
  display: block;
}
.sp-on{
  display: none;
}

/*cart*/
.cart-btm{
	width: 100%;
	text-decoration: none;
	color: #1b1442;
	transition: 0.3s;
	line-height: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1% 0;
}
.cart-title{
	font-size: 16px;
  letter-spacing: 0.1rem;
  width: 70%;
  position: relative;
  line-height: 1.5em;
  white-space: nowrap;
}
.cart-yen{
  font-size: 16px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  line-height: 1.6;
}
.cart-yen span{
	font-size: 11px;
	position: relative;
	top: 1px;
	margin: 0 0 0 0.3em;
}
.cart-yen02{
	font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cart-yen02 span{
	font-size: 10px;
	letter-spacing: 2px;
	position: relative;
	top: 1px;
	margin: 0 0 0 0.3em;
}
.l-icon.price-space::before {
    margin-right: 0.9em;
}
.l-icon::before{
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/l-size.png");
  background-size: 17px 17px;
  margin: 0 0.3em 0 0;
  position: relative;
  top: -0.5px
}
.s-icon.price-space::before {
    margin-right: 0.9em;
}
.s-icon::before{
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/s-size.png");
  background-size: 17px 17px;
  margin: 0 0.3em 0 0;
  position: relative;
  top: -0.5px
}

/*cart-btm*/
.link-line{
	width: 100%;
	height: 1px;
	margin: 3% 0;
	background: #ababac;
}
.cart-btm .btn{
	font-size: 12px;
	line-height: 1em;
	padding: 0.25em 1em;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 0.3em;
	line-height: 1.5em;
  letter-spacing: 0.02rem;
  font-family: "Arial", "メイリオ", Arial, sans-serif;
}
.btn-border {
  background-color: transparent;
  color: #1d1d1d;
}
.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;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.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;
}

/* header */
header{
  position: relative;
  width: 100%;
  height: 100%;
}
header .top_logo{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 5%;
}
header .mv_title01{
  position: absolute;
  top: 24.25%;
  left: 8.25%;
  width: 28.5%;
}
header .mv_title02{
  position: absolute;
  top: 33%;
  left: 24%;
  width: 26%;
}
header .mv_title03{
  position: absolute;
  top: 43.5%;
  left: 8%;
  width: 52%;
}
header .mv_title04{
  position: absolute;
  bottom: 16%;
  left: 10%;
  width: 24%;
}

.mv_title01, .mv_title02{
  animation: slideleft;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
.mv_title01{
  animation-delay: 1.4s;
}
.mv_title02{
  animation-delay: 1.7s;
}
@keyframes slideleft{
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.mv_title03{
  animation: fadeinTopZoom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 2.2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeinTopZoom{
  0%{
    opacity: 0;
    transform: scale(1.15);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
.mv_title04{
  animation: fadeinTop;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 3.2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeinTop {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/*read*/
.read{
  margin: 4% auto;
	text-align: center;
}

/*top-nav*/
.top-nav{
	width: 48%;
	max-width: 1140px;
  min-width: 700px;
	margin: 0 auto 8% auto;
}
.nav{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 5px;
}
.nav a:hover{
  display: block;
  opacity: 0.5;
  transition: 0.8s;
}

/* titlearea */
.titlearea{
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto -2.5%;
  padding: 2% 0 142px;
  text-align: center;
}
.titlearea::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 140px;
  background: rgba(255, 129, 0, .4);
  z-index: 1;
}
.titlearea::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 140px;
  background: #ff8100;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  z-index: 1;
}
#cate02.titlearea::before{
  background: rgba(124,178,183,0.4);
}
#cate02.titlearea::after{
  background: #7cb2b7;
}
#other.titlearea::before{
  content: none;
}
#other.titlearea::after{
  content: none;
}

@keyframes sdl{
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.linen_style{
  width: 20%;
  margin: 0 auto 0.5%;
}
.titlearea .line{
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3%;
  background: #000;
}
.category_title{
  margin: 0 auto 3%;
}
#cate01 .category_title{
  width: 56%;
}
#cate02 .category_title{
  width: 66%;
}
#other .category_title{
  width: 39%;
}

/*acd*/
.acd-check{
	display: none;
}
.acd-label{
  position: relative;
	width: 100%;
  display: block;
	margin: 3% 0;
	padding: 0.5em 15px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.1rem;
	text-align: center;
	box-sizing: border-box;
  font-family: "YuMincho", 'Yu Mincho', serif;
}
.acd-label:after{
	box-sizing: border-box;
	content: '';
	background: url("../img/icon01.png") no-repeat;
  background-size: 60%;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 11px;
}
.acd-content{
	display: block;
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label:after{
	content: '';
	background: url("../img/icon02.png") no-repeat;
  background-size: 60%;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 11px;
	z-index: 99;
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	visibility: visible;
}

.img-wrap2{
  overflow: hidden;
  position: relative;
}

.img-wrap2:before {
  animation: img-wrap2 1.8s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap2{
  100% {
    transform: translateX(100%);
  }
}

.fadeup01{
  opacity: 0;
}
.fadeup01.active{
  animation: fadeup01;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeup01{
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeup02{
  opacity: 0;
}
.fadeup02.active{
  animation: fadeup02;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeup02{
  0% {
    transform: translateY(120px);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fadein-up {
	opacity : 0;
	transform : translate(0, 0);
}
.fadein-up.active{
	animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 1s;
}
@keyframes fadeIn {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
.fadein-up02 {
	opacity : 0;
}
.fadein-up02.active{
	opacity : 1;
	animation-name: fadein-up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up{
	0%{
	  opacity: 0;
	  transform: scale(1.2);
	}
	100%{
	  opacity: 1;
	  transform: scale(1);
	}
}

/* wrapアニメーション */
.line-ani-top{
  opacity: 0;
  width: 46%;
  height: 99%;
  position: absolute;
  left: 0;
  top: 7%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  z-index: -1;
  overflow: hidden;
}
.line-ani-top.active{
	animation: fadeline01 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 0.6s;
}
@keyframes fadeline01{
  0% {
	opacity: 1;
	transform: translate(-100%, 0);
  }
  100% {
	opacity: 1;
	transform: translate(0, 0);
  }
}

.line-ani-top2{
	opacity : 0;
  width: 46%;
  height: 99%;
	position: absolute;
	right: 0;
	top: 7%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	z-index: -1;
	overflow: hidden;
}
.line-ani-top2.active{
	animation: fadeline02 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 0.6s;
}
@keyframes fadeline02{
  0% {
	opacity: 1;
	transform: translate(100%, 0);
  }
  100% {
	opacity: 1;
	transform: translate(0, 0);
  }
}
.item-wrap{
	width: 100%;
	position: relative;
	margin: 0 0 2% 0;
}
.item-wrap .bgi{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  overflow: hidden;
}

/* item */
.item_area{
  display: flex;
  justify-content: flex-start;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 14%;
}
.item_area .img_area{
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.item_area .img_area img{
  width: 98%;
  margin: 0 2% 2% 0;
}
.item_area .text_area{
  width: 40%;
}
.item_area .text_area .item_title{
  margin: 15% auto 28%;
}
.item_area .text_area .data .title{
  width: 100%;
  margin-bottom: 40%;
  font-size: 1.25rem;
  white-space: nowrap;
}
.item_area .text_area .data .title span{
  margin-right: 0.1em;
  padding: 0.2em 0.1em;
  background-color: #fff;
}
.item_area .text_area .data .text{
  margin-bottom: 16%;
  text-align: justify;
  letter-spacing: 0.08rem;
}

/*cate01-1*/
#cate01-1 .line-ani-top{
  background: #ffe1c9;
}
#cate01-1 .bgi{
  top: -20%;
  width: 22%;
  height: 50%;
}
#cate01-1 .img_area{
  margin: 0 6% 0 0;
}
#cate01-1 .item_title{
  width: 56%;
  margin-right: 0;
}
#cate01-1 .cart-btm .btn{
  background: #ffe1c9;
}

/*cate01-2*/
#cate01-2{
  margin-bottom: 14%;
}
#cate01-2 .line-ani-top2{
  background: #fff7c7;
}
#cate01-2 .img_area{
  margin: 0 0 0 6%;
}
#cate01-2 .bgi{
  right: auto;
  top: -10%;
  left: 0;
  width: 20%;
  height: 37%;
}
#cate01-2 .item_title{
  width: 57%;
  margin-left: 0;
}
#cate01-2 .cart-btm .btn{
  background: #fff7c7;
}

/*cate01-3*/
#cate01-3{
  margin-bottom: 15%;
  padding-top: 2%;
}
#cate01-3 .line-ani-top{
  background: #dee5e5;
}
#cate01-3 .bgi{
  top: -10%;
  width: 17%;
  height: 21.5%;
}
#cate01-3 .img_area{
  margin: 0 6% 0 0;
}
#cate01-3 .item_title{
  width: 57%;
  margin-right: 0;
}
#cate01-3 .cart-btm .btn{
  background: #dee5e5;
}

/*cate01-4*/
#cate01-4{
  margin-bottom: 14%;
}
#cate01-4 .line-ani-top2{
  background: #ffe1c9;
}
#cate01-4 .img_area{
  margin: 0 0 0 6%;
}
#cate01-4 .bgi{
  right: auto;
  top: -10%;
  left: 0;
  width: 21%;
  height: 37%;
}
#cate01-4 .item_title{
  width: 57%;
  margin-left: 0;
}
#cate01-4 .cart-btm .btn{
  background: #ffe1c9;
}

/*cate01-5*/
#cate01-5 .line-ani-top{
  background: #ccdaf2;
}
#cate01-5 .bgi{
  top: 0;
  width: 22%;
  height: 43%;
}
#cate01-5 .img_area{
  margin: 0 6% 0 0;
}
#cate01-5 .item_title{
  width: 57%;
  margin-right: 0;
}
#cate01-5 .cart-btm .btn{
  background: #ccdaf2;
}

/*cate01-6*/
#cate01-6{
  margin-bottom: 14%;
}
#cate01-6 .line-ani-top2{
  background: #fff7c7;
}
#cate01-6 .img_area{
  margin: 0 0 0 6%;
}
#cate01-6 .bgi{
  right: auto;
  top: 0;
  left: 0;
  width: 22%;
  height: 41%;
}
#cate01-6 .item_title{
  width: 57%;
  margin-left: 0;
}
#cate01-6 .cart-btm .btn{
  background: #fff7c7;
}

/*cate02-1*/
#cate02-1 .line-ani-top{
  background: #ccdaf2;
}
#cate02-1 .bgi{
  top: -18%;
  width: 20.5%;
  height: 33%;
}
#cate02-1 .img_area{
  margin: 0 6% 0 0;
}
#cate02-1 .item_title{
  width: 64%;
  margin-right: 0;
}
#cate02-1 .cart-btm .btn{
  background: #ccdaf2;
}

/*cate02-2*/
#cate02-2{
  margin-bottom: 14%;
}
#cate02-2 .line-ani-top2{
  background: #e9e1d7;
}
#cate02-2 .img_area{
  margin: 0 0 0 6%;
}
#cate02-2 .bgi{
  right: auto;
  top: -10%;
  left: 0;
  width: 21%;
  height: 32%;
}
#cate02-2 .item_title{
  width: 67%;
  margin-left: 0;
}
#cate02-2 .cart-btm .btn{
  background: #e9e1d7;
}

/*cate02-3*/
#cate02-3{
  margin-bottom: 15%;
}
#cate02-3 .line-ani-top{
  background: #dee5e5;
}
#cate02-3 .bgi{
  top: 10%;
  width: 17.25%;
  height: 23%;
}
#cate02-3 .img_area{
  margin: 0 6% 0 0;
}
#cate02-3 .item_title{
  width: 67%;
  margin-right: 0;
}
#cate02-3 .cart-btm .btn{
  background: #dee5e5;
}

/*cate02-4*/
#cate02-4{
  margin-bottom: 14%;
}
#cate02-4 .line-ani-top2{
  background: #f7ded3;
}
#cate02-4 .img_area{
  margin: 0 0 0 6%;
}
#cate02-4 .bgi{
  right: auto;
  top: -10%;
  left: 0;
  width: 21%;
  height: 33%;
}
#cate02-4 .item_title{
  width: 67%;
  margin-left: 0;
}
#cate02-4 .cart-btm .btn{
  background: #f7ded3;
}

/* other */
#other{
  margin-bottom: 7%;
  padding: 0;
}
#other .text{
  margin-bottom: 6%;
}
#other ul{
  display: flex;
}
#other ul li:first-child{
  margin-right: 5%;
}
#other ul li:last-child{
  margin-left: 5%;
}
#other ul li img{
  margin-bottom: 6%;
}
#other .cart_main, #other .acd-label, #other .acd-content{
  width: 80%;
  margin: auto;
}
#other .acd-label{
  margin: 3% auto;
}
#other .cart-title{
  text-align: left;
}
#other .cart-btm .btn{
  background: #808080;
  color: #fff;
}

/* creater */
.creater{
  margin-bottom: 6%;
}
.creater p{
  text-align: center;
  font-size: 13px;
  font-family: 'EB Garamond', serif;
}
/* libeco */
.libeco{
  margin-bottom: 8%;
}
.libeco img{
  width: 22%;
  margin: 0 auto 2%;
}
.libeco p{
  width: 42%;
  max-width: 520px;
  margin: auto;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*f-banner*/
.f-banner{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 6% auto;
}
.f-banner-list{
	width: 100%;
	margin: 0 auto;
}
.f-banner-list li{
	width: 100%;
	margin: 0 0 3% 0;
}
.f-banner-list li a{
	width: 100%;
	display: block;
	border: 1px solid #eee;
	transition: .3s;
}
.f-banner-list li a:hover{
	border: 1px solid #1b1442;
	transition: .3s;
}

/*footer*/
.footer {
	color: #1b1442;
	letter-spacing: 0.3em;
	padding: 0 0 2% 0;
	position: relative;
	text-align: center;
}
.footer .insta{
	display: block;
	width: 12%;
  min-width: 180px;
	margin: 0 auto 3% auto;
	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;
}

#pagetop{
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 35px;
	display: block;
	z-index: 99;
}

#sidenav{
  position: fixed;
  right: 0;
  top: 20%;
  width: 7vw;
  max-width: 80px;
  display: block;
  z-index: 99;
}
#sidenav img{
  margin-bottom: 12%;
}
@media (min-width:767px) and ( max-width:1024px){
  .item_area, .titlearea{
    width: 90%;
  }
}
@media (min-width:767px) and ( max-width:980px){
  .item_area{
    justify-content: space-between;
    width: 94%;
  }
  .item_area .text_area{
    width: 42%;
  }
  .item_area .text_area .data .title{
    font-size: 1.1rem;
  }
  #cate01-1 .img_area, #cate01-3 .img_area, #cate01-5 .img_area, #cate02-1 .img_area, #cate02-3 .img_area {
    margin: 0 2% 0 0;
    width: 58%;
  }
  #cate01-2 .img_area, #cate01-4 .img_area, #cate01-6 .img_area,#cate02-2 .img_area, #cate02-4 .img_area {
    margin: 0 0 0 2%;
    width: 54%;
  }
}

@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none;
	}
  .sp-on{
    display: block;
  }

  .fadedown.active, .fadeup01.active, .fadeup02.active{
    animation-delay: 0s;
  }
  .fadein-up.active{
    animation-delay: 0.3s;
  }
  .line-ani-top.active, .line-ani-top2.active,{
    animation-delay: 0.6s;
  }
  .fadein-up02.active{
    animation-delay: 0s;
  }
  @keyframes fadeup02{
    0% {
      transform: translateY(40px);
      opacity: 0;
    }
    60% {
      opacity: 0.6;
    }
    80% {
      opacity: 1;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .cart_mix{
    padding-top: 4%;
  }
  .cart-title{
    font-size: 0.85rem;
  }
  .cart-yen{
    line-height: 2;
    font-size: 0.95rem;
  }
  .cart-btm .btn{
    width: 22%;
    padding: 0.15em 0.5em;
    font-size: 0.75rem;
  }
  .acd-label:after{
  	top: 9.5px;
    background-size: 80%;
  }
  .acd-check:checked + .acd-label:after{
  	top: 9.5px;
    background-size: 80%;
  }

  header div.sp-on::after{
    content: '';
    display: block;
    width: 100%;
    height: 28.25%;
    background: rgba(255,129,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  header .top_logo{
    width: 12%;
    top: 2%;
    left: 4%;
  }
  header .mv_title01{
    top: 66%;
    left: 5%;
    width: 47%;
    z-index: 2;
  }
  header .mv_title02{
    top: 70%;
    left: 20.5%;
    width: 51%;
    z-index: 2;
  }
  header .mv_title03{
    top: auto;
    bottom: 4%;
    left: 3%;
    width: 95%;
    z-index: 2;
  }
  header .mv_title04{
    top: 37.5%;
    bottom: auto;
    left: auto;
    right: 5%;
    width: 2.7%;
    z-index: 2;
  }

  .read{
    margin: 12% auto 8%;
  }
  .read p{
    font-size: 0.9rem;
  }

  .top-nav{
    width: 82%;
    min-width: inherit;
    margin: 0 auto 16%;
  }
  .nav{
    gap: 8%;
  }

  .titlearea{
    width: 82%;
    margin: 0 auto 4%;
    padding-bottom: 82px;
  }
  .titlearea::before, .titlearea::after{
    height: 80px;
  }
  .titlearea .text{
    font-size: 0.98rem;
    line-height: 2;
    text-align: left;
  }
  .linen_style{
    width: 68%;
    margin: 0 auto 2%;
  }
  .titlearea .line{
    margin-bottom: 6%;
  }
  #cate01 .category_title{
    width: 75%;
    margin-bottom: 6%;
  }
  #cate02, #other{
    margin-top: 22%;
  }
  #cate02 .category_title{
    width: 94%;
    margin-bottom: 6%;
  }
  #other .category_title{
    width: 86%;
    margin-bottom: 6%;
  }


  .item_area{
   flex-direction: column;
   width: 100%;
   margin: auto;
  }
  .item_area .text_area{
    width: 82%;
    margin: auto;
  }
  .item_area .img_area{
    position: relative;
    width: 100%;
  }
  .item_area .img_area img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }

  .item_area .text_area .item_title{
    margin-bottom: 6%;
  }
  .item_area .text_area .data{
    margin: 0 auto;
  }
  .item_area .text_area .data .title{
    margin-bottom: 6%;
    font-size: 0.97rem;
    white-space: nowrap;
  }
  .item_area .text_area .data .text{
    margin-bottom: 6%;
    font-size: 0.9rem;
  }

  .line-ani-top{
    display: none;
  }
  .line-ani-top2{
    display: none;
  }

  #cate01-1, #cate01-3, #cate01-5, #cate01-6, #cate02-1, #cate02-2, #cate02-3, #cate02-4{
    margin-bottom: 12%;
  }
  #cate01-2, #cate01-4{
    margin-bottom: 20%;
  }
  #cate01-1 .item_title, #cate01-3 .item_title, #cate01-5 .item_title{
    width: 54%;
    margin: 22% auto 10% 0;
  }
  #cate01-2 .item_title, #cate01-4 .item_title, #cate01-6 .item_title{
    width: 54%;
    margin: 22% 13% 10% auto;
  }
  #cate01-1 .img_area, #cate01-4 .img_area, #cate01-6 .img_area, #cate02-2 .img_area, #cate02-4 .img_area{
    margin: auto;
    padding-right: 9%;
    padding-bottom: 9%;
  }
  #cate01-2 .img_area, #cate01-3 .img_area, #cate01-5 .img_area, #cate02-1 .img_area, #cate02-3 .img_area{
    margin: auto;
    padding-left: 9%;
    padding-bottom: 9%;
  }
  #cate01-1 .item_area .text_area, #cate01-3 .item_area .text_area, #cate01-5 .item_area .text_area, #cate02-1 .item_area .text_area, #cate02-3 .item_area .text_area{
    margin-top: -9%;
  }
  #cate01-2 .item_area .text_area .data, #cate01-4 .item_area .text_area .data, #cate01-6 .item_area .text_area .data, #cate02-2 .item_area .text_area .data, #cate02-4 .item_area .text_area .data{
    margin-top: 6%;
  }

  #cate01-1 .bgi{
    top: 0;
    right: auto;
    left: -11%;
    width: 47%;
    height: 13rem;
    z-index: -2;
  }
  #cate01-1 .item_title {
    width: 58%;
  }
  #cate01-1 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffe1c9;
    z-index: 1;
  }

  #cate01-2 .bgi{
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    width: 40%;
  }
  #cate01-2 .item_area{
    flex-direction: column-reverse;
  }
  #cate01-2 .item_title {
    padding-top: 13%;
  }
  #cate01-2 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff7c7;
    z-index: 1;
  }

  #cate01-3 .bgi{
    top: 0;
    left: auto;
    right: -11%;
    width: 64%;
    height: 7.5rem;
    z-index: -1;
  }
  #cate01-3 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee5e5;
    z-index: 1;
  }

  #cate01-4 .bgi{
    top: 1%;
    left: 0;
    right: auto;
    z-index: -1;
    width: 42.5%;
  }
  #cate01-4 .item_title {
    width: 54%;
  }
  #cate01-4 .item_area{
    flex-direction: column-reverse;
  }
  #cate01-4 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffe1c9;
    z-index: 1;
  }

  #cate01-5 .bgi{
    top: 0;
    left: auto;
    right: -11%;
    width: 65%;
    height: 11rem;
    z-index: -1;
  }
  #cate01-5 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ccdaf2;
    z-index: 1;
  }

  #cate01-6 .bgi{
    top: 1%;
    left: 0;
    right: auto;
    z-index: -1;
    width: 53%;
  }
  #cate01-6 .item_area{
    flex-direction: column-reverse;
  }
  #cate01-6 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff7c7;
    z-index: 1;
  }

  #cate02-1 .bgi{
    top: 0;
    left: auto;
    right: -11%;
    width: 60%;
    height: 12rem;
    z-index: -1;
  }
  #cate02-1 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ccdaf2;
    z-index: 1;
  }
  #cate02-1 .item_title{
    width: 73%;
    margin: 22% 0 10% auto;
  }

  #cate02-2 .bgi{
    top: -3%;
    left: 0;
    right: auto;
    z-index: -1;
    width: 47%;
  }
  #cate02-2 .item_area{
    flex-direction: column-reverse;
  }
  #cate02-2 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e9e1d7;
    z-index: 1;
  }
  #cate02-2 .item_title{
    width: 63%;
    margin: 22% 13% 10% auto;
  }

  #cate02-3 .bgi{
    top: 0;
    left: auto;
    right: -11%;
    width: 60%;
    height: 11rem;
    z-index: -1;
  }
  #cate02-3 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dee5e5;
    z-index: 1;
  }
  #cate02-3 .item_title{
    width: 70%;
    margin: 22% auto 10% 0;
  }

  #cate02-4 .bgi{
    top: 1.5%;
    left: 0;
    right: auto;
    z-index: -1;
    width: 46%;
  }
  #cate02-4 .item_area{
    flex-direction: column-reverse;
  }
  #cate02-4 .img_area::after{
    content: '';
    display: block;
    width: 91%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f7ded3;
    z-index: 1;
  }
  #cate02-4 .item_title{
    width: 63%;
    margin: 22% 13% 10% auto;
  }

  #other ul{
    flex-direction: column;
  }
  #other ul li:first-child, #other ul li:last-child{
    margin: 0 auto 20%;
  }
  #other ul li img{
    margin-bottom: 3%;
  }
  #other .cart_main, #other .acd-label, #other .acd-content{
    width: 100%;
  }
  #other.titlearea{
    padding: 0;
  }

  .creater{
    margin-bottom: 16%;
  }

  .libeco{
    margin-bottom: 16%;
  }
  .libeco img{
    width: 60%;
    margin-bottom: 6%;
  }
  .libeco p{
    width: 82%;
    font-size: 13px;
  }

  .f-banner{
    width: 80%;
    margin: 0 auto 3%;
  }

  .footer{
    padding-bottom: 22%;
  }
  .footer .insta{
    min-width: 160px;
    margin-bottom: 12%;
  }

  #pagetop{
    width: 10%;
    bottom: 66px;
    right: 0;
  }

  #footnav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: #fff;
    box-shadow: 0 -5px 5px #efefef;
    z-index: 99;
  }
  #footnav a:last-child{
    margin-left: -.5px;
  }
  #footnav img{
    padding-top: 5%;
  }


}
