@charset "utf-8";
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
	font-size: 1.2rem;
	line-height: 2.2rem;
    overflow: hidden;
	position: relative;
}
#container {
	margin: 110px auto 0 auto;
	width: 100%;
}
.LC_Page_Index #container {
	margin: 0px auto;
}
.LC_Page_Index #maincolumn {
	margin: 0px;
}
#topcolumn, #bottomcolumn {
	width: 100%;
}
#maincolumn {
	margin-top: 0px;
}
#leftcolumn,
#rightcolumn {
	width: 300px;
}
#undercolumn_default,
.block_default {
	max-width:1600px;
	margin: 0 auto;
	padding: 0 30px;
}
#undercolumn {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px 50px 40px;
}
#undercolumn_contact,
#undercolumn_order,
#undercolumn_login {
	width: 750px;
	margin: 120px auto 0 auto;
}
.undercolumn_small {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0px 0;
}
.sp_only {
	display: none;
}
.no_bottom_margin {
	margin-bottom: 0 !important;
}
.undercolumn_message_block {
	padding: 20px;
	background-color: #f1f1f1;
	margin-bottom: 30px;
}
.undercolumn_message_block p {
	margin-bottom: 10px;
}
.undercolumn_message_block p:last-child {
	margin-bottom: 0;
}
#undercolumn_error {
	text-align: center;
}
.block_default {
	margin-bottom: 60px;
}

.default_dl_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.default_dl_list dt {
	width: 15%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.default_dl_list dd {
	width: 85%;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.faq_dl_list a {
	text-decoration: underline;
}
.faq_dl_list dt {
	width: 100%;
	line-height: 50px;
	font-weight: 700;
	padding: 0 20px;
	margin-bottom: 25px;
	background-color: #f1f1f1;
}
.faq_dl_list dd {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.over_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
.faq_payment {
	width: 240px;
	margin: 15px 0 !important;
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#global_header {
	width: 100%;
	position: fixed;
	top: 0;
	padding-top: 25px;
	z-index: 10000;
	background-color: #FFF;
}
.LC_Page_Mdl_GE_Helper #global_header {
	padding-top: 0;
}
.header_color_none {
	background-color: transparent !important;
	color: #FFF;
}
.header_color_none a {
	color: #FFF !important;
}
.header_open .country_select a,
.header_color_none .country_select a {
	color: #afafaf !important;
}
#header_inner {
	height: 50px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#global_header:before {
	position: absolute;
	top: -50px;
	content: '';
	width: 100%;
	height: 50px;
	display: block;
	background-color: #FFFFFF;
	z-index: -1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#global_header.header_open {
	color: #000 !important;
}
#global_header.header_open:before {
	top: 0px;
}
#header_inner h1 {
	width: auto;
    position: relative;
}
#header_inner ul {
	width: 33.3%;
}
#header_inner >:last-child {
  	margin-left: auto;
}
#top_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#top_nav li {
	margin-right: 15px;
}
#top_nav_right {
	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: flex-end;
}
#top_nav_right li:first-child {
	margin-left: 15px;
	width: auto;
	height: 22px;
}
#top_nav_right li {
	margin-left: 15px;
	width: 22px;
	height: 22px;
}
.country_select a {
	color: #7a7a7a;
}
#header_cart {
	position: relative;
}
#header_cart span {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #A40002;
	font-size: 0.9rem;
	line-height: 14px;
	text-align: center;
	color: #FFFFFF;
	width: 14px;
	height: 14px;
	border-radius: 7px;
}
#menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#menu_btn a span {
	display: block;
	background-color: #000000;
	height: 2px;
	width: 85%;
	left: 7.5%;
	position: absolute;
}
.white_bar a span {
	background-color: #FFFFFF !important;
}
#menu_btn a span:nth-child(1){
	top: 20%;
}
#menu_btn a span:nth-child(2){
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#menu_btn a span:nth-child(3){
	bottom: 20%;
}
#coupon_header{
	background-color: #dcdcdc;
	color: #000;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}
#coupon_header a {
	color: #000;
}
#coupon_header span {
	display: inline-block;
    padding: 1px 5px;
    font-weight: 700;
    border: #AF970E solid 2px;
    margin: 0 5px;
    line-height: 17px;
}
#in_kamiya_logo {
	width: 120px
}
#in_ura_logo {
	width: 38px
}
/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
#global_nav {
	position: fixed;
    top: 100px;
    left: 30px;
    font-size: 1.6rem;
    width: 240px;
    z-index: 100;
}
#global_nav_search {
	border-bottom: 1px solid #4c4c4c !important;
	border-radius: 0 !important;
	width: 200px;
}
#global_nav_search input[type="text"] {
	border: none !important;
	width: 170px;
	font-size: 1.4rem;
	background-color: transparent !important;
}
#global_nav_search input[type="image"] {
	width: 20px;
	margin-right: 10px;
}
#global_nav_search form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#category_list {
	margin-top: 30px;
}
#category_list_inner {
	margin-top: 15px;
	margin-left: 30px;
}
#category_list_inner ul li,
#other_list li {
	padding: 8px 0;
}
#category_list_inner ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
#category_list_inner ul li a:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
}
#category_list_inner ul ul {
	margin: 5px 0px 0px 30px;
}
#other_list {
	margin-top: 20px;
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#global_footer {
    border-top: 1px solid #d3d6d6;
    padding: 55px 30px 50px 30px;
    margin-top: 0px;
    font-size: 1.1rem;
    letter-spacing: 0px;
}
#footer_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #d3d6d6;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 100px;
	height: 55px;
	padding: 0 20px;
}
.LC_Page_Index #footer_header {
	margin-top: 0px;
}
#footer_header p {
	height: 100%;
	line-height: 55px;
}
#footer_header p:last-child {
	border-left: 1px solid #d3d6d6;
	padding-left: 20px;
}
#footer_header a img {
	vertical-align: middle;
}
#footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.foot_nav01_inner p {
	font-weight: 700;
}
.foot_nav01_inner p img {
	display: none;
}
#foot_nav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 50px;
	line-height: 270%;
}
#side_brand li {
	display: inline-block;
	margin-left: 20px;
	max-width: 80px;
}
#side_brand li img {
	vertical-align: middle;
}
#footer_copy {
	margin-top: 30px;
}
#side_sns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 10px;
}
#side_sns li {
	width: 30px;
}
/*------------------------------------------------------------
トップページヘッドビジュアル
------------------------------------------------------------*/
#top_content_renew{
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#top_content_renew p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -98px;
	margin-left: -80px;
}
#top_content_renew ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top_content_renew ul li:after{
	position: absolute;
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
	z-index: -1;
	-webkit-filter:brightness(40%);
	filter:brightness(40%);
}
.womens_bg0:after{
	background: url(/user_data/packages/mihara/images/top02.jpg) no-repeat center center;
}
.womens_bg01:after{
	background: url(/user_data/packages/mihara/images/top_visual/w01.jpg) no-repeat center center;
}
.womens_bg02:after{
	background: url(/user_data/packages/mihara/images/top_visual/w02.jpg) no-repeat center center;
}
.womens_bg03:after{
	background: url(/user_data/packages/mihara/images/top_visual/w03.jpg) no-repeat center center;
}
.womens_bg04:after{
	background: url(/user_data/packages/mihara/images/top_visual/w04.jpg) no-repeat center center;
}
.womens_bg05:after{
	background: url(/user_data/packages/mihara/images/top_visual/w05.jpg) no-repeat center center;
}
.mens_bg0:after{
	background: url(/user_data/packages/mihara/images/top01.jpg) no-repeat center center;
}
.mens_bg01:after{
	background: url(/user_data/packages/mihara/images/top_visual/m01.jpg) no-repeat center center;
}
.mens_bg02:after{
	background: url(/user_data/packages/mihara/images/top_visual/m02.jpg) no-repeat center center;
}
.mens_bg03:after{
	background: url(/user_data/packages/mihara/images/top_visual/m03.jpg) no-repeat center center;
}
.mens_bg04:after{
	background: url(/user_data/packages/mihara/images/top_visual/m04.jpg) no-repeat center center;
}
.mens_bg05:after{
	background: url(/user_data/packages/mihara/images/top_visual/m05.jpg) no-repeat center center;
}
#top_content_renew ul li.bnover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter:brightness(100%);
	filter:brightness(100%);
}
#top_content_renew ul li {
	width: 50vw;
	height: 65vh;
	overflow: hidden;
	position: relative;
}
#top_content_renew ul li:nth-child(3),
#top_content_renew ul li:nth-child(4){
	width: 50vw;
	height: 35vh;
	overflow: hidden;
	position: relative;
}
#top_content_renew ul li a {
	display: block;
	font-size: 1.5rem;
	width: 150px;
	height: 44px;
	border: 2px solid #FFF;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 50%;
	margin-left: -75px;
}

