@charset "utf-8";
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    /*letter-spacing: auto;*/
	font-size: 1.0rem;
	line-height: 2.0rem;
    overflow: hidden;
}
.LC_Page_Index #container {
	margin: 0 auto;
	padding-top: 0;
}
#container {
	width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    background-color: #FFF;
    position: relative;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#container_inner {
	margin: 0 auto;
}
#main_column {
	width: 100%;
}
#leftcolumn,
#rightcolumn {
	width: 100%;
}
#headertopcolumn,
#header_wrap,
#topcolumn,
#bottomcolumn,
#global_header,
#global_footer {
	width: 100%;
}
#undercolumn {
	width: 95%;
	margin: 0 auto;
}
#undercolumn_default {
	width: 93%;
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.LC_Page_Products_Detail #undercolumn_default {
	padding-top: 0px;
}
#undercolumn_contact,
#undercolumn_order,
#undercolumn_login {
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;
}
.undercolumn_small {
	width: 95%;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}
.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;
}
.default_dl_list dt {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
}
.default_dl_list dd {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.faq_dl_list dt {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 700;
	background-color: #f1f1f1;
	line-height: 50px;
	padding: 0 10px;
}
.faq_dl_list dd {
	width: 100%;
	margin-bottom: 30px;
}
#undercolumn_error {
	text-align: center;
	padding-top: 80px;
}
.block_default {
	width: 94.8%;
	margin: 0 2.6%;
	margin-bottom: 40px;
}
.faq_payment {
	width: 55%;
	margin: 15px 0 !important;
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.LC_Page_Index #global_header {
	display: none;
}
#coupon_header {
    background-color: #dcdcdc;
    color: #000;
    height: 35px;
    padding: 0 20px;
    text-align: center;
    line-height: 35px;
    font-size: 1.2rem;
}
#global_header {
	width: 100%;
	position: fixed;
	background-color: #FFF;
	z-index: 10000;
	top: 0;
	padding-top: 22px;
}
.LC_Page_Mdl_GE_Helper #global_header {
	padding-top: 0;
}
#header_inner {
	height: 50px;
	width: 100%;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#header_inner h1 {
	width: 8.4%;
    padding-top: 10px;
    position: relative;
    z-index: 100;
	margin-left: 2.6%;
}

#header_inner ul {
	width: 86.4%;
	height: 100%;
	top: 0;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 2.6%;
}
#header_inner ul li {
	width: 21px;
	height: 21px;
	margin-left: 13px;
}
#header_inner ul li:first-child {
	margin-left: 0;
	width: auto;
}
#header_inner ul #menu_btn {
	width: 16px;
	height: 16px;
}
.country_select a {
	color:#7a7a7a !important;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 16px;
  height: 16px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.menu_trigger span:nth-of-type(1) {
  top: 0px;
}
.menu_trigger span:nth-of-type(2) {
  top: 7px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0px;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
#header_cart a {
	display: block;
	position: relative;
}
#header_cart span {
	display: block;
	position: absolute;
	right: 0;
	bottom: -2px;
	background-color: #A40002;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4rem;
	text-align: center;
	color: #FFFFFF;
	width: 55%;
	height: 55%;
	border-radius: 55%;
}
#in_kamiya_logo {
	width: 22.4%;
	padding-top: 13px;
}
#in_ura_logo {
	width: 10%;
	padding-top: 7px;
}
.rotate {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*------------------------------------------------------------
メインナビ
------------------------------------------------------------*/
#rightcolumn {
    width: 100%;
    position: fixed;
    min-height: 100%;
    z-index: 1000;
    top: 50px;
    right: -100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: #FFF;
}
#footer_header {
	display: none;
}
#rightcolumn nav {
	width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    padding-bottom: 200px;
    overflow-y: scroll;
    position: relative;
    border-top: 1px solid #e1e1e1;
    -webkit-overflow-scrolling: touch;
}
#side_clm_header {
	display: none;
}
.menu_open {
	right: 0 !important;
}
.cross {
	width: 50%;
	height: 50%;
	position: relative;
	margin-left: 27%;
}
.cross a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 42px;
	top: 30px;
}
.cross span {
	position: absolute;
	width: 90%;
	height: 1px;
	background-color: #9b9b9b;
	left: 0;
}
.cross span:nth-of-type(1) {
  -webkit-transform: translateY(21px) rotate(-45deg);
  transform: translateY(21px) rotate(-45deg);
}
.cross span:nth-of-type(2) {
  -webkit-transform: translateY(21px) rotate(45deg);
  transform: translateY(21px) rotate(45deg);
}
.side_nav1 {
	line-height: 300%;
	margin: 30px 5% 0 10%;
}
.cat_list {
	border-bottom: 1px solid #e1e1e1;
	padding: 13px 4%;
	font-weight: 700;
	line-height: 2.8rem;
}
.cat_list_inner {
	display: none;
	padding: 0 4%;
}
.cat_list a, .haschild li a {
	display: inline-block;
	background: url(../images/ico_arrow_mini_sp.png) left center / 0.9rem no-repeat;
	padding-left: 15px;
}
.haschild a, .cat_list_tit a {
	display: inline-block;
	background: url(../images/ico_plus_mini_sp.png) left center / 0.9rem no-repeat;
	padding-left: 15px;
}
.list_open {
	background: url(../images/ico_minus_mini_sp.png) left center / 0.9rem no-repeat !important;
}
.haschild ul {
	display: none;
	margin-left: 15px;
	font-weight: 400;
	padding-bottom: 10px;
}
.haschild ul li {
	padding: 0;
}
#side_search {
	width: 100%;
	background-color: #FFF;
	border-radius: 3px;
	padding: 0px;
}
#side_search form {
	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;
	width: 100%;
}
#side_search input[type="text"] {
	font-size: 1.2rem;
	padding: 4px;
	width: 90%;
	border: none;
	height: 3rem;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
