@charset “UTF-8”;
/* ==============================================================================

CSS Information

 File name:	main.css

 Style Info:	メイン設定 ※ スマフォファースト
 
============================================================================== */

/*-------------------------------------------------------------------------------

 共通部分 / 汎用パーツ

-------------------------------------------------------------------------------*/

/* contents
-----------------------------------------------------------*/

.content {
	clear: both;
	overflow: hidden;
	zoom: 100%;
}
.content--bg01 {
	background: center top / 100% auto url(../images/common/bg_beige01.webp) repeat-y ;
}
.content--bg02 {
	background: center top / 100% auto url(../images/common/bg_beige02.webp) repeat-y ;
}
.content--bg03 {
	background: #f3ebeb;
}
.content--wabg {
	background: center top / 100% auto url(../images/common/bg_bg.webp) repeat-y ;
}
.content--ward {
	background: center top / 100% auto url(../images/common/bg_rd.webp) repeat-y ;
}
.content--waor {
	background: center top / 100% auto url(../images/common/bg_or.webp) repeat-y ;
}
.content--wagr {
	background: center top / 100% auto url(../images/common/bg_gr.webp) repeat-y ;
}
.content--wagy {
	background: center top / 100% auto url(../images/common/bg_gy.webp) repeat-y ;
}
.content--wayw {
	background: center top / 100% auto url(../images/common/bg_yw.webp) repeat-y ;
}
.content--texture01 {
	background: center top / 100% auto url(../images/common/bg_tex01.webp) repeat-y ;
}
.content--reason {
	position: relative;
	overflow: hidden;
	background: center top / 100% auto url(../images/common/bg_reason_ue.webp) no-repeat ;
}
.content--reason::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 192 / 45;
	background: center bottom / 100% auto url(../images/common/bg_reason_shita.webp) no-repeat ;
}
.content--reason .content__inner {
	position: relative;
	z-index: 50;
}
.content--bk {
	background-color: var(--color-gray-800);
	color: var(--color-white);
}
.content a {
	color: inherit;
}

.fs-l-pageMain .content {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.content__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 15px;
}
.content__inner + .content__inner {
	padding-top: 0;
}


@media only screen and (min-width: 768px) {
	.content__inner {
		padding: 90px 20px;
	}
}

/* 見出し
-----------------------------------------------------------*/

.title_block {
	margin-bottom: 20px;
	text-align: center;
}
.title_block :where(h1,h2,h3) {
	line-height: 1.1;
}
.title_block .ja {
	display: inline-block;
	font-size: min(3rem,6.5vw);
	font-weight: normal;
	font-weight: 600;
}
.title_block .ja--small {
	font-size: min(1.8rem,4.5vw);
}
.title_block .ja--medium {
	font-size: min(2.4rem,5vw);
}
.title_block .ja--bl {
	color: var(--color-black);
	font-weight: 600;
}
.title_block .ja--rd {
	color: var(--color-primary);
	font-weight: 600;
}
.title_block .ja .fl {
	display: inline-block;
	margin-top: -.4em;
	margin-right: .25em;
	padding: .5em;
	background: center / contain url(../images/common/bg_title_circle_rd.png) no-repeat;
	color: var(--color-white);
	vertical-align: middle;
}
.title_block .ja .fl.rd {
	background-image: url(../images/common/bg_title_circle_rd.png);
}
.title_block .ja .fl.gd {
	background-image: url(../images/common/bg_title_circle_gd.png);
}
.title_block .en {
	display: inline-block;
	font-size: min(1.4rem,4vw);
}
.title_block .en--min {
	font-size: min(1rem,3vw);
}

.title_block .slash {
	position: relative;
	display: inline-block;
	padding: 0 1.2em;
}
.title_block .slash::before ,
.title_block .slash::after {
	position: absolute;
	content: '';
	top: -.2em;
	width: 1px;
	height: 1.5em;
	background: var(--color-text);
}
.title_block .slash::before {
	left: 0;
	transform:rotate(-45deg);
}
.title_block .slash::after {
	right: 0;
	transform:rotate(45deg);
}
.title_block p {
	margin-top: 1em;
}

.insta-link {
	display: inline-block;
	margin-left: 1em;
	font-size: min(1.8rem,4.5vw);
	text-decoration: none;
}
.insta-link::before {
	display: inline-block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	margin-bottom: -.25em;
	background: center / contain url(../images/common/icon_sns_instacl2.png);
	vertical-align: baseline;
}

.title_sub {
	margin-bottom: 1em;
	padding-left: .5em;
	border-left: 2px solid var(--color-text);
	font-size: min(2.4rem,5vw);
	font-weight: 600;
}

/* title min */
.title_min {
	margin-bottom: 40px;
	font-size: 1.25rem;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.title_block {
		margin-bottom: 30px;
	}
}

.content-block {

}


/* テーブル
-----------------------------------------------------------*/

.tbl {
	margin: 10px;
	border-collapse: collapse;
	text-align: left;
}
.tbl th {
	padding: 5px;
	background: #EEE;
	border: 1px solid #999;
}
.tbl td {
	padding: 5px;
	border: 1px solid #999;
}


/* text
-----------------------------------------------------------*/

.text-block p:not(:last-child) ,
.text-block_center p:not(:last-child) {
	margin-bottom: 1.5em;
}

.color--red {
	color: var(--color-primary);
}
.color--lemon {
	color: #ffff00;
}