/*------------------------------------------------------------
ポップアップ
------------------------------------------------------------*/
#popup_edit li {
	position: fixed;
	-webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 16px rgb(0 0 0 / 50%);
	display: none;
}
.pop_up_inner {
	position: relative;
	color: #FFF;
	padding: 25px 3px 3px 3px;
	border-radius: 3px;
	background: rgb(5,115,217);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(5,115,217,1)), to(rgba(5,19,159,1)));
	background: linear-gradient(180deg, rgba(5,115,217,1) 0%, rgba(5,19,159,1) 100%);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(255,255,255,0.5) inset,0px -5px 3px 0px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 1px 3px 0px rgba(255,255,255,0.5) inset,0px -5px 3px 0px rgba(0,0,0,0.3) inset;
}
.popup_txt {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 1rem;
}
.popup_btn {
	position: absolute;
	top: 6px;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 8px;
}
.popup_btn li {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px;
	cursor: pointer;
	display: block !important;
}
.popup_btn li img {
	vertical-align: baseline;
}
.pop_up_inner ul li {
	position: relative !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.pop_up_0 {
	top: 40px;
	margin-left: 130px;
	z-index: 50000;
}
.pop_up_1 {
	top: 160px;
    margin-left: 20px;
	z-index: 40000;
}
.pop_up_2 {
	bottom: 95px;
    left: 50%;
    margin-left: -90px;
	z-index: 30000;
}
.pop_up_3 {
	bottom: 40px;
    left: 50%;
    margin-left: -330px;
	z-index: 20000;
}
.pop_up_4 {
	top: 60px;
    right: 20px;
    width: 350px;
	z-index: 10000;
}
/*------------------------------------------------------------
サイドカラム
------------------------------------------------------------*/
#rightcolumn {
	position: fixed;
	top: 0;
	right: -33vw;
	height: 100vh;
	width: 33vw;
	background-color: #FFFFFF;
	z-index: 100000;
	overflow: auto;
	border-left: 1px solid #d2d2d2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#rightcolumn.menu_open {
	right: 0;
}
.cat_list {
	font-size: 1.1rem;
	border-bottom: 1px solid #d2d2d2;
	padding:10px 30px;
	font-weight: 700;
	line-height: 3rem;
}
#side_clm_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
	font-size: 1.1rem;
	border-bottom: 1px solid #d2d2d2;
}
#side_clm_header h2 {
	line-height: 3rem;
	padding:10px 0 10px 30px;
}
#menu_close {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px;
	position: relative;
	cursor: pointer;
}
#menu_close a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#menu_close span::before,
#menu_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 1px;
	margin: 0 0 0 -42%;
	background: #000;
}
#menu_close span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu_close span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cat_list_inner {
	display: none;
	margin-left: 20px;
}
.cat_list a, .haschild li a {
	display: inline-block;
	background: url(../images/ico_arrow_mini.png) left center no-repeat;
	padding-left: 15px;
}
.haschild a, .cat_list_tit a {
	display: inline-block;
	background: url(../images/ico_plus_mini.png) left center no-repeat;
	padding-left: 15px;
}
.list_open {
	background: url(../images/ico_minus_mini.png) left center no-repeat !important;
}
.haschild ul {
	display: none;
	margin-left: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}
.sns_list {
	padding: 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sns_list li {
	margin-right: 15px;
	width: 20px;
}
#left_culmn nav h1 {
	padding: 0 20px;
	line-height: 5rem;
	border-bottom: 1px solid #d2d2d2;
}

#side_search input[type="text"] {
	width: 90%;
	border: none;
	padding: 0;
	height: 30px;
}
/*------------------------------------------------------------
TOP VISUAL
------------------------------------------------------------*/
#top_slider_outer {
	margin-bottom: 60px;
}
.sp_slider {
	display: none;
}
/*------------------------------------------------------------
TOP NEWS
------------------------------------------------------------*/
.news_list_date {
	width: 80px;
}
.news_list_title {
	width: calc(100% - 80px)
}
.news_list_title p {
	margin-right: 20px;
	width: calc(100% - 50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news_list_title img {
	width: 30px;
}
#top_news_inner .swiper-slide {
	border-right: 1px solid var(--default_gray);
	padding: 0 30px;
	height: 66px;
}
/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list_default{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 400;
	gap: 45px 45px;
}
.item_list_middle{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 400;
	gap: 20px 20px;
}
.item_list_default a:hover,
.item_list_default a:hover img,
.item_list_middle a:hover,
.item_list_middle a:hover img,
.item_list_small a:hover,
.item_list_small a:hover img {
	opacity:0.6 !important;
}
.item_list_default li {
	width: calc((100% - 135px) / 4);
	position: relative;
}
.item_list_middle li {
	width: calc((100% - 40px) / 3);
	position: relative;
}
.item_list_small li {
	width: 16.6%;
	position: relative;
}
.list_pict {
	position: relative;
    width: 100%;
}
.list_pict:before {
    content: "";
    display: block;
    padding-top: 120%;
    background-color: #FFF;
}
.list_pict_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.list_pict_inner img {
	width: 100%;
}
.list_photo_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list_sale {
    background-color: #c90000;
	line-height: 170%;
    padding: 0 5px;
    font-size: 1rem;
    color: #FFF;
}
.list_pict_inner img:hover {
	-webkit-transition:.3s all;
	transition:.3s all;
}
.list_info {
	margin-top: 15px;
}
.list_price {
	color: var(--dark_gray);
}
.list_maker {
    background-color: var(--black);
    padding: 0px 7px;
    color: var(--white);
    font-size: var(--fontXXS);
    line-height: 170%;
}
.list_status {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 5px;
	line-height: 170%;
}
/*------------------------------------------------------------
ブログリスト
------------------------------------------------------------*/
#undercolumn_blog {
    margin-top: 120px;
	max-width: 1200px;
	margin: 120px auto 0 auto;
}
#blog_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#blog_list, #blog_post {
	width: calc(100% - 240px);
}
#blog_navi {
	width: 200px;
	padding-right: 20px;
}
#blog_navi_category, #blog_navi_date {
	margin-bottom: 30px;
}
#blog_navi_category li, 
#blog_navi_date li {
	margin-bottom: 5px;
}
#blog_list_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog_list_detail {
	width: calc((100% - 60px) / 4);
}
.blog_list_thumb {
	position: relative;
	width: 100%;
}
.blog_list_thumb::before{
	content: "";
    display: block;
    padding-top: 100%;
}
.blog_list_thumb a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.blog_list_thumb a img {
	height: 100%;
}
.blog_list_text {
	margin-top: 10px;
}
.blog_list_date {
	font-size: 1.1rem;
}
.blog_list_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_side_title {
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid var(--default_gray);
}
#blog_post_item_list {
	margin-top: 40px;
}
/*------------------------------------------------------------
ガイドリスト
------------------------------------------------------------*/
#undercolumn_guide {
    margin-top: 120px;
	max-width: 1200px;
	margin: 120px auto 0 auto;
}
#guide_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#guide_list, #guide_post {
	width: calc(100% - 240px);
}
#guide_navi {
	width: 200px;
	padding-right: 20px;
}
#guide_navi_category, #guide_navi_date {
	margin-bottom: 30px;
}
#guide_navi_category li, 
#guide_navi_date li {
	margin-bottom: 5px;
}
#guide_list_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.guide_list_detail {
	width: 100%;
}
.guide_list_thumb {
	position: relative;
	width: 100%;
}
.guide_list_thumb::before{
	content: "";
    display: block;
    padding-top: 100%;
}
.guide_list_thumb a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.guide_list_thumb a img {
	height: 100%;
}
.guide_list_text {
	margin-top: 10px;
}
.guide_list_date {
	font-size: 1.1rem;
}
.guide_list_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guide_side_title {
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid var(--default_gray);
}
#guide_post_item_list {
	margin-top: 40px;
}
/*------------------------------------------------------------
ブログ投稿
------------------------------------------------------------*/
#blog_post_block {
	line-height: 200%;
}
#blog_post_block h1 {
	font-size: var(--fontXXXXL);
}
#blog_post_block h2 {
	font-size: var(--fontXXXL);
}
#blog_post_block h3 {
	font-size: var(--fontXXL);
}
#blog_post_block h4 {
	font-size: var(--fontXL);
}
#blog_post_block img {
	max-width: 100% !important;
	height: auto !important;
}
#blog_post_block p {
	margin-bottom: var(--blog-default-style-spacing);
}
#blog_post_block .image-style-block-align-left,
#blog_post_block .image-style-block-align-right {
	max-width: calc(100% - var(--blog-image-style-spacing))
}