#global_footer {
	width: 100%;
	margin-top: 40px;
	letter-spacing: 0px;
}
.LC_Page_Index #global_footer {
	margin-top: 0;
}
#foot_nav01 div {
	border-bottom: 1px solid #d3d6d6;
}
#foot_nav01 div:first-child {
	border-top: 1px solid #d3d6d6;
}
#foot_nav01 div p {
	height: 40px;
}
#foot_nav01 div p a {
	display: block;
	width: 94%;
	height: 100%;
	margin: 0 3%;
	line-height: 4em;
	position: relative;
}
#foot_nav01 div p a:first-child {
	font-weight: bold;
}
#foot_nav01 div p a img {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
#foot_nav01 ul {
	display: none;
	width: 88%;
	margin: 0 6%;
	line-height: 2.5em;
	padding-bottom: 15px;
}
#foot_nav03 {
	width: 80%;
	margin: 30px auto;
}
#foot_nav03 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;
}
#foot_nav03 ul li {
	margin: 0 3%;
}
#foot_nav02 {
	width: 70%;
	margin: 40px auto;
}
#foot_nav02 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;
}
#foot_nav02 ul li {
	width: 8%;
	margin: 0 3%;
}
#footer_copy {
	width: 88%;
	margin: 15px 6%;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.0rem;
}
/*------------------------------------------------------------
Swiper
------------------------------------------------------------*/

/*------------------------------------------------------------
TopPage
------------------------------------------------------------*/
#top_recommend_slider, #top_coming_slider, #top_snap_slider, #top_news, #top_recommend {
    margin-top: 35px;
}
#topslider_outer {
	width: 100%;
	position: relative;
}
#topslider_outer img {
	position: absolute;
	top: 0;
	bottom: 0;
}
#topslider_outer:before{
	content:"";
    display: block;
    padding-top:133%;
}

#top_contents {
	width: 100vw;
	position: relative;
	font-size: 1.1rem;
	letter-spacing: normal;
	z-index: 9990;
}
#top_contents:before{
	position: absolute;
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}
#top_contents_inner {
	position: absolute;
	top: 0;
	width: 100vw;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#top_contents_inner.top_contents_fade {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
#top_contents h1 {
	position: absolute;
	z-index: 1;
	width: 40%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#top_icon,#mid_icon,#bot_icon {
	width: 100%;
	z-index: 1;
}
#top_icon {
	position: absolute;
	top: 47px;
}
#mid_icon {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
}
#mid_icon li {
	padding-bottom: 20px;
}
#bot_icon:before {
	position: absolute;
	content: "";
    display: block;
	width: 100%;
    height: 100%;
	background-color: #FFFFFF;
	opacity: 0.8;
	z-index: -1;
}
#bot_icon {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	bottom: 0px;
	height: 92px;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#bot_icon.bot_hide {
	bottom: -92px;
}
.top_icon_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 93.4%;
	margin: 0 3.3%;
}
.top_icon_list li {
	width: 25%;
	text-align: center;
	color: #FFF;
}
.top_icon_list li:nth-child(n+5) {
	margin-top: 10px;
}
.top_icon_list li p {
	line-height: 2.8rem;
}
.top_icon_list li img {
	margin: 0 15%;
	width: 70%;
}

#top_colection {
	margin-top: 40px;
}
#colection_outer {
    position: relative;
}
#top_colection .swiper-button-prev {
    background: url(../images/ico_arrow_right_m.png) no-repeat;
	background-position: center center;
    background-size: contain;
    width: 2.5%;
    left: 2.5%;
}
#top_colection .swiper-button-next {
    background: url(../images/ico_arrow_left_m.png) no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.5%;
    right: 2.5%;
}
.caption1{
	top: 15px;
    left: -3%;
}
.caption2{
	top: 45px;
    left: 2%;
}
.caption1, .caption2 {
    position: absolute;
    font-size: 2.3rem;
    overflow: visible;
}
#top_footer_bn {
	margin-top: 50px;
	position: relative;
}
#top_footer_bn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#top_footer_bn li {
    position: relative;
    width: 50%;
}
#top_footer_bn li img {
    position: absolute;
	top: 0;
}
#top_footer_bn li:before {
    content: "";
    display: block;
    padding-top: 100%;
}
/*------------------------------------------------------------
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;
}
/*------------------------------------------------------------
ブログリスト
------------------------------------------------------------*/
#undercolumn_blog {
	width: 95%;
    margin: 0 auto 0 auto;
    padding-top: 20px;
}
#blog_list_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog_list_detail {
	width: calc((100% - 10px) / 2);
}
.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: 5px;
}
.blog_list_date {
	font-size: 1.0rem;
}
.blog_list_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_side_title {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--default_gray);
	font-size: 1.4rem;
}
#blog_navi_category, #blog_navi_date {
	margin-bottom: 20px;
}
#blog_navi_category li, 
#blog_navi_date li {
	margin-bottom: 5px;
}
/*------------------------------------------------------------
ブログ投稿
------------------------------------------------------------*/
#blog_post_block {
	line-height: 200%;
}
#blog_post_block h1 {
	font-size: var(--fontXXXL);
}
#blog_post_block h2 {
	font-size: var(--fontXXL);
}
#blog_post_block h3 {
	font-size: var(--fontXL);
}
#blog_post_block h4 {
	font-size: var(--fontL);
}
#blog_post_block img {
	max-width: 100% !important;
	height: auto !important;
}
#blog_post_block h1,
#blog_post_block h2,
#blog_post_block h3,
#blog_post_block h4,
#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);
}
#blog_post_block p:has(iframe),
#blog_post_block div:has(iframe){
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#blog_post_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------
ガイドリスト
------------------------------------------------------------*/
#undercolumn_guide {
	width: 95%;
    margin: 0 auto 0 auto;
    padding-top: 20px;
}
#guide_list_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 10px;
	-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: 5px;
}
.guide_list_date {
	font-size: 1.0rem;
}
.guide_list_title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guide_side_title {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--default_gray);
	font-size: 1.4rem;
}
#guide_navi_category, #guide_navi_date {
	margin-bottom: 20px;
}
#guide_navi_category li, 
#guide_navi_date li {
	margin-bottom: 5px;
}
/*------------------------------------------------------------
ガイド投稿
------------------------------------------------------------*/
#guide_post_block {
	line-height: 200%;
}
#guide_post_block h1 {
	font-size: var(--fontXXXL);
}
#guide_post_block h2 {
	font-size: var(--fontXXL);
}
#guide_post_block h3 {
	font-size: var(--fontXL);
}
#guide_post_block h4 {
	font-size: var(--fontL);
}
#guide_post_block h1,
#guide_post_block h2,
#guide_post_block h3,
#guide_post_block h4,
#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);
}
#guide_post_block p:has(iframe),
#guide_post_block div:has(iframe){
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#guide_post_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------
コレクションリスト
------------------------------------------------------------*/
.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 {
	width: 100%;
}
#brand_concept li {
	width: 100%;
	background-color: var(--light_gray);
}
.brand_concept_text {
	padding: 50px;
}
.brand_concept_text_inner {
	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 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.collection_concept_text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#collection_concept li {
	width: 100%;
	background-color: var(--light_gray);
}
.collection_concept_text {
	padding: 50px;
}
.collection_concept_text_inner {
	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;
}