.bold {
  font-weight: 600;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* 画像関係
-----------------------------------------------------------*/

.fig-box--round img {
	border-radius: 15px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.fig-list li {
	flex-grow: 0;
	width: calc((100% - 10px) / 2);
}
.fig-list.sepa01 li {
	width: 100%;
}
.fig-list__text {
	margin-top: 1em;
}
@media only screen and (min-width: 768px) {
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.fig-list {
		gap: 15px;
	}
	.fig-list li {
		width: calc((100% - 15px) / 2);
	}
	.fig-list.sepa01 li {
		width: 70%;
	}
	.fig-list.sepa03 li {
		width: calc((100% - 15px * 2) / 3);
	}
	.fig-list.sepa04 li {
		width: calc((100% - 15px * 3) / 4);
	}
}


/* sns
-----------------------------------------------------------*/

ul.sns__list {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
	padding-left: 0;
	line-height: 1;
}
ul.sns__list li {
	list-style-type: none;
}
.sns a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.sns a span {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 8px;
	background: center / 50% auto no-repeat var(--color-primary);
	text-indent: -9999px;
}
.sns a em {
	display: block;
	margin-top: 8px;
	font-size: .875rem;
	font-weight: normal;
}
.sns a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sns li.fb a span {
	background-size: 30% auto;
	background-image: url(../images/common/icon_sns_fb_wh.svg);
}
.sns li.insta a span {
	background-image: url(../images/common/icon_sns_instawh.svg);
}
.sns li.x a span {
	background-image: url(../images/common/icon_sns_x_wh.svg);
}
.sns li.tiktok a span {
	background-image: url(../images/common/icon_sns_tiktokwh.svg);
}
.sns li.youtube a span {
	background-image: url(../images/common/icon_sns_youtube_wh.svg);
}


/* link / btn
-----------------------------------------------------------*/

.more_link {
	margin: 10px 0 30px;
	text-align: right;
}

.btn_box {
	clear: both;
	margin-top: 1.5em;
	line-height: 1.4;
	text-align: center;
}
.btn_box p + a {
	margin-top: 1em;
}
.btn_box a {
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	padding: 10px 1.5em;
	border-radius: 50vh;
	border: 2px solid var(--color-text);
	color: var(--color-text);
	font-weight: normal;
	font-family: var(--font-gothic);
	text-decoration: none;
	text-align: center;
}
.btn_box a::after {
	display: inline-block;
	content: '';
	margin-left: .5em;
	width: .65em;
	height: 1em;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 21.73 41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 1.23 19.27 19.27-19.27 19.27 1.23 1.23 20.5-20.5-20.5-20.5z' fill='%23333'/%3E%3C/svg%3E") no-repeat center / contain;
	vertical-align: middle;
}
.btn_box a:hover {
	opacity: 1;
	background: var(--color-text);
	color: var(--color-white);
}
.btn_box a:hover::after {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 21.73 41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 1.23 19.27 19.27-19.27 19.27 1.23 1.23 20.5-20.5-20.5-20.5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* LINE */
.btn_box.btn_box--line a {
	border: none;
	border-radius: 8px;
	background: var(--color-line);
	color: var(--color-white);
}
.btn_box.btn_box--line a::before {
	display: inline-block;
	content: '';
	margin-right: 10px;
	margin-bottom: .2em;
	width: 1.5em;
	height: 1.2em;
	background: center / contain url(../images/common/icon_sns_linewh.svg) no-repeat;
	vertical-align: middle;
}
.btn_box.btn_box--line a::after {
	content: none;
}

/* mailmaga */
.btn_box.btn_box--mailmaga a {
	border-radius: 8px;
}
.btn_box.btn_box--mailmaga a::before {
	display: inline-block;
	content: '';
	margin-right: 10px;
	margin-bottom: .2em;
	width: 1.5em;
	height: 1em;
	background: center / contain url(../images/common/icon_mail.svg) no-repeat;
	vertical-align: middle;
}
.btn_box.btn_box--mailmaga a::after {
	content: none;
}

.contact_btn-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 740px;
	margin: 0 auto;
}
.contact_btn-list .btn_box a {
	width: 100%;
	font-size: min(3.2rem,7vw);
	font-family: var(--font-gothic);
	font-weight: normal;
}
.contact_btn-list .btn_box .catch {
	display: block;
	margin-bottom: 1em;
	font-size: min(1.4rem,4vw);
}
@media only screen and (min-width: 768px) {
	.contact_btn-list {
		flex-direction: row;
		justify-content: center;
		gap: 40px;
	}
	.contact_btn-list li {
		width: calc((100% - 40px) / 2);
	}
	
}


/* bnr
----------------------------------------------------------- */

.bnr-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.bnr-list:not(:last-child) {
	margin-bottom: 30px;
}
.bnr-list--detail {
	gap: 10px;
}
.card-list+.bnr-list ,
.bnr-list+.bnr-list {
	margin-top: 40px;
}
.bnr-list__item ,
.bnr-list__item--full ,
.bnr-list--detail .bnr-list__item {
	width: 100%;
}
.bnr-list__item--3col, .bnr-list__item--4col {
	width: calc((100% - 15px) / 2);
}
.bnr-list a {
	position: relative;
	display: block;
	text-decoration: none;
}
.bnr-list .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .75em 1em;
	background: rgb(204 153 51 / 80%);
	color: var(--color-white);
	font-size: min(1.8rem,3.5vw);
	line-height: 1;
	z-index: 60;
}
.bnr-list .btn::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: 1em;
	margin-left: .25em;
	margin-bottom: -.1em;
	background: center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 22.95 41.82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.05 18.86 18.86-18.86 18.86 2.05 2.05 20.9-20.91-20.9-20.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
	vertical-align: baseline;
}
.bnr-list__text {
	margin-top: .5em;
	line-height: 1.4;
}
.bnr-list .cate-name {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--color-white);
	font-size: min(2.4rem,5vw);
	text-shadow:
		0 0 8px rgba(0, 0, 0, .8),
		0 0 8px rgba(0, 0, 0, .8),
		0 0 8px rgba(0, 0, 0, .8);
}
@media only screen and (min-width: 768px) {
	.bnr-list {
		gap: 20px;
	}
	.bnr-list--detail {
		gap: 10px;
	}
	
	.bnr-list__item {
		width: calc((100% - 20px) / 2);
	}
	.bnr-list__item--3col {
		width: calc((100% - 40px) / 3);
	}
	.bnr-list__item--4col {
		width: calc((100% - 60px) / 4);
	}
	.bnr-list__item--full {
		width: 100%;
	}
}