#blog_post_block .image-style-align-left,
#blog_post_block .image-style-align-right {
	clear: none
}

#blog_post_block .image-style-side {
	float: right;
	margin-left: var(--blog-image-style-spacing);
	max-width: 50%
}

#blog_post_block .image-style-align-left {
	float: left;
	margin-right: var(--blog-image-style-spacing)
}

#blog_post_block .image-style-align-center {
	margin-left: auto;
	margin-right: auto
}

#blog_post_block .image-style-align-right {
	float: right;
	margin-left: var(--blog-image-style-spacing)
}

#blog_post_block .image-style-block-align-right {
	margin-left: auto;
	margin-right: 0
}

#blog_post_block .image-style-block-align-left {
	margin-left: 0;
	margin-right: auto
}

#blog_post_block p+.image-style-align-left,
#blog_post_block p+.image-style-align-right,
#blog_post_block p+.image-style-side {
	margin-top: 0
}

#blog_post_block .image-inline.image-style-align-left,
#blog_post_block .image-inline.image-style-align-right {
	margin-bottom: var(--blog-inline-image-style-spacing);
	margin-top: var(--blog-inline-image-style-spacing)
}

#blog_post_block .image-inline.image-style-align-left {
	margin-right: var(--blog-inline-image-style-spacing)
}

#blog_post_block .image-inline.image-style-align-right {
	margin-left: var(--blog-inline-image-style-spacing)
}
#blog_post_block .image figcaption {
	text-align: center;
	background-color: var(--light_gray);
	padding: 5px;
}
#blog_post_block figure.image {
	margin-bottom: var(--blog-image-style-spacing);
}
/*------------------------------------------------------------
ガイド投稿
------------------------------------------------------------*/
#guide_post_block {
	line-height: 200%;
}
#guide_post_block h1 {
	font-size: var(--fontXXXXL);
}
#guide_post_block h2 {
	font-size: var(--fontXXXL);
}
#guide_post_block h3 {
	font-size: var(--fontXXL);
}
#guide_post_block h4 {
	font-size: var(--fontXL);
}
#guide_post_block p {
	margin-bottom: var(--guide-default-style-spacing);
}
#guide_post_block .image-style-block-align-left,
#guide_post_block .image-style-block-align-right {
	max-width: calc(100% - var(--guide-image-style-spacing))
}

#guide_post_block .image-style-align-left,
#guide_post_block .image-style-align-right {
	clear: none
}

#guide_post_block .image-style-side {
	float: right;
	margin-left: var(--guide-image-style-spacing);
	max-width: 50%
}

#guide_post_block .image-style-align-left {
	float: left;
	margin-right: var(--guide-image-style-spacing)
}

#guide_post_block .image-style-align-center {
	margin-left: auto;
	margin-right: auto
}

#guide_post_block .image-style-align-right {
	float: right;
	margin-left: var(--guide-image-style-spacing)
}

#guide_post_block .image-style-block-align-right {
	margin-left: auto;
	margin-right: 0
}

#guide_post_block .image-style-block-align-left {
	margin-left: 0;
	margin-right: auto
}

#guide_post_block p+.image-style-align-left,
#guide_post_block p+.image-style-align-right,
#guide_post_block p+.image-style-side {
	margin-top: 0
}

#guide_post_block .image-inline.image-style-align-left,
#guide_post_block .image-inline.image-style-align-right {
	margin-bottom: var(--guide-inline-image-style-spacing);
	margin-top: var(--guide-inline-image-style-spacing)
}

#guide_post_block .image-inline.image-style-align-left {
	margin-right: var(--guide-inline-image-style-spacing)
}

#guide_post_block .image-inline.image-style-align-right {
	margin-left: var(--guide-inline-image-style-spacing)
}
#guide_post_block .image figcaption {
	text-align: center;
	background-color: var(--light_gray);
	padding: 5px;
}
#guide_post_block figure.image {
	margin-bottom: var(--guide-image-style-spacing);
}
/*------------------------------------------------------------
コレクションリスト
------------------------------------------------------------*/
.collection_list_slider {
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.collection_list_slider::before {
	display: block;
	content: '';
	padding-bottom: 60%;
}
.collection_list_slider a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.collection_list_pict {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.collection_list_slider a:hover {
	.collection_list_pict {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.collection_list_text {
	position: absolute;
	z-index: 10;
}
.collection_list_text {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(20px, -50%);
	transform: translate(20px, -50%);
	color: #FFF;
	font-size: var(--fontXXL);
	font-weight: 400;
}
/*------------------------------------------------------------
ブランドコンセプト
------------------------------------------------------------*/
#brand_concept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#brand_concept li {
	width: 50%;
	background-color: var(--light_gray);
}
.brand_concept_text {
	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;
}
.brand_concept_text_inner {
	min-width: 400px;
	max-width: 50%;
	text-align: center;
}
.brand_concept_text_inner h3 {
	font-size: var(--fontXXXL);
	font-weight: 400;
	margin-bottom: 30px;
}
.brand_concept_text_inner p {
	margin-bottom: 30px;
}
/*------------------------------------------------------------
トップコレクションエリア
------------------------------------------------------------*/
#collection_concept {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#collection_concept li {
	width: 50%;
	background-color: var(--light_gray);
}
.collection_concept_text {
	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;
}
.collection_concept_text_inner {
	min-width: 400px;
	max-width: 50%;
	text-align: center;
}
.collection_concept_text_inner h3 {
	font-size: var(--fontXXXL);
	font-weight: 400;
	margin-bottom: 30px;
}
.collection_concept_text_inner p {
	margin-bottom: 30px;
}
/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#top_item_list {
	padding-top: 50px;
	margin-bottom: 50px;
}
.item_list_header_title {
	gap: 0 20px;
}
.item_list_header_title h1 {
	font-size: var(--fontXXXXL);
	font-weight: 700;
}
.item_list_header_title h1::after {
	padding-left: 20px;
}
#brand_block {
	position: relative;
	margin: 0 calc(50% - 50vw) 30px calc(50% - 50vw);
	width: 100vw;
}
#brand_header {
	width: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 85px;
}
#brand_header_logo {
	max-width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brand_1 {
	max-width: 20% !important;
}
.brand_4 {
	max-width: 18% !important;
}
.brand_7 {
	max-width: 35% !important;
}
.brand_9 {
	max-width: 20% !important;
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 35.7%;
}
.general_bn {
	margin-top: 40px;
	width: 100% !important;
	max-width: 1600px;
	padding: 65px 30px 0px 30px;
    margin: 0 auto;
}
#brand_txt {
	max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 30px 0px 30px;
    margin: 0 auto;
}
#brand_txt p {
	width: 37%;
}
#brand_txt p.fontLL {
	width: 25%;
	line-height: 3rem;
}
#brand_txt p {
	margin-right: 4.2%;
}
#brand_txt p:nth-child(3) {
	margin-right: 0;
}
#sort_area {
	width: 100%;
	padding: 50px 0px;
	letter-spacing:normal;
}
#sort_parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 40px;
}
.open_sort {
	position: relative;
	cursor: pointer;
}
#sort_select {
	position: relative;
}
#sort_children {
	width: 100%;
	margin-top: 10px;
}
.select_for_default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 40px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.select_for_default li {
	max-width: 180px;
	text-overflow: ellipsis;
}
.select_for_default a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
.select_for_model {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 40px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.select_for_model a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
.select_for_model li {
	width: calc((100% - 200px) / 6);
}
@media screen and (max-width:1200px) {
	.select_for_model li {
		width: calc((100% - 160px) / 5);
	}
}
@media screen and (min-width:1400px) {
	.select_for_default a::before,
	.select_for_model a::before {
		display: block;
		content: '';
		height: 1px;
		width: 10px;
		background-color: #000;
	}
}
.open_sort_children_tit {
	font-weight: 700;
	margin-bottom: 10px;
}
.sort_cat_list div ul li {
	margin-bottom: 8px;
	font-size: var(--fontXXS);
}
.sort_active:after {
	content: '▼';
	display: block;
	text-align: center;
	font-size: 1rem;
	zoom: 80%;
}
.open_sort_children {
	display: none;
	padding: 25px 0;
	border-top: 1px solid var(--default_gray);
	border-bottom: 1px solid var(--default_gray);
}
.open_sort_children_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list_tit_count {
	margin-top: 15px;
	display: block;
	font-size: 1.3rem;
}
#sort_color {
	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-top: 20px;
}
#sort_color ul {
	line-height: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sort_color ul li {
	margin-left: 15px;
	width: 20px;
	height: 20px;
}
#sort_color ul li a {
	display: block;
	width: 20px;
	height: 20px;
	border:solid 1px #EEEEEE;
	border-radius: 10px;
}
#sort_color ul li.colorselected a {
	display: block;
    width: 10px;
    height: 10px;
	border-radius: 5px;
	margin: 5px;
}
#sort_color ul li:last-child,
#sort_color ul li:first-child {
	width: auto;
	height: 20px;
}
#sort_color ul li:last-child a,
#sort_color ul li:first-child a {
	width: auto;
	height: 20px;
	border: none;
	line-height: 20px;
}
#blog_banner_slider {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 30px;
	display: none;
}
#shoes_cat_list {
	background-color: #f6f6f6;
	padding: 35px 0 35px 0;
}
#shoescat_item_block {
	margin-bottom: 0;
}
.shoes_cat_name {
	margin-top: 5px;
	font-weight: 700;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#item_detail {
	margin-bottom: 100px;
	padding-top: 40px;
}
#item_detail_block {
	width: 100%;
	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: 53.4%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#item_photo img {
	width: 100%;
	height: auto;
}
#item_spec {
	width: 40.6%;
    margin-left: 6%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#item_photo li {
	position: relative;
}
#item_spec_tit {
	font-size: 2rem;
	line-height: 150%;
	font-weight: 700;
}
#item_spec_maker {
	font-size: 1.2rem;
	color: var(--dark_gray);
	margin-top: 5px;
}
#item_spec_price {
	margin-top: 20px;
}
#item_spec_schedule {
	margin-top: 20px;
}
#item_spec_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;
	margin-bottom: 20px;
	font-size: 1rem;
}
#item_spec_status a {
	display: block;
}
#item_photo_outer {
	position: relative;
	margin-bottom: 16px;
}
#item_photo_outer li {
	position: relative;
	margin-bottom: 1px;
}
#item_photo_outer li:before {
	content: "";
    display: block;
	padding-top: 120%;
}
#item_photo_outer li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#item_photo_outer li p {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#item_photo_slider {
	overflow: hidden;
}
#item_photo_slider .swiper-slide p{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.item_photo_thumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
.item_photo_thumb ul li {
    width: calc((100% - 176px) / 12);
    font-size: 1rem;
    word-break: break-all;
    line-height: 1.2rem;
}
#detail_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-weight: 400;
}
#detail_price li {
	margin-right: 10px;
}
#dynamic_price {
	display: none;
}