/*------------------------------------------------------------
レイアウト アイテムリスト
------------------------------------------------------------*/
.item_list_default,
.item_list_middle,
.item_list_small,
.item_list_middle_sp,
.item_list_small_sp{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 400;
	gap: 25px 4.4%;
}
.item_list_middle li,
.item_list_small li {

}
.item_list_default a:hover,
.item_list_default a:hover img,
.item_list_middle_sp a:hover,
.item_list_middle_sp a:hover img,
.item_list_small_sp a:hover,
.item_list_small_sp a:hover img {
	opacity:1 !important;
}
.item_list_default li,
.item_list_middle li,
.item_list_small li {
	width: 47.8%;
	position: relative;
}
.item_list_middle_sp li {
	width: 33%;
	position: relative;
}
.item_list_small_sp 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: 180%;
    padding: 0 5px;
    font-size: 0.8rem;
    color: #FFF;
}
.list_pict_inner img:hover {
	-webkit-transition:.3s all;
	transition:.3s all;
}
.list_info {
	color: #000;
	width: 100%;
	margin-top: 5px;
}
.list_maker {
	background-color: var(--black);
	padding: 0 5px;
	color: var(--white);
	font-size: 0.8rem;
	line-height: 180%;
}
.list_status {
	font-size: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 5px;
	line-height: 170%;
}
.list_name,.list_price {
	font-size: var(--fontXXS);
	line-height: 150%;
}
.list_price {
	margin-top: 5px;
	color: var(--dark_gray);
}
.list_price span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;
}
/*------------------------------------------------------------
商品一覧
------------------------------------------------------------*/
#top_item_list {
	margin-bottom: 20px;
	padding-top: 20px;
}
.item_list_header_title {
	display: block !important;
	gap: 0 20px;
}
.item_list_header_title h1 {
	font-size: var(--fontXXL);
	font-weight: 700;
	margin-bottom: 10px;
}
#brand_header {
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
#brand_header_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brand_1 {
	max-width: 22%;
}
.brand_3 {
	max-width: 20%;
}
.brand_4 {
	max-width: 25% !important;
}
.brand_7 {
	max-width: 35%;
}
.brand_9 {
	max-width: 22%;
}
#brand_header:before {
	content: "";
    display: block;
	padding-top: 35.7%;
}
#brand_txt {
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
}
#brand_txt p {
	margin-bottom: 15px;
}
#brand_txt p:last-child {
	margin-bottom: 0;
}
#sort_area {
	width: 100%;
	padding: 20px 0px 30px 0px;
	letter-spacing:normal;
}
#sort_parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 0px;
	gap: 0 20px;
}
.open_sort {
	position: relative;
	cursor: pointer;
}
#sort_select {
	position: relative;
}
#sort_children {
	width: 100%;
	margin-top: 10px;
}
.select_for_default {
	width: 100%;
}
.select_for_default_wrap {
	gap: 7px 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.select_for_default_wrap li {
	width: 49%;
}
.open_sort_children_tit,
.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;
}
.open_sort_children_tit::before,
.select_for_default a::before {
	display: block;
	content: '';
	height: 1px;
	width: 5px;
	background-color: #000;
}
.open_sort_children_tit {
	font-weight: 700;
	margin-bottom: 5px;
}
.sort_cat_list div {
	margin-bottom: 8px;
}
.sort_cat_list div ul {
	display: none;
	padding-left: 25px;
}
.sort_cat_list div ul li {
	margin-bottom: 5px;
}
.sort_active:after {
	content: '▼';
	display: block;
	text-align: center;
	font-size: 1rem;
	zoom: 80%;
}
.open_sort_children {
	display: none;
	padding: 20px 25px;
	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: 15px;
}
#sort_color p {
    width: 15%;
}
#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;
    width: 85%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#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;
}
.over_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
#shoes_cat_list {
	background-color: #f6f6f6;
	padding: 15px 0;
	margin-bottom: 20px;
}
#shoescat_item_block {
	margin-bottom: 0;
}
#shoescat_item_block .swiper {
	overflow: visible;
}
.shoes_cat_name {
	margin-top: 5px;
	font-weight: 700;
}
#shoescat_item_block .swiper-pagination {
	display: none;
}
/*------------------------------------------------------------
詳細ページ
------------------------------------------------------------*/
#item_detail {
	margin-bottom: 30px;
}
#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 {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
#item_photo img {
	width: 100%;
	height: auto;
}
#item_spec {
	width: 100%;
    margin: 10px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#item_photo li {
	position: relative;
}
#item_spec_tit {
	font-size: 1.6rem;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: 700;
}
#item_spec_maker {
	margin-bottom: 10px;
}
#item_spec_price {
	font-size: var(--fontS);
}
#item_spec_schedule {
	margin-top: 10px;
}
#item_spec_status {
	margin-bottom: 10px;
	font-size: 1rem;
}
#item_spec_status li {
	display: inline-block;
}
#item_spec_status a {
	display: block;
	color: #000;
}
#item_photo_outer {
	position: relative;
}
#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: 10px;
	left: 10px;
}
.item_photo_thumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item_photo_thumb ul li {
	width: 12.5%;
	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: 15px;
	border-top: 1px solid #eeeeee;
}
#cart_size {
	margin-top: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