/* cate_text-list
----------------------------------------------------------- */

.cate_text-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cate_text-list li {
	width: calc((100% - 10px * 1) / 2);
}
.cate_text-list a {
	position: relative;
	display: block;
	padding: .25em;
	border-bottom: 1px solid var(--color-gray-200);
	text-decoration: none;
}
.cate_text-list a::after {
	position: absolute;
	top: calc(50% - .5em);
	right: 0;
	content: '';
	margin-left: .5em;
	width: .75em;
	height: 1em;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 21.73 41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 1.23 19.27 19.27-19.27 19.27 1.23 1.23 20.5-20.5-20.5-20.5z' fill='%23333'/%3E%3C/svg%3E") no-repeat center / contain;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) {
	.cate_text-list {
		gap: 15px 25px;
	}
	.cate_text-list li {
		width: calc((100% - 25px * 2) / 3);
	}
}


/* cate_gift-list
----------------------------------------------------------- */

.cate_gift-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.cate_gift-list:not(:last-child) {
	margin-bottom: 30px;
}
.cate_gift-list--detail {
	gap: 10px;
}
.cate_gift-list__item {
	width: 100%;
}
.cate_gift-list__item.col5 {
	width: calc((100% - 15px) / 2);
}
.cate_gift-list a {
	display: block;
	border: 2px solid #e5d06f;
	text-decoration: none;
}
.cate_gift-list a .inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1em;
	padding: 6px;
	border: 2px solid var(--color-white);
	background: right bottom / auto 100% url(../images/home/cate_gift_bg.webp) no-repeat #f6f6ed;
}
.cate_gift-list a .fig {
	display: block;
	width: 32.5%;
}
.cate_gift-list a .text {
	display: block;
	flex: 1;
	font-size: min(1.6rem,3vw);
	line-height: 1.2;
}

@media only screen and (min-width: 768px) {
	.cate_gift-list {
		gap: 15px;
	}
	.cate_gift-list__item {
		width: calc((100% - 15px * 2) / 3);
	}
	.cate_gift-list__item.col5 {
		width: calc((100% - 15px * 4) / 5);
	}
}


/* card list
----------------------------------------------------------- */

.card-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.card-list a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
.card-list__thumb {
	position: relative;
}
.card-list__thumb .name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: var(--layer-dark);
	color: var(--color-white);
	font-size: min(1.4rem,4vw);
	text-align: center;
}
.card-list__text {
	margin-top: 1em;
	font-size: min(1.4rem,4vw);
}

@media only screen and (min-width: 768px) {
	.card-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px 30px;
	}
	.card-list > li {
		width: calc((100% - 30px * 2) / 3);
	}
	.card-list--sepa04 > li {
		width: calc((100% - 30px * 3) / 4);
	}
}


/* entry-horizontal
----------------------------------------------------------- */

.entry-horizontal__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-family: var(--font-gothic);
}
.entry-horizontal__list li a {
	display: flex;
	gap: 15px;
	text-decoration: none;
}
.entry-horizontal__image {
	width: 220px;
	max-width: 40%;
}
.entry-horizontal__text {
	flex: 1;
	line-height: 1.6;
}
.entry-horizontal__text h3 {
	margin-bottom: 1em;
	line-height: 1.6;
}
.entry-horizontal__text {
	font-size: min(1.4rem,4vw);
}

@media only screen and (min-width: 768px) {
	.entry-horizontal__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px;
	}
	.entry-horizontal__list li {
		width: calc((100% - 50px) / 2);
	}
}



/* item-list
----------------------------------------------------------- */