#cart_color, #cart_size {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
#cart_size {
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
#cart_color .detail_tit, #cart_size .detail_tit {
	margin: 0;
}
#color_block,
#size_block {
	width: 100%;
}
#color_block ul, #size_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#color_block ul li {
	width: 75px;
	margin: 10px 10px 10px 0;
}
#color_block ul li a {
	width: 75px;
	height: 90px;
	display: block;
	position: relative;
	font-size: 1rem;
	padding: 3px;
	border: 1px solid #e1e1e1;
	-webkit-transition: none;
	transition: none;
	overflow: hidden;
}
#color_block ul li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
#color_block ul li p {
	margin-top: 5px;
	word-break: break-all;
    font-size: 1rem;
    line-height: 1.2rem;
}
#size_block ul li {
	width: 34px;
	height: 34px;
	margin: 10px 10px 10px 0;
}
#size_block ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1px;
	border: 1px solid #e1e1e1;
	position: relative;
	-webkit-transition: none;
	transition: none;
	overflow: hidden;
}
#size_block ul li a span {
	display: table-cell;
	width: 48px;
	height: 30px;
	text-align: center;
	font-size: 0.9rem;
	vertical-align: middle;
	padding: 0 3px;
	line-height: 120%;
	white-space: nowrap;
}
.slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#color_block .slash {
	background: url(/user_data/packages/mihara/images/ico_slash_color.png) no-repeat center center;
    background-size: cover;
}
#size_block .slash {
	background: url(/user_data/packages/mihara/images/ico_slash_size.png) no-repeat center center;
    background-size: cover;
}
.sku_selected {
	border: 3px solid #000 !important;
	padding: 1px !important;
}
#size_block ul li a.sku_selected {
	outline: none !important;
	background-color: #000;
	color: #FFF !important;
	border: 1px solid #000 !important;
}
#cart_comment {
	position: relative;
	letter-spacing:normal;
	color: #999999;
	margin-top: 20px;
}
#cart_comment a {
	position: absolute;
	top: 0;
}
#cart_btn_block {
	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;
	margin-top: 15px;
}
#cart_btn_block div {
	position: relative;
	width: 50%;
	height: 60px;
}
#cart_add .fa-shopping-bag {
	font-size: 2rem;
	margin-right: 15px;
}
#cart_btn_block div p {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
#cart_btn_block div p a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
#cart_add a {
	background-color: #000;
	color: #FFFFFF;
	border-radius: 5px 0 0 5px;
}
#cart_favorite a {
	background-color: var(--middle_gray);
	color: var(--white);
	border-left: 1px solid #FFFFFF;
	border-radius: 0 5px 5px 0;
}
#cart_favorite a::after {
	display: block;
	content: 'ADD TO FAVORITE';
}
#cart_favorite .fav_on::after {
	display: block;
	content: 'REMOVE TO FAVORITE';
}
.cart_btn_rearrival::after{
	display: block;
	content: 'NOTIFY ME WHEN IN STOCK';
}
.cart_btn_arrival::after{
	display: block;
	content: 'NOTIFY ME WHEN IN STOCK';
}
.cart_btn_reserve::after{
	display: block;
	content: 'RESERVE';
}
.cart_btn_add::after,.cart_btn_default::after{
	display: block;
	content: 'ADD TO CART';
}
#unisize_tag {
	margin-top: 20px;
}
#cart_code {
	color: #999999;
	margin-top: 20px;
}
.detail_tit {
	margin-bottom: 15px;
}
#size_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	font-size: var(--fontS);
}
#size_table ul {
	width: 100%;
	letter-spacing: normal;
}
#size_table li {
	min-height: 30px;
	padding: 4px;
	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(odd){
	background: #f5f5f5;
}
#item_detail_txt {
	margin-top: 20px;
	font-size: var(--fontS);
}
#item_detail_txt p {
	margin-bottom: 15px;
	line-height: 180%;
}
#item_detail_txt p:last-child {
	margin-bottom: 0px;
}
#float_login {
	margin-bottom: 25px;
}
#float_login li {
	margin-bottom: 10px;
}
#pop_up_txt p {
	margin-bottom: 15px;
	letter-spacing: normal;
}
#pop_up_txt p:last-child {
	margin-bottom: 0px;
}
#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: 30px 0;
	margin: 40px 0;
}
#mail_itemphoto {
	width: 20%;
	margin-right: 4.5%;
}
#mail_itemphoto img {
	vertical-align: bottom;
}
#mail_text {
	width: 75.5%;
	letter-spacing: normal;
}
#inline_content2 {
	font-size: 1.2rem;
    line-height: 200%;
    padding: 75px;
}
#item_detail_sub {
	font-size: var(--fontS);
	margin-top: 30px;
}
#item_detail_sub a {
	text-decoration: underline;
}
#item_detail_sub li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2rem;
	margin-bottom: 10px;
}
#item_detail_sub li p:first-child {
	min-width: 70px;
}
#item_detailsub_category p {
	line-height: 180%;
}
#item_detailsub_category {
	margin-bottom: 5px;
}
#color_unselected,#size_unselected {
	display: none;
	font-size: 1rem;
	color:#B50003;
}
#item_photo .swiper-button-next:after, 
#item_photo .swiper-button-prev:after {
	font-size: 2rem;
}
#recommend_slider_outer {
	overflow: hidden;
}
.tit_item_detail_inner {
	font-size: 1.4rem;
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
	margin-bottom: 13px;
}
#item_spec_detail {
	border: 1px solid #eeeeee;
	padding: 6px 20px;
}
#item_spec_detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#item_spec_detail dl dt {
	width: 120px;
	font-weight: 700;
}
#item_spec_detail dl {
	margin: 7px 0;
}
.icon_gray {
	color: #999;
}
#item_comment {
	margin-top: 40px;
	font-size: 1.3rem;
}
#item_comment_selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1px;
	border-bottom: 1px solid var(--default_gray);
}