#cart_color .detail_tit, #cart_size .detail_tit {
	width: 100%;
	margin-bottom: 5px;
	font-size: var(--fontS);
}
#color_block,
#size_block {
	width: 100%;
}
#color_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	gap:7px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#size_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	gap:10px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#color_block ul li {
	width: calc((100% - 30px) / 4);
}
#color_block ul li a {
	width: 100%;
	height: 96px;
	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::after {
	content: "";
    display: block;
    padding-top: 120%;
}
#color_block ul li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#color_block ul li p {
	margin-top: 3px;
	word-break: break-all;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
#size_block ul li {
	width: calc((100% - 60px) / 7);
	position: relative;
}
#size_block ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	padding: 1px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#size_block ul li a::after {
	content: "";
    display: block;
    padding-top: 100%;
	
}
#size_block ul li a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#color_block .slash {
	background: url(/user_data/packages/default/images/ico_slash_color.png) no-repeat center center;
    background-size: cover;
}
#size_block .slash {
	background: url(/user_data/packages/default/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;
	height: 55px;
}
#cart_favorite {
	width: 50%;
}
#cart_add {
    width: 50%;
}
#cart_add .fa-shopping-bag {
	font-size: 2rem;
	margin-right: 15px;
}
#cart_btn_block div p {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
}
#cart_btn_block div p a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 55px;
}
#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';
	font-weight: 700;
	font-size: var(--fontS);

}
#cart_favorite .fav_on::after {
	display: block;
	content: 'REMOVE TO FAVORITE';
	font-weight: 700;
}
.cart_btn_rearrival::after{
	display: block;
	content: 'NOTIFY ME WHEN IN STOCK';
	font-weight: 700;
	font-size: var(--fontS);
}
.cart_btn_arrival::after{
	display: block;
	content: 'NOTIFY ME WHEN IN STOCK';
	font-weight: 700;
	font-size: var(--fontS);

}
.cart_btn_reserve::after{
	display: block;
	content: 'RESERVE';
	font-weight: 700;
	font-size: var(--fontS);

}
.cart_btn_add::after,.cart_btn_default::after{
	display: block;
	content: 'ADD TO CART';
	font-weight: 700;
	font-size: var(--fontS);

}
#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(--fontXS);
	overflow: scroll;
}
#size_table ul {
	width: 100%;
	letter-spacing: normal;
}
#size_table li {
	min-height: 30px;
	padding: 6px 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;
	line-height: 140%;
}
#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(--fontXS);
}
#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(--fontXXS);
	margin-top: 30px;
    padding: 20px 20px 15px 20px;
    background-color: #f5f5f5;
}
#item_detail_sub a {
	text-decoration: underline;
}
#item_detail_sub li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2rem;
	margin-bottom: 5px;
}
#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;
	margin-top: 10px;
}
#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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1px;
	border-bottom: 1px solid var(--default_gray);
}
#item_comment_selector li {	
	margin: 0;
	text-align: center;
	width: 33.1%;
}
#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: 14px 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: 25px;
	width: 25px;
}
.favorite_select_multi_btn p img {
	width: 60%;
}
.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.fav_on{
	background: url(../images/ico_star_on.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_select_multi_outer {
	display: none;
}
#cart_select_multi {
	line-height: 2.2rem;
	padding: 30px 10px;
}
#cart_multi_view_btn {
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#cart_multi_view_btn 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;
	gap: 0 10px;
	width: 100%;
	padding: 12px 0;
	font-size: var(--fontM);
}
#unisize_ci_tag {
	margin-top: 20px;
}
#exchange_rate{
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-color: #f5f5f5;
}
#exchange_rate_inner{
	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;
	font-size: 1.2rem;
	font-weight: 700;
}
#exchange_rate_inner li {
	width: 50%;
}
#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: 10px;
}
#exchange_rate_ico img{
	width: 20px;
	vertical-align: middle;
}
.cart_information {
	background-color: #f3f3f3;
	padding: 20px;
	margin: 20px 0;
}
#item_photo_popup {
	position: fixed;
	top: 0;
	right:-100%;
	z-index: 10000;
	background-color: #000;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#item_photo_popup_wrapper {
	position: relative;
	width: 200%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	left: 0;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pop_up_disp {
	right: 0 !important;
}
.pop_up_left {
	left: -100% !important;
}
#item_photo_popup_outer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.item_photo_popup_thumb {
	height: 100%;
	width: 100%;
}
.item_photo_popup_thumb ul {
	width: calc(100% -20px);
	margin: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item_photo_popup_thumb ul li {
	width: calc(20% - 10px);
	margin: 5px;
}
.swiper-button-next, .swiper-button-prev {
	background-size: 10px 44px !important;
}
.photo_control_btn {
	color: #FFF;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 10%;
}
#shift_photo {
	display: none;
}
.scroll_stop{
	position: fixed !important;
}
#open_photo {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 800;
	width: 10%;
}
/*------------------------------------------------------------
メディア
------------------------------------------------------------*/
.media_list_block {
	width: 95%;
	margin: 0 auto;
}
#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% - 20px) / 2);
}
#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;
}
/*------------------------------------------------------------
カート
------------------------------------------------------------*/
#cart_flow{
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	font-size: 1rem;
}
#cart_flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cart_flow ul li {
	width: 33.3%;
	text-align: center;
	padding: 10px 0;
}
.active_flow {
	background-color: #f1f1f1;
}
#cart_inner_txt {
	margin-bottom: 20px;
}
.cart_item {
	position: relative;
}
.cart_item_delete_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 25px;
	z-index: 90;
}
.cart_item_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgb(201, 201, 201);
	padding: 15px 0;
}
.cart_item_photo {
	width: 40%;
}
.cart_item_photo_inner {
	position: relative;
	margin: 0 auto;
	width: 80%;
}
.cart_item_photo_inner:before{
	content: '';
	display: block;
	padding-bottom: 120%;
}
.cart_item_photo_inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cart_item_flex_inner {
	width: 60%;
	font-size: 1.1rem;
	padding: 0 10px;
	line-height: 1.8rem;
}
.cart_item_name {
	margin-bottom: 10px;
}
.cart_item_name p {
	margin-bottom: 10px;
}
.cart_item_price {
	margin-bottom: 10px;
}
.cart_item_quantity {
	margin-bottom: 10px;
}
.cart_item_subtotal {
}
.quantity_level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
}
.quantity_minus {
	width: 15%;
}
.quantity_plus {
	width: 15%;
}
.quantity_num {
	width: 50%;
	text-align: center;
	font-size: 1.2rem;
}
.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: 70%;
	text-align: right;
	background-color: #f3f3f3;
	padding: 10px;
}
.cart_sum_value {
	width: 30%;
	padding: 10px;
	text-align: center;
}
.point_add_attention {
	margin-top: 10px;
	text-align: right;
	font-size: 1rem;
}

