/* Outline -------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 1.1rem;
	overflow: hidden;
}
#container {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#main_clm {
	width: 100%;
	position: relative;
}
#main_contents {
	width: 100%;
	margin: 0 auto;
}
#side_clm {
	width: 100%;
	position: fixed;
	min-height: 100%;
	z-index: 1000;
	top: 0;
	left: -100vw;
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.undercolumn_small {
	width: 88%;
	margin: 0 6%;
}
#undercolumn_entry {
	width: 88%;
	margin: 0 6%;
}
.disp_hidden {
	overflow: hidden;
}
/* header -------------------------------------------------*/
.lookbook_header {
	height: 60px !important;
	position: fixed !important;
	top: 0 !important;
	left: auto;
	z-index: 1000 !important;
}
#main_visual_look {
	/*margin-top: 60px;*/
}
.main_visual_look img {
	vertical-align: bottom;
}
#global_header {
	height: 86px;
	width: 100%;
	position: relative;
}

#global_header h1 {
	width: 11.5%;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#global_header ul {
	position: absolute;
	width: 88%;
	height: 100%;
	top: 0;
	left: 6%;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#menu_on {
	position: fixed;
	z-index: 800;
	width: 20px;
	height: 20px;
}
#menu_on a {
	display: block;
	width: 100%;
	height: 100%;
}
#menu_on span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #9b9b9b;
}
#menu_on span:nth-of-type(1) {
	top: 5px;
}
#menu_on span:nth-of-type(2) {
	bottom: 5px;
}
#header_cart {
	position: fixed;
	right: 6%;
	z-index: 800;
}
/*sideclm-------------------------------------------------------*/
.menu_opened {
	left: 0 !important;
}
.cross {
	width: 50%;
	height: 50%;
	position: relative;
	margin-left: 27%;
}
.cross a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 42px;
	top: 20px;
}
.cross span {
	position: absolute;
	width: 60%;
	height: 1px;
	background-color: #9b9b9b;
	left: 7px;
}
.cross span:nth-of-type(1) {
  -webkit-transform: translateY(21px) rotate(-45deg);
  transform: translateY(21px) rotate(-45deg);
}
.cross span:nth-of-type(2) {
  -webkit-transform: translateY(21px) rotate(45deg);
  transform: translateY(21px) rotate(45deg);
}
.side_nav1 {
	line-height: 300%;
	margin: 30px 5% 0 10%;
}
#side_clm_inner {
	width: 77%;
	height: 100vh;
	background-color: #f8f8f8;
	padding: 60px 0px 120px 0px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
#side_clm_btn {
	background-color: #fff;
	width: 23%;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#side_clm_btn.fade_on {
	opacity: 0.9;
}
#side_clm ul:first-child {
	margin-top: 0px;
}
#side_search_nav {
	width:80%;
	height:50px;
	padding:7px 5px 7px 5px;
	margin: 0px 15px 48px 25px;
	border-bottom: #d3d6d6 1px solid;
}
#side_search_nav input[type="text"] {
	border: none;
	width: 89%;
	height: 34px;
	font-size: 1.4rem;
	background-color: transparent;
	padding: 5px;
}
#side_search_nav input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}
#side_search_nav input[type="image"] {
	width: 8%;
	opacity: 0.5;
}

.side_nav2 {
	margin-top: 40px;
	border-top: #d3d6d6 1px solid;
}
.side_nav2 li {
	line-height: 50px;
	border-bottom: #d3d6d6 1px solid;
}
.side_nav2_haschild {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10%;
    padding-right: 5%;
	width: 100%;
}
.side_nav2_haschild:after {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/sp/ico_arrow.gif) center center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.icon_rotate:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.side_nav2 li ul {
	display:none;
	padding: 10px 0 15px 0;
}
.side_nav2 ul li {
	border: none;
    margin-left: 38%;
    line-height: 200%;
    margin-bottom: 10px;
}
.side_nav3 {
	line-height: 250%;
	margin: 30px 15px 0 25px;
	font-size: 1.2rem;
}
.side_nav3 a {
	display: inline-block;
	background: url(../images/sp/ico_arrow_s.gif) left center no-repeat;
	padding-left: 15px;
}
.haschild ul {
	margin-left: 28%;
	padding-top: 10px;
	line-height: 200%;
	display: none;
}
.haschild ul li {
	margin-bottom: 10px;
}
.haschild img {
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
	width: 4%;
}
.rotate {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*footer-------------------------------------------------------*/
#footer_nav {
	margin-top: 60px;
}
#foot_nav01 {
	font-size: 10px;
}
#global_footer {
	width: 100%;
	margin-top: 40px;
	font-size: 1.1rem;
	letter-spacing: 0px;
}
#foot_nav01 div {
	border-bottom: 1px solid #d3d6d6;
}
#foot_nav01 div:first-child {
	border-top: 1px solid #d3d6d6;
}
#foot_nav01 div p {
	height: 55px;
}
#foot_nav01 div p a {
	display: block;
	width: 88%;
	height: 100%;
	margin: 0 6%;
	line-height: 55px;
	position: relative;
}
#foot_nav01 div p a img {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
#foot_nav01 ul {
	display: none;
	width: 88%;
	margin: 0 6%;
	line-height: 3em;
	padding-bottom: 15px;
}
#foot_nav02 {
	width: 88%;
	margin: 80px 6% 0 6%;
}
#foot_nav02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#foot_nav02 ul li {
	width: 5%;
	margin-right: 5%;
}
#footer_copy {
	width: 88%;
	margin: 15px 6%;
	letter-spacing: 2px;
	font-size: 9px;
	text-align: center;
}
.LC_Page_Products_Detail #footer_copy {
	width: 88%;
	margin: 15px 6% 120px 6%;
	letter-spacing: 2px;
}
/*アイテムリスト-------------------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px 0;
}
.item_list li {
	/*width: 48%;
	margin-right: 2%;
	margin-bottom: 9px;*/
	/*margin-right: 4%;*/ /*2022Spring Summer*/
	/*margin-bottom: 15px;*/ /*2022Spring Summer*/ 
	/*margin-bottom: 25px;*/ /*Defult*/ 
}
.item_list li {
	width: 49%;
	/*margin-bottom: 25px;*/
	/*margin-right: 4%;*/ /*2022Spring Summer*/
	/*margin-bottom: 15px;*/ /*2022Spring Summer*/ 
	/*margin-bottom: 25px;*/ /*Defult*/ 
}
/*ルックページのみ画像間隔を調整*/
.LC_Page_Lookbook_List .item_list li {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	/*margin-bottom: 25px;*/
	/*margin-right: 4%;*/ /*2022Spring Summer*/
	/*margin-bottom: 15px;*/ /*2022Spring Summer*/ 
	/*margin-bottom: 25px;*/ /*Defult*/ 
}
.item_list li:nth-child(even) {
	margin-right: 0;
}
#top_recommend .item_list li:nth-last-of-type(-n+2),
#list_items .item_list li:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}
.list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.list_pict:before {
    content:"";
    display: block;
    padding-top: 125%;
}
.list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.list_item_price {
	display: block;
}