.item-list {
	margin: 0 -10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.item-list > li {
	position: relative;
	flex-grow: 0;
	width: 100%;
}

/* 5分割 */
.item-list05 > li {
	width: 50%;
}

.item-list > li > div {
	margin: 0 10px 20px;
}

.item-list a {
	position: relative;
	display: block;
	text-decoration: none;
}

.item-list .thumb {
	position: relative;
	display: block;
	font-style: normal;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	/* 2分割 */
	.item-list02 li {
		width: 50%;
	}
	/* 3分割 */
	.item-list03 li {
		width: 33.33333%;
	}
	/* 4分割 */
	.item-list04 li {
		width: 25%;
	}
	/* 5分割 */
	.item-list05 li {
		width: 20%;
	}
}

/* tab
----------------------------------------------------------- */

.tab__list {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.tab__list li {
	flex: 1;
}
.tab__list label {
	display: block;
	cursor: pointer;
	height: 100%;
	padding: 4px 0px;
	border-radius: 8px 8px 0 0;
	background: #cc9999;
	color: var(--color-white);
	text-align: center;
	opacity: .5;
	transition: .3s;
}

.tab__area {
	padding: 20px;
	border: 2px solid var(--color-primary);
	background: var(--color-white);
}
.tab__area section {
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
	.tab__swiper {
		overflow-x: auto;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.tab__swiper .tab__list {
		min-width: 820px;
	}
}
@media only screen and (min-width: 768px) {
	.tab__list label {
		padding: 10px 4px;
	}
}

.tab__wrapper input[type="radio"]:nth-child(1):checked ~ .tab__container .tab__list li:nth-child(1) label ,
.tab__wrapper input[type="radio"]:nth-child(2):checked ~ .tab__container .tab__list li:nth-child(2) label ,
.tab__wrapper input[type="radio"]:nth-child(3):checked ~ .tab__container .tab__list li:nth-child(3) label ,
.tab__wrapper input[type="radio"]:nth-child(4):checked ~ .tab__container .tab__list li:nth-child(4) label ,
.tab__wrapper input[type="radio"]:nth-child(5):checked ~ .tab__container .tab__list li:nth-child(5) label ,
.tab__wrapper input[type="radio"]:nth-child(6):checked ~ .tab__container .tab__list li:nth-child(6) label ,
.tab__wrapper input[type="radio"]:nth-child(7):checked ~ .tab__container .tab__list li:nth-child(7) label ,
.tab__wrapper input[type="radio"]:nth-child(8):checked ~ .tab__container .tab__list li:nth-child(8) label ,
.tab__wrapper input[type="radio"]:nth-child(9):checked ~ .tab__container .tab__list li:nth-child(9) label {
	opacity: 1;
	background-color: var(--color-primary);
}
.tab__wrapper input[type="radio"]:nth-child(1):checked ~ .tab__area section:nth-child(1) ,
.tab__wrapper input[type="radio"]:nth-child(2):checked ~ .tab__area section:nth-child(2) ,
.tab__wrapper input[type="radio"]:nth-child(3):checked ~ .tab__area section:nth-child(3) ,
.tab__wrapper input[type="radio"]:nth-child(4):checked ~ .tab__area section:nth-child(4) ,
.tab__wrapper input[type="radio"]:nth-child(5):checked ~ .tab__area section:nth-child(5) ,
.tab__wrapper input[type="radio"]:nth-child(6):checked ~ .tab__area section:nth-child(6) ,
.tab__wrapper input[type="radio"]:nth-child(7):checked ~ .tab__area section:nth-child(7) ,
.tab__wrapper input[type="radio"]:nth-child(8):checked ~ .tab__area section:nth-child(8) ,
.tab__wrapper input[type="radio"]:nth-child(9):checked ~ .tab__area section:nth-child(9) {
	height: auto;
	visibility: visible;
	padding: 30px 0;
	opacity: 1;
}



/* レコメンド+
----------------------------------------------------------- */

.tab__area section h2 ,
.recommend__wrap h2 {
	display: none;
}

.fr4-rcmd-ranking-bar {
	height: auto!important;
	justify-content: center;
}
.fr4-rcmd-ranking-val {
	align-items: flex-start!important;
	width: 24px!important;
	height: 36px!important;
	padding-top: 4%;
	background-color: transparent!important;
	background: center / contain url(../images/common/icon_rank04_2.svg) no-repeat;
	font-size: min(2rem,4vw)!important;
	text-align: center;
	line-height: 1;
}
.fr4-rcmd-car-slide:nth-child(1) .fr4-rcmd-ranking-val {
	background-image: url(../images/common/icon_rank01.svg);
}
.fr4-rcmd-car-slide:nth-child(2) .fr4-rcmd-ranking-val {
	background-image: url(../images/common/icon_rank02.svg);
}
.fr4-rcmd-car-slide:nth-child(3) .fr4-rcmd-ranking-val {
	background-image: url(../images/common/icon_rank03.svg);
}
.fr4-rcmd-car-slide:nth-child(n+3) .fr4-rcmd-ranking-val {
	color: var(--color-white)!important;
}
@media only screen and (min-width: 768px) {
	.fr4-rcmd-ranking-val {
		width: 45px!important;
		height: 56px!important;
	}
}




/* flex block
----------------------------------------------------------- */

.flex-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.flex-block:not(:last-child) {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.flex-block {
		flex-direction: row;
		gap: 64px;
	}
	.flex-block:not(:last-child) {
		margin-bottom: 120px;
	}
	.flex-block.alcenter {
		align-items: center;
	}
	.flex-block.reverse {
		flex-direction: row-reverse;
	}
	.flex-block__image {
		width: calc((100% - 60px) / 2);
		margin-bottom: 0;
	}
	.flex-block__text {
		flex: 1;
	}
}


/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry-vertical__list {
	margin-bottom: 20px;
	border-top: 1px dotted var(--color-gray-300);
	font-size: 1.4rem;
	font-family: var(--font-gothic);
}
.entry-vertical__list li {
	padding: .5em 1em;
	border-bottom: 1px dotted var(--color-gray-300);
}
.entry-vertical__list li .date_box {
	display: inline-block;
	vertical-align: middle;
}
.entry-vertical__list li .cate_school {
	display: inline-block;
	vertical-align: middle;
}
.entry-vertical__list li .entry-vertical__title {
	display: block;
	margin-top: 0.5em;
}
.entry-vertical__list li .entry-vertical__title .title {
	display: inline-block;
}
.entry-vertical__list li a {
	position: relative;
	display: inline-block;
	padding-right: 1.2em;
}
@media (min-width: 768px) {
	.entry-vertical__list li {
		display: flex;
		align-items: center;
		padding: .75em 1em;
	}
	.entry-vertical__list li .date_box {
		display: block;
		width: 7em;
	}
	.entry-vertical__list li .cate_box2 {
		display: block;
		width: 10em;
	}
	.entry-vertical__list li .entry-vertical__title {
		flex: 1;
		margin-top: 0;
	}
}

/*-------------------------------------------------------------------------------

 index

-------------------------------------------------------------------------------*/

/* cover
----------------------------------------------------------- */

.cover_splide .splide__slide {
	overflow: hidden;
	position: relative;
	text-align: center;
	transition-timing-function: ease-in-out;
}

/* catch copy */
.cover_splide .covre__catch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	font-size: min(3.2rem,4.5vw);
	line-height: 1.6;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 20px rgba(0,0,0,.8),
		0 0 20px rgba(0,0,0,.8),
		0 0 30px rgba(0,0,0,.7);
	z-index: 50;
}
.cover_splide .covre__catch span {
	display: inline-block;
}
.cover_splide .btn {
	position: absolute;
	right: 15px;
	bottom: 10px;
	padding: .5em;
	background: var(--layer-dark);
	color: var(--color-white);
	font-size: min(2.8rem,3.5vw);
	line-height: 1;
	z-index: 60;
}
.cover_splide .btn::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: 1em;
	margin-left: .25em;
	margin-bottom: -.1em;
	background: center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 22.95 41.82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.05 18.86 18.86-18.86 18.86 2.05 2.05 20.9-20.91-20.9-20.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
	vertical-align: baseline;
}

/* splide */
.cover_splide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 5s ease;
}
.cover_splide .splide__slide.is-active img {
	transform: scale(1.03);
}
.cover_splide .splide__track {
	overflow: visible;
}