#item_comment_selector li {	
	margin: 0;
	text-align: center;
	width: 100px;
}
#item_comment_selector li a.active_select {
	background-color: var(--default_gray);
}
#item_comment_selector li a {
	background-color: var(--light_gray);
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 12px 10px;
}
#item_comment_content aside:nth-child(2),
#item_comment_content aside:nth-child(3) {
	display: none;
}
.cart_select_multi_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.cart_select_multi_color {
	width: 20%;
	font-size: var(--fontXXS);
	text-align: center;
}
.cart_select_multi_size {
	width: calc(80% - 10px)
}
.cart_select_multi_size ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.cart_select_multi_size ul:last-child {
	margin-bottom: 0px;
}
.cart_select_multi_size_name {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: var(--fontL);
	font-weight: 400;
	text-align: center;
}
.cart_select_multi_btn {
	width: calc(100% - 90px);
}
.cart_select_multi_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--default_gray);
}
.cart_select_multi_btn a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #000;
}
.cart_select_multi_btn a span {
	padding-left: 8px;
}
.cart_select_multi_schedule {
	width: 100%;
	font-size: var(--fontXXS);
}
.favorite_select_multi_btn {
	width: 40px;
	height: 40px;
	margin-left: 8px;
	font-size: 2.2rem;
	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;
}
.favorite_select_multi_btn p {
	height: 22px;
	width: 22px;
}
.favorite_select_multi_btn p img {
	width: 100%;
}
.favorite_select_multi_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/ico_star_off.png) center center no-repeat;
	background-size: cover;
}
.favorite_select_multi_btn a svg {
	color: #B50003;
}
.favorite_select_multi_btn a svg.icon_gray {
	color: rgb(210, 210, 210);
}
#cart_multi_view_btn {
	display: none;
}
.item_detail_form {
	margin-top: 30px;
}

.favorite_select_multi_btn a.fav_on{
	background: url(../images/ico_star_on.png) center center no-repeat;
	background-size: cover;
}
#unisize_ci_tag {
	margin-top: 20px;
}
/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow{
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
}
#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;
}
.active_flow {
	background-color: #f1f1f1;
}
#cart_inner_txt {
	margin-bottom: 30px;
}
.cart_item {
	position: relative;
}
.cart_item_delete_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
}
.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);
}
.cart_item_photo {
	width: 20%;
	padding: 20px;
}
.cart_item_photo_inner {
	position: relative;
	margin: 0 auto;
	width: 60%;
}
.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: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cart_item_name {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart_item_price {
	width: 20%;
	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:0 5px;
}
.cart_item_quantity {
	width: 20%;
	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;
}
.cart_item_subtotal {
	width: 20%;
	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;
}
.quantity_level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quantity_minus {
	width: 25%;
}
.quantity_plus {
	width: 25%;
}
.quantity_num {
	width: 50%;
	text-align: center;
}
.cart_sum {
	width: 100%;
}
.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: 84%;
	text-align: right;
	background-color: #f3f3f3;
	padding: 15px;
}
.cart_sum_value {
	width: 16%;
	padding: 15px;
	text-align: center;
}
.point_add_attention {
	margin-top: 10px;
	text-align: right;
	font-size: 1rem;
}

.deliv_info {
	margin-top: 40px;
}
.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: 30px 0;
}
.user_info_value_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.user_info_deliv {
	width: 80%;
}
.user_info_change {
	width: 20%;
}
.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 40px;
}
.user_info_payment_method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.deliv_addbtn {
	margin-top: 15px;
	text-align: right;
}
.deliv_time {
	margin-top: 40px;
}
.user_deliv_time {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0px 40px;
	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;
}
.payment_block {
	margin-top: 60px;
}
.user_info_payment_image {
	width: 20%;
	margin-left: auto;
}
.point_txt {
	padding: 15px;
}
.point_block {
	margin-top: 60px;
}
.coupon_block {
	margin-top: 60px;
}
.cart_no_error {
	margin-top: 60px;
	text-align: center;
}
#block_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#block_login section {
	width: 48%;
	padding: 30px;
	border: 1px solid rgb(201, 201, 201);
}
#block_login_form li {
	margin-bottom: 10px;
}
#block_login_form li:last-child {
	margin: 0;
}
.logintext {
	margin-bottom: 39px;
}
.cart_login_txt {
	margin: 50px 0;
	text-align: center;
}
#cart_form_input {
	padding: 60px 100px;
	border: 15px solid #f1f1f1;
}
.cart_block {
	margin-top: 40px;
}
.cart_block:first-child {
	margin-top: 0px;
}
.black_list {
	margin-top: 30px;
	text-align: center;
}
#cart_point_announce {
	background-color: #f7f7f7;
    padding: 25px;
    line-height: 200%;
    margin: 40px 0;
}
#cart_point_announce h3 {
	margin-bottom: 20px;
}
#cart_check {
	margin: 40px 0;
	text-align: center;
}
#exchange_rate{
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-color: #f5f5f5;
}
#exchange_rate_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:15px;
	font-size: 1.2rem;
	font-weight: 700;
}
#exchange_rate_text {
	margin-top: 10px;
	color:#999;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#exchange_rate_ico{
	margin-right: 8px;
}
#exchange_rate_ico img{
	width: 20px;
	vertical-align: middle;
}
.cart_information {
	background-color: #f3f3f3;
	padding: 40px;
	margin: 30px 0;
}
#payment_logo img {
	width: 40%;
	margin: 20px auto;
	display: block;
}
#cart_add_txt {
	padding: 30px;
	background-color: #f3f3f3;
	margin: 40px 0;
}
#cart_add_txt h3 {
	margin-bottom: 10px;
}

.cart_gift_block {
	margin-top: 40px;
}
.cart_gift {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}
.gift_block {
	width: calc((100% - 30px) / 2);
}
.gift_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}
.gift_photo {
	width: 40%;
}
.gift_content {
	width: calc(60% - 20px);
	padding-top: 10px;
}
.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: 20%;
}
.gift_variation {
	width: calc(70% - 10px);
}
.gift_name {
	font-size: 14px;
	margin-bottom: 10px;
}
.gift_price {
	font-size: 10px;
	margin-bottom: 20px;
}
.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;
}
/*------------------------------------------------------------
カートギフトボックス
------------------------------------------------------------*/
.gift_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw; /* 画面全幅 */
	height: 100vh; /* 画面全高 */
	background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
	display: none; /* 初期状態: 非表示 */
	opacity: 0; /* 初期状態: 透明 */
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; /* opacity のみアニメーション */
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; /* 中央配置のために flex を使用 */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /* 縦方向中央揃え */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; /* 横方向中央揃え */
}

.gift_modal.show {
	opacity: 1; /* 表示時: 不透明 */
}