/*ランキング、スナップスライダー-------------------------*/
#ranking_slider_outer, #recommend_slider_outer, #recent_slider_outer {
	width: 100%;
	overflow: hidden;
}
#ranking_slider .swiper-slide, #recommend_slider .swiper-slide, #recent_slider .swiper-slide {
	text-align: center;
	font-size: 1.4rem;
}
#snap_slider_outer {
	width: 100%;
	overflow: hidden;
}
.over_img {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}
/*TopPage-------------------------------------------------*/
#main_visual,
#top_slider_outer {
	width: 88%;
	margin: 0 6%;
}
#bn_slider_outer {
	width: 88%;
	margin: 30px 6% 0 6%;
	overflow: hidden;
}
#bn_slider .swiper-slide {
	width: 100%;
}
#top_recommend,#top_ranking_slider,#top_snap_slider,#top_news,#top_comingsoon {
	margin-top: 38px;
}
#news_list {
	letter-spacing: 0;
}
#news_list li {
	margin-bottom: 17px;
}
#news_list li:last-child {
	margin-bottom: 0px;
}
#news_list li span {
	padding-right: 5%;
}

/*一覧ページ-----------------------------------------------*/
#list_items {
	margin-top: 20px;
	position: relative;
}
#sort_trigger {
	font-size: 1.2rem;
	position: relative;
	height: 20px;
	width: 14%;
}
#sort_trigger a img {
	vertical-align: baseline;
	width: 20%;
}
#sort_trigger .cross {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
}
#sort_trigger .cross a {
	display: block;
    width: 100%;
    height: 220%;
    top: -12px;
    left: 30%;
}
#sort_trigger .cross span {
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #9b9b9b;
    left: 0;
}
#sort_area {
	width: 100%;
	display: none;
	width: 100%;
	padding: 25px 6%;
	letter-spacing:normal;
	background-color: #f8f8f8;
	margin-bottom: 15px;
}
#sort_area dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
#sort_area dl:last-child {
	margin-bottom: 0px;
}
#sort_area dl dt {
	width: 26%;
}
#sort_area dl dd {
	width: 74%;
}
#sort_area #select_color {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
#sort_area #select_color dt {
	min-height: 3.5em;
	line-height: 3.5em;
}
#sort_area #select_color dd {
	min-height: 3.5em;
}
#sort_area #select_color dd p {
	line-height: 3.5em;
	background: url(../images/sp/select_btn.gif) no-repeat right 5px center;
	background-size:contain;
}
#sort_area #select_color dd div {
	border: solid 1px #ccc;
	background-color: #FFFFFF;
    padding-left: 10px;
}
#sort_area #select_color dd div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-bottom: 30px;
}
#sort_area #select_color dd div ul li {
	width: 30%;
	margin-right: 5%;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 5px
}
#sort_area #select_color dd div ul li:nth-child(3n){
	margin-right: 0px;
}
#sort_area #select_color dd div ul li.colorselected {
	border-bottom: #BFBFBF 1px solid;
}
/*詳細------------------------------------------------*/
#item_detail {
	position: relative;
	margin-top: 20px;
}
#pict_area li {
	margin-bottom: 20px;
	position: relative;
}
#point_rate_detail {
	margin-left: 10px;
}
#detail_item_spec {
	border-bottom: 1px solid #d3d6d6;
	border-top: 1px solid #d3d6d6;
	margin-top: 30px;
}
#spec_btn {
	height: 48px;
}
#spec_btn a {
	display: block;
	width: 88%;
	height: 100%;
	margin: 0 6%;
	line-height: 4.6em;
	position: relative;
}
#spec_btn a img {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
#detail_item_spec_hidden {
	display: none;
	width: 88%;
	margin: 0 6%;
	padding-bottom: 25px;
}
#detail_item_spec_hidden p {
	margin-bottom: 15px;
}
.size_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px #d2d2d2 solid;
	border-top: 1px #d2d2d2 solid;
	margin-top: 10px;
}
.size_table ul {
	width: 100%;
}
.size_table li {
	min-height: 39px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.size_table li:first-child{
	background: #f5f5f5;
	text-align: center;
}
.size_table li:nth-child(even){
	background: #fff;
}
#detail_recommend_slider,#detail_recent_slider {
	margin-top: 38px;
}
#cart_btn_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	font-size: 1rem;
}
.cart_comment {
	background-color: #f7f7f7;
	border-top: 1px solid #d3d6d6;
	padding: 5px 4.5%;
	display: none;
	letter-spacing: 1px;
}
#cart_select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top:1px solid #d3d6d6;
}
#cart_color,#cart_size,#cart_favorite {
	width: 17%;
	height: 100%;
	position: relative;
}
#cart_color:before, #cart_size:before, #cart_favorite:before {
	content:"";
    display: block;
    padding-top: 100%;
}
#cart_color_inner,#cart_size_inner {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	border-right: 1px solid #d3d6d6;
}
#cart_color_inner {
	padding: 28%;
}
#cart_favorite p {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	border-left: 1px solid #d3d6d6;
}
#cart_favorite a img {
	padding-top: 2px;
	padding-left: 1px;
}
#cart_add {
	width: 49%;
	height: 100%;
}
#cart_add a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: underline;
}
#cart_000 a, #cart_001 a {
	text-decoration: none !important;
}
#color_block,#size_block {
	width: 100%;
	position: absolute;
	bottom: 2px;
}
#color_block ul {
	width: 100%;
}
#color_block li,#size_block li {
	border-top: 1px solid #d3d6d6;
	border-right: 1px solid #d3d6d6;
	border-left: 1px solid #d3d6d6;
	background-color: #FFFFFF;
	position: relative;
}
#color_block li:before, #size_block li:before {
	display: block;
    content: '';
    padding-top: 100%;
}
#color_block li a {
	display: block;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 28%;
}
#size_block li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cart_add p, #cart_favorite p {
	display: none;
}
#cart_add #cart_000, #cart_favorite #fav_000 {
	display: block;
}
#color_selected img {
	vertical-align: bottom;
}
#snap_list_detail ul, #recent_list_detail ul, #recommend_list_detail ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#snap_list_detail ul li, #recent_list_detail ul li, #recommend_list_detail ul li {
	width: 33.3%;
	position: relative;
}
.tit_mini_center_border {
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#mail_itemblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0;
    margin: 20px 0;
}
#mail_itemphoto {
    width: 30%;
    margin-right: 4.5%;
}
#mail_text {
    width: 65.5%;
    letter-spacing: normal;
}