@media only screen and (min-width: 768px) {
	.cover_splide .btn {
		right: 25px;
		bottom: 20px;
	}
	
}


/* bnr
----------------------------------------------------------- */

.bnr_splide .splide__slide {
	position: relative;
}
.bnr_splide .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .5em;
	background: var(--layer-dark);
	color: var(--color-white);
	font-size: min(2.8rem,3.5vw);
	line-height: 1;
	z-index: 60;
}
.bnr_splide .btn::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: 1em;
	margin-left: .25em;
	margin-bottom: -.1em;
	background: center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 22.95 41.82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.05 18.86 18.86-18.86 18.86 2.05 2.05 20.9-20.91-20.9-20.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
	vertical-align: baseline;
}
.bnr_splide .splide__arrow {
	background: transparent;
}
.bnr_splide .splide__arrow--prev {
	left: 0;
}
.bnr_splide .splide__arrow--next {
	right: 0;
}
.bnr_splide .splide__arrow svg {
	fill: var(--color-white);
}

/* insta
----------------------------------------------------------- */

.insta_splide {
	padding: 0 30px;
}
.insta_splide .splide__arrow--prev {
	left: 0;
}
.insta_splide .splide__arrow--next {
	right: 0;
}
.insta_splide .splide__arrow {
	background: transparent;
}


/* media
----------------------------------------------------------- */

.media {
	background: var(--color-white);
}
.media__carousel {
	display: flex;
	justify-content: center;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 8%;
}
.media__item {
	flex: 0 0 240px;
	scroll-snap-align: start;
	padding: 30px 20px;
}
.media__item img {
	margin-bottom: 1em;
}
.media__item .text {
	display: block;
	font-size: min(1.4rem,4vw);
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.media {
		margin-right: -15px;
	}
	.media__carousel {
		justify-content: flex-start;
		gap: 2%;
	}
}


/* anshin
----------------------------------------------------------- */

.anshin__head {
	display: flex;
	align-items: center;
	gap: 5%;
	max-width: 800px;
	margin: 0 auto 20px;
}
.anshin__head-logo {
	width: 40%;
}
.anshin__head-text {
	width: 55%;
	font-weight: 600;
	line-height: 1;
}
.anshin__head-text .ja {
	display: block;
}
.anshin__head-text .ja--small {
	margin-bottom: .5em;
	font-size: min(1.8rem,4vw);
}
.anshin__head-text .ja--large {
	color: var(--color-primary);
	font-size: min(6rem,7vw);
}

/* list */
.anshin__list {
	margin-bottom: 30px;
	border: 1px solid var(--color-gray-200);
	border-bottom: none;
}
.anshin__list li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px;
	border-bottom: 1px solid var(--color-gray-200);
	background: var(--color-white);
}
.anshin__list li::before {
	display: block;
	content: '';
	width: 78px;
	aspect-ratio: 1/1;
	margin-right: 1em;
	background: center / contain no-repeat;
}
.anshin__list li:nth-child(1)::before {
	background-image: url(../images/home/icon_anshin_1.svg);
}
.anshin__list li:nth-child(2)::before {
	background-image: url(../images/home/icon_anshin_2.svg);
}
.anshin__list li:nth-child(3)::before {
	background-image: url(../images/home/icon_anshin_3.svg);
}
.anshin__list li:nth-child(4)::before {
	background-image: url(../images/home/icon_anshin_4.svg);
}
.anshin__list li:nth-child(5)::before {
	background-image: url(../images/home/icon_anshin_5.svg);
}
.anshin__list li:nth-child(6)::before {
	background-image: url(../images/home/icon_anshin_6.svg);
}
.anshin__list li:nth-child(7)::before {
	background-image: url(../images/home/icon_anshin_7.svg);
}
.anshin__body {
	flex: 1;
}
.anshin__image {
	width: 120px;
	max-width: 20%;
	text-align: right;
}
.anshin__title {
	margin-bottom: .25em;
	font-size: min(2.4rem,5vw);
	color: var(--color-primary);
	font-weight: 600;
	line-height: 1.2;
}
.anshin__text {
	font-size: min(1.4rem,3.5vw);
	line-height: 1.4;
	letter-spacing: -.02em;

}

