
body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 400;
	font-feature-settings: "palt";
	background-color: #def1f6;
}

#move-page-top {
	width: 38px;
	height: 38px;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	border: solid 0.75px #fff;
	border-radius: 38px;
	cursor: pointer;
	background: rgba(0,0,0,0.1)
}
#move-page-top img{
	width: 15px;
	position: absolute;
	inset: 0 0 10%;
	margin: auto;
}




/*ヘッダーhamburger*/


/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(43, 112, 139, 0.98);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 52px;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 52px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;

}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(74, 23, 29);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}


@media screen and (min-width: 480px) {
.header {
	width: 480px;
	height: auto;
	margin: 0 auto;
	display: block;
}
}

  /*ヘッダーhamburgerここまで*/






.section-topvisual{
	width: 100%;
	height: auto;

}
@media screen and (min-width: 480px) {
body {
	width: 480px;
	height: auto;
	margin: 0 auto;
	display: block;


}
}


.select{
	display: flex;
	justify-content: center;
	background-color:#e7d1d9; 


}


.select img{
	width: auto;
    height: 162px;
    margin: 15px;
	
}


.select {
  box-sizing: border-box;
  overflow: hidden;
}




.section-lingerie{
	width: 100%;
	height: auto;
	background: linear-gradient(100deg,  rgb(81, 165, 178),rgb(186, 37, 107) );
	padding-bottom: 50px;

}

.read_area {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 25px 0 25px;
	background: linear-gradient(120deg, rgb(84, 194, 223), rgb(247, 131, 159));
}
.read_area h2 {
	text-align: center;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0.1em;
}
.read_area .read_txt {
	/*filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
	transform: translate(0, 0);*/
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.01em;
	color: #fff;
	text-align: left;
	width: 80%;
	margin: 10px auto 15px;
}
.read_area .read_txt span{
	white-space: nowrap;
}
#read_area p:first-child {transition-delay: 0.0s;}
#read_area p:nth-child(2) {transition-delay: 0.1s;}
#read_area p:nth-child(3) {transition-delay: 0.2s;}
#read_area p:nth-child(4) {transition-delay: 0.3s;}
#read_area p:nth-child(5) {transition-delay: 0.4s;}
#read_area p:nth-child(6) {transition-delay: 0.5s;}
.section-choco{
	width: 100%;
	height: auto;
	background: linear-gradient(15deg, rgb(86, 47, 47), rgb(83, 3, 3));
	padding-bottom: 50px;
}

.section-roomwear{
	width: 100%;
	height: auto;
	background: linear-gradient(15deg, rgb(89, 41, 48), rgb(175, 26, 107));
	padding-bottom: 50px;
}

.section-mensitem{
	width: 100%;
	height: auto;
	background-color:#353535; 
	padding: 50px 0;
}

.section-osoroi{
	width: 100%;
	height: auto;
	background: linear-gradient(120deg, rgb(84, 194, 223), rgb(247, 131, 159));
	padding: 50px 0;
}







	/*coupon*/
	.couponbox{
		width: calc(90% - 2em);
		padding: 2em 1em 2em;
		margin: 0.5em 1em;
		border: solid 1px #fff;
		position: relative;
	}
		.couponbox_wrap {
		display: flex;
    flex-direction: column;
    align-items: center;
}
		.couponbox .ctit{
		    position: absolute;
			top: -1.5em;
			left: 0em;
			width: 100%;
			color: #E60016;
		}

		.couponbox .ctit span{
			display: inline-block;
			background: #fff;
		}

		.couponbox .cname{
			font-weight: 400;
			font-size: 110%;
    		text-align: center;
   			 padding-bottom: 10px;
   			 letter-spacing: 0.1em;
		}
		.couponbox .cname span.bottom{
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 0.2em;
		}
		.couponbox .cname span.big{
  font-size: 1.3em;
			color: #000;
		}
		.couponbox .cmoney{
			font-weight: 400;
			font-size: 110%;
    		text-align: center;
			color: #fff;
    letter-spacing: 0.1em;
		}
		.couponbox .cmoney span{
			font-weight: 600;
			font-size: 330%;
    line-height: 1.1em;

			
		}

		.couponbox .ccoupon{
			font-size: 100%;
    		text-align: center;
		}
		.couponbox .ccoupon span{
			letter-spacing: 0.3em;
			font-size: 140%;
			font-weight: 500;
			
		}
		

		.couponbox .attention{
			color: #f00;
			font-size: 90%;
			padding-left: 2px; 

		}
		.ctext {
		text-align: center;
		}

		.couponbox .ed{
			line-height: 160%;
			font-size: 90%;
    text-align: center;
    padding-top: 10px;
		}

		.ccoupon a{
			display: inline-block;
			background: #FF829C;
			color: #fff;
			font-size: 90%;
			margin-top: 1em; 
			padding: 0.2em 1.5em;
			border: solid 1px #FF829C;
			text-decoration: none;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 1px;
		}
		
		.goshopping{
			font-size: 120%;
			padding: 1em;
			border-radius: 2em;
			display: block;
			width: calc(100% - 8em);
			margin: 2em auto;
			text-decoration: none;
			background: #FF829C;
			color: #fff;
		}

		.goshopping:hover,
		.goshopping:active{
			background: #EC332D;
		}

		.goshopping.v2{
			width: 50%;
			margin: 3em 25% 3em;
			text-align:center;
			font-size: 80%;
			line-height: 100%;
			padding-top: 0.5em;
		}

		.goshopping.v2 .mini{
			font-size: 60%;
			line-height: 80%;
			display: inline-block;
		}


		.recommendbox{
		font-weight: 300;
		}
		
		
		.recimagebox{
			display: -webkit-box;
			display: flex;
			align-items: stretch;
			-webkit-box-pack: center;
			justify-content: center;
			flex-wrap: wrap;
			margin: 1em 0;
			padding: 0;
		}
		.recimagebox li{
			width: calc(48% - 5px);
			margin: 2px;
			border: solid 1px #ccc;
			position: relative;
			background: #fff;
		}
		