.detail_video {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.detail_video:before {
    content: "";
    display: block;
    padding-top: 125%;
}
.detail_video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.additional_products {
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 40px;
	right: 15px;
}
.additional_products_block {
	padding: 25px 20px 20px 20px;
}
.img_product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px 6px;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.img_product_list li {
	width: calc((100% - 6px) / 2);
}
.img_product_list_photo {
	margin-bottom: 5px;
}
.paidy_price {
	margin-top: 30px;
	width: 88%;
	margin: 35px 6% 30px 6%;
	font-size: 0.9rem;
	text-align: left;
}
.paidy_price strong {
	font-weight: normal;
}
.paidy_price img {
	width: 50px;
	height: auto;
	vertical-align: middle;
}
.paidy_cart{
	margin: 20px 0 0 0;
	width: 100%;
}
/*CART------------------------------------------------*/
.information {
	padding: 15px;
	background-color: #f7f7f7;
}
.cart_item_inner {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.cart_item_info {
	padding: 15px 4.1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item_photo {
	width: 32.5%;
}
.item_info {
	width: 62.5%;
}
.cart_quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart_quantity ul li {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.5rem;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cart_delete {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 5%;
}
.cart_total {
    border: 1px solid #e4e4e4;
}
.cart_total .cart_price_total {
    background-color: #686868;
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    line-height: 250%;
    letter-spacing: 2px;
	padding: 4.1%;
}
.cart_total .cart_price_total span {
	font-size: 2rem;
}
.cart_point_total {
    margin: 15px 10px;
    text-align: right;
}
.result_area {
	padding: 15px 4.1%;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.result_area ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card_list li {
	padding: 10px 0;
	border-top: 1px dotted #A2A2A2;
}
.card_list li:last-child {
	padding: 10px 0;
	border-top: 1px dotted #A2A2A2;
	border-bottom: 1px dotted #A2A2A2;
}
/*マイページ-------------------------------------------*/
#mypagecolumn {
	width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}
#mynavi_area {
	width: 100vw;
	margin-left: -6%;
	margin-top: 40px;
	margin-bottom: 100px;
	font-size: 10px;
}
#mycontentmain_area {
	width: 100%;
}
#mycontents_area {
	margin-top: 20px;
}
.mynavi_list li {
	padding: 0 6%;
	border-bottom: 1px solid #d3d6d6;
	line-height: 4.6em;
	text-align: center;
}
.mynavi_list li:first-child {
	border-top: 1px solid #d3d6d6;
}
.mynavi_list li a {
	display: block;
	background: url('../images/sp/sp/ico_arrow.gif') no-repeat center right;
	background-size: 12px;
}
#mycontent_mytop {
	min-height: 300px;
	position: relative;
}
#mytop_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
}
#mytop_inner h3 {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 50px;
}
#mytop_point dl {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mycontent_history_top {
	padding: 20px 10px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
	margin-bottom: 25px;
}
.history_number {
	margin-bottom: 25px;
	font-size: 10px;
}
.mycontent_historylist_list {
	margin-bottom: 50px;
}
.mycontent_history_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mycontent_history_list ul li {
	width:calc(78% - 30px);
}
.mycontent_history_list ul li:first-child {
	width: 22%;
}
.mycontent_history_list_cp ul li:first-child {
	width: 100%;
}
.mypagecolumn_fontL {
	font-size: 12px;
	margin-bottom: 10px;
}
.mypagecolumn_fontS {
	line-height: 200%;
}
#mypage_order_discription {
	padding: 20px 10px;
	border-top: 1px solid #d3d6d6;
	border-bottom: 1px solid #d3d6d6;
	margin-bottom: 25px;
	line-height: 200%;
}
.tit_gray_bar {
	padding: 15px;
	background-color: #f3f3f3;
}
.delivempty {
	margin-top: 30px;
}
#mypage_favorite_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mypage_favorite_inner_list {
	width: calc((100% - 15px) / 2);
	position: relative;
	margin-bottom: 30px;
}
.favorite_delete {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 30px;
}
.mypage_favorite_inner_image {
	margin-bottom: 15px;
}
.favorite_cart {
	margin-top: 15px;
}
.favorite_cart li {
	width: 100%;
	height: 40px;
}
.favorite_cart li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	height: 100%;
	border: 1px solid #686868;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
}
.mypage_wazzup_btn {
	width: 70%;
	height: 50px;
	margin: 20px auto 0 auto;
}
.mypage_wazzup_btn p {
	width: 100%;
	height: 100%;
}
.mypage_wazzup_btn a {
	display: block;
	text-align: center;
	background-color: #666;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 50px;
}
.mypage_wazzup_btn a:before {
	content: "";
        background: url(/user_data/images/ico_line.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        vertical-align: middle;
}
#refusal_area {
	margin-top: 30px;
	margin-bottom: 30px;
}
#deliv_select_flex {
	padding: 15px 15px 10px 15px;
}
.deliv_select_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.deliv_select_date p {
	width: 25%;
}
.deliv_select_date .select_n {
	width: 50%;
}
#deliv_select_selector .btn_area{
	margin-top: 30px;
	margin-bottom: 30px;
}
#mycontent_cr {
	padding-top: 20px;
}
#cr_member_qr p {
	width: 35%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.cr_member_name {
	text-align: center;
	color: #FFF;
	margin-bottom: 25px;
}
#cr_bottom_link {
	text-align: center;
	margin-top: 30px;
	font-size: 10px;
}
#cr_bottom_link a {
	text-decoration: underline;
}
#cr_data_block {
	border-radius: 30px;
	padding:25px 20vw;
	font-size: 1.1rem;
	margin-top: 30px;
}
#cr_data_block ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
	color: #FFF;
}
#cr_data_block ul li:last-child {
	margin-bottom: 0;
}
#cr_data_block ul li p {
	line-height: 130%;
}
.cr_data_tit span {
	display: block;
	font-size: 0.8rem;
}
#cr_date_bottom_block {
	text-align: center;
	margin-top: 30px;
}
.ico_member{
	display: inline-block;
	color: #FFF;
	font-size: 1rem;
	padding: 0 5px;
	line-height: 140%;
}
.rank_bg4 {
	background-color: #20577f;
}
.rank_bg5 {
	background-color: #2c75b3;
}
.rank_bg6 {
	background-color: #398ccb;
}
.rank_bg7 {
	background-color: #4fa4da;
}
.rank_bg8 {
	background-color: #79c0e8;
}
#cr_date_bottom_block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 5px;
}