@media only screen and (max-width: 767px) {
	.anshin__list li {
		gap: 1em;
	}
	.anshin__list li::before {
		width: 50px;
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) {
	.anshin__head {
		margin-bottom: 40px;
	}
	.anshin__list {
		display: flex;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: none;
		margin-bottom: 40px;
	}
	.anshin__list li {
		width: 50%;
		padding: 15px 20px;
		border-right: 1px solid var(--color-gray-200);
	}
}


/* ギフト
-----------------------------------------------------------*/

.gift__list li:not(:last-child) {
	margin-bottom: 20px;
}
.gift__list .inner {
	display: flex;
	gap: 20px;
}
.gift__list .gift__fig {
	width: 280px;
	max-width: 50%;
}
.gift__list .gift__text {
	flex: 1;
}
.gift__list .gift__text h3 {
	margin-bottom: .5em;
	color: var(--color-primary);
	font-size: min(1.8rem,4.5vw);
	font-weight: 600;
	line-height: 1.2;
}
.gift__list .gift__text p {
	font-size: min(1.4rem,4vw);
}

.gift__list + p {
	margin-top: 2em;
} 
  
@media screen and (min-width: 768px) {
	.gift__list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.gift__list li:not(:last-child) {
		margin-bottom: 0;
	}  
	.gift__list li {
		width: calc((100% - 40px) / 2);
	}
}
  

/* reason
-----------------------------------------------------------*/

.reason__item {
	margin-bottom: 20px;
}
.reason__image {
	text-align: center;
}
.reason__text {
	position: relative;
	z-index: 20;
}
.reason__text-inner {
	position: relative;
	padding: 20px 10px;
	text-shadow:
		0 0 4px rgba(255, 255, 255, 1),
		0 0 6px rgba(255, 255, 255, 1),
		0 0 8px rgba(255, 255, 255, 1),
		0 0 10px rgba(255, 255, 255, 1),
		0 0 10px rgba(255, 255, 255, 1),
		0 0 10px rgba(255, 255, 255, 1),
		0 0 12px rgba(255, 255, 255, 1);
}
.reason__title {
	color: var(--color-primary);
	font-size: min(2.4rem,5vw);
	font-weight: 600;
}
.reason__text p:not(:last-child) {
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.reason__text-inner {
		margin: 0 10px;
		margin-top: -5em;
	}
}
@media only screen and (min-width: 768px) {
	.reason__item {
		margin-bottom: 40px;
	}
	.reason__head {
		margin-bottom: 1.5em;
	}
	.reason__body {
		display: flex;
		align-items: center;
	}
	.reason__body.reverse {
		flex-direction: row-reverse;
	}
	.reason__image {
		width: 640px;
		max-width: 75%;
		margin-bottom: 0;
	}
	.reason__text {
		flex: 1;
	}
	.reason__text-inner {
		margin-left: -80px;
		padding: 40px;
	}
	.reason__text-inner.al-cenrer {
		margin-top: 0;
	}
	.reason__body.reverse .reason__text-inner {
		margin-left: 0;
		margin-right: -80px;
	}
	.reason__text h3 {
		margin-bottom: 1em;
	}
}


/* staff
-----------------------------------------------------------*/

.staff__all {
	margin-top: 40px;
}
.staff__all-text {
	position: relative;
	width: calc(100% - 40px);
	margin: -40px auto 0;
	padding: 20px;
	background: rgba(255, 255, 255, .8);
	font-size: min(1.8rem,6vw);
	font-weight: 600;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.staff__all-text {
		padding: 30px 40px;
		width: calc(100% - 70px);
	}
}



/*-------------------------------------------------------------------------------

 concept

-------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------

 fs 全般

-------------------------------------------------------------------------------*/

/* ページタイトル */
.fs-c-heading--page {
	margin-bottom: 1em;
	padding: 0;
	border-bottom: none;
	color: inherit;
	font-size: min(2.8rem,6vw);
	font-weight: 600;
}

/* サブタイトル */
.fs-c-subSection__title {
	margin-bottom: 20px;
	border-bottom: none;
	color: inherit;
	font-size: min(2.4rem,5.5vw);
	font-weight: normal;
}

/* アナウンスタイトル */
.fs-p-announcement__title {
	margin-bottom: 20px;
	color: inherit;
	font-size: 2rem;
	font-weight: normal;
}

/* テーブルセル：会員登録/ログインなどフォーム共通 */
.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
	padding-bottom: 10px;
	font-weight: normal;
}
[type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], .fs-c-inputGroup--vertical > [type="password"],select, textarea {
	box-sizing: border-box;
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #CCC;
	border-radius: 0;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
	border-width: 2px;
}

/* ラジオボタンを横並びに */
.fs-c-radioGroup {
	display: block;
}
.fs-c-radioGroup .fs-c-radio {
	display: inline-block;
	min-height: auto;
	margin-right: 8px;
}

/** ボタン一般 **/
.fs-c-button--primary ,
.fs-c-button--secondary {
	padding: .8em;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.fs-c-button--standard {
	box-sizing: border-box;
}
.fs-c-inputInformation__button {
	margin-top: 10px;
}
.fs-c-button--plain {
	color: inherit;
}
.fs-c-dropdown::after {
	box-sizing: border-box;
}

/* 商品アイコン */
.fs-c-mark, .fs-c-productMark__mark {
	margin: 0 4px 4px 0;
	padding: 6px 8px;
}

/* 価格 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: var(--color-dred);
}

/* モーダル横幅 */
.fs-c-modal__inner {
	max-width: 95%;
	width: 800px;
}

/* 右下固定カートボタン */
.fs-p-scrollingCartButton {
	display: none;
}

/* おすすめ商品/wishlist系 */
.fs-c-wishlistProduct__title ,
.fs-c-featuredProduct__title {
	margin-bottom: 15px;
	padding-bottom: .5em;
	border-bottom: solid 1px var(--color-black);
	color: inherit;
	font-size: min(2.4rem,5vw);
	font-weight: bold;
}
.fs-c-productListCarousel__ctrl {
	min-width: 20px;
}
.fs-c-featuredProduct .fs-c-slick.slick-slider .fs-c-productListItem__image a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fs-c-productListCarousel__list a {
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.fs-c-wishlistProduct__title ,
	.fs-c-featuredProduct__title {
		margin-bottom: 25px;
	}
}


/*-------------------------------------------------------------------------------

 商品一覧 / fs

-------------------------------------------------------------------------------*/

/* 詳細検索 */
.fs-p-productSearch {
	border-bottom: none;
}

.cate-text {
	margin-bottom: 30px;
	padding: 15px;
	background-color: var(--color-gray-100);
	font-size: 1.4rem;
	line-height: 1.4;
}

/* サブグループ
----------------------------------------------------------- */

.fs-c-subgroup {
	margin: 24px 0 48px;
	padding: 0;
}
/* 株のページャー非表示 */
.fs-c-subgroup .fs-c-listControl:last-child {
	display: none;
}
/* list */
.fs-c-subgroupList {
	margin: 8px 0;
	padding: 0;
	gap: 10px;
}
.fs-c-subgroupList .fs-c-subgroupList__item {
	flex: 0 0 100%;
}
.fs-c-subgroupList__link {
	position: relative;
	padding: 15px;
	border: none;
	background: var(--color-gray-100);
}
.fs-c-subgroupList__link:hover {
	opacity: .75;
}
.fs-c-subgroupList__image {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 80px;
	line-height: 1;
}
.fs-c-subgroupList__image img {
	display: inline-block;
	transition: transform 0.3s ease;
}
a:hover .fs-c-subgroupList__image img {
	transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
	.fs-c-subgroupList {
		gap: 20px;
	}
	.fs-c-subgroupList .fs-c-subgroupList__item {
		flex: 0 0 calc((100% - 40px) / 3);
	}
}


/* 商品一覧リスト
----------------------------------------------------------- */

.fs-c-sortItems {
	border: none;
}

/* ページネーション */
.fs-c-pagination__item {
	margin-left: .5em;
	padding: 8px 10px;
	border: 1px solid var(--color-gray-200);
}
a.fs-c-pagination__item {
	text-decoration: none;
}
a.fs-c-pagination__item:hover {
	background-color: var(--color-gray-100);
}
a.fs-c-pagination__item--next ,
a.fs-c-pagination__item--prev {
	padding-left: 8px;
}
.fs-c-pagination__item.is-active {
	background-color: var(--color-gray-200);
}


/* 表示列調整 */
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.fs-c-productList__list a {
	text-decoration: none;
}

.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	flex: 0 0 calc((100% - 15px) / 2);
	grid-column: none;
	grid-row: none;
	border: none;
}
.fs-c-productList__list__item {
	padding: 0;
	border-bottom: none;
}
.fs-c-productListItem__productName {
	font-size: 1.6rem;
}
.fs-c-productListItem__prices .fs-c-productPrice__main__label {
	font-size: 85%;
}
.fs-c-productListItem__control .fs-c-button--plain {
	color: #1f5da0;
}