.deliv_info {
	margin-top: 30px;
}
.user_info_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_info_radio {
	width: 10%;
	text-align: center;
}
.user_info_value {
	width: 90%;
	padding: 15px 0;
}
.user_info_value_flex {
	position: relative;
}
.payment_block .user_info_value_flex {
	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;
}
.user_info_deliv {
	width: 100%;
}
.user_info_change {
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.user_info_change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0px 10px;
}
.deliv_addbtn {
	margin-top: 15px;
	text-align: right;
}
.deliv_time {
	margin-top: 30px;
}
.user_deliv_time {
	padding: 15px 15px 5px 15px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.user_deliv_time .select_n {
	width: 180px;
}
.deliv_date_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.deliv_date_flex p {
	width: 30%;
}
.payment_block {
	margin-top: 30px;
}
.payment_block .user_info_payment_image {
	width: 45%;
	margin-left: auto;
}
.point_txt {
	padding: 10px;
	font-size: 1rem;
}
.point_block {
	margin-top: 30px;
}
.coupon_block {
	margin-top: 30px;
}
.cart_no_error {
	margin-top: 20px;
	text-align: center;
}
#block_login {
	width: 100%;
}
#block_login section {
	width: 100%;
	padding: 5%;
	border: 1px solid rgb(201, 201, 201);
	margin-bottom: 20px;
}
#block_login_form li {
	margin-bottom: 10px;
}
#block_login_form li:last-child {
	margin: 0;
}
.logintext {
	margin-bottom: 39px;
}
.cart_login_txt {
	margin: 50px 0;
	text-align: center;
}
#cart_form_input {
	padding: 20px;
	border: 15px solid #f1f1f1;
}
.cart_block {
	margin-top: 30px;
}
.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: 30px 0;
	text-align: center;
}
#payment_logo img {
	width: 80%;
	margin: 20px auto;
	display: block;
}
#cart_add_txt {
	padding: 20px;
	background-color: #f3f3f3;
	margin: 30px 0;
}
#cart_add_txt h3 {
	margin-bottom: 10px;
}
#cart_add_txt p {
	margin-bottom: 5px;
} 
.cart_gift_block {
	margin-top: 40px;
}
.cart_gift {
	margin-top: 20px;
}
.gift_block {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.gift_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}
.gift_photo {
	width: 40%;
}
.gift_content {
	width: calc(60% - 20px);
}
.gift_option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 10px
}
.gift_content .red {
	font-size: 10px;
}
.gift_variation_tit {
	width: 25%;
}
.gift_variation {
	width: calc(75% - 10px);
}
.gift_name {
	font-size: 12px;
	margin-bottom: 10px;
}
.gift_price {
	font-size: 10px;
	margin-bottom: 10px;
}
.gift_price span {
	font-size: 12px;
	padding-right: 5px;
}
.cart_gift_btn {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.cart_gift_btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
/*------------------------------------------------------------
カートギフトボックス
------------------------------------------------------------*/
.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: 90vw; /* 横幅 1000px */
	height: 80vh; /* 高さ 50vh */
}
.gift_detail_inner {
	width: 90vw; /* 横幅 1000px */
	height: 80vh; /* 高さ 50vh */
	background-color: white; /* 背景色: 白 */
	padding: 20px; /* パディング 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: 100%;
}
.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: 100%;
}
.gift_detail_title {
	font-size: 1.8rem;
	margin-top: 20px;
}
.gift_detail_price {
	margin-top: 10px;
}
.gift_detail_comment {
	margin-top: 20px;
}
.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: -30px
}
.closeModal a {
	display: block;
	width: 20px;
	margin: 0 auto;
}
/*------------------------------------------------------------
確認画面
------------------------------------------------------------*/
.confirm_default {
	margin-top: 30px;
}
.confirm_default_inner {
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid rgb(201, 201, 201);
}
.confirm_default_inner li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.confirm_sub_tit {
	width: 26%;
}
.confirm_sub_tit_L {
	width: 37% !important;
}
#confirm_message {
	background-color: #f3f3f3;
	padding: 5vw;
	margin-bottom: 30px;
}
#confirm_message .btn_fix_w {
	margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
完了画面
------------------------------------------------------------*/
#complete_payment_data {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
}
.complete_message_tit {
	font-weight: 700;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
クレジットカード
------------------------------------------------------------*/
.bdr_block {
	padding: 20px;
	border: 10px solid #f1f1f1;
}
#registered_card, #use_registeredcard_check {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}
#registeredcard_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#registeredcard_list li p:first-child {
	padding: 7px;
}
#registered_card_list_delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}
#card_input_list li {
	
}
.card_input_list_flex_left {
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.card_input_list_flex_right {
	width: 100%;
}
.card_input_list_flex_right .attention {
	font-size: 1rem;
	line-height: 180%;
}
#card_expire_list .select_n {
	width: 30%;
}
#card_expire_list {
	gap: 0 6px;
}
#card_input_list li {
	margin-bottom: 15px;
}
.card_sample {
	width: 40%;
}
.card_error {
	background-color: #f1f1f1;
	padding: 15px;
	margin-bottom: 30px;
	color: #B50003;
}
#now_execute, #now_execute2 {
	margin-top: 25px;
}