.model_block {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d3d6d6;
}
.model_block:last-child {
	border: none;
}
.model_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:normal;
}
.model_info_photo,
.model_info_outer {
	width: 24vw;
	height: 24vw;
	overflow: hidden;
}
.model_info_photo img {
	width: 100%;
	object-fit: cover;
}
.model_no_images {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24vw;
	height: 24vw;
	background-color: #ededed;
	color: #808080;
}
.model_info_txt {
	width: calc(100% - 30vw);
}
.model_info_name {
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.model_info_height {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.model_info_comment {
	font-size: 1.0rem;
	color: #808080;
}
.model_icon {
	position: absolute;
	top: 0;
	right: 0;
}
.model_icon ul {
	display: flex;
	gap: 15px;
}
.model_icon ul li {
	width: 20px;
}
.delete_btn {
	transform: rotate(45deg);
}
#mypage_favorite_tab {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1px;
	margin: 30px 0 20px 0;
}
#mypage_favorite_tab li {
	width: calc((100% - 2px) / 3);
	height: 40px;
}
#mypage_favorite_tab li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}
#mypage_favorite_tab li.active a {
	background-color: #ededed;
}
/*MY PAGE ポイント履歴-----------------------------------------------*/
#point_history_head_block {
	width: calc(100% + 60px);
    margin-left: -30px;
	padding: 20px;
	margin-bottom: 30px;
}
#point_history_head_block ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	margin-bottom: 10px;
}
#point_history_head_block ul li:last-child {
	margin-bottom: 0;
}
.point_history_head_block_point {
	font-size: 1.5rem;
}
#point_history_text {
	margin-bottom: 30px;
}
#point_history_list {
	border-top: 1px solid #d3d6d6;
}
.tit_point_history {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#point_history_list {
	width: calc(100% + 60px);
	margin-left: -30px;
}
#point_history_list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid #d3d6d6;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.point_history_txt {
	width: 75%;
	padding: 15px 0 15px 20px;
}
.point_history_num {
	width: calc(25% - 1px);
	border-left: 1px solid #d3d6d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding: 15px 20px 15px 0;
}
.point_history_shop_name {
	margin-bottom: 7px;
}
#history_shop_select {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	gap: 0 20px;
	margin-top: 30px;
}
#history_shop_select li {
	width: 45%;
	height: 40px;
}
#history_shop_select li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
}
.shop_select_active {
	border: 1px solid #000;
	background-color: transparent !important;
	color: #000 !important;
}
.cp_noresult {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/*コーディネート詳細------------------------------------*/
.coordinate_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2%;
}
.coordinate_list ul li {
	width: 49%;
}
.coordinate_list ul .list_pict {
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}
.coordinate_list ul .list_pict:before {
    content:"";
    display: block;
    padding-top: 133.4%;
}
.coordinate_list ul .list_pict div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.coordinate_list_outer {
	width: 86%;
	margin: 0 7%;
}
.coordinate_menu {
	width: 100vw !important;
	margin-left: -7%;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 13px 27px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-black {
	color: #000 !important;
}

#coordinate_photo {
	width: 100%;
}
#coordinate_photo img {
	vertical-align: bottom;
}
#coordinate_txt {
	color: #808080;
	letter-spacing: 2px;
	position: relative;
}
#coordinate_icon {
	position: absolute;
	right: 0%;
	top: 16.5%;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#coordinate_icon li {
	width: 20px !important;
	margin: 0 0 0 10px !important;
}
#coordinate_tit1 {
    font-size: 2.0rem;
    font-weight: 300;
}
#coordinate_txt p, #coordinate_txt h1 {
	margin-bottom: 10px;
}
#coordinate_items {
	padding: 0% 6% 8% 6%;
	letter-spacing: 2px;
}
.lookbook_items {
	padding: 0% 0% 8% 0% !important;
	letter-spacing: 2px;
}
#coordinate_items ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#coordinate_items ul li {
	width: 47%;
	margin-top: 20px;
}
#coordinate_tit2 {
    font-size: 1.8rem;
    font-weight: 300;
	margin-top: 40px;
}
.coordinate_item_list .list_status {
	margin-top: 10px;
}
#coordinate_photo_outer {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#coordinate_tit3 {
	font-size: 1.8rem;
    font-weight: 300;
	margin-left: 6%;
	margin-bottom: 20px;
} 
.other_coordinate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.other_coordinate li {
	width: 33.3%;
}
.other_coordinate li .list_pict:before {
	padding-top: 133.3%;
}
.coordinate_block_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.coordinate_block_list li {
	width: calc(100% / 3);
}
.coordinate_block_list .list_pict {
	margin: 0;
}
.coordinate_block_list .list_pict:before {
	content: "";
    display: block;
    padding-top: 133.4%;
}
#coordinate_photo_outer {
	margin-bottom: 30px;
}
.other_coordinate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	margin-left: -7%;
}
.other_coordinate li {
	margin: 0;
	width: 33.3% !important;
}
#model_block {
	position: relative;
	margin-bottom: 50px;
}
#model_info_photo {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
#model_info_outer {
	width: 28vw;
	height: 28vw;
	overflow: hidden;
	/* 追加 */
	border-radius: 50%;
}