.gift_modal.hide {
	opacity: 0; /* 非表示時: 透明 */
}
.gift_detail_outer {
	position: relative;
	width: 1100px; /* 横幅 1000px */
	height: 705px; /* 高さ 50vh */
}
.gift_detail_inner {
	width: 1100px; /* 横幅 1000px */
	height: 705px; /* 高さ 50vh */
	background-color: white; /* 背景色: 白 */
	padding: 30px; /* パディング 50px */
	position: relative; /* 必要に応じて位置調整 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 30px;
	overflow-y: scroll;
}
.gift_detail_inner_photo {
	width: calc(55% - 30px);
}
.gift_detail_inner_photo .swiper-slide {
	position: relative;
}
.gift_detail_inner_photo .swiper-slide p {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
}
.gift_detail_inner_text {
	width: 45%;
}
.gift_detail_title {
	font-size: 18px;
	height: 63px;
	padding-top: 30px;
}
.gift_detail_price {
	height: 25px;
}
.gift_detail_comment {
	margin-top: 30px;
	max-height: 525px;
	overflow-y: auto;
}
.gift_detail_inner_photo .swiper-pagination {
	position: absolute;
	bottom: 10px !important;
	text-align: right;
	padding-right: 15px;
}
.closeModal {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -50px
}
/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.confirm_default {
	margin-top: 50px;
}
.confirm_default_inner {
	padding: 30px 30px 20px 30px;
	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: 15%;
}
#confirm_message {
	background-color: #f3f3f3;
	padding: 2vw;
	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 {
	padding: 40px 150px;
	border: 10px solid #f1f1f1;
}
#registered_card, #use_registeredcard_check {
	margin-bottom: 25px;
	padding-bottom: 25px;
	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: 10px;
}
#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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.card_input_list_flex_left {
	width: 20%;
	padding-top: 10px;
}
.card_input_list_flex_right {
	width: 80%;
}
#card_expire_list .select_n {
	width: 150px;
}
#card_expire_list {
	gap: 0 6px;
}
#card_input_list li {
	margin-bottom: 15px;
}
.card_sample {
	width: 150px;
}
.card_error {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 30px;
	color: #B50003;
}
#now_execute, #now_execute2 {
	margin-top: 40px;
}
/*------------------------------------------------------------
MY PAGE
------------------------------------------------------------*/
#mypagecolumn {
	max-width: 1000px;
	padding-top: 120px;
	margin: 0 auto;
}
#mycontents_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#mycontentmain_area {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(100% - 230px);
}
#mynavi_area {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 200px;
	padding: 20px;
	background-color: #f1f1f1;
	font-size: 1.1rem;
}
.mynavi_list li {
	margin: 7px 0;
}
.order_list {
	padding: 25px 30px;
	border: 20px solid #f1f1f1;
	margin-bottom: 20px;
}
#my_page_refuse {
	text-align: right;
}
#mypage_order_list {
	width: 100%;
	margin-top: 20px;
}
#mypage_order_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
}
.mypage_gray_header {
	background-color: #f1f1f1;
}
#mypage_order_list li {
	width: 16.6%;
	text-align: center;
	padding: 10px 0;
}
#mypage_order_list li:nth-child(2),
#mypage_order_list li:last-child{
	width: 10%;
}
#mypage_order_list li:nth-child(3){
	width: 29.8%;
}
.mypage_pagenumber_area {
	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: 10px;
	margin-top: 20px;
}
.mypage_pagenumber_area strong {
	border-bottom: 1px solid #000;
}
.mypage_pagenumber_area a {
	border-bottom: 1px solid #FFF;
}
#mypage_favorite_list {
	margin-top: 20px;
}
#mypage_favorite_list li {
	padding: 10px 0;
}
#mypage_favorite_list .mypage_gray_header li {
	text-align: center;
}
#mypage_favorite_list .mypage_gray_header li:first-child {
	width: 20%;
}
#mypage_favorite_list .mypage_gray_header li:last-child {
	width: 80%;
}
.mypage_favorite_inner_image {
	width: 20%;
}
.mypage_favorite_inner_content {
	width: 80%;
}
.mypage_favorite_inner_list,
#mypage_favorite_list .mypage_gray_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mypage_favorite_inner_image div {
	position: relative;
	margin: 20px;
}
.mypage_favorite_inner_image div:before {
	content: '';
	display: block;
	padding-bottom: 120%;
}
.mypage_favorite_inner_image div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mypage_favorite_inner_content {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mypage_favorite_inner_info {
	padding: 0 20px;
}
.mypage_favorite_inner_btn {
	width: 22%;
	margin-right: 20px;
}
.favorite_cart li {
	padding: 0 !important;
}
.favorite_cart li:first-child {
	margin-bottom: 10px;
}
.favorite_cart li:first-child a {
	display: block;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0;
	font-size: 1rem;
}
.favorite_cart li:last-child a {
	display: block;
	background-color: #ccc;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0;
	font-size: 1rem;
}
#mycontentmain_area .bdr_block {
	padding: 30px;
}
.mypage_register_list li {
	margin-bottom: 15px;
}
.mypage_register_list li:last-child {
	margin-bottom: 0;
}
.segment_announce{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid var(--default_gray);
}
/*------------------------------------------------------------
ニュース
------------------------------------------------------------*/
.news_detail_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}
.news_detail_title h2 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.news_detail_content {
	margin-top: 20px;
}
/*------------------------------------------------------------
メディア
------------------------------------------------------------*/
#media_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
#media_list li {
	position: relative;
	width: calc((100% - 60px) / 4);
}
#media_list li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#media_list li div a {
	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;
	width: 100%;
	height: 100%;
	background-color: #fbfbfb;
}
#media_list li:before {
	content: '';
	display: block;
	padding-top: 120%;
	top: 0;
	left: 0;
}
/*------------------------------------------------------------
ルックブック
------------------------------------------------------------*/
#look_header {
	width: 100%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 50px;
}
#look_header:before {
    content: "";
    display: block;
    padding-top: 40%;
}
#look_header_txt {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 3.4rem;
    font-weight: normal;
    color: #FFF;
    letter-spacing: 1px;
}
#look_txt {
	max-width: 1600px;
    margin: 0 auto;
    padding: 65px 30px 0 30px;
}
#look_txt div p {
    margin-bottom: 15px;
    line-height: 220%;
}
.season_block2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.season_txt {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(65% - 70px);
}
.season_movie {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 35%;
}
.season_movie iframe {
	width: 100%;
}
.collection_header{
	position: relative;
	width: 100%;
}
.collection_header .tit_default {
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 2.4rem;
}
.collection_header::before {
	width: 100%;
	display: block;
	content: '';
	padding-top: 30%;
}
#collection_index_list {
	margin-top: 50px;
}
#collection_index_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px 30px
}
#collection_index_list ul li {
	width: calc((100% - 90px) / 4);
}
.look_group_105 ul li {
	width: calc((100% - 60px) / 3) !important;
}
#collection_index_list .list_pict:before {
    content: "";
    display: block;
    padding-top: 166.6%;
}
#collection_index_list .list_name {
	position: relative;
	color: #000;
}
#collection_index_list ul .list_name {
	position: relative;
	margin-top: 10px;
	color: #000;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	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;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.main_pict img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.popup-content {
	width: 30%;
	max-width: 900px;
	background-color: white;
	position: relative;
}

.fixed-aspect-ratio {
	position: relative;
	overflow-y: scroll;
	padding-top: 166.66%;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}

.fixed-aspect-ratio::-webkit-scrollbar {
	display: none;
}

.popup-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup-inner-content li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: bottom;
}

.popup-inner-content li {
	width: 100%;
	position: relative;
}
.popup-inner-content li:before {
	content: '';
	display: block;
	padding-top: 166.66%;
}
.popup-inner-content li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#mainClose {
	border: 0;
	padding: 0;
	margin: 0 0 0 -25px;
	overflow: visible;
	text-indent: -9999px;
	width: 50px;
	height: 45px;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
}
/*------------------------------------------------------------
ショップリスト
------------------------------------------------------------*/
.shop_list_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}
.shop_list_list dl {
	width: calc((100% - 10px) / 3);
	background-color: var(--light_gray);
	padding: 30px;
}
/*------------------------------------------------------------
デリバリーエリア
------------------------------------------------------------*/
#delivery_area dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}
#delivery_area dl {
    margin-bottom: 20px;
}
/*------------------------------------------------------------
ルックブック / コーディネート
------------------------------------------------------------*/
#coordinate_items {
	margin-top: 20px;
}
#coordinate_tit {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 250%;
	margin-bottom: 20px;
}
#coordinate_items .item_list {
	margin-top: 30px;
}
#coordinate_items .item_list ul li {
	width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0;
}
#coordinate_items .item_list ul li:nth-child(3n) {
	margin-right: 0;
}
#coordinate_txt {
	margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#coordinate_department{
	background-color: rgb(49, 49, 49);
}
#coordinate_option{
	display: inline-block;
	margin-right: 15px;
}
#coordinate_photo {
	position: relative;
}
#coordinate_photo::before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 120%;
}
#coordinate_photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#coordinate_tit1 {
	font-size: 2.0rem;
    margin: 10px 0;
    font-weight: 300;
}
#coordinate_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
	padding: 0 10px;
}
#coordinate_icon li {
	width: 30px;
}
#top_coordinate {
	margin-top: 20px;
}
.coordinate_list li .list_pict:before {
	content: "";
    display: block;
    padding-top: 133.3%;
    background-color: #FFF;
}
#snap_brand_select {
	margin-bottom: 50px;
}
#snap_brand_select ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#snap_brand_select ul li {
	width: 100px;
}
#snap_brand_select ul li .small_line {
	width: 25px;
	height: 3px;
	background-color: #000;
	display: block;
	margin: 15px auto 0px auto;
}
/*------------------------------------------------------------
ABOUT
------------------------------------------------------------*/
.about_block {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}
.about_block1,
.about_block2 {
	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;
}
.about_block2 {
	margin-top: 50px;
}
.about_block_01 {
	width: 50%;
}
.about_block_02 {
	width: 50%;
	padding: 0 80px;
}
.about_block_02 {
	font-size: 1.3rem;
	line-height: 170%;
}
.about_block_02 h1,
.about_block_02 h2 {
	font-size: 4.0rem;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#privacy a {
	text-decoration: underline !important;
}
#privacy dl {
	margin-bottom: 40px;
}
#privacy dt {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kiyaku_text {
	font-size: 1rem;
}
/*------------------------------------------------------------
ショッピングガイド
------------------------------------------------------------*/
.tit_shopping_guide {
	padding: 10px;
    border: 1px solid #ebeaeb;
	background-color: #ebeaeb;
	margin-top: 30px;
}
#shoppingguide dt {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-top: -1px;
	cursor: pointer;
}
#shoppingguide dd {
    padding: 20px 10px 40px 10px;
	display: none;
}
#shoppingguide dd p{
    margin-bottom: 15px;
}
#shoppingguide dd a{
    text-decoration: underline;
}
/*------------------------------------------------------------
STORE LOCATOR
------------------------------------------------------------*/
.shop_block {
	max-width: 1500px;
	padding: 50px 30px;
	margin: 0 auto;
}
.shop_block header {
	display: none;
}
.shop_all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.shop_all .world_area {
	font-size: 2.4rem;
	width: 35%;
	font-weight: normal;
}
.shop_all .country {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.shop_all .store {
	width: 65%;
}
.shopInfo {
	margin-bottom: 50px;
}
.shopInfo li {
	margin-bottom: 40px;
}
.shopInfo li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shopInfo li dl dt {
	width: 30%;
	padding-right: 20px;
	padding-top: 20px;
	border-top: 2px solid #666666;
}
.shopInfo li dl dd {
	word-wrap: break-word;
	width: calc(70% - 20px);
	padding-top: 20px;
	border-top: 1px solid #666666;
}
.shopInfo li dl dd p {
	margin-bottom: 5px;
}
.shopInfo li dl dd p:last-child {
	margin-bottom: 0px;
}
.store .anchor {
	margin-bottom: 25px;
}
.store .anchor a {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 5px;
}
.store .anchor a.select {
	color: #FFF;
	background-color: #666666;
}
#store_locatore_btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	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;
}
#store_locatore_btn ul {
	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: 0 20px;
}
#store_locatore_btn ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #000;
	width: 250px;
	height: 50px;
	color: #FFF;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}