/*------------------------------------------------------------
MY PAGE
------------------------------------------------------------*/
#mypagecolumn {
	width: 90%;
	padding-top: 20px;
	margin: 0 auto;
}
#mycontents_area {
	margin-bottom: 40px;
}
#mycontentmain_area {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 20px;
}
#mynavi_area {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	padding: 20px;
	background-color: #f1f1f1;
	font-size: 1.1rem;
}
.mynavi_list li {
	margin: 7px 0;
}
.order_list {
	padding: 20px 25px;
	border: 15px solid #f1f1f1;
	margin-bottom: 20px;
}
#my_page_refuse {
	text-align: right;
}
.mypage_gray_header {
	display: none;
}
#mypage_order_list ul {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}
#mypage_order_list ul li:last-child {
	margin-top: 10px;
}
#mypage_order_list ul li:last-child a {
	display: block;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	line-height: 4rem;
}
.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: 18px;
	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 {
	display: none;
}
.mypage_favorite_inner_image {
	width: 20%;
}
.mypage_favorite_inner_content {
	width: 80%;
}
.mypage_favorite_inner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
}
.mypage_favorite_inner_image div {
	position: relative;
}
.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;
}
.mypage_favorite_inner_info {
	padding-left:20px;
}
.mypage_favorite_inner_btn {
	width: 100%;
	padding-left:20px;
	margin-top: 10px;
}
.favorite_cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 10px;
}
.favorite_cart li {
	padding: 0 !important;
	width: 50%;
}
.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: 20px 15px;
}
.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);
}
#mypage_customer_info {
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F1F1F1;
}
.mypage_qrcode {
	text-align: center;
	margin: 20px 0;
}
.mypage_qrcode img {
	width: 35%;
	height: auto;
}
/*------------------------------------------------------------
ENTRY
------------------------------------------------------------*/
#undercolumn_entry .select_row .select_n {
	width: 30%;
}

/*------------------------------------------------------------
ニュース
------------------------------------------------------------*/
.news_detail_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.news_detail_title h2 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.news_detail_content {
	margin-top: 20px;
}

/*------------------------------------------------------------
ルックブック
------------------------------------------------------------*/
#collection_index_list {
	margin-top: 20px;
}
#collection_index_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 10px
}
#collection_index_list ul li {
	width: calc((100% - 10px) / 2);
}
.look_group_105 ul li {
	width: calc((100% - 20px) / 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: 5px;
	color: #000;
}
#brand_block {
	position: relative;
    margin: 0 calc(50% - 50vw) 30px calc(50% - 50vw);
    width: 100vw;
}
#look_header_txt {
	font-size: 1.8rem;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0 30px;
}
#look_header {
	width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#look_header:before {
	content: "";
    display: block;
	padding-top: 60%;
}
#lookblock {
	width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}
#look_txt {
	line-height: 240%;
	margin-bottom: 30px;
	padding: 10px 30px 10px 30px;
}
#look_txt p {
    margin-bottom: 15px;
}
.season_movie {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 20px;
}
.season_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.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: 100%;
	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: 5px;
	left: 15px;
}
#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;
	padding: 0 15px;
}
.shop_list_list dl {
	width: 100%;
	background-color: var(--light_gray);
	padding: 20px;
}
/*------------------------------------------------------------
デリバリーエリア
------------------------------------------------------------*/
#delivery_area dt {
    font-size: 1.2rem;
    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: 20px;
}
#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: 25px;
}
#snap_brand_select ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#snap_brand_select ul li {
	width: 70px;
}
#snap_brand_select ul li .small_line {
	width: 20px;
	height: 3px;
	background-color: #000;
	display: block;
	margin: 10px auto 0px auto;
}
/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
#privacy a {
	text-decoration: underline !important;
}
#privacy dl {
	margin-bottom: 20px;
}
#privacy dt {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kiyaku_text {
	font-size: 1rem;
}
/*------------------------------------------------------------
ABOUT
------------------------------------------------------------*/
.about_block_02 {
	padding: 30px;
}
.about_block_02 h1,
.about_block_02 h2 {
	font-size: 3.0rem;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
/*------------------------------------------------------------
ショッピングガイド
------------------------------------------------------------*/
.tit_shopping_guide {
	padding: 10px;
    border: 1px solid #ebeaeb;
	background-color: #ebeaeb;
	margin-top: 20px;
}
#shoppingguide dt {
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-top: -1px;
	cursor: pointer;
}
#shoppingguide dd {
    padding: 20px 10px 30px 10px;
	display: none;
}
#shoppingguide dd p{
    margin-bottom: 15px;
}
#shoppingguide dd a{
    text-decoration: underline;
}
/*------------------------------------------------------------
STORE LOCATOR
------------------------------------------------------------*/
.shop_block {
	width: 94.8%;
    margin-left: 2.6%;
    margin-right: 2.6%;
	padding-top: 20px;
}
.shop_all {
	margin-bottom: 2px;
}
.shop_all #locator_store01{
	display: block;
}
.shop_all .world_area {
	font-size: 1.4rem;
	width: 100%;
	font-weight: normal;
	padding:12px 4%;
	background-color: #f3f3f3;
}
.shop_all .country {
	font-size: 1.3rem;
    margin-bottom: 15px;
}
.shop_all .store {
	width: 100%;
	padding-top: 20px;
	display: none;
}
.shopInfo {
	margin-bottom: 40px;
}
.shopInfo li {
	margin-bottom: 30px;
}
.shopInfo li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shopInfo li dl dt {
	width: 40%;
	padding-right: 15px;
	padding-top: 20px;
	border-top: 2px solid #666666;
}
.shopInfo li dl dd {
	word-wrap: break-word;
	width: 60%;
	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: 3px;
	padding: 3px 5px;
}
.store .anchor a.select {
	color: #FFF;
	background-color: #666666;
}
#store_locatore_btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	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 10px;
}
#store_locatore_btn ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #000;
	width: 150px;
	height: 35px;
	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: 35px;
	margin: 10px 0 0 0;
}
.shopInfo li dl dd {
	position: relative;
}
.flagship_sns {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
}
/*------------------------------------------------------------
カート/アマゾンペイ
------------------------------------------------------------*/
.btn_box0622 {
	margin-top: 30px;
	border: 20px solid #f3f3f3;
	padding: 30px;
	text-align: center;
}
.amazon_button {
	margin: 20px auto 0 auto;
	width: 80%;
	height: 60px !important;
}
.result_area {
	padding: 20px 15px;
}
.result_area ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 5px;
}
.cart_total {
	background-color: #f3f3f3;
	margin: 0 15px;
	padding: 20px 15px;
}
.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: 0px auto;
  position: relative;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.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: 3em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 4em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 4em;
  }
}
/*------------------------------------------------------------
コンビニ決済
------------------------------------------------------------*/
#cvs_block .information {
	margin-bottom: 15px;
}
#cvs_block table {
	width: 100%;
}
#cvs_block table td,
#cvs_block table th {
	border-bottom: 1px solid #cecece;
	padding: 20px 0;
}
#cvs_block table th {
	width: 15%;
}
#cvs_block table td img {
	padding-left: 15px;
}
/*------------------------------------------------------------
後払い
------------------------------------------------------------*/
#sms_block .information {
	margin-bottom: 25px;
}
#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: 3px !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;
}
/*KAMIYA*/
#header_inner .header_kamiya_logo {
	width: 25%;
	padding-top: 15px;
}
body.in_kamiya {
	background: url('../images/bg_kamiya.png') center center repeat;
	background-attachment: fixed;
}
.in_kamiya #container {
	background-color: transparent;
	padding-top: 50px;
}
#kamiya_head {
	position:relative;
	margin: 0 calc(50% - 50vw);
    width: 100vw;
}
#kamiya_head img {
	vertical-align: bottom;
}
#kamiya_slide_block {
	position:relative;
	margin: 0 calc(50% - 50vw) 20px calc(50% - 50vw);
    width: 100vw;
	background-color: #c30d23;
}
#kamiya_slide_block_inner {
	padding: 0 30px 0px 30px;
	position: relative;
	top: -30px;
}
#kamiya_slide_outer {
	width: 100%;
	margin: 0px auto 0 auto;
	overflow: hidden;
	-webkit-filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-moz-filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	-ms-filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