#model_info{
	/* 追加 */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10%;
}

#model_info_photo img {
	width: 100%;
	object-fit: cover;
}
#model_no_images {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28vw;
	height: 28vw;
	background-color: #ededed;
	color: #808080;
}
#model_info_txt {
	/* 変更 */
	width: 60%;
	margin: 0 auto;
}
#model_info_name {
	/* 変更 */
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 4px;
}
#model_info_height {
	/* 変更 */
	font-size: 1rem;
	margin-bottom: 4px;
}
#model_info_comment {
	font-size: 0.8rem;
	/* 追加 */
	line-height: 1.6;
	color: #808080;
}
#model_icon {
	/* 追加 */
	position: absolute;
	top: 0;
	right: 10%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#model_icon ul {
	display: flex;
	/* 修正 */
	gap: 2vw;
}
#model_icon ul li {
	/* 修正 */
	width: 4vw;
}
/*プライバシーポリシー---------------------------------*/
#privacy a {
	text-decoration: underline !important;
}
#privacy dl {
	margin-bottom: 20px;
}
#privacy dt {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*ショッピングガイド--------------------------------------*/
#shoppingguide dt {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-top: -1px;
}
#shoppingguide dd {
    padding: 20px 10px;
	display: none;
}
#shoppingguide a {
	text-decoration: underline !important;
}
/*What's Lifes--------------------------------------*/
#whatslifes {
	text-align: center;
	line-height: 250%;
}
.whatslifes p {
	margin-bottom: 10px;
}
.whatslifes {
	padding: 0 6%;
	text-align: center;
    line-height: 250%;
	letter-spacing: 1px;
}
.content-title {
	font-size: 2.0rem;
	font-weight: normal;
	font-style:italic;
	margin: 50px 0;
}
/*ショップ-------------------------------------------------*/
.swiper-wrapper img {
	vertical-align: bottom;
}
.shop-detail {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.shop-detail:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.swiper-pagination-thumbs01, 
.swiper-pagination-thumbs02, 
.swiper-pagination-thumbs03{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px !important;
	gap:4px 2.65%
}
.swiper-pagination-thumbs01 div/*,
.swiper-pagination-thumbs03 div*/{
	width: 17.88%;
}
.swiper-pagination-thumbs02 div{
	width: 17.88%;
}
.swiper-pagination-thumbs03 div{
	width: 17.88%;
}
.swiper-pagination-thumbs01 div:last-child, 
.swiper-pagination-thumbs02 div:last-child, 
.swiper-pagination-thumbs03 div:last-child{
	margin-right: 0px;
}
.swiper-pagination-thumbs03 div:nth-of-type(5){
	margin-right: 0px;
}
.shop-detail .swiper-pagination-thumb-active img {
	opacity: 0.6;
}
.shop_name {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 210%;
    margin: 15px 0;
}
.shop_name span {
    display: block;
    font-size: 1.3rem;
}

/*ルックブックリスト-----------------------------------*/
#lookblock {
	width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}
#look_txt {
	line-height: 240%;
	margin-bottom: 30px;
}
#collection_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 1.3rem;
}
#collection_list ul:first-child {
	border-top: 1px solid #d5d5d5;
}
#collection_list ul li {
	margin-right: 10px;
}
#collection_list ul li a {
	color:#848484;
}
#stock_list dl {
	padding: 15px 0;
	border-bottom: 1px solid #d5d5d5;
}
#stock_list dl:first-child {
	border-top: 1px solid #d5d5d5;
}
#stock_list dt {
	font-size: 1.3rem;
	cursor: pointer;
	display: block;
	background: url('../images/sp/ico_arrow_down.gif') center right 10px no-repeat;
	background-size: 4%;
}
#stock_list dt.list_open {
	background: url('../images/sp/ico_arrow_up.gif') center right 10px no-repeat;
	background-size: 4%;
}
#stock_list dd {
	display: none;
	padding-top: 20px;
	font-size: 1rem;
}
#stock_list dd li {
	margin-bottom: 15px;
}
.lookbook_list,
.lookbook_collection_list {
	width: 88%;
	margin: 50px 6% 0 6% !important;
}
.lookbook_collection_list .tit_default {
	margin-bottom: 30px;
}
.tit_lookbook_list {
	margin-bottom: 40px;
}
.look_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 5px
}
.look_list li {
	width: calc((100% - 5px) / 2);
}