@media only screen and (min-width: 768px) {
	/* 表示列調整 */
	.fs-c-productList__list {
		margin: 20px auto;
		gap: 30px;
	}
	.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
		flex: 0 0 calc((100% - 90px) / 4);
	}
}

/*-------------------------------------------------------------------------------

 商品詳細 / fs

-------------------------------------------------------------------------------*/

body.fs-body-product .fs-l-pageMain {
	margin-bottom: 40px;
}

/* 画像モーダル位置・見出し */
.fs-c-productImageModal {
	display: flex;
	align-items: center;
}
.fs-c-productImageModalCarousel__figure__caption {
	width: auto;
	min-width: 50%;
	background: none;
}

/* 商品番号 */
.fs-c-productNumber {
	border-color: var(--color-gray-200);
}
.fs-c-productNumber__number {
	font-weight: normal;
}

/* 商品価格 */
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: min(3rem,6vw);
}

/* カートに入れる */
.fs-c-button--addToCart--detail.fs-c-button--primary {
	padding: 1.2em .5em;
	border-radius: 6px;
	background: var(--color-primary);
	background: #dc6d18;
	font-size: 1.8rem;
}
/* お気に入りボタン */
.fs-c-productQuantityAndWishlist__wishlist {
	grid-column: 5;
}

/* 商品説明（小） */
.fs-p-productDescription--short{
	font-size: 1.4rem;
}
.fs-p-productDescription--short h3 {
	margin-bottom: 1em;
	padding: .5em .5em;
	background-color: var(--color-gray-800);
	color: var(--color-white);
	font-size: 1.6rem;
	font-weight: 600;
}
.fs-p-productDescription--short p {
	margin-bottom: 1.5em;
}
.fs-p-productDescription--short ul {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}
.fs-p-productDescription--short li {
	list-style-type: disc;
}
.fs-p-productDescription--short .keyword {
	padding: 15px;
	background-color: var(--color-gray-100);
}

@media only screen and (min-width: 768px) {
	/* レイアウト */
	.fs-l-product4 .fs-l-productLayout {
		grid-template-columns: 560px 1fr;
		grid-gap: 30px;
	}
}


/*-------------------------------------------------------------------------------

 カート / fs

-------------------------------------------------------------------------------*/

/* 削除 / あとで買う */
.fs-c-cartTable__actionButton__container > button {
	white-space: nowrap;
}

/* 送料無料/ついで買い誘導 */
.fs-body-cart .fs-p-announcement {
	margin-bottom: 40px;
}
.fs-p-flexibleColumn {
	margin-top: 20px;
}
.fs-p-flexibleColumn a {
	text-decoration: none;
}

/* ショッピングを続ける */
.fs-c-continueShopping {
	margin-bottom: 40px;
	text-align: center;
}
.fs-c-button--continueShopping {
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
	.fs-c-cartTable__row:last-child {
		border-bottom: none;
	}
}
@media screen and (min-width: 600px) {
	/* カート */
	.fs-c-cartTableContainer {
		padding: 0;
		border: none;
	}
}
@media screen and (min-width: 960px) {
	body.fs-body-cart ,
	body.fs-body-checkout {
		overflow: visible;
	}
	.fs-body-cart .fs-l-cart__contentsArea ,
	[class^=fs-body-checkout] .fs-l-checkout {
		position: relative;
		overflow: visible;
	}
	.fs-body-cart .fs-l-cart__sideColumn ,
	[class^=fs-body-checkout] .fs-l-checkout__sideColumn {
		position: sticky;
		top: 200px;
	}
}


/*-------------------------------------------------------------------------------

 ログイン / fs

-------------------------------------------------------------------------------*/

/* ログインの目アイコン */
.fs-c-button--particular.fs-c-button--displayPassword ,
.fs-c-button--hidePassword.fs-c-button--particular {
	margin-right: 8px;
}

/* 会員登録ボタン */
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister {
	margin-top: 32px;
}