.store_brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.store_brand li {
	width: 40px;
	margin: 10px 0 0 0;
}
.shopInfo li dl dd {
	position: relative;
}
.flagship_sns {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
}
/*------------------------------------------------------------
カート/アマゾンペイ
------------------------------------------------------------*/
.btn_box0622 {
	margin-top: 40px;
	border: 25px solid #f3f3f3;
	padding: 30px;
	text-align: center;
}
.amazon_button {
	margin: 20px auto 0 auto;
	width: 250px;
	height: 60px !important;
}
.result_area {
	padding: 30px;
}
.result_area ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 5px;
}
.cart_total {
	background-color: #f3f3f3;
	margin: 0 30px;
	padding: 20px;
}
.cart_price_total #payment_total {
	font-size: 2rem;
}


/*------------------------------------------------------------
ローダー
------------------------------------------------------------*/
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 3em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 294px auto 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*------------------------------------------------------------
コンビニ決済
------------------------------------------------------------*/
#cvs_block .information {
	margin-bottom: 30px;
}
#cvs_block table {
	width: 100%;
}
#cvs_block table td,
#cvs_block table th {
	border-bottom: 1px solid #cecece;
	padding: 30px 0;
}
#cvs_block table th {
	width: 15%;
}
#cvs_block table td img {
	padding-left: 20px;
}
/*------------------------------------------------------------
後払い
------------------------------------------------------------*/
#sms_block .information {
	margin-bottom: 30px;
}
#sms_block table {
	width: 100%;
}
.sms_auth_number input {
	width: calc(25% - 7px) !important;
}

/*------------------------------------------------------------
ajax item list grid
------------------------------------------------------------*/
.ale-item-list-outer p {
	line-height: 180% !important;
	margin-bottom: 5px !important;
}
.ale-item-list-block-grid ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ale-item-list-bloc-grid-photo-area {
	position: relative;
	margin-bottom: 10px;
}
.ale-item-list-bloc-grid-text-area {
	margin-bottom: 20px;
}
.ale-item-list-bloc-grid-photo-area img {
	width: 100%;
}
.ale-item-list-bloc-grid-photo-area::before{
	content: "";
    display: block;
    padding-top: 120%;
    background-color: #FFF;
}
.ale-item-list-bloc-grid-photo-area a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ale-item-list-bloc-grid-photo-area a .over_img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
.ale-item-list-bloc-grid-list_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;
}
.ale-item-list-outer:after,
.ale-item-list-outer:before {
	content: "";
	display: block;
	clear: both;
}
.ale-item-list-outer{
	display: block;
}

/*KAMIYA*/
#header_inner .header_kamiya_logo {
	width: 110px;
}
body.in_kamiya {
	background: url('../images/bg_kamiya.png') center center repeat;
	background-attachment: fixed;
}
#kamiya_head {
	position:relative;
	margin: 0 calc(50% - 50vw);
    width: 100vw;
}
#kamiya_head img {
	vertical-align: bottom;
}
#kamiya_slide_block {
	max-width: 1640px;
	margin: 0 auto 30px auto;
}
#kamiya_slide_block_inner {
	margin: 0 100px;
	padding: 0 120px 50px 120px;
	background-color: #c30d23;
}
#kamiya_slide_outer {
	width: 100%;
	margin: -150px auto 0 auto;
	overflow: hidden;
	-webkit-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	-moz-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	-ms-filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
	filter:drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
}
#kamiya_slid img {
	vertical-align: bottom;
}
#kamiya_txt {
	color: #FFF;
	font-size: 1.4rem;
	line-height: 220%;
	text-align: center;
	margin-top: 40px;
}
#kamiya_slide_block .default-swiper-pagination {
	margin-top: 30px;
}
#kamiya_slide_block .swiper-pagination-bullets {
	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: 0 10px;
}
#kamiya_slide_block .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #b0b0b0;
	opacity: 1;
	border: none;
}
#kamiya_slide_block .swiper-pagination-bullet-active {
	background-color: #000;
	border: none;
}
.look_list_kamiya {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 3px;
}
.kamiya_collection_left .look_list_kamiya {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.kamiya_collection_right .look_list_kamiya {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.look_list_kamiya li {
	width: calc((100% - 9px) / 4.5);
}
.look_list_kamiya .list_pict:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.look_list_kamiya .list_pict {
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}
.kamiya_collection_left, .kamiya_collection_right {
	margin-bottom: 80px;
}
.default_block_kamiya {
	max-width: 1440px;
	margin: 0 auto;
}
.in_kamiya #coupon_header {
	display: none;
}
.in_kamiya #container {
	margin-top: 50px;
}
.in_kamiya .tit_default,
.in_kamiya .tit_default_center,
.in_kamiya .item_list_header_title,
.in_kamiya .tit_default_l,
.in_kamiya #item_spec_tit,
.in_kamiya #item_spec_price,
.in_kamiya #cart_color,
.in_kamiya #cart_size,
.in_kamiya #cart_btn_block,
.in_kamiya #item_photo {
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 1px;
}
.in_kamiya .tit_default span {
	padding-left: 10px;
}
.in_kamiya .item_list_default {
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 0.5px;
	font-size: 1.3rem !important;
}
.btn_kamiya_head {
	width: 350px;
	height: 50px;
	margin: 30px auto 0 auto;
	font-family: 'Anton', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	letter-spacing: 1px;
}
.btn_kamiya_head a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #FFF;
	font-size: 18px;
}
#kamiya_footer {
	text-align: center;
	padding: 50px;
	background-color: #c30d23;
	color: #FFF;
	margin: 40px 0 80px 0;
	font-size: 1.3rem;
	line-height: 200%;
}
#kamiya_bn {
	margin: 0 auto 100px auto;
    padding: 0 100px 20px 100px;
	max-width: 1640px;
}
#kamiya_bn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.in_kamiya #blog_banner_slider{
	display: none !important;
}
/*GS*/
.fadeIn_up {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: 1s;
	transition: 1s;
  }
.fadeIn_up.is-show {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_stay {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
  }
.fadeIn_stay.is-show {
	opacity: 1;
}



.fadeBorder {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: #FFF solid 100px;
}
.fadeBorder.is-border {
	border: #FFF solid 1px;
}
.zoomImg {
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.zoomImg.is-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.tit_L {
	font-size: 4.2rem;
	line-height: 200%;
}
.tit_M {
	font-size: 2.8rem;
	line-height: 200%;
}
.tit_S {
	font-size: 1.6rem;
	line-height: 200%;
}
.gray_text {
	color: #535353;
}
.img_block {
	overflow: hidden;
	position: relative;
}
.img_block_cover {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

#gs_top {
	background: url(../images/gs/top_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_top::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/gs/bg_dot.gif) center center repeat;
	background-size: 6px 6px;
	background-attachment: fixed;
}
#gs_top header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_top header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_top header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}

.main_tit {
	font-size: 4rem;
	color: #FFF;
}
.main_tit_black {
	font-size: 4rem;
	color: #000;
}
#main_tit::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 15%;
	bottom: 0px;
	height: 3px;
	background-color: #FFF;
}
#gs_content_list {
	padding: 30px;
}
#gs_content_list_inner .swiper-slide {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
}
#gs_content_list_inner .swiper-slide:last-child {
	margin-right: 0px;
}
#gs_content_list_inner .swiper-slide .content_list {
	position: relative;
	width: 100%;
	background-size: cover;
	border-radius: 20px;
}
#gs_content_list_inner .swiper-slide .content_list::before {
    content: "";
    display: block;
    padding-top: 138%;
}
.top_sub_tit {
	color: #FFF;
	font-size: 3rem;
}
.top_sub_tit_black {
	color: #000;
	font-size: 3rem;
}
#gs_content_list_inner .swiper-slide .content_list .top_sub_tit {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
	left: 8%;
	font-weight: 400;
}
#gs_content_list_inner .swiper-slide .content_list p {
	position: absolute;
	bottom: 6%;
	right: 8%;
	width: 150px;
	height: 45px;
}
.btn_white_s {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	color: #000;
} 
.btn_black_s {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	color: #FFF;
}
.btn_black_m {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	line-height: 65px;
	border-radius: 10px;
	color: #FFF;
}
#gs_foot_content{
	background: url(../images/gs/top_05.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
	width: 100%;
	height: 70vh;
}
#gs_foot_content div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_foot_content div p {
	width: 150px;
	margin: 30px auto 0 auto;
}
#gs_footer {
	width: 100%;
	padding: 50px 70px;
	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;
	margin-top: 70px;
	border-top: #d2d2d2 solid 1px;
}
#gs_footer h3 {
	font-size: 2rem;
}
#gs_footer ul li {
	margin-bottom: 7px;
}
#gs_footer ul li:last-child {
	margin-bottom: 0px;
}



.gs_default {
	margin: 0 50px;
}
.gs_section {
	font-weight: 700;
	text-align: center;
}
.mg_bSS{
	margin-bottom: 35px;
}
.mg_bS{
	margin-bottom: 55px;
}
.mg_bM{
	margin-bottom: 95px;
}
.mg_bL{
	margin-bottom: 115px;
}
#gs_mat {
	background: url(../images/gs/mat_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_mat header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_mat header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_mat header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
#gs_pr {
	background: url(../images/gs/pr_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_pr header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_pr header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_pr header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
#gs_sn {
	background: url(../images/gs/sn_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
    background-attachment: fixed;
}
#gs_sn header {
	width: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#gs_sn header p {
	width: 125px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}
#gs_sn header h1 {
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 60px;
}
.left_img {
	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: 0 80px;
}
.left_img .img_block {
	width: 50%;
}
.left_img p {
	width: 45%;
	text-align: center;
}
.item_block {
	padding: 0 100px;
}
.item_block ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	min-width: 1100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.item_block ul li {
	width: 30%;
	margin-right: 5%;
}
.item_block ul li:last-child {
	margin-right: 0px;
}

.item_random_bloc {
	width: 1100px;
	margin: 0 auto 95px auto;
	position: relative;
}
.itemL {
	position: relative;
	text-align: left;
}
.itemL img, .itemR img {
	width: 55%;
}
.itemR {
	position: relative;
	text-align: right;
}
.itemC {
	position: relative;
}
/*LP*/
#lp_box {
	font-size: 13px;
	line-height: 200%;
}
#lp_box_img {
	margin-bottom: 25px;
}
.lp_border_bloc {
	margin-top: 60px;
	padding-top: 60px;
	border-top: #ededed 1px solid;
}
.lp_border_bloc h1 {
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 400;
}
.lp_border_pict {
	margin-bottom: 30px;
}
.lp_border_pict img {
	width: 100%;
	border: #ededed 1px solid !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*裏*/
.in_ura #coupon_header {
	display: none;
}
.in_ura #header_inner .header_ura_logo {
	width: 40px;
}
.in_ura #main_contents {
	padding-top: 50px !important;
}
.in_ura #ura_insta_ico {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
}
.in_ura #container {
	margin-top: 50px !important;
}
.in_ura #ura_footer {
	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: 100px 200px;
	border-top: 1px solid #CCC;
	margin-top: 150px;
}
.in_ura #ura_footer p {
	width: 150px;
}
.in_ura #ura_footer li {
	font-size: 1.4rem;
	line-height: 220%;
}
.in_ura #wrapper{
	background-color: #e1e1e3;
}
#ura_container {
	max-width: 1640px;
	margin: 0 auto;
}
#ura_top_visual img {
	width: 100%;
}
#ura_main_catch {
	width: 50%;
	margin: 50px auto 200px auto;
}
#ura_content01 ul,
#ura_content02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px;
}
#ura_content02 {
	margin-top: 200px;
	margin-bottom: 170px;
}
.in_ura .content_photo {
	position: relative;
	width: 54%;
}
.in_ura .content_text, .content_text2 {
	width: 46%;
	position: relative;
}
.in_ura .content_text img {
	width: 48%;
	bottom: 15%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.in_ura .content_text2 img {
	width: 48%;
	margin-right: 0;
	margin-left: auto;
	display: block;
	margin-bottom: 40px;
}
.ura_border {
	width: 1px;
	height: 80%;
	background-color: #000;
	display: block;
	position: absolute;
	left: 50%;
	top: -15%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.ura_border2 {
	width: 1px;
	height: 500px;
	background-color: #000;
	display: block;
	margin-left: auto;
	margin-right: 25%;
	margin-bottom: 40px;
}
#ura_content03 {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#ura_content03 img {
	width: 100%;
}
#ura_content04_img {
	width: 74%;
	margin: 120px auto;
}
#ura_content04_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:0 40px;
	padding: 0 70px;
}
#ura_content04_txt li {
	width: calc((100% - 30px) / 2);
}
#ura_content04_txt li p {
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 220%;
}
#ura_shop_info {
	background-color: #f4f4f4;
	max-width: 1050px;
	margin: 100px auto 0 auto;
	padding: 40px;
}
#ura_shop_info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 40px;
}
#ura_shop_info_photo {
	width: 68%;
}
#ura_shop_info_text {
	position: relative;
	font-size: 1.4rem;
	width: calc(50% - 40px);
	padding-top: 20px;
}
#ura_shop_info_text p {
	margin-bottom: 20px;
	line-height: 190%;
}
.in_ura .content_text_inner {
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	bottom: -20px;
	margin-left: 50px;
	line-height: 200%;
}
.in_ura a.arrow_long {
	display: block;
	float: right;
	background: url(../images/ura/ura_ico_arrow.png) no-repeat left center;
	background-size: 80px;
	padding-left: 90px;
	margin-top: 15px;
}
.in_ura a.arrow_long2 {
	display: block;
	background: url(../images/ura/ura_ico_arrow.png) no-repeat left center;
	background-size: 80px;
	padding-left: 90px;
	margin-top: 15px;
}
.in_ura .slider-right {
	font-family: 'Noto Serif JP', serif;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 110px;
}
.in_ura .slider-left-content {
	width: 25%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	position: relative;
}
.in_ura .slider-left-content a {
	position: absolute;
	bottom: 20px;
}
.in_ura .slider-right-content {
	width: 75%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#gs_slider_outer {
	overflow: hidden;
}
/*doiro*/
#doiro_header {
    margin-bottom: 80px;
}
#doiro_container:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url('/user_data/packages/mihara/images/doiro/doiro_img_back.jpg') center repeat;
    background-size: 30%;
}
#doiro_container_inner {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 90px;
}
#doiro_book_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
}
#doiro_book_list ul li {
    width: calc((100% - 160px)/3);
    color: #FFF;
}
.doiro_thumb_block {
    background-color: #FFF;
}
.doiro_thumb_block img {
    vertical-align: bottom;
}
#doiro_book_list ul li p {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
}
#doiro_book_list ul li a {
    color: #FFF;
    text-decoration: underline;
}
#doiro_footer {
    margin-top: 150px;
}
#doiro_footer_link {
    text-align: center;
    color: #FFF;
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 150px;
}
#doiro_footer_link a {
    color: #FFF;
    text-decoration: underline;
}

/*------ GE 国旗CSS -------------------------*/
.ge-flag-show,#ge_flag {
	margin: 0 !important;
}
#FreeShippingBanner {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #f7f7f7;
	z-index: 100000;
}


/*------ 年末年始のお知らせ --------------------*/

.year_end_contact_block{
	border:solid 2px #000;
	padding: 20px;
	margin: 30px 0 50px;
}

.btn_to_kamiya_store_locator{
	margin-top: 30px;
	text-align: center;
	font-size: 110%;
}

.btn_to_kamiya_store_locator a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border:solid 2px #fff;
	padding: 0 20px;
	color: #fff;
}


/* 画像横並び(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);
  }