.look_list li.snap_L{
	width: 100%;
}
.btn_area_center {
	text-align: center;
	margin-top: 30px;
}
.btn_area_center a {
	font-size: 1.4rem;
	padding: 0 10px 4px 10px;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	text-align: center;
}
/*カミングスーン--------------------------------------------*/
.coming_header {
	margin-bottom: 30px;
}
.coming_txt {
	margin-bottom: 30px;
}
.tit_sub_default {
	font-size: 1.4rem;
    font-weight: 300;
    min-width: 75%;
    letter-spacing: 2px !important;
	margin-bottom: 30px
}
.cs_item_list {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d5d5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cs_item_list li {
	width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
}
.cs_item_list li:nth-child(even) {
    margin-right: 0;
}

/*コーディネート詳細------------------------------------*/

#hiddenproduct_txt {
	padding: 6% 6% 4% 6%;
	color: #808080;
	letter-spacing: 2px;
	position: relative;
}
#hiddenproduct_tit1 {
    font-size: 2.0rem;
    font-weight: 300;
	color: #000;
}
#hiddenproduct_txt p, #hiddenproduct_txt h1 {
	margin-bottom: 10px;
}

#line_add {
	background-color: #f6f6f6;
	padding: 25px 0;
	font-size: 1rem;
	margin: 40px 0;
	letter-spacing: normal;
}
#line_add div {
	width: 155px;
	margin: 0 auto;
	text-align: center;
}

/*wazzup*/
.w-cart,.w-cart-page,.w-purchase {
	display:none;
}
.request_btn_outer {
	height:100%;
	padding: 20px;
}
.request_btn p {
	margin-bottom: 15px;
}

.shop_stock_detail {
	display: none;
}
.check_shop_stock {
	background: url('../images/sp/ico_arrow.gif') center left no-repeat;
	background-size: 9px;
	padding-left: 18px;
}
.active_check_shop {
	background: url('../images/sp/ico_arrow_down2.gif') center left no-repeat;
	background-size: 9px;
	padding-left: 18px;
}


#footer_link {
	margin: 80px auto 25px auto;
}
#footer_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer_link ul li {
	font-size: 1.2rem;
    line-height: 2.4rem;
    width: 30%;
    text-align: center;
    border-left: 1px solid #ccc;
    margin-bottom: 25px;
}
#footer_link ul li:nth-child(3),
#footer_link ul li:nth-child(5) {
	border-right: 1px solid #ccc;
}

.btn_under_bar {
	text-align: center;
}
.btn_under_bar a {
	font-size: 1.4rem;
	padding: 0 10px 4px 10px;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	text-align: center;
}

/*ポップアップ----------------------------------*/
.popup_overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
  	top: 0;
	z-index: 10000;
}
.popup_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
}
.popup_image {
	background-color: #FFF;
}
.popup_image a:hover{
	opacity: 1.0;
}
.popup_image a:hover img{
	opacity: 1.0 !important;
}
.popup_content {
	width: 80%;
}
.popup_close {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-weight: 100;
    margin-top: 10px;
    cursor: pointer;
}

/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow{
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	font-size: 1rem;
}
#cart_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cart_flow ul li {
	width: 33.3%;
	text-align: center;
	padding: 15px 0;
}
.cart_area {
	margin-bottom: 50px;
}
#cart_flow ul li.current {
	text-decoration: underline;
}
#cart_point_announce {
	background-color: #f7f7f7;
	padding: 15px;
	line-height: 200%;
	margin-bottom: 20px;
}
#cart_totalmoney_area {
	margin-bottom: 20px;
}
#cart_inner_txt {
	margin-bottom: 20px;
}
.cart_item {
	position: relative;
}
.cart_item_delete_btn {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 25px;
	height: 25px;
	z-index: 90;
	text-align: right;
	font-size: 200%;
}
.cart_item_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
	padding: 15px 0;
}
.cart_item_photo {
	width: 40%;
}
.cart_item_photo_inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.cart_item_photo_inner:before{
	content: '';
	display: block;
	padding-bottom: 120%;
}
.cart_item_photo_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_item_flex_inner {
	width: 60%;
	font-size: 1.1rem;
	padding: 0 10px;
	line-height: 1.8rem;
}
.cart_item_name {
	margin-bottom: 10px;
}
.cart_item_name p:first-child {
	margin-bottom: 10px;
}
.cart_item_price {
	margin-bottom: 10px;
}
.cart_item_quantity {
	margin-bottom: 10px;
}
.quantity_level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}
.cart_item_subtotal {
	text-align: right;
	font-size: 1.2rem;
}
.quantity_minus {
	width: 25%;
	text-align: center;
}
.quantity_plus {
	width: 25%;
	text-align: center;
}
.quantity_num {
	width: 50%;
	text-align: center;
	font-size: 1.2rem;
}
.cart_sum {
	width: 100%;
	text-align: right;
}
#cart_item_list .cart_sum:nth-of-type(1) {
	margin-top: 15px;
}
.cart_sum_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.cart_sum_tit {
	width: 70%;
	text-align: right;
	padding: 10px;
}
.cart_info_ttl {
	padding: 10px 15px;
	background-color: #f3f3f3;
}
.cart_sum_value {
	width: 30%;
	padding: 10px;
	text-align: right;
}
.cart_novelty_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cart_novelty_option p:first-child {
	width: 55px;
	margin: 0;
}
.cart_novelty_option .select_n {
	width: calc(100% - 55px);
}
.point_add_attention {
	text-align: right;
	font-size: 1rem;
	margin-top: 5px;
}
.deliv_block {
	margin-top: 40px !important;
}
.deliv_info {
	margin-top: 30px;
}
.deliv_addb {
	text-align: right;
	margin-top: 15px;
	font-size: 10px;
}
.user_info_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_info_radio {
	width: 10%;
	text-align: center;
}
.user_info_value {
	width: 90%;
	padding: 15px 0;
}
.user_info_value_flex {
	position: relative;
}
.user_info_deliv {
	width: 100%;
}
.user_info_change {
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.user_info_change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0px 10px;
}
.deliv_addbtn {
	margin-top: 15px;
	text-align: right;
}
.deliv_time {
	margin-top: 30px;
}
.user_deliv_time {
	padding: 15px 15px 5px 15px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_deliv_time .select_n {
	width: 180px;
}
.deliv_date_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.deliv_date_flex p {
	width: 30%;
}
.payment_block {
	margin-top: 30px;
}
.user_info_payment_image {
	width: 20%;
	margin-left: auto;
}
.point_txt {
	padding: 20px 10px 10px 10px;
	font-size: 1rem;
}
.point_block {
	margin-top: 30px;
}
.coupon_block {
	margin-top: 30px;
}
.cart_no_error {
	margin-top: 20px;
	text-align: center;
}
#block_login {
	width: 100%;
}
#block_login section {
	width: 100%;
	padding: 5%;
	border: 1px solid rgb(201, 201, 201);
	margin-bottom: 20px;
}
#block_login_form li {
	margin-bottom: 10px;
}
#block_login_form li:last-child {
	margin: 0;
}
.tit_block_login {
	margin-bottom: 20px;
}
.logintext {
	margin-bottom: 39px;
}
.cart_login_txt {
	margin: 50px 0;
	text-align: center;
}
#cart_form_input {
	padding-top: 40px;
	border-top:1px solid rgb(201, 201, 201)
}
.cart_block {
	margin-top: 30px;
}
.cart_block:first-child {
	margin-top: 0px;
}
.black_list {
	margin-top: 30px;
	text-align: center;
}
.cart_gift_block {
	margin-top: 40px;
}
.cart_gift {
	margin-top: 20px;
}
.gift_block {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.gift_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}
.gift_photo {
	width: 40%;
}
.gift_content {
	width: calc(60% - 20px);
}
.gift_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px
}
.gift_content .red {
	font-size: 10px;
}
.gift_variation_tit {
	width: 25%;
}
.gift_variation {
	width: calc(75% - 10px);
}
.gift_name {
	font-size: 12px;
	margin-bottom: 10px;
}
.gift_price {
	font-size: 10px;
	margin-bottom: 10px;
}
.gift_price span {
	font-size: 12px;
	padding-right: 5px;
}
.cart_gift_btn {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.cart_gift_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
.cart_sum_total,
.cart_sum_point_txt,
.point_add_attention{
	padding-right: 10px;
}
.cart_sum_total {
	padding-top: 25px;
	font-size: 1.2rem;
}
.cart_sum_point_txt{
	padding-top: 15px;
}
/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.confirm_default {
	margin-top: 30px;
}
.confirm_default_inner {
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.confirm_default_inner li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.confirm_sub_tit {
	width: 30%;
}
.confirm_value {
	width: 70%;
}
.confirm_sub_tit_L {
	width: 42% !important;
}
.confirm_value_L {
	width: 58%;
}
#confirm_message {
	background-color: #f3f3f3;
	padding: 5vw;
	margin-bottom: 30px;
}
#confirm_message .btn_fix_w {
	margin: 20px auto 0 auto;
}
/*------------------------------------------------------------
完了画面
------------------------------------------------------------*/
#complete_payment_data {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message_tit {
	font-weight: 700;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