/* 連携サービスでログイン */
.fs-c-linkedServiceLogin__title {
	margin-bottom: 20px;
	border-bottom: none;
	color: inherit;
	font-size: 1.8rem;
	font-weight: normal;
}
.fs-c-linkedServiceLogin .fs-c-anotherLogin {
	margin: auto;
	max-width: 360px;
}

/* ログインアイパスエリア */
@media only screen and (min-width: 768px) {
	.fs-body-login .fs-c-inputInformation__field ,
	.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
		padding: 40px 32px;
	}
	.fs-body-login .bnr-area .bnr ,
	.fs-body-register .bnr-area .bnr {
		margin-bottom: 40px;
	}	
}

/*-------------------------------------------------------------------------------

 会員登録 / fs

-------------------------------------------------------------------------------*/

/* 上部文言:カートと共有ペーツ */
.fs-body-register .fs-p-announcement {
	max-width: 640px;
	margin: 32px auto;
}
/* 必須マーク */
:not(.fs-body-product) .fs-c-requiredMark {
	overflow: hidden;
	width: 3.4em;
	height: 2.2em;
	margin-left: 10px;
	vertical-align: middle;
	color: var(--color-white);
}
:not(.fs-body-product) .fs-c-requiredMark::before {
	overflow: hidden;
	content: '必須';
	margin-top: .5em;
	padding: 4px 0;
	border-radius: 2px;
	background-color: var(--color-dred);
	color: var(--color-white);
	font-size: 1.0rem;
	text-align: center;
}
.fs-c-buttonContainer--confirmRegister .fs-c-button--primary {
	width: 240px;
	max-width: 100%;
	padding: 1em;
}
/* 同意するチェック */
.fs-c-agreementConfirmation__message {
	margin-bottom: 15px;
}
.fs-body-register .fs-c-additionalCheckField .fs-c-inputField__field ,
.fs-body-register .fs-c-agreementConfirmation__checkbox {
	display: block;
	max-width: 15em;
	margin: 0 auto;
}
.fs-body-customerDetails .fs-c-additionalCheckField .fs-c-inputField__field ,
.fs-body-customerDetails .fs-c-agreementConfirmation__checkbox {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__password {
	display: block;
	max-width: 500px;
	margin: 15px auto;
}
.fs-c-checkbox__label {
	align-items: flex-start;
}
.fs-c-checkbox__checkMark {
	margin-top: 6px;
}
/* パスワード入力 */
.fs-c-agreementConfirmation__password {
	margin-left: 0;
}
/* 登録完了 */
.fs-c-registerSuccessMessage {
	max-width: 600px;
	border-bottom: none;
	text-align: left;
}
/* マイページへ行くボタン */
.fs-c-button--myPageTop.fs-c-button--plain {
	color: inherit;
	text-decoration: underline;
}
@media only screen and (min-width: 769px) {
	/* 会員登録テーブル:フォーム共通 */
	.fs-c-inputInformation__field {
		max-width: 760px;
	}
	.fs-body-register .fs-c-inputTable > tbody > tr ,
	.fs-body-customerDetails .fs-c-inputTable > tbody > tr ,
	.fs-body-my-account-settings .fs-c-inputTable > tbody > tr ,
	.fs-body-my-account-settings-edit .fs-c-inputTable > tbody > tr {
		display: table-row;
	}
	.fs-body-register .fs-c-inputTable__headerCell ,
	.fs-body-register .fs-c-inputTable__dataCell ,
	.fs-body-customerDetails .fs-c-inputTable__headerCell ,
	.fs-body-customerDetails .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
		padding: 15px 10px;
	}
	.fs-body-register .fs-c-inputTable__headerCell ,
	.fs-body-customerDetails .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
		width: 35%;
		text-align: right;
	}
	.fs-body-register .fs-c-inputTable__dataCell ,
	.fs-body-customerDetails .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
		width: 526px;
		max-width: 65%;
	}
}

/*-------------------------------------------------------------------------------

 マイページ / fs

-------------------------------------------------------------------------------*/

.fs-p-accountInfo {
	padding: 15px;
}
.fs-p-accountInfo__header {
	margin-bottom: 10px;
}

.fs-c-purchasePointExpiration + * {
	margin-top: 15px;
}

/* マイページナビ */
.fs-c-accountService {
	gap: 15px;
}
.fs-c-accountService > li {
	flex: 0 0 calc((100% - 15px) / 2);
}


@media only screen and (min-width: 600px) {
	.fs-c-accountService > li {
		margin: 0;
		flex: 0 0 calc((100% - 30px) / 3);
	}
}
@media screen and (min-width: 768px) {
	.fs-body-my-points .fs-c-history__info {
		max-width: none;
	}
}
@media screen and (min-width: 960px) {
	.fs-c-history {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}	
	.fs-c-history .fs-c-history__info {
		flex-basis: 35%;
	}
	.fs-c-history .fs-c-history__infoSummary {
		flex-basis: 64%;
	}
}


/*-------------------------------------------------------------------------------

 ガイド / 問い合わせ / 特定商取引

-------------------------------------------------------------------------------*/

.fs-c-documentArticle {
	padding: 0 0 20px;
}
.fs-c-documentArticle__content {
	padding: 0;
}

/* 見出し */
.fs-c-documentArticle__heading {
	padding: 8px;
	background-color: var(--color-gray-800);
	font-size: min(1.8rem,4.5vw);
}
.fs-c-documentColumn__heading {
	margin-bottom: 20px;
	padding: 0 0 10px;
	border-left: none;
	color: inherit;
}
.fs-c-documentContent__heading {
	padding: 4px 8px;
	font-size: inherit;
}
.fs-c-documentSubContent__heading {
	border-bottom-width: 2px;
	font-size: inherit;
}

/* メルマガ登録 */
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
	padding: 32px;
}
.fs-c-inputInformation__button.fs-c-buttonContainer--confirmRegister {
	margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

.bold {
	font-weight: bold;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.sp_hide {
		display: none;
	}
	.sp_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.pc_hide {
		display: none;
	}
	.pc_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}