#kamiya_slid img {
	vertical-align: bottom;
}
#kamiya_txt {
	color: #FFF;
	font-size: 1.2rem;
	line-height: 220%;
	text-align: center;
	margin-top: 20px;
}
.in_kamiya .default-swiper-pagination {
	margin-top: 30px;
}
.in_kamiya .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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.in_kamiya .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #b0b0b0;
	opacity: 1;
	border: none;
}
.in_kamiya #item_photo_outer .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 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.in_kamiya #item_photo_outer .swiper-pagination-bullet {
	margin: 0px;
	background-color: #b0b0b0;
	opacity: 1;
	border: none;
}
.in_kamiya .swiper-pagination-bullet-active {
	background-color: #000 !important;
	border: none;
}
.in_kamiya #item_photo_outer .default-swiper-pagination {
	margin-top: 0px;
}
.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% - 3px) / 2);
	margin-bottom: 3px;
}
.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: 0px;
}
.default_block_kamiya {
	max-width: 1440px;
	margin: 0 auto;
}
.in_kamiya #coupon_header {
	display: none;
}
.in_kamiya #main_contents {
	padding-top: 50px;
}
#kamiya_footer {
	text-align: center;
	padding: 50px;
	background-color: #c30d23;
	color: #FFF;
	margin: 30px 0;
	font-size: 1.2rem;
	line-height: 200%;
}
.in_kamiya .tit_default,
.in_kamiya .tit_default_center,
.in_kamiya .item_list_header_title,
.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 .list_info {
	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.1rem !important;
}
.in_kamiya .list_item_txt {
	line-height: 220%;
	margin-top: 10px;
}
.btn_kamiya_head {
	width: 70%;
	height: 40px;
	margin: 20px 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;
	font-size: 1.2rem;
}
.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;
}
#kamiya_bn {
	margin: 0 2.6% 30px 2.6%;
}
#kamiya_bn li {
	margin-bottom: 10px;
}
.in_kamiya #rightcolumn {
	top:50px;
}
/*-------------------------------------------
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 20px;
}
.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: 2.4rem;
	line-height: 180%;
}
.tit_M {
	font-size: 1.8rem;
	line-height: 180%;
}
.tit_S {
	font-size: 1.3rem;
	line-height: 200%;
}
.tit_L, .tit_M, .tit_S {
	margin-left: 5%;
	margin-right: 5%;
}
.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;
}
#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: 3rem;
	color: #FFF;
}
.main_tit_black {
	font-size: 3rem;
	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 {
	margin: 20px 5%;
	overflow: hidden;
}
#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: 10px;
}
#gs_content_list_inner .swiper-slide .content_list::before {
    content: "";
    display: block;
    padding-top: 138%;
}
.top_sub_tit {
	color: #FFF;
	font-size: 2.5rem;
}
.top_sub_tit_black {
	color: #000;
	font-size: 2.5rem;
}
#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: 10%;
	left: 15%;
	width: 70%;
	height: 40px;
}
.btn_white_s {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	line-height: 40px;
	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;
}
#gs_foot_content{
	background: url(../images/gs/top_05.jpg) center center no-repeat;
	background-size: contain;
	position: relative;
	width: 100%;
}
#gs_foot_content:before {
	content:"";
	display: block;
	padding-top: 80%;
}
#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: 70%;
	margin: 30px auto 0 auto;
}
#gs_footer {
	width: 100%;
	padding: 25px 11% 45px 11%;
	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;
}
#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;
}
.gs_section {
	font-weight: 700;
	text-align: center;
}
.mg_bS{
	margin-bottom: 30px;
}
.mg_bM{
	margin-bottom: 40px;
}
.mg_bL{
	margin-bottom: 60px;
}
#gs_mat {
	background: url(../images/gs/mat_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
}
#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;
}
#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;
}
.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;
}
.left_img .img_block {
	width: 50%;
}
.left_img p {
	width: 45%;
	text-align: center;
}
.video01 video {
	width: 100%;
}


#gs_sn {
	background: url(../images/gs/sn_01.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
}
#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;
}

.item_block {
	margin-left: 5%;
	margin-right: 5%;
}
.item_block ul {
	margin: 0 auto;
}
.item_block ul li {
	margin-bottom: 20px;
}
.item_block ul li:last-child {
	margin-right: 0px;
}

.video_center {
	margin-left: 5%;
	margin-right: 5%;
}
.video_center video {
	width: 100%;
}
.item_random_bloc {
	width: 100%;
	margin: 0 auto 60px auto;
	position: relative;
}
.itemL {
	position: relative;
	text-align: left;
}
.itemL img, .itemR img {
	width: 60%;
}
.itemR {
	position: relative;
	text-align: right;
}
.itemC {
	position: relative;
}
.general_bn {
	margin-top: 20px;
	margin-bottom: 40px;
}
#global_footer {
	margin-top: 20px !important;
	padding-top: 20px !important;
}
/*裏*/
#side_clm {
	top: 50px !important;
}
#ura_footer p {
	width: 30%;
	margin: 70px auto 50px auto;
}
#ura_footer li {
	text-align: center;
	font-size: 1.3rem;
	margin: 10px 0;
}
.in_ura #wrapper,
.in_ura #container{
	background-color: #e1e1e3;
}
.in_ura #container {
	padding-top: 50px;
}
.in_ura #main_contents {
	padding-top: 50px !important;
}
#ura_container {
	max-width: 100%;
	margin: 0 auto;
}
#ura_top_visual img {
	width: 100%;
}
#ura_main_catch {
	width: 60%;
	margin: 30px auto 70px auto;
}
#ura_content01 ul,
#ura_content02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
#ura_content01 {
	margin-top: 70px;
}
#ura_content02 {
	margin-top: 70px;
}
#ura_content01 p {
	text-align: right;
	padding-right: 15px;
}
#ura_content01 p {
	margin-top: 40px;
}
#ura_content01 p img {
	width: 48%;
}
.content_photo {
	width: 80%;
	position: relative;
}
#content02_text {
	padding: 0 15px;
	margin-top: 50px;
	font-family: 'Noto Serif JP', serif;
}
#content02_text img {
	width: 48%;
}
.in_ura a.arrow_long {
	display: block;
	background: url('../images/ura/ura_ico_arrow.png') no-repeat left center;
	background-size: 70px;
	padding-left: 80px;
}
.in_ura .content_text {
	width: 20%;
	position: relative;
}
.in_ura .content_text img {
	width: 30vw;
	bottom: 15%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.ura_border {
	width: 1px;
	height: 135%;
	background-color: #525252;
	display: block;
	position: absolute;
	left: 50%;
	top: -25%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.ura_border2 {
	width: 1px;
	height: 140%;
	background-color: #525252;
	display: block;
	position: absolute;
	left: 50%;
	top: -35%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#ura_content03 {
	width: 100%;
	margin-top: 60px;
}
#ura_content04_img {
	width: 80%;
	margin: 50px auto;
}
#ura_content04_txt {
	padding: 0 20px;
}
#ura_content04_txt li {
	width: 100%;
}
#ura_content04_txt li p {
	margin-bottom: 10px;
	font-size: 1.1rem;
	line-height: 200%;
}
#ura_shop_info {
	background-color: #f4f4f4;
	margin: 50px 20px;
	padding: 30px;
}
#ura_shop_info_photo {
	width: 100%;
}
#ura_shop_info_text {
	font-size: 1.2rem;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
#ura_shop_info_text p {
	margin-bottom: 10px;
	line-height: 190%;
}
#ura_insta_ico {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 25px;
}
.in_ura .slider-right {
	margin-top: 40px;
	margin-left: 15px;
	overflow: hidden;
}
.in_ura a.arrow_long2 {
	display: block;
	background: url('../images/ura/ura_ico_arrow.png') no-repeat left center;
	background-size: 70px;
	padding-left: 80px;
	margin-top: 25px;
}
.in_ura #coupon_header {
	display: none;
}
#ura_footer {
	padding-bottom: 30px;
}
.in_ura #rightcolumn {
	top: 50px;
}
/*Doiro*/
#doiro_header {
    margin-bottom: 30px;
}
#doiro_container:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:url('../images/doiro/doiro_img_back.jpg') center repeat;
    background-size: 60%;
}
#doiro_container_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10% 5%;
	position: relative;
	z-index: 1;
}
#main_contents {
    background-color: transparent !important;
}
#doiro_book_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
#doiro_book_list ul li {
    width: calc((100% - 30px)/2);
    color: #FFF;
}
.doiro_thumb_block {
    background-color: #FFF;
}
.doiro_thumb_block img {
    vertical-align: bottom;
}
#doiro_book_list ul li p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}
#doiro_book_list ul li a {
    color: #FFF;
    text-decoration: underline;
}
#doiro_footer {
    margin-top: 50px;
}
#doiro_footer_link {
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 40px;
}
#doiro_footer_link a {
    color: #FFF;
    text-decoration: underline;
}
/*------ GE 国旗CSS -------------------------*/
#ge_flag {
	margin: 0 !important;
}
.ge-flag-show {
	margin: 0 !important;
	padding: 0 !important;
}
#FreeShippingBanner {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
	line-height: 22px;
	background-color: #f7f7f7;
	z-index: 100000;
}
/*------ 年末年始のお知らせ --------------------*/

.year_end_contact_block{
	border:solid 2px #000;
	padding: 15px;
	margin: 20px 0 30px;
}

.btn_to_kamiya_store_locator{
	margin-top: 30px;
	text-align: center;
	font-size: 110%;
}

.btn_to_kamiya_store_locator a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	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: 2.4vw 1.6vw;
  }
  
  ul.img_flex_ps li img {
	width: 100%;
  }
  
  ul.img_flex_ps li .img_under_comment {
	margin-top: 10px;
	text-align: left;
	font-size: 1.86vw;
	line-height: 1.2;
	padding: 0 1.6vw;
  }
  
  ul.img_flex_ps.sp_col2 li {
	width: calc((100% - 1.6vw) / 2);
  }
  
  ul.img_flex_ps.sp_col3 li {
	width: calc((100% - 3.2vw) / 3);
  }
  
  ul.pd_l_r{
	padding-left: 1.6vw;
	padding-right: 1.6vw;
  }