クレジットカード
------------------------------------------------------------*/
.bdr_block {
	margin-top: 30px;
}
#registered_card, #use_registeredcard_check {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}
#registeredcard_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#registeredcard_list li p:first-child {
	padding: 7px;
}
#registered_card_list_delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
#card_input_list li {
	
}
.card_input_list_flex_left {
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.card_input_list_flex_right {
	width: 100%;
}
.card_input_list_flex_right .attention {
	font-size: 1rem;
	line-height: 180%;
}
#card_expire_list .select_n {
	width: 30%;
}
#card_expire_list {
	gap: 0 6px;
}
#card_input_list li {
	margin-bottom: 15px;
}
.card_sample {
	width: 40%;
}
.card_error {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 30px;
	color: #B50003;
}
#now_execute {
	margin-top: 25px;
	display: none;
	text-align: center;
}
.flex_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mini {
	font-size: 10px;
	margin-top: 5px;
}
.complete_bottom {
	padding-top: 30px;
	border-top: 1px solid #e4e4e4;
}

.default_dl_list dt {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}
.default_dl_list dd {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(201, 201, 201);
}

.kiyaku_popup_text {
	max-height: 50vh;
	line-height: 170%;
	font-size: 1rem;
}
#agree_error {
	color: #CF0003;
	font-size: 0.9rem;
	padding-top: 20px;
}
.agree_box a {
	text-decoration: underline;
}
.agree_box {
	margin-top: 25px;
}
.attention {
	color: #CF0003;
}

/****wazzupボタン*********************/
/* ボタンのスタイルを変更 */
button.w_shop_rearrival_button {
	width: 100% !important; /* 幅を250pxに設定 */
	height: 45px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
button.w_shop_rearrival_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 24px; /* アイコンの幅 */
	height: 24px; /* アイコンの高さ */
	margin-right: 8px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
button.w_shop_rearrival_button::after {
	content: "LINEで通知する"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 1rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 45px; /* ボタンの高さと揃える */
	font-weight: 700;
}
/* ボタンのスタイルを変更 */
.w-btn-mini button.w_shop_rearrival_button {
	width: 100% !important; /* 幅を250pxに設定 */
	height: 35px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
.w-btn-mini button.w_shop_rearrival_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 14px; /* アイコンの幅 */
	height: 14px; /* アイコンの高さ */
	margin-right: 8px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
.w-btn-mini button.w_shop_rearrival_button::after {
	content: "LINEで通知"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 1rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 35px; /* ボタンの高さと揃える */
	font-weight: 700;
}
.comp_fav_outer {
	padding: 20px 6%;
}
.add_fav_line {
	text-align: center;
	margin: 0 auto;
}
.tit_comp_fav {
	font-size: 1.4rem;
	text-align: center;
}
.add_fav_line p {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
/* ボタンのスタイルを変更 */
button.w_product_topic_button {
	width: 100% !important; /* 幅を250pxに設定 */
	height: 45px !important; /* 高さを48pxに設定 */
	border-radius: 0; /* 角丸なし */
	background-color: #686868 !important; /* 背景色を#686868に設定 */
	font-size: 0 !important; /* 元のテキストを非表示 */
	position: relative; /* 擬似要素の配置に必要 */
	padding: 0; /* 余白をリセット */
	display: inline-block; /* 必要に応じて調整 */
}

/* 擬似要素で内容を置き換える */
button.w_product_topic_button::before {
	content: ""; /* アイコン画像用 */
	background: url('/user_data/images/ico_line.png') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 24px; /* アイコンの幅 */
	height: 24px; /* アイコンの高さ */
	margin-right: 8px; /* テキストとの間隔 */
	vertical-align: middle;
}

/* 擬似要素でテキストを追加 */
button.w_product_topic_button::after {
	content: "LINEで通知する"; /* テキストを追加 */
	color: #ffffff; /* テキスト色を白に設定 */
	font-size: 1rem; /* テキストのフォントサイズ */
	vertical-align: middle;
	display: inline-block;
	line-height: 45px; /* ボタンの高さと揃える */
	font-weight: 700;
}
#shop_stock_wrapper {
	padding: 20px;
}
#item_stock_thumb {
	padding-top: 10px;
	margin-bottom: 30px;
}
#item_stock_thumb a {
	opacity: 1 !important;
}
#item_stock_thumb .swiper-slide-thumb-active {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#item_stock_thumb .swiper-slide {
	width: auto !important;   /* 幅を自動にして横並びに */
	flex-shrink: 0;           /* 折り返し・縮小を防ぐ */
}
#item_stock_thumb .swiper-wrapper {
	justify-content: center;
	gap: 20px;
}
.tit_shop {
	font-size: 1.5rem !important;
	margin-bottom: 15px;
}
.shop_stock_block {
	margin-bottom: 30px;
}
.shop_stock_block:last-child {
	margin-bottom: 0;
}
.shop_stock_block p {
	font-size: 1.2rem;
}
.shop_stock_block li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.tit_shop_arrival {
	margin-left: 10px;
}
.btn_shop_arrival {
	width: 35%;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

/*------------------------------------------------------------
ニュース投稿
------------------------------------------------------------*/
.news_detail {
	padding-top: 20px;
}
.news_detail_title {
	margin-bottom: 20px;
}
.news_detail_title h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.3rem;
}
.news_detail_content {
	line-height: 220%;
	margin-bottom: 50px;
}
.news_detail_content h1 {
	font-size: var(--fontXXXL);
}
.news_detail_content h2 {
	font-size: var(--fontXXL);
}
.news_detail_content h3 {
	font-size: var(--fontXL);
}
.news_detail_content h4 {
	font-size: var(--fontL);
}
.news_detail_content h1,
.news_detail_content h2,
.news_detail_content h3,
.news_detail_content h4,
.news_detail_content p {
	margin-bottom: var(--blog-default-style-spacing);
}
.news_detail_content .image-style-block-align-left,
.news_detail_content .image-style-block-align-right {
	max-width: calc(100% - var(--blog-image-style-spacing))
}

.news_detail_content .image-style-align-left,
.news_detail_content .image-style-align-right {
	clear: none
}

.news_detail_content .image-style-side {
	float: right;
	margin-left: var(--blog-image-style-spacing);
	max-width: 50%
}

.news_detail_content .image-style-align-left {
	float: left;
	margin-right: var(--blog-image-style-spacing)
}

.news_detail_content .image-style-align-center {
	margin-left: auto;
	margin-right: auto
}
.news_detail_content .image-style-align-center img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.news_detail_content .image-style-align-right {
	float: right;
	margin-left: var(--blog-image-style-spacing)
}

.news_detail_content .image-style-block-align-right {
	margin-left: auto;
	margin-right: 0
}

.news_detail_content .image-style-block-align-left {
	margin-left: 0;
	margin-right: auto
}

.news_detail_content p+.image-style-align-left,
.news_detail_content p+.image-style-align-right,
.news_detail_content p+.image-style-side {
	margin-top: 0
}

.news_detail_content .image-inline.image-style-align-left,
.news_detail_content .image-inline.image-style-align-right {
	margin-bottom: var(--blog-inline-image-style-spacing);
	margin-top: var(--blog-inline-image-style-spacing)
}

.news_detail_content .image-inline.image-style-align-left {
	margin-right: var(--blog-inline-image-style-spacing)
}

.news_detail_content .image-inline.image-style-align-right {
	margin-left: var(--blog-inline-image-style-spacing)
}
.news_detail_content .image figcaption {
	text-align: center;
	background-color: var(--light_gray);
	padding: 5px;
}
.news_detail_content figure.image {
	margin-bottom: var(--blog-image-style-spacing);
}
.news_detail_content p:has(iframe),
.news_detail_content div:has(iframe){
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.news_detail_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }


.news_list_title h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.news_dl_list dt {
	width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
}
.news_dl_list dd {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.news_dl_list dd:last-child {
	border-bottom: none;
}
#blog_post_block p:has(iframe[src*="youtube.com"]),
#blog_post_block div:has(iframe[src*="youtube.com"]),
.news_detail_content p:has(iframe[src*="youtube.com"]),
.news_detail_content div:has(iframe[src*="youtube.com"]) {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#blog_post_block iframe[src*="youtube.com"],
.news_detail_content iframe[src*="youtube.com"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.instagram-embed-block {
	width: 100%;
	margin-bottom: 30px;
}
.instagram-centered iframe {
	margin: 0 auto !important;
}

/* 画像横並び(2or3) ----------------------- */


ul.img_flex_ps {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	gap: 20px 10px;
  }
  
  ul.img_flex_ps li img {
	width: 100%;
  }
  
  ul.img_flex_ps li .img_under_comment {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	padding: 0 10px;
  }
  
  ul.img_flex_ps.pc_col2 li{
	width: calc((100% - 10px) / 2);
  }
  
  ul.img_flex_ps.pc_col3 li{
	width: calc((100% - 20px) / 3);
  }
  