.coupon_kotira {
    padding: 3em 0 0;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #C84E4E;
	}
		.couponbox .attention{
			color: #f00;
			font-size: 90%;
		}

/*商品リスト ランジェリー*/


/*----------------------------- item -----------------------------*/

#valentines-day_cp_2501 .item_wrap {}

#valentines-day_cp_2501 .item_cont {
  background-color: #ec6d65;
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

#valentines-day_cp_2501 .item_cont:last-child {
  padding-bottom: 3rem;
}

#valentines-day_cp_2501 .title {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

#valentines-day_cp_2501 .title span {
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #722f2a;
  border-radius: 3rem;
  padding: .1rem 4rem .3rem;
  color: #fff;
  border: 1px solid;
  font-family: "Noto Serif JP", serif;
}

#valentines-day_cp_2501 .item_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#valentines-day_cp_2501 .item_list li {
  padding: 1rem;
  width: calc(100% / 3 - 60px);
  background: #faf6f1;
  border-radius: 1rem;
}

#valentines-day_cp_2501 .item_img {
  margin-bottom: .5rem;
}

#valentines-day_cp_2501 .item_name {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

#valentines-day_cp_2501 .item_name span {
  font-size: 1.2rem;
}

#valentines-day_cp_2501 .item_date {
  margin-bottom: .3rem;
  order: -1;
}

#valentines-day_cp_2501 .item_date span {
  padding: .2rem 1rem;
  border: 1px solid;
}

#valentines-day_cp_2501 .item_price {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  text-align: right;
}

#valentines-day_cp_2501 .item_text_text {
  margin-bottom: .5rem;
  font-size: 1rem;
}

#valentines-day_cp_2501 .item_notes {
  font-size: .9rem;
}











/*商品リスト ランジェリー*/

.item_box  {
	margin: 15px auto 35px;
}
.item_box a {
    color: #fff;
	text-decoration: none;
}
.item_box .img {
	margin: 0 auto 25px;
	padding: 0;
	width: 80%;
}
.item_box {
	width: 99%;
	min-width: 99%;
	margin: 0 auto 75px;
	padding: 0 0 25px;
}
.cat_name{
	padding: 25px 0 9px;
	font-size: 18px;
	text-align: center;
}
.item_box .lpCheck{
    width: 95%;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
justify-content: space-around;
}
.item_box .lpCheck:before{
	width: 47%;
}
.item_box .lpCheck:after{
	width: 47%;
}
.item_box .lpCheck li{
	width: 45%;
	margin: 5px;
	font-size: 13px;
	padding: 2px;


}
.item_box .dscRate{
	width: 47%;
	padding: 3px 0;
	margin: 0 0 3px;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
}

.item_box .itemName {
	margin: 9px 0 0;
	text-align: left;
	line-hight: 1.5em;
	font-weight: 900;
	height: 5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.item_box .salePrice {
	display: inline-block;
	margin: 9px 10px 0 0;
	text-align: left;
	color: #FFCFD0;
	text-align: left;

	font-size: 13px;
 vertical-align:baseline 

}
.item_box .stdPrice {
	margin: 9px 10px 0 0;
	color: #fff;
	font-size: 11px;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.item_cpn .item_box {
	    padding: 0;
}

.item_box li{
   display: inline-block;
 vertical-align: top; 
}

/*メンズブランド一覧　～　フッター　ここから*/

  #wrapper {
    overflow: hidden;
    width: 100%;
  }
  #totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    z-index: 99999;
  }

  .bodoni {
  text-align: center;
    margin-bottom: 8px;
    font-size: 25px;
    padding-top: 10px;
  }

	.products {
  width: 90%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding-bottom: 50px;
}
  .pdc_area {
    width: 100%;
    margin: 0 auto 75px;
    padding: 15px 0 50px;
    background-color: #481e0f;
    border-radius: 2px;
  }
	
	
		  .pdc_area h3{
    text-align: center;
		  margin: 0 auto;
  }
	
#brand {
  color: #fff;
  margin-bottom: 20px;
}
  .pdc_brand {
    width: 95%;
    margin: 25px auto 0px;
    font-size: 17px;
  border-radius: 2px 2px 0 0;

  }
	
  .brand_name {
    display: block;
    width: 250px;
    margin: 0 auto 0;
    padding: 50px 0 0;
    font-size: 25px;
  }
	
	
  .brand_name img {
    margin: -25px 0 0;
  }

	
  .bard_desc {
    display: block;
    width: 85%;
    margin: 0 auto 0;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .brand_left {
    text-align: left;
  }
  .products {
    width: 95%;
    margin: -1px auto 0;
    padding: 10px 0 25px;
    display: flex;
    flex-wrap: wrap;
	 border-radius: 0 0 10px 10px;
  }	
	
	
.products-more {
  padding: 25px 0 10px 0;
  font-size: 16px;
  bottom: 0px;
  right: 20px;
}

.products-icon_pea {
 width: 40%;
  bottom: -20px;
  right: -15px;
  z-index: 999;
}

#products01 {
  border-radius: 0px;
}
#products02 {
  border-radius: 10px;
}
	
  .pdc {
    width: 45%;
    margin: 0 2.5% 2.5%;
    position: relative;
  }
	
  .pdc_txt {
    font-size: 14px;
  }
  .pdc_txt .name {}
  .pdc_txt .brand {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .pdc_txt .desc {
    line-height: 1.5em;
  }
  .pdc_txt .price {
    margin-top: 5px;
  }	
.category {
  font-size: 18px;
  padding: 10px 8px;

}

.icon-pkj{
  text-align: center;
	width: 40%;
	height: auto;
	padding: 5px 0;
	margin: 0 auto;
}


.bard_desc {
  display: block;
  width: 350px;
  margin: 0 auto 0;
}

  #brd_area .products {
    width: 88%;
    margin: 0 auto 0;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
  }
  #brd_area .pdc {
    width: 27.3333%;
    margin: 3% 3%;
    position: relative;
  }
  #brand {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .brd_name {
    display: none;
  }
  .bnr {
    display: block;
    width: 95%;
    margin: 0 auto 75px;
  }
	
	#bnr-pickup{
	margin-top:50px;
}

	
	  .footer {
    margin: 0;
  }
  .ftr_shilogo {
    font-size: 12px;
    margin: 2% 0 2% 3%;
  }
  .cpyr {
    font-size: 10px;
    margin: 2.5% 3% 0 0;
  }
	
}
/*-------------------------------------　フッター　-------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  margin: 50px 0 0;
  background-color: #fff;
}
.ftr_shilogo {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  margin: 15px 0 15px 25px;
  letter-spacing: 0.2em;
  font-family: 'Century Gothic', sans-serif;
}
.ftr_shilogo a {
  color: #333 !important;
}
.cpyr {
  display: inline-block;
  font-size: 11px;
  float: right;
  color: #333;
  margin: 21px 25px 0 0;
}




/*-------------------------------------フッター----------------------------------*/





.footer-sp{
	width: 30%;
	height: auto;
	position: fixed;
  bottom: 20px;
  right: -10px;
}

.footer-sp img{
	width: 100%;
	height: auto;
}

.footer-sp li{
	margin-bottom: 10px;
}

@media screen and (max-width: 481px){
.footer-sp{
        display: none !important;    }
}


