@charset "UTF-8";
/*================================================
	静的ページ用
	01_
	02_
	03_
	04_
	05_
	06_
	07_
	08_
	09_
	10_
	XX_OTHER
================================================*/

/*-----
	# ショッピングガイド
-----*/

#contents.guide.index .guide_wrap_inner {
	margin-top: 64px;
}

.guide_block_index_wrap .guide_block_index:last-child {
	border-bottom: 1px solid #D9D9D9;
}

.guide_block_index_title {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #555555;
	padding: 24px 0;
	border-top: 1px solid #D9D9D9;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.guide_block_index_title .guide_ttl {
	display: flex;
    align-items: center;
}
.guide_block_index_title .guide_ttl::before {
	content: " ";
    display: inline-block;
}

.guide_block_index_title .guide_ttl .color_text {
	font-size: 12px;
	color: #BE7454;
	line-height: 1.6em;
	padding-left: 15px;
	width: 75%;
}

.guide_block_index_title.guide_01 .guide_ttl::before {
    background: url(/static/full/images/store/guide/items.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_02 .guide_ttl::before {
    background: url(/static/full/images/store/guide/delivery.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_03 .guide_ttl::before {
    background: url(/static/full/images/store/guide/order.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_04 .guide_ttl::before {
    background: url(/static/full/images/store/guide/repair.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_05 .guide_ttl::before {
    background: url(/static/full/images/store/guide/cancel.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_06 .guide_ttl::before {
    background: url(/static/full/images/store/guide/customer.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.guide_block_index_title.guide_07 .guide_ttl::before {
    background: url(/static/full/images/store/guide/guideline.png) no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin-right: 24px;
}

.guide_block_index_title .guide_ttl_toggle_icon {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.guide_block_index .accordion-arrow-1,
.guide_block_index .accordion-arrow-2{
	-webkit-transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.guide_block_index .is_active .accordion-arrow-1{
	opacity:0;
}
.guide_block_index .is_active .accordion-arrow-2{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.guide_block_index dd {
    display: none;
}

.guide_block_index .guide_contents {
	padding: 0 0 40px 56px;
}

.guide_block_index .guide_contents .guide_contents_item {
	margin-bottom: 16px;
}

.guide_block_index .guide_contents .guide_contents_item:last-child {
	margin-bottom: 0;
}

.guide_block_index .guide_contents .guide_contents_item .item_link {
	color: #7B7B7B;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    border-bottom: 1px solid #7B7B7B;
    padding-bottom: 2px;
	text-decoration: none;
	transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-ms-transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.guide_block_index .guide_contents .guide_contents_item .item_link:hover {
	color: #7292A9;
    border-bottom: 1px solid #7292A9;
	text-decoration: none;
}
.guide_block_index .guide_block_index_title .is_push::before,
.guide_block_index .guide_block_index_title .is_push::after {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #7B7B7B;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.guide_block_index .guide_block_index_title .is_push::after {
    background: #7B7B7B;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}

.guide_block_index .guide_block_index_title.is_active .is_push::after {
    transform: rotate(0);
    transition: 0.5s;
}


.guide_block_index_wrap .guide_block_info {
	height: 160px;
	margin-top: 80px;
}

.guide_block_index_wrap .guide_block_info .guide_block_info_item {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	border: none;
	margin-right: 24px;
	background-color: #E9E9DD;
	height: 160px;
}
.guide_block_index_wrap .guide_block_info .guide_block_info_item:hover{
	background:#2A292F;
	transition:all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.guide_block_index_wrap .guide_block_info .guide_block_info_item a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.guide_block_index_wrap .guide_block_info .guide_block_info_item a:hover p{
	filter: invert(1);
}
/*---

---*/

.guide_block_index_inner {
	margin-bottom: 64px;
}

.guide_num .guide_block_title {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 32px;
	border-bottom: 1px solid #555555;
	padding-bottom: 4px;
}

.guide_block_title_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin: 32px 0 32px 0;
}

.guide_block_title_sub ._annotation {
	color: #7B7B7B;
	font-size: 12px;
    vertical-align: text-top;
    padding-left: 5px;
}

.guide_block_title_sub .guide_block_text_annotation {
	display: block;
	font-size: 12px;
	color: #7B7B7B;
	padding-top: 8px;
}

.guide_block_text_contents {
	margin-bottom: 24px;
	font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.guide_block_text_contents ._item {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 1.7em;
	padding-bottom: 0.7em;
}

.guide_block_text_contents.no_num ._item {
	list-style: none;
	text-indent: 0;
    padding-left: 0;
}

.guide_block_text_contents.no_num ._item._item_caution {
	color: #D64728;
}
.guide_block_text_contents ._item.use_num {
	list-style: decimal;
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 1.7em;
}
._disc{
	list-style-type:none;
	text-indent: 0em;
	padding-left: 1em;
	position: relative;
}
._disc:before{
	content:"";
	display: block;
	border-radius: 50%;
	background-color: #000;
	width: 3px;
	height: 3px;
	position:absolute;
	left: 0.3em;
	top:0.75em;
}
@media (max-width: 1000px) {
	.guide_block_text_contents ._item {
		font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
		list-style: decimal;
		list-style-position: inside;
		text-indent: -1.5em;
		padding-left: 1.7em;
		padding-bottom: 0.7em;
	}
	._disc{
		margin-left: 0em;
	}
}
.guide_block_text_contents.no_num ._item._item_caution {
	color: #D64728;
}

.guide_link {
	color: #7292A9;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border-bottom: 1px solid #7292A9;
	padding-bottom: 2px;
	text-decoration: none;
	word-wrap: break-word;
	transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-ms-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.guide_link:hover {
	color: #4D6B80;
	text-decoration: none;
}

.guide_link.no_line {
	border-bottom: none;
}

.guide_block_text {
	margin-bottom: 32px;
}
.guide_block_text + ul{
	margin-top:-24px;
}
.guide_block_text_indent{
	display:block;
	text-indent: -1.1em;
	margin-left: 1em;
}
.guide_block_text_indent:first-letter{
	font-feature-settings: "palt" 0;
}
.guide_block_text_contents ._item + .guide_block_title_sub {
	margin-top: 64px;
}

.guide_block_text_contents .guide_block_text_contents {
	margin-bottom: 0;
}

.guide_block_text {
	font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.guide_block_text + .guide_block_title_sub {
	margin-top: 32px;
}

.guide_block_text.is_line {
	border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 16px 64px 16px 0;
    padding: 16px 0;
}

.guide_block_text_caution {
	font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
	color: #D64728;
}

.guide_block_index_inner ._block {
	margin-bottom: 32px;
}

.guide_block_index_inner .guide_block_info_item_img {
	text-align: center;
    margin: 64px auto 0;
}

._boxes_adjust {
	margin-bottom: 32px;
}

._boxes_adjust:last-child {
	margin-bottom: 0;
}

.guide_block_image {
	margin: 24px 0;
}

.guide_block_image .guide_block_image_contents {
	display: flex;
}

.guide_block_image .guide_block_image_contents .guide_block_image_item {
	flex: 1;
}

.guide_block_image .guide_block_image_contents .guide_block_image_item img {
	width: 100%;
}

.guide_block_image.single_contents img {
	width: 100%;
}

#contents.guide .single_btn {
	margin-top: 160px;
	justify-content: left;
}

#contents.guide .single_btn .default_btn {
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	text-decoration: none;
	transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-ms-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

#contents.guide .single_btn .default_btn:hover {
	color: #7292A9;
}

#contents.guide .single_btn .default_btn .is_arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 12px;
	border-left: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	transform: rotate(45deg);
	transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-moz-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-ms-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-o-transition:color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

#contents.guide .single_btn .default_btn:hover .is_arrow {
	border-left: 1px solid #7292A9;
	border-bottom: 1px solid #7292A9;
}

.guide_block_text .guide_item {
	display: block;
	margin-bottom: 8px;
}

.guide_block_text_contents .guide_item {
	display: block;
	margin: 8px 0;
	font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.guide_block_text_contents .guide_item:first-child {
	margin-top: 0;
}

.guide_block_text_contents.single_contents {
	margin-top: 32px;
}

.guide_block_text._adjust {
	margin-bottom: 0;
}

.guide_block_system_operation {
	width: 100%;
    vertical-align: middle;
    line-height: 1.8em;
	margin-bottom: 32px;
}

.guide_block_system_operation tr {
	height: 57px;
	border: 1px solid #D9D9D9;
    line-height: 1.8em;
	vertical-align: middle;
    color: #1A1A1A;
    font-size: 14px;
	padding-left: 16px;
}

.guide_block_system_operation tr:first-child {
	background-color: #F5F5F5;
	text-align: center;
	padding-left: 0;
	height: 57px;
}

.guide_block_system_operation tr th.tab_narrow {
	border-right: 1px solid #D9D9D9;
}

.guide_block_system_operation tr td {
	border-left: 1px solid #D9D9D9;
	padding: 16px;
}

.guide_block_system_operation tr th,
.guide_block_system_operation tr td {
	vertical-align: middle;
}

.guide_block_system_operation tr th.tab_narrow,
.guide_block_system_operation tr td.tab_narrow {
	vertical-align: middle;
	width: 230px;
}

.guide_block_text.guide_block_system_caution {
	color: #555555;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 16px;
}

.link_btn.inquiry_btn {
	margin: 40px auto;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.link_btn.inquiry_btn:hover {
	background-color: #8D8D80;
}

.bread {
	padding: 12px 0 12px 40px;
    margin: 0;
	border-top: 1px solid #D9D9D9;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	#contents.guide.index .guide_wrap_inner {
		margin-top: 36px;
	}

	.guide_block_index_wrap .guide_block_info {
		display: block;
		height: auto;
		margin-top: 56px;
	}

	.guide_block_index_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 16px 0;
		height: 120px;
	}

	.guide_block_index_inner {
		margin-bottom: 56px;
	}

	.guide_block_title_sub {
		margin: 16px 0 12px 0;
	}

	.guide_block_index_inner .guide_block_info_item_img {
		margin-top: 40px;
	}

	.guide_block_index_inner .guide_block_info_item_img img {
		width: 100%;
	}

	#contents.guide .single_btn {
		margin-top: 120px;
		margin-bottom: 80px;
		justify-content: center;
	}

	.guide_block_text.is_line {
		margin: 16px 0;
	}

	.guide_block_index_inner ._block,
	.guide_block_text {
		margin-bottom: 24px;
	}

	.guide_block_system_operation tr th.tab_narrow,
	.guide_block_system_operation tr td.tab_narrow {
		width: 108px;
	}

	.guide_block_system_operation tr {
		height: 132px;;
	}

	.bread {
		margin: 0;
		padding: 12px 0 12px 24px;
	}

}

/*-----
	# 会員サービスのご案内
-----*/

#contents.guide {
	padding: 0 26px 0;
	font-family: "Untitled Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP", Meiryo, sans-serif;
	color: #1A1A1A;
	max-width: 948px;
	width: 100%;
}

.guide_wrap {

}

.visible_sp {
	display: none;
}

.guide_wrap .section_mainbnr {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.guide_wrap .section_mainbnr img {
	width: 100vw;
	height: auto;
    display: block;
}

.guide_wrap .section_title_wrap {
	margin: 100px 0 40px 0;
	text-align: left;
}

.guide_wrap .section_title_wrap .section_title {
	font-size: 42px;
	margin-bottom: 24px;
	/* line-height: 1.8em; */
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.08em;
	font-feature-settings: 'palt' on;
}

.guide_wrap .section_title_wrap .section_text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	font-weight: 300;
	font-feature-settings: 'palt' on;
}

.header_nav {

}

.header_nav ul {
	display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: stretch;
	background-color: #2A292F;
}

.header_nav .js_inpage_scroll {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	border-right: 2px solid #fff;
	height: 64px;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.header_nav .js_inpage_scroll:hover {
}
.header_nav .js_inpage_scroll:last-child {
	border-right: none;
}

.header_nav .js_inpage_scroll a::after {
	content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
}

.header_nav .js_inpage_scroll a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	padding-left: 18px;
}
.header_nav .js_inpage_scroll a:hover{
	background-color: #8D8D80;
}

.guide_block_material .header_nav .js_inpage_scroll a:hover{
	background-color: #FFF;
}

.guide_wrap_inner {
	margin-top: 60px;
}

.guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_lead .guide_block_lead_title {
	font-size: 32px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

.guide_block_lead .guide_block_lead_image {
	text-align: center;
}

.guide_block_lead .guide_block_lead_text {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

.guide_block_title {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 8px;
}

.guide_block_rank_chart {
	display: none;
}

.guide_block_rank_chart.is_active {
	display: block;
}

.guide_block_rank_panel {
	margin: 48px 0 40px 0;
}

.guide_block_rank_panel .guide_block_rank_panel_menu {
	display: flex;
    justify-content: center;
	align-items: center;
    height: 40px;
}

.guide_block_rank_panel .guide_block_rank_panel_menu .rank_panel_tab {
	flex: 1;
    list-style: none;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #555555;
	display: flex;
    align-items: center;
    justify-content: center;
	border-bottom: 1px solid #D9D9D9;
	height: 40px;
}

.guide_block_rank_panel .guide_block_rank_panel_menu .rank_panel_tab.is_current {
	font-weight: 600;
	color: #87644F;
	border-bottom: 2px solid #87644F;
}

.guide_block_rank_stepper {
	margin-bottom: 50px;
}

.guide_block_rank_stepper .guide_block_rank_stepper_title {
	font-size: 16px;
	color: #1A1A1A;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.guide_block_rank_stepper .guide_block_rank_stepper_menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.guide_block_rank_stepper .rank_stepper_tab {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #969da3;
}

.guide_block_rank_stepper .rank_stepper_tab.is_current {
	z-index: 999;
}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_text {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_text .rank_stepper_tab_title {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #9D9D9D;
	padding-bottom: 10px;
}

.guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_text .rank_stepper_tab_title {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #1A1A1A;
}

.guide_block_rank_stepper .rank_stepper_tab.rank_stepper_tab_text .rank_stepper_tab_line {
    color: #E9E9E9;
    writing-mode: vertical-rl;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_text .rank_stepper_tab_line::after {
	content: '';
	display: block;
	position: absolute;
	transform: translateX(-50%);
	width: 1px;
	height: 15px;
	background-color: #E9E9E9;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.guide_block_rank_stepper .rank_stepper_tab:first-child .rank_stepper_tab_text .rank_stepper_tab_line::after {
	left: 9px;
}

.guide_block_rank_stepper .rank_stepper_tab:nth-child(2) .rank_stepper_tab_text .rank_stepper_tab_line::after {
	right: 50%;
}

.guide_block_rank_stepper .rank_stepper_tab:last-child .rank_stepper_tab_text .rank_stepper_tab_line::after {
	right: 9px;
}

.guide_block_rank_stepper .rank_stepper_tab.is_current.rank_stepper_tab_text .rank_stepper_tab_line {
    color: #555555;
}

.guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_text .rank_stepper_tab_line::after {
	background-color: #555555;
}

.guide_block_rank_stepper .rank_stepper_tab:first-child {
	align-items: start;
}

.guide_block_rank_stepper .rank_stepper_tab:last-child {
	align-items: end;
}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_bubble {
	z-index: 99999;
}

.guide_block_rank_stepper .rank_stepper_tab.is_completed .rank_stepper_tab_bubble,
.guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_bubble {
    color: #bd9077;
}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_bubble::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: 6px;
    content: '';
    border: 4px solid #FAFAFA;
    border-radius: 50%;
    background-color: #D9D9D9;
}

.guide_block_rank_stepper .rank_stepper_tab.is_completed .rank_stepper_tab_bubble::before,
.guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_bubble::before {
	background-color: #87644F;
    border: 4px solid #bd9077;

}

.guide_block_rank_stepper .rank_stepper_tab .rank_stepper_tab_bubble:not(:last-child)::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 20px;
    background-color: #FAFAFA;
    content: '';
}

.guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_bubble::before,
.guide_block_rank_stepper .rank_stepper_tab.is_completed .rank_stepper_tab_bubble::after {
    background-color: #87644F;
}

.guide_block_rank_stepper .rank_stepper_tab {

}
.guide_block_rank_stepper .rank_stepper_tab::after {
	background-color: #FAFAFA;
	content: "";
	width: calc(100%);
	height: 20px;
	position: absolute;
	bottom: 6px;
}

.guide_block_rank_stepper .rank_stepper_tab:last-child:after {
	right: 0;
}

.guide_block_rank_stepper .rank_stepper_tab:first-child:after {
	left: 0;
    background-color: #FAFAFA;
}

.guide_block_rank_stepper .rank_stepper_tab.is_current:after {
	background-color: #B1B1A5;
}

.guide_block_rank_stepper .rank_stepper_tab:first-child {
	border-radius: 20px 0 0 20px;
}

.guide_block_rank_stepper .rank_stepper_tab:last-child:after {
	border-radius: 0 20px 20px 0;
}
/*
	basic
*/
.guide_block_rank_chart.basic .guide_block_rank_stepper .rank_stepper_tab.is_current:after {
	background-color: #FAFAFA;
}
/*
	silver
*/
.guide_block_rank_panel .guide_block_rank_panel_menu .rank_panel_tab.tab_silver.is_current {
	color: #8D8D80;
    border-bottom: 2px solid #8D8D80;
}

.guide_block_rank_chart.silver .guide_block_rank_stepper .rank_stepper_tab:first-child:after {
	width: calc(120%);
	border-radius: 20px 0 0 20px;
	background-color: #B1B1A5;
}

.guide_block_rank_chart.silver .guide_block_rank_stepper .rank_stepper_tab:last-child:after {
	width: calc(150%);
}

.guide_block_rank_chart.silver .guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_bubble::before,
.guide_block_rank_chart.silver .guide_block_rank_stepper .rank_stepper_tab.is_completed .rank_stepper_tab_bubble::before {
	border: 4px solid #B1B1A5;
}

.guide_block_rank_chart.silver .guide_block_rank_stepper .rank_stepper_tab.is_current:after {
	background-color: #B1B1A5;
    width: 50%;
    left: 10px;
    border-radius: 0 20px 20px 0;
}
/*
	gold
*/
.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab:first-child:after {
	border-radius: 20px 0 0 20px;
}

.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab:first-child:after,
.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab::after,
.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab.is_current:after {
	background-color: #B9A77F;
}
.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab.is_completed .rank_stepper_tab_bubble::before,
.guide_block_rank_chart.gold .guide_block_rank_stepper .rank_stepper_tab.is_current .rank_stepper_tab_bubble::before {
	border: 4px solid #B9A77F;
}

.guide_block_rank_panel .guide_block_rank_panel_menu .rank_panel_tab.tab_gold.is_current {
	color: #907E4C;
    border-bottom: 2px solid #907E4C;
}

.rank_table_wrap {

}

.rank_table_wrap .rank_table {
	width: 100%;
	vertical-align: middle;
	line-height: 1.8em;
}

.rank_table_wrap .rank_table thead {
	border-bottom: 2px solid #FFFFFF;

}

.rank_table_wrap .rank_table thead th,
.rank_table_wrap .rank_table tbody tr th {
	height: 70px;
    vertical-align: middle;
	color: #1A1A1A;
    background-color: #E9E9E9;
    padding-left: 13px;
	font-size: 16px;
	border-bottom: 2px solid #fff;
}

.rank_table_wrap .rank_table tbody tr th {
	width: 350px;
	background-color: #F5F5F5;
	line-height: 1.8em;
}

.rank_table_wrap .rank_table thead th span {
	font-size: 12px;
	color: #7B7B7B;
}

.rank_table_wrap .rank_table tbody tr td {
	background-color: #FAFAFA;
    font-size: 14px;
	vertical-align: middle;
    text-align: center;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	letter-spacing: 0.1em;
	width: 21.4%;
	line-height: 1.8em;
}

.rank_table_wrap .rank_table tbody tr td.rank_basic {
	font-weight: 300;
	color: #D9D9D9;
}

.rank_table_wrap .rank_table tbody tr td.rank_basic.c_active {
	font-weight: 600;
    color: #87644F;
}

.rank_table_wrap .rank_table tbody tr td.rank_silver {
	font-weight: 300;
	color: #B1B1A5;
}

.rank_table_wrap .rank_table tbody tr td.rank_silver.c_active {
	font-weight: 600;
    color: #8D8D80;
}

.rank_table_wrap .rank_table tbody tr td.rank_gold {
	font-weight: 300;
	color: #907E4C;
}

.rank_table_wrap .rank_table tbody tr td.rank_gold.c_active {
	font-weight: 600;
    color: #907E4C;
}

.guide_block_caution {
	margin: 48px 0 64px 0;
}
.guide_block_caution .guide_block_index {
	border-bottom: 1px solid #D9D9D9;
}
.guide_block_caution .guide_block_caution_list {
	padding: 8px 0 0 0;
}
.guide_block_review_wrap .guide_block_caution .guide_block_caution_list {
	padding: 8px 0 24px 0;
}

.guide_block_caution .guide_block_caution_title {
	font-weight: 300;
	font-size: 16px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	height: 90px;
	letter-spacing: 0.1em;
	display: flex;
    align-items: center;
	position: relative;
}

.guide_block_caution .guide_block_caution_title .is_push::before,
.guide_block_caution .guide_block_caution_title .is_push::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #7B7B7B;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.guide_block_caution .guide_block_caution_title .is_push::after {
  background: #7B7B7B;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.guide_block_caution .guide_block_caution_title.is_active .is_push::after {
  transform: rotate(0);
  transition: 0.5s;
}

.guide_block_caution li {
	list-style: disc;
    margin-left: 18px;
    font-size: 12px;
    color: #7B7B7B;
    line-height:20px;
}
.about_repair_link{
	width: 320px;
	height: 60px;
    margin: 0;
    background-color: #2A292F;
	line-height: 1.8em;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	color: #fff;
    font-size: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	align-items: center;
	display: flex;
	justify-content: center;
}

.about_repair_link:hover{
	background-color: #8D8D80;
	color:#fff;
}
@media (max-width: 1000px) {
	.about_repair_link{
		width:100%;
	}
}
.link_btn {
	width: 500px;
    height: 68px;
    margin: 0 auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    background-color: #2A292F;
	margin-top: 80px;
	line-height: 1.8em;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.link_btn:hover {
	background-color: #8D8D80;
}

.link_btn a {
	color: #fff;
    font-size: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.guide_block_mail_wrap {
	margin: 140px 0 120px 0;
}

.guide_block_mail_wrap .guide_block_title,
.guide_block_app_wrap .guide_block_title {
	margin-bottom: 24px;
}

.guide_block_lead_text {
	font-size: 16px;
    line-height: 1.8em;
	letter-spacing: 0.1em;
}

.guide_block_info {
	margin: 48px 0 64px 0;
	display: flex;
    align-items: center;
	height: 146px;
}
.guide_block_info .guide_block_info_item {
	flex: 1;
	list-style: none;
	text-align: center;
	/* cursor: pointer; */
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #555555;
	height: 146px;
	margin-right: 8px;
	border: 1px solid #D9D9D9;
	padding: 24px 0;
}

.guide_block_info .guide_block_info_item:last-child {
	margin-right: 0;
}

.guide_block_info .guide_block_info_item .guide_block_info_item_img img {
	width: 32px;
}

.guide_block_info .guide_block_info_item .guide_block_info_item_text {
	margin-top: 8px;
    font-size: 16px;
    color: #1A1A1A;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}

.guide_block_info_images {
	text-align: center;
}

.guide_block_info_images img {
	width: 200px;
}

.link_btn.member_app_btn,
.link_btn.member_registration_btn {
	margin-top: 64px;
}

.guide_block:not(:first-child) {
	margin-top: 120px;
}

.guide_block_lead .guide_block_lead_image img{
	width: 480px;
}

.guide_block_order_inner {
	background-color: #F5F5F5;
	padding: 24px;
	margin-bottom: 16px;
}

.guide_block_order_inner_title {
	font-size: 16px;
    letter-spacing: 0.1em;
    color: #1A1A1A;
	position: relative;
    /* padding-bottom: 16px; */
}

.guide_block_order_inner_title span {
	display: block;
	padding-top: 16px;
	font-size: 14px;
	line-height: 1.8em;
    letter-spacing: 0.1em;
}

.guide_block_order_inner .order_inner_lead {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.guide_block_order_inner .order_inner_caution {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #9D9D9D;
}

.order_inner_box {
	border-top: 1px solid #D9D9D9;
    padding-top: 16px;
	margin-top: 16px;
}

.order_inner_box_list {
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 24px 135px;
}

.order_inner_box_list .order_inner_item {
	flex: 1;
    text-align: center;
}

.order_inner_box_list .order_inner_item .order_inner_item_number {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #1A1A1A;
	margin-bottom: 8px;
}

.order_inner_box_list .order_inner_item .order_inner_item_img img {
	width: 32px;
}

.order_inner_box_list .order_inner_item .order_inner_item_text {
	font-size: 14px;
    letter-spacing: 0.1em;
    color: #1A1A1A;
    line-height: 1.8em;
    margin: 8px auto 0;
    width: 295px;
    text-align: left;
}

.guide_block_order_inner_title .is_push {
	padding: 0;
}

.guide_block_order_inner .guide_block_order_inner_title .is_push::before,
.guide_block_order_inner .guide_block_order_inner_title .is_push::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #7B7B7B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.guide_block_order_inner .guide_block_order_inner_title .is_push::after {
  background: #7B7B7B;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.guide_block_order_inner .guide_block_order_inner_title.is_active .is_push::after {
  transform: rotate(0);
  transition: 0.5s;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {

	#contents.guide {
		width: 100%;
		padding: 0 24px 0;
	}

	.visible_sp {
		display: block;
	}

	.hidden_sp {
		display: none;
	}
	.unisize .section_title .visible_sp {
		display: none;
	}
	.guide_wrap .section_title_wrap {
		margin-top: 40px;
	}

	.guide_wrap .section_title_wrap .section_title {
		font-size: 32px;
		line-height: 1.4;
	}
	.guide.wellnet .guide_wrap .section_title_wrap .section_title {
		margin-bottom:24px;
	}
	.guide.favorite .section_title{
		margin-bottom:24px;
	}
	.header_nav ul {
		display: block;
	}

	.header_nav .js_inpage_scroll {
		height: 48px;
		border-right: none;
		border-bottom: 2px solid #fff;
	}

	.header_nav .js_inpage_scroll:last-child {
		border-bottom: none;
	}

	.guide_wrap_inner {
		margin-top: 47px;
	}

	.guide_block_lead .guide_block_lead_title {
		font-size: 24px;
	}

	.rank_table_wrap .rank_table thead th,
	.rank_table_wrap .rank_table tbody tr th {
		font-size: 14px;
		padding: 0 5px;
	}

	.guide_block_info .guide_block_info_item .guide_block_info_item_text {
		font-size: 14px;
	}

	.rank_table_wrap .rank_table thead th span {
		font-size: 11px;
	}

	.rank_table_wrap .rank_table tbody tr td {
		width: 120px;
	}

	.guide_block_lead .guide_block_lead_image img {
		width: 320px;
	}

	.guide_block_info {
		margin: 32px 0 48px 0;
	}

	.guide_block_info_images img {
		/* width: 160px; */
	}


	.guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_title {
		font-size: 20px;
	}

	.guide_block_rank_panel {
		margin: 32px 0;
	}

	.link_btn.member_app_btn,
	.link_btn.member_registration_btn {
		margin-top: 56px;
	}

	.link_btn {
		width: 100%;
		height: 60px;
	}

	.guide_block_mail_wrap {
		margin: 80px 0;
	}

	.order_inner_box_list {
		display: block;
		margin: 24px;
	}

	.order_inner_box_list .order_inner_item .order_inner_item_text {
		width: 100%;
	}

	.order_inner_box_list .order_inner_item {
		margin-bottom: 16px;
	}

	.order_inner_box_list .order_inner_item:last-child {
		margin-bottom: 0;
	}

}

/*-----
	# リペアサービス
-----*/

.guide_wrap .section_title_wrap .section_text .section_text_sub {
	font-size: 12px;
	color: #9D9D9D;
	padding-top: 8px;
	display: block;
	line-height: 1.6em;
}

.guide_block_repair .guide_block_lead .guide_block_lead_title,
.guide_block_situation .guide_block_lead .guide_block_lead_title,
.guide_block_apply .guide_block_lead .guide_block_lead_title {
	margin-bottom: 16px;
}



.guide_block_repair_wrap {

}

.guide_block_repair_wrap .guide_block_title {
	position: relative;
}

.guide_block_repair_wrap .guide_block_title_qestion {
	position: absolute;
    top: 0;
    right: 0;
	font-size: 16px;
	color: #1A1A1A;

}

.guide_block_repair_wrap .guide_block_title_qestion a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.guide_block_repair_wrap .guide_block_title_qestion .icon {
	padding-right: 5px;
	padding-bottom: 0.3em;
}

.guide_block_repair_wrap .guide_block_title_qestion .icon img {
	vertical-align: middle;
}

.guide_block_repair_wrap .guide_block_info {
	margin: 24px 0 80px 0;
	width: 100%;
	height: auto;
	align-items: stretch;
}
.guide_block_repair_wrap .guide_block_info:before{
	content:none;
}
.guide_block_repair_wrap .guide_block_info:after{
	content:none;
}
.guide_block_repair_wrap .guide_block_info .text_connection {
	width: 68px;
	text-align: center;
	font-size: 16px;
	align-self: center;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item {
	margin-right: 0;
	text-align: left;
	padding: 24px;
	height: auto;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_img {
	margin-bottom: 8px;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_title {
	color: #1A1A1A;
	line-height: 1.8;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_text {
	font-size: 14px;
	margin: 0 0 8px 0;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_supplement {
	font-size: 12px;
	color: #9D9D9D;
}

.guide_block_repair_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_supplement.color_text {
	font-size: 12px;
	color: #BE7454;
	line-height: 1.6em;
}

.guide_block_repairex_wrap .guide_block_info {
	height: auto;
}

.guide_block_repairex_wrap .guide_block_info .guide_block_info_item {
	border: none;
	text-align: left;
	margin-right: 20px;
	padding: 0;
	height: auto;
}

.guide_block_repairex_wrap .guide_block_info .guide_block_info_item:nth-child(2) {
	margin-right: 0;
}
.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_img.logo{
	margin-bottom:20px;
}
.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_img img {
	width: auto;
}

.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_supplement {
	font-size: 12px;
	color: #9D9D9D;
	margin: 0 0 16px;
}

.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_text {
	font-size: 14px;
	margin-top: 16px;
}

.guide_block_situation_brand {
	/* display: flex;
	justify-content: center; */
	margin: 0;
}

.situation_brand_wrap {
	margin: 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}
.situation_brand_wrap:before,
.situation_brand_wrap:after{
	content:none;
}
.situation_brand_wrap .situation_brand_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	width: 105px;
	height: 105px;
	background-color: #FFFFFF;
	position: relative;
}
.situation_brand_wrap .situation_brand_inner img{
	width: 89px;
	height:auto;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 100%;
}

.guide_block_repair_shop{
	margin-top: 40px;
	display:flex;
	width: 100%;
	padding:0 8px 24px;
	gap:18px;
}
.guide_block_repair_shop_image{
	width:361px;
	flex-shrink:0;
}
.guide_block_repair_shop_image img{
	width:100%;
	height:auto;
}
.guide_block_repair_shop_info{
	display:flex;
	gap:6px;
	flex-direction: column;
}
.guide_block_repair_shop_info .guide_block_title_sub{
	margin:0;
	line-height:1.4;
}
.guide_block_repair_shop_info p{
	font-size:14px;
	line-height:1.8;
}
@media (max-width: 1000px) {
	.guide_block_repair_shop{
		flex-direction: column;
		width: 100%;
		padding: 0;
		gap: 12px;
	}
	.guide_block_repair_shop_image{
		width: 100%;
		flex-shrink:0;
	}
	.guide_block_repair_shop_image img{
		width:100%;
		height:auto;
	}
	.guide_block_repair_shop_info{
		display:flex;
		gap: 8px;
		flex-direction: column;
	}
}
.guide_block_apply {

}

.guide_block_apply .guide_block_lead {
	margin-bottom: 40px;
}
.repair .guide_block_apply_area .guide_block_order_inner{
	padding: 0;
	margin-bottom: 16px;
}
@media (max-width: 1000px) {
	.repair .guide_block_apply_area .guide_block_order_inner{
		margin-bottom:8px;
	}
}
.guide_block_apply_area .guide_block_order_inner {
	padding: 24px 16px;
}
.guide_block_apply_area .guide_block_order_inner:first-child {
	margin-bottom: 8px;
}
.guide_block_apply .guide_block_order_inner .guide_block_index_title {
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: none;
	color: #1A1A1A;
}
.repair .guide_block_apply .guide_block_order_inner .guide_block_index_title {
	padding: 24px 16px;
}
.guide_block_index_title.for_shop .guide_ttl::before {
    background: url(/static/full/images/store/guide/members/track.png) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.guide_block_index_title.for_web .guide_ttl::before {
    background: url(/static/full/images/store/guide/members/edit.png) no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.guide_block_apply .guide_block_order_inner_title {
	display: flex;
    align-items: center;
	padding-bottom: 0;
}

.guide_block_apply .guide_block_order_inner_title span {
	display: inline-block;
	padding-top: 0;
	padding-right: 16px;
}

.guide_block_apply .guide_block_order_inner_title span img {
	width: 24px;
}

.guide_block_apply .order_inner_box {
	padding-top: 40px;
	margin-top: 24px;
}
.repair .guide_block_apply .order_inner_box{
	margin:0 16px;
	padding-bottom: 24px;
}
.guide_block_apply .guide_block_order_inner .order_inner_lead {
	margin: 24px 0;
}
.guide_block_apply .guide_block_order_inner .for_shop .order_inner_lead {
	margin: 24px 8px;
}
.guide_block_apply .item_info {
	background-color: #FFFFFF;
    padding: 24px;
    margin: 0 8px 40px;
	letter-spacing: 0.1em;
}

.guide_block_apply .item_info .item_info_title {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 4px;
}

.guide_block_apply .item_info .item_info_inner {
	font-size: 16px;
	line-height: 1.8em;
	list-style: disc;
	margin-left: 3%;
}

.guide_block_apply .situation_brand_wrap {
	 margin: 24px 8px 0;
	 gap: 6px;
}

.guide_block_apply .situation_brand_wrap .situation_brand_inner {
	width: 94px;
	height: 94px;
	margin: 0;
}

.guide_block_apply .step_wrap {
	background-color: #FFFFFF;
    margin: 0 124px 16px;
    letter-spacing: 0.1em;
	line-height: 1.8em;
    padding: 14px 16px;
}

.guide_block_apply .link_btn.member_registration_btn {
	margin-bottom: 40px;
}

.guide_block_apply .step_wrap .step_num,
.guide_block_apply .step_wrap .step_lead {
	font-size: 16px;
	margin-bottom: 8px;
}

.guide_block_apply .step_wrap .step_in_charge {
    background-color: #000000;
    color: #FFFFFF;
    /* width: 74px; */
	display: inline-block;
    padding: 6px 14px;
    vertical-align: middle;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.guide_block_apply .step_wrap .step_in_charge.repair {
	background-color: #FFFFFF;
	color: #555555;
	border: 1px solid #555555;
	/* width: 107px; */
}

.guide_block_apply .step_wrap .step_text {
	font-size: 14px;
	margin-bottom: 5px;
}

.guide_block_apply .step_wrap .step_caution {
	font-size: 12px;
	color: #1A1A1A;
}

.guide_block.guide_block_link {
	margin-top: 76px;
    border: 1px solid #D9D9D9;
    padding: 16px;
	font-size: 14px;
	color: #555555;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.guide_block_link .link_lead {
	font-weight: 600;
}

@media screen and (min-width: 1001px){
	.guide_block_apply_area .guide_block_order_inner:first-child {
		margin-bottom: 16px;
	}
}

@media (max-width: 1000px) {
	.guide_block_repair_wrap .guide_block_info {
		display: block;
		height: auto;
		margin: 24px 0 56px 0;
	}

	.guide_block_repair_wrap .guide_block_info .guide_block_info_item {
		height: auto;
	}

	.guide_block_repair_wrap .guide_block_info .text_connection {
		width: auto;
		padding: 30px 0;
	}

	.guide_block_repair_wrap .guide_block_title_qestion {
		position: inherit;
		margin-bottom: 80px;
		text-align: center;
	}

	.guide_block_repairex_wrap .guide_block_info {
		display: block;
	}

	.guide_block_repairex_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 56px 0;
		text-align: center;
	}

	.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_img.logo img {
		width: auto;
	}

	.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_img img {
		width: 100%;
	}

	.guide_block_repairex_wrap .guide_block_info .guide_block_info_item .guide_block_info_item_text {
		text-align: left;
	}

	.guide_block_apply .situation_brand_wrap {
		width: 100%;
		margin: 24px auto 0;
		gap: 6px;
	}

	.situation_brand_wrap {
		width: 100%;
		margin: 24px 0;
		gap: 6px;
	}

	.guide_block_apply .step_wrap {
		margin: 0 auto 8px;
	}
	.guide_block_apply .guide_block_order_inner .for_shop .order_inner_lead{
		margin: 24px 0;
	}
	.guide_block_apply .item_info{
		margin:24px 0;
	}
	.guide_block_apply .item_info .item_info_inner{
	margin-left: 1.5rem;
	}
}

@media (max-width: 390px) {
	.situation_brand_wrap {
		width: 100%;
	}
	.situation_brand_wrap,
	.guide_block_apply .situation_brand_wrap {
		width: 100%;
		margin: 24px auto 0;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.situation_brand_wrap .situation_brand_inner {
		width: 100%;
		height: auto;
		position:relative;
	}
	.situation_brand_wrap .situation_brand_inner:after{
		content:"";
		display: block;
		width: 100%;
		padding-top:100%;
	}
	.situation_brand_wrap .situation_brand_inner .situation_brand_image{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		margin:auto;
		width:100%;
		height:auto;
	}
	.guide_block_apply .situation_brand_wrap {
		width: 100%;
	}

	.guide_block_apply .situation_brand_wrap .situation_brand_inner {width: 100%;height: auto;}


	.guide_block_apply .situation_brand_wrap .situation_brand_inner img {
		width: 95%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.guide_block_index_title.for_shop .guide_ttl::before {
		width: 50px;
	}

}

/*-----
	# リペアサービス（ブランド）
-----*/

.repair_info .guide_wrap .section_title_wrap .section_title {
	font-size: 32px;
}

.guide_block_info_item_img.logo img {
	width: 120px;
}

.repair_info_goldwin .guide_block_info_item_img.logo img {
	width: 120px;
}

.repair_info_neutralworks .guide_block_info_item_img.logo img {
	width: 50px;
}

.repair_info_hh .guide_block_info_item_img.logo img {
	width: 68px;
}

.repair_info_canterbury .guide_block_info_item_img.logo img {
    width: 65px;
}

.repair_info_241 .guide_block_info_item_img.logo img {
    width: 96px;
}

.repair_info_tnf .guide_block_info_item_img.logo img {
    width: 80px;
}

.repair_info_macpac .guide_block_info_item_img.logo img {
    width: 74px;
}

.repair_info_ellesse .guide_block_info_item_img.logo img {
    width: 95px;
}

.repair_info_danskin .guide_block_info_item_img.logo img {
    width: 130px;
}

.repair_info_speedo .guide_block_info_item_img.logo img {
    width: 120px;
}

.repair_info .guide_wrap_inner {
	margin-top: 72px;
}

.repair_info .guide_block_repair_wrap .guide_block_title {
	margin-bottom: 24px;
}

.guide_block_repair_wrap {
	margin-bottom: 120px;
}

.repair_info .repair_info_wrap {
	margin-bottom: 40px;
}

.repair_info .repair_info_wrap .repair_info_item {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #1A1A1A;
	/* padding-left: 1em;
	text-indent: -1em; */
}

.repair_info_cat .repair_info_item {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #1A1A1A;
}

.repair_info .repair_info_wrap .repair_info_item .caution_num {
	color: #9D9D9D;
}

.repair_info .repair_info_caution {
	border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding: 16px;
    color: #555555;
	margin: 32px 0;
}

.repair_info_cat {
	margin-bottom: 32px;
}

.repair_info_cat .repair_info_cat_title {
	font-size: 20px;
	color: #1A1A1A;
	border-bottom: 1px solid #555555;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.repair_info_otner {
	padding-left: 0;
	margin-bottom: 32px;
}

.repair_info_otner .repair_info_item {
	font-size: 16px;
	line-height: 1.8em;
    letter-spacing: 0.1em;
	list-style: decimal;
	margin-left: 1.6em;
}

.repair_info_otner .repair_info_item .item_inner {
	margin-left: 1.6em;
}

.repair_info_otner .repair_info_item .item_inner .item_inner_dots {
	list-style: disc;
}

.guide_block_repair_wrap .repair_info_lead {
	font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.guide_block_repair_wrap .repair_info_inquiry .repair_info_info_item {
	font-size: 16px;
	list-style: disc;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    color: #1A1A1A;
	margin-left: 1.6em
}

#contents.repair_info .single_btn {
	justify-content: center;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	.guide_block_repair_wrap {
		margin-bottom: 80px;
	}
}

/*-----
	# 素材・テクノロジー
-----*/

.guide_block_material .js_nav_wrap {
	padding: 50px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}

.guide_block_material .js_nav_wrap .js_inpage_scroll {
	border: none;
}

.guide_block_material .header_nav .js_inpage_scroll a::after {
	content: none;
}

.guide_block_material .js_nav_wrap .js_inpage_scroll a {
	font-size: 20px;
	color: #D9D9D9;
	line-height: 1.8em;
	cursor:default;
}

.guide_block_material .js_nav_wrap .js_inpage_scroll a.is_active {
	color: #1A1A1A;
	cursor:pointer;
}
.guide_block_material .js_nav_wrap .js_inpage_scroll a.is_active:hover{
	color:#7292A9;
}
.guide_block_material .total_material {
	font-size: 14px;
	color: #555555;
	margin: 32px 0;
}

.guide_block_material .guide_block_material_wrap {

}

.guide_block_material_wrap .material_info {
	display: flex;
    align-items: flex-start;
	margin-bottom: 48px;
}

.guide_block_material_wrap .material_info .material_info_item {
	flex: 1;
}

.guide_block_material_wrap .material_info .material_brand_image {
	width: 214px;
	height: 214px;
	border: 1px solid #D9D9D9;
	margin-right: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.guide_block_material_wrap .material_info .material_brand_image img {
	width: 100%;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_title {
	font-size: 20px;
	font-weight: 600;
	color: #1A1A1A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 12px;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text {
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 0.1em;
	line-height: 1.8em;;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link {
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	padding-top: 16px;
	display: inline-block;
	position:relative;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: calc(100% - 0px);
	height: 1px;
	background-color: #1A1A1A;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link:hover:after {
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
}



.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link .arrow_top {
	position: relative;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link .arrow_top::after,
.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link .arrow_top::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link .arrow_top::before {
	width: 13px;
	height: 1px;
	left: 4px;
	background: #1A1A1A;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.guide_block_material_wrap .material_info .material_info_item .material_info_text .material_info_link .arrow_top::after {
	left: 5px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {

	.guide_block_material .js_nav_wrap {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		padding: 36px 0;
		overflow-x: scroll;
	}

	.guide_block_material .js_nav_wrap::-webkit-scrollbar {
		display: none;
	}

	.guide_block_material .js_nav_wrap .js_inpage_scroll {
		padding: 0 18px 0 0;
		height: 27px;
	}

	.guide_block_material_wrap .material_info {
		display: block;
		margin-bottom: 58px;
	}

	.guide_block_material_wrap .material_info .material_brand_image {
		width: 100px;
		height: 100px;
		padding: 10px;
		margin: 0 0 24px 0;
	}

	.guide_block_material_wrap .material_info .material_brand_image img {
		width: 100%;
	}

	.guide_block_material_wrap .material_info .material_info_item .material_info_title {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.guide_block_material_wrap .material_info .material_info_item .material_info_text {
		font-size: 14px;
	}
}

/*-----
	# レビュー機能のご紹介
-----*/

.guide_wrap .section_title_wrap .section_lead {
	font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

#contents.guide.review .guide_wrap_inner {
	margin-top: 80px;
}

.guide_block_review .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_review .guide_block_lead .guide_block_lead_title {
	line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.guide_block_review_wrap {
	border: 1px solid #D9D9D9;
	padding: 32px 40px;
	margin-bottom: 16px;
}

.guide_block_review_wrap.single_content {
	border: none;
}

.guide_block_lead_text_next {
	font-size: 14px;
	line-height: 1.8em;
    letter-spacing: 0.1em;
	color: #1A1A1A;
}

.guide_block_review_wrap .guide_block_lead_text .guide_block_lead_text_sub {
	display: block;
	font-size: 12px;
	color: #7B7B7B;
	line-height: normal;
	margin-top: 4px;
}

.guide_block_review_wrap .guide_block_info {
	margin: 40px 0 32px 0;
	height: auto;
	justify-content: center;
}

.guide_block_review_wrap .guide_block_info .guide_block_info_item {
	flex: none;
    text-align: center;;
    height: auto;
    margin: 0 40px 0 0;
    border: none;
    padding: 0;
	/* width: 240px; */
}

.guide_block_review_wrap .guide_block_info .guide_block_info_item img {
	width: 240px;
}

.guide_block_review_wrap .guide_block_info .guide_block_info_item:last-child {
	margin-right: 0;
}

.guide_block_review_wrap .guide_block_caution {
	margin: 48px 0 32px 0;
}

.guide_block_review.guide_block_situation .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_review .situation_brand_wrap {
	margin: 0 0 80px 0;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	.guide_block_review .guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_review_wrap {
		padding: 24px 16px;
	}

	.guide_block_review_wrap .guide_block_info {
		display: block;
		margin: 24px 0 0 0;
	}

	.guide_block_review_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 32px 0;
	}

	.guide_block_review_wrap .guide_block_info .guide_block_info_item:last-child {
		margin-bottom: 0;
	}

	.guide_block_review_wrap.single_content {
		padding: 0;
		margin-bottom: 0;
	}
}

/*-----
	# UNISIZEガイド
-----*/

.guide_wrap .section_title_wrap .section_lead {
	font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

#contents.guide.unisize .guide_wrap_inner {
	margin-top: 80px;
}

.guide_block_unisize .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_unisize .guide_block_lead .guide_block_lead_title {
	line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.guide_block_unisize_wrap {
	border: 1px solid #D9D9D9;
	padding: 32px 40px;
	margin-bottom: 16px;
}

.guide_block_unisize_wrap.single_content {
	border: none;
}

.guide_block_unisize_wrap .guide_block_lead_text .guide_block_lead_text_sub {
	display: block;
    font-size: 12px;
    color: #7B7B7B;
	line-height: 1.8em;
}

.guide_block_unisize_wrap .guide_block_info {
	flex-wrap: wrap;
	margin: 40px 0 32px 0;
	height: auto;
	justify-content: center;
}

.guide_block_unisize_wrap .guide_block_info .guide_block_info_item {
	flex: none;
    text-align: center;;
    height: auto;
    margin: 0 40px 0 0;
    border: none;
    padding: 0;
	/* width: 240px; */
}

.guide_block_unisize_wrap .guide_block_info .guide_block_info_item img {
	width: 240px;
}

.guide_block_unisize_wrap .guide_block_info .guide_block_info_item:last-child {
	margin-right: 0;
}

.guide_block_unisize_wrap .guide_block_caution {
	margin: 48px 0 32px 0;
}

.guide_block_unisize.guide_block_situation .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_unisize .situation_brand_wrap {
	margin: 0 0 80px 0;
}

.guide_block.caution_contents {
	margin-top: 80px;
	border: 1px solid #D9D9D9;
	padding: 16px;
}

.caution_contents .caution_contents_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #555555;
}

.caution_contents .caution_contents_text .caution_contents_text_sub {
	font-size: 12px;
	color: #7B7B7B;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	.guide_block_unisize .guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_unisize_wrap {
		padding: 24px 16px;
	}

	.guide_block_unisize_wrap .guide_block_info {
		display: block;
		margin: 24px 0 0 0;
	}

	.guide_block_unisize_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 32px 0;

	}

	.guide_block_unisize_wrap .guide_block_info .guide_block_info_item:last-child {
		margin-bottom: 0;
	}

	.guide_block_unisize_wrap.single_content {
		padding: 0;
		margin-bottom: 0;
	}
}

/*-----
	# お気に入り機能ガイド
-----*/

.guide_wrap .section_title_wrap .section_lead {
	font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

#contents.guide.favorite .guide_wrap_inner {
	margin-top: 80px;
}

.guide_block_favorite .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_favorite .guide_block_lead .guide_block_lead_title {
	line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.guide_block_favorite_wrap {
	border: 1px solid #D9D9D9;
	padding: 32px 40px;
	margin-bottom: 16px;
}

.guide_block_favorite_wrap.single_content {
	border: none;
}

.guide_block_favorite_wrap .guide_block_lead_text .guide_block_lead_text_sub {
	display: block;
	font-size: 12px;
	color: #7B7B7B;
	margin-top: 4px;
}

.guide_block_favorite_wrap .guide_block_info {
	margin: 40px 0 32px 0;
	height: auto;
	justify-content: center;
}

.guide_block_favorite_wrap .guide_block_info .guide_block_info_item {
	flex: none;
    text-align: center;;
    height: auto;
    margin: 0 40px 0 0;
    border: none;
    padding: 0;
	/* width: 240px; */
}

.guide_block_favorite_wrap .guide_block_info .guide_block_info_item img {
	width: 240px;
}

.guide_block_favorite_wrap .guide_block_info .guide_block_info_item:last-child {
	margin-right: 0;
}

.guide_block_favorite_wrap .guide_block_caution {
	margin: 48px 0 32px 0;
}

.guide_block_favorite.guide_block_situation .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_favorite .situation_brand_wrap {
	margin: 0 0 80px 0;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	.guide_block_favorite .guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_favorite_wrap {
		padding: 24px 16px;
	}

	.guide_block_favorite_wrap .guide_block_info {
		display: block;
		margin: 24px 0 0 0;
	}

	.guide_block_favorite_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 32px 0;
	}

	.guide_block_favorite_wrap .guide_block_info .guide_block_info_item:last-child {
		margin-bottom: 0;
	}

	.guide_block_favorite_wrap.single_content {
		padding: 0;
		margin-bottom: 0;
	}
}

/*-----
	# ウェルネット返金サービス
-----*/

.guide_wrap .section_title_wrap .section_lead {
	font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.guide.wellnet .guide_wrap .section_title_wrap .section_lead {
	margin-bottom:16px;
}
#contents.guide.wellnet .guide_wrap_inner {
	margin-top: 80px;
}

.guide_block_wellnet .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_wellnet .guide_block_lead.single_contents {
	margin-bottom: 0;
}

.guide_block_wellnet .guide_block_lead .guide_block_lead_title {
	line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.guide_block_wellnet_wrap {
	border: 1px solid #D9D9D9;
	padding: 32px 40px;
	margin-bottom: 16px;
}

.guide_block_wellnet_wrap.single_content {
	border: none;
}

.guide_block_wellnet_wrap .guide_block_lead_text .guide_block_lead_text_sub {
	display: block;
    font-size: 12px;
    color: #7B7B7B;
	line-height: 1.8em;
}


.guide_block_wellnet_wrap .guide_block_info {
	flex-wrap: wrap;
	margin: 40px 0 32px 0;
	height: auto;
	justify-content: center;
}

.guide_block_wellnet_wrap .guide_block_info .guide_block_info_item {
	flex: none;
    text-align: center;;
    height: auto;
    margin: 0 40px 0 0;
    border: none;
    padding: 0;
	/* width: 240px; */
}

.guide_block_wellnet_wrap .guide_block_info .guide_block_info_item img {
	width: 240px;
}

.guide_block_wellnet_wrap .guide_block_info .guide_block_info_item:last-child {
	margin-right: 0;
}

.guide_block_wellnet_wrap .guide_block_caution {
	margin: 48px 0 32px 0;
}

.guide_block_wellnet.guide_block_situation .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_wellnet .situation_brand_wrap {
	margin: 0 0 80px 0;
}

.guide_block.caution_contents {
	margin-top: 80px;
	border: 1px solid #D9D9D9;
	padding: 16px;
}

.caution_contents .caution_contents_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #555555;
}

.caution_contents .caution_contents_text .caution_contents_text_sub {
	font-size: 12px;
	color: #7B7B7B;
}

.guide_block_wellnet_contents .guide_ttl {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.1em;
	color:#1A1A1A;
}

.guide_block_wellnet .guide_block_wellnet_contents:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.guide_block_wellnet_contents .guide_block_wellnet_title .is_push::before,
.guide_block_wellnet_contents .guide_block_wellnet_title .is_push::after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #7B7B7B;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.guide_block_wellnet_contents .guide_block_wellnet_title .is_push::after {
  background: #7B7B7B;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.guide_block_wellnet_contents .guide_block_wellnet_title.is_active .is_push::after {
  transform: rotate(0);
  transition: 0.5s;
}

@media screen and (min-width: 1001px){

}

@media (max-width: 1000px) {
	.guide_block_wellnet .guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_wellnet_wrap {
		padding: 24px 16px;
	}

	.guide_block_wellnet_wrap .guide_block_info {
		display: block;
		margin: 24px 0 0 0;
	}

	.guide_block_wellnet_wrap .guide_block_info .guide_block_info_item {
		margin: 0 0 32px 0;
	}

	.guide_block_wellnet_wrap .guide_block_info .guide_block_info_item:last-child {
		margin-bottom: 0;
	}

	.guide_block_wellnet_wrap.single_content {
		padding: 0;
		margin-bottom: 0;
	}
}

/*-----
	# 出荷スケジュール
-----*/

.guide_wrap .section_title_wrap .section_lead {
	font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

#contents.guide.shipping .guide_wrap_inner {
	margin-top: 80px;
}

.guide_block_shipping .guide_block_lead {
	margin-bottom: 40px;
}

.guide_block_shipping .guide_block_lead.single_contents {
	margin-bottom: 0;
}

.guide_block_shipping .guide_block_lead .guide_block_lead_title {
	line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.guide_block_shipping_wrap {
	/* border: 1px solid #D9D9D9; */
	/* padding: 32px 40px; */
	/* margin-bottom: 16px; */
}

.guide_block_shipping_wrap.single_content {
	border: none;
}

.guide_block_shipping_wrap .guide_block_lead_text .guide_block_lead_text_sub {
	display: block;
    font-size: 12px;
    color: #7B7B7B;
	line-height: 1.8em;
}

.guide_block_lead .guide_block_lead_text_sub {
	display: block;
    font-size: 12px;
    color: #7B7B7B;
	line-height: 1.8em;
}

.calendar_main {
	display: flex;
	gap: 48px;
}

.calendar_main .cal_left {
	width: 450px;
}

.calendar_wrap {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #1A1A1A;
	text-align: center;
    vertical-align: middle;
	margin-top: -32px;
}

.calendar_main .cal_left .table_cal {
	width: 100%;
	table-layout: fixed;
}

.calendar_wrap .calendar_head {
	text-align: left;
	padding-bottom: 12px;
}

.calendar_wrap .calendar_weeks {
	color: #7B7B7B;
}

.calendar_main .cal_left .table_cal tr {
	line-height: 36px;
	white-space: nowrap;
}

.calendar_main .cal_left .table_cal tr:nth-child(2) {
	border-bottom: 1px solid #E9E9E9;
}

.calendar_main .cal_left .table_cal tr td {
	margin-top: 17px;
}

.calendar_main .cal_left .table_cal tr td.no_send span {
	display: inline-block;
    width: 36px;
    height: 36px;
    color: #FFFFFF;
    background-color: #7B7B7B;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
	margin: 17px auto 0;
}

.calendar_text {
	font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
	margin-top: 32px;
}

.calendar_text .each_alendar_title {
	margin-bottom: 16px;
    font-weight: bold;
}

.calendar_text .each_alendar_area {
	margin-bottom: 32px;
}

.calendar_text .each_alendar_area:last-child {
	margin-bottom: 0;
}

.guide_block_lead_text_next.no_send {
	margin-top: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.guide_block_lead_text_next.no_send:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #7B7B7B;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.schedule_table {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #1A1A1A;
	text-align: center;
    vertical-align: middle;
	margin-bottom: 8px;
}

.schedule_table thead {
	font-size: 16px;
}

.schedule_table thead tr {
	text-align: center;
	height: 30px;
	color: #7B7B7B;
}

.schedule_table thead tr th {
	width: 60px;
	vertical-align: middle;
}

.schedule_table thead tr th.weekend {
	color: #BE7454;
}

.schedule_table tbody tr {
	height: 70px;
	border-bottom: 2px solid #FFFFFF;
}

.schedule_table tbody tr th {
	background-color: #E9E9E9;
	padding: 0 12px;
	vertical-align: middle;
	border-right: 2px solid #FFFFFF;
}

.schedule_table tbody tr th:nth-child(2),
.schedule_table tbody tr:nth-child(2) th {
	text-align: left;
}

.schedule_table tbody tr td {
	font-size: 12px;
	vertical-align: middle;
	border-right: 2px solid #F5F5F5;
}

.schedule_table tbody tr td.on_event {
	background-color: #FAFAFA;
	border-right: 2px solid #FFFFFF;
}

.schedule_table tbody tr td .icon {
	display: block;
}

.schedule_table tbody tr td .icon img {
	width: 24px;
	height: 24px;
}

.schedule_table tbody tr td.icon_color {
	background-color: #DFEEE6;
}



.delivery_steps {
	counter-reset: step-counter;
	position: relative;
	padding-left: 2rem;
}

.delivery_steps:before {
	content: "";
    background-color: #D9D9D9;
    width: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 225px);
    z-index: 0;
}

.delivery_steps > .delivery_steps_title {
	counter-increment: step-counter;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	margin-left: 44px;
}

.delivery_steps > .delivery_steps_title:before {
	content: counter(step-counter);
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #1A1A1A;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-border-radius:;
	-moz-border-radius:;
	-ms-border-radius:;
	-o-border-radius:;
}

.delivery_steps_title .icon {
	display: flex;
	align-items: center;
}

.delivery_steps_title .icon img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.delivery_steps_text {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin: 13px 0 48px 44px;
}

.delivery_steps_text .transition_link {
	display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 1px;
	margin-top: 16px;
}

@media screen and (min-width: 1001px){
	.guide_block_lead_text_next.no_send {
		justify-content: start;
	}
}

@media (max-width: 1000px) {
	.guide_block_shipping .guide_block_lead {
		margin-bottom: 32px;
	}

	.guide_block_shipping_wrap {
		/* padding: 24px 16px; */
	}

	.guide_block_shipping_wrap.single_content {
		padding: 0;
		margin-bottom: 0;
	}

	.calendar_main {
		display: block;
	}

	.calendar_main .cal_left {
		width: 100%;
		margin-bottom: 35px;
	}

	.guide_block_shipping_title {
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 0.08em;
		line-height: 1.8em;
		margin-bottom: 33px;
	}

	.schedule_table {
		width: 100%;
	}

	.schedule_table thead {
		font-size: 11px;
		line-height: 1.3em;
	}

	.schedule_table thead tr th {
		border-bottom: 1px solid #D9D9D9;
	}

	.schedule_table tbody tr th:nth-child(2),
	.schedule_table tbody tr:nth-child(2) th {
		text-align: center;
	}

	.schedule_table tbody tr th {
		font-size: 12px;
		padding: 0;
	}

	.schedule_table tbody tr td {
		font-size: 11px;
	}

	.schedule_table tbody tr td .icon img {
		width: 20px;
		height: 20px;
	}

	.delivery_steps:before {
		left: 0;
		height: calc(50%);
		margin-left: 15px;
	}

	.delivery_steps > .delivery_steps_title:before {
		font-size: 16px;
		line-height: 32px;
		width: 32px;
		height: 32px;
		border-radius: 32px;
	}

	.delivery_steps > .delivery_steps_title {
		font-size: 18px;
		margin-right: 22px;
	}

	.delivery_steps_text {
		margin: 17px 0 32px 22px;
	}


}

/*-----
	# Narvar返品交換
-----*/

.narvar_wrap {
	width: 948px;
    height: 225px;
    border: 1px solid #D9D9D9;
    padding: 30px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	line-height: 1.8em;
	overflow-y: scroll;
	font-size: 13px;
}

.narvar_wrap::-webkit-scrollbar {
	display: none;
}

.narvar_block_title {
	color: #555555;
	font-weight: bold;
	margin-bottom: 10px;
}

.narvar_block_text {
	color: #555555;
}

.narvar_block_text .guide_link {
	font-size: 13px;
}

.narvar_wrap .narvar_block_contents {
	margin: 15px 0;
	padding-left: 15px;
}

.narvar_wrap .narvar_block_contents .narvar_contents_item_title {
	margin-left: -15px;
}

.narvar_wrap .narvar_block_contents .narvar_contents_item {
	list-style: disc;
}

#guide_return .link_btn {
	background-color: #C4C4C4;
}

#guide_return .link_btn.is_active {
	background-color: #2A292F;
}

#evtarget {
	pointer-events: none;
}

.link_btn.is_active #evtarget {
	pointer-events: auto;
}

@media (max-width: 1000px) {
	.narvar_wrap {
		width: 100%;
	}
}
/*
----------------------------------*/
.repaircase_link {
    display: block;
    text-align: left;
}

@media screen and (min-width: 1001px){
    .repaircase_link {
        text-align: center;
    }
}
