/***************************/
/* 共通設定*/
/***************************/
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #ffffff;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
.btn-default:focus,
.btn-default.focus {
	color: #ffffff;
	background-color: #090909;
	border-color: #000000;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #090909;
	border-color: #040404;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #090909;
	border-color: #040404;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #222222;
	border-color: #222222;
}
.btn-default .badge {
	color: #222222;
	background-color: #ffffff;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0;
}
.pull-right {
	float: right !important;
}
.word-break-all {
	word-break: break-all;
}
.text-center {
	text-align: center;
}
<!--.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {-->
<!--	position: relative;-->
<!--	min-height: 1px;-->
<!--	padding-left: 15px;-->
<!--	padding-right: 15px;-->
<!--}-->
/***************************/
/* padding-bottom XX */
/***************************/
.pb5 { padding-bottom: 5px; }

/***************************/
/* テーマ設定*/
/***************************/
/* 画面遷移エフェクト無効 */
.l-wrapper-none {
	line-height: 1.5;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: 1.6s;
	transition: 1.6s; }
	.l-wrapper-none.is-complete {
	opacity: 1; }
	.l-wrapper-none.is-remove {
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s; }

/***************************/
/* LINE ID 連携（PC） */
/***************************/
/* カート画面 */
.line_ec .button-container {
	width: 100%;
}
.line_ec .button-container .button {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
	padding-left: 30px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	overflow: hidden;
	text-decoration: none;
}
.line_ec .button-container .before-btn-line {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.line_ec .button-container .after-btn-line {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	border-right-style: solid;
	border-right-width: 1px;
}
.line_ec .button-container .btn-line {
	background-color: #31ae36;
}
.line_ec .button-container .btn-line .after-btn-line {
	border-color: #70C053;
}

@media screen and (min-width: 480px) {
	.line_ec .button-container {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.line_ec .button-container .button {
	line-height: 40px;
	padding-left: 40px;
	height: 40px;
	}
	.line_ec .button-container .before-btn-line {
	width: 40px;
	height: 40px;
	}
	.line_ec .button-container .after-btn-line {
	width: 40px;
	}
}

/* 注文情報入力画面 */
.alert {
	text-align: left;
	padding-right: 55px;
	padding-left: 55px;
	margin: 40px 0;
}
.alert > div > p {
	margin-bottom: 10.5px;
}
.alert > div > p > strong {
	font-weight: bold;
}
.alert > div > ul {
	padding-inline-start: 40px;
}
.alert > div > ul > li {
	list-style: disc;
	margin-bottom: 10.5px;
}
 #new-view img {
	 pointer-events: auto;
 }
.line_new_ec {
	margin: 0 auto;
	width: 60%;
}
.line_new_ec .button-container .button {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
	padding-left: 30px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	overflow: hidden;
	text-decoration: none;
}
.line_new_ec .button-container .before-btn-line {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.line_new_ec .button-container .after-btn-line {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	border-right-style: solid;
	border-right-width: 1px;
}
.line_new_ec .button-container .btn-line {
	background-color: #31ae36;
}
.line_new_ec .button-container .btn-line .after-btn-line {
	border-color: #70C053;
}

@media screen and (min-width: 350px) {
	.line_new_ec .button-container {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.line_new_ec .button-container .button {
	line-height: 40px;
	padding-left: 40px;
	height: 40px;
	}
	.line_new_ec .button-container .before-btn-line {
	width: 40px;
	height: 40px;
	}
	.line_new_ec .button-container .after-btn-line {
	width: 40px;
	}
}

/***************************/
/* LINE ID 連携（SP） */
/***************************/
/* カート画面 */
.line_sp_ec .button-container {
	width: 100%;
}
.line_sp_ec .button-container .button {
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	line-height: 50px;
	padding-left: 30px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	overflow: hidden;
	text-decoration: none;
}
.line_sp_ec .button-container .button .before-btn-line {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.line_sp_ec .button-container .button .after-btn-line {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	border-right-style: solid;
	border-right-width: 1px;
}
.line_sp_ec .button-container .btn-line {
	background-color: #31ae36;
}
.line_sp_ec .button-container .btn-line .after-btn-line {
	border-color: #70C053;
}
@media screen and (min-width: 480px) {
	.line_sp_ec {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	.line_sp_ec .button-container {
	margin: 5px;
	}
	.line_sp_ec .button-container .button {
	line-height: 40px;
	padding-left: 40px;
	height: 40px;
	}
	.line_sp_ec .button-container .button .before-btn-line {
	width: 40px;
	height: 40px;
	}
	.line_sp_ec .button-container .button .after-btn-line {
	width: 40px;
	}
}

/**************/
/* Amazon Pay */
/**************/
#addressBookWidgetDiv {
	min-width: 300px;
	max-width: 600px;
	min-height: 228px;
	max-height: 400px;
}
#walletWidgetDiv {
	min-width: 300px;
	max-width:600px;
	min-height: 228px;
	max-height: 400px;
	margin-bottom: 15px;
}
#consentWidgetDiv {
	min-width: 300px;
	max-width:600px;
	min-height: 165px;
	max-height: 400px;
}

.consent_wrapper {
	margin-bottom: 10px;
}

/* Mobile optimized and small window */
#addressBookWidgetDiv {
	width: 100%;
	height: 228px;
}
#walletWidgetDiv {
	width: 100%;
	height: 228px;
}
#consentWidgetDiv {
	width: 100%;
	height: 165px;
}
/* Desktop and tablet */
@media only screen and (min-width: 768px) {
	#addressBookWidgetDiv {
	width: 400px;
	height: 228px;
	}
	#walletWidgetDiv {
	width: 400px;
	height: 228px;
	}
	#consentWidgetDiv {
	width: 400px;
	height: 165px;
	}
}

/*****************************/
/* チェックボックスバリデーション */
/*****************************/
.check_agree .formError {
	top:-20px !important;
	right:-20px !important;
}
.c-form_table__checkbox input {
	min-width: 20px;
}

/*******************************/
/* 郵便番号、電話番号バリデーション */
/*******************************/
.smart_phone .formError{
	top:-30px !important;
}

/*******************************/
/* shop/snippets/_product.html */
/*******************************/
.c-product_item {
	position: relative;
}

.c-product_item__inner {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.c-product_item__inner__eyecatch__favorite {
	position: absolute;
	z-index: 99;
}

.product_description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 720px) {
	.p-new_product [data-slides="1"] .product_description, .p-new_product [data-slides="2"] .product_description {
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	}
}

/**************************************/
/* shop/sections/_pickup_product.html */
/**************************************/
.p-pickup_product__inner {
	max-width: initial;
}

/**************************************/
/* shop/customer/invite_coupons.html */
/**************************************/
.p-invite_coupon__list {
	margin-top: 30px; }

.invite_coupon__table {
	table-layout: fixed;
}

.w20 {
	width: 20%;
}

.w40 {
	width: 40%;
}

/**************************************/
/* shop/sections/category_panel.liquid */
/**************************************/
.p-category_panel__block--1 {
	height: 500px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; }
	@media screen and (max-width: 720px) {
	.p-category_panel__block--1 {
		height: 0;
		padding-top: 60%; } }
	.p-category_panel__block--1:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
	@media screen and (max-width: 720px) {
		.p-category_panel__block--1:before {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%); } }
	.p-category_panel__block--1 {
	width: 100%; }

/**************************************/
/* shop/sections/products_show_content.liquid */
/**************************************/
.c-product_img__slider__track__list__item__inner {
	background-size: contain !important;
}
.c-product_img__thumbnail__track__list__item__inner {
	background-size: contain !important;
}

/************************************************************/
/* 取り消し線
/************************************************************/
.u-text-line-through {
	text-decoration: line-through;
}

/**************************************/
/* バグ解消するまで表示するメッセージ*/
/**************************************/
.customize_notice p {
	text-align: center;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 3px;
	color: #999;
}
/**************************************/
/* shop/snippets/_preview_footer.html.liquid */
/**************************************/
.preview-nav {
	z-index: 10;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 10px;
	background-color: #eeeeee;
	opacity: 0.8;
	height: 50px;
	border-color: #fff;
	border-radius: 0;
	border: 1px solid transparent;
}
.preview-btn-col {
	text-align: right;
}

/**************************************/
/* shop/sections/new_product.liquid */
/* 2021/11/4: 暫定対応のため追加 */
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/**************************************/
.temp-new_product_slider {
	flex-wrap: wrap;
	justify-content: initial;
}

/**************************************/
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_submit .c-form_input {
	position: relative;
}
@media screen and (max-width: 720px) {
	.c-cart_submit .c-form_input .customer_emailformError {
	top: -33px !important; }
	.c-cart_submit .c-form_input .customer_passwordformError {
	top: -25px !important; } }

/**************************************/
/* shop/contacts/draft.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
	#contacts-form-view .c-form_table__tel .contact_address_attributes_tel01formError {
	top: -33px !important; }
	#contacts-form-view .c-form_table__tel .contact_address_attributes_tel02formError {
	top: -33px !important; }
	#contacts-form-view .c-form_table__tel .contact_address_attributes_tel03formError {
	top: -33px !important; }
	#contacts-form-view .c-form_table .contact_customer_attributes_emailformError {
	top: -33px !important; }
	#contacts-form-view .c-form_table__newsletter .agreeformError {
	top: -44px !important; } }

/**************************************/
/* shop/customers/registrations/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
	#customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana01formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table__name .customer_billing_address_attributes_kana02formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip01formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table__postcode .customer_billing_address_attributes_zip02formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel01formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel02formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table .customer_billing_address_attributes_tel03formError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table .customer_emailformError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table .customer_passwordformError {
	top: -33px !important; }
	#customers-registrations-sign-up-view .c-form_table__newsletter .agreeformError {
	top: 55px !important; } }

/**************************************/
/* shop/customers/passwords/new.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
	#customers-password-new-view .p-account_form__inner .customer_emailformError {
	top: -33px !important; } }

/**************************************/
/* shop/customers/passwords/edit.html.liquid */
/**************************************/
@media screen and (max-width: 720px) {
	#customers-password-edit-view .p-account_form__inner .passwordformError {
	top: -33px !important; }
	#customers-password-edit-view .p-account_form__inner .customer_password_confirmationformError {
	top: -33px !important; } }

/**************************************/
/* 区切り線デザイン*/
/**************************************/
.section_line {
	border: solid;
	border-width: 1px;
}

/************************************************************/
/* 関連商品デザイン*/
/* shop/sections/products_show_recommend.liquid */
/* shop/sections/carts_show_recommend.liquid*/
/* 2021/11/17: 暫定対応のため追加*/
/* 後ほどbundle.cssに反映してもらうためSwimmyさんに修正依頼すること */
/************************************************************/
.p-recommend_product__inner__list {
	justify-content: space-evenly;
}

/**************************************/
/* カートデザイン */
/* shop/sections/carts_show_content.liquid */
/**************************************/
.c-cart_item__action__delete > .hide {
	visibility: hidden;
}

/**************************************/
/* セット一覧デザイン */
/* shop/sets/index.html.liquid */
/**************************************/
.price > .origin {
	text-decoration: line-through;
	margin-right: 10px;
}

/**************************************/
/* セット選択画面、セット編集画面　SKUデザイン */
/* shop/sets/show.html.liquid　*/
/* shop/customer/subs_orders/sets/edit.html.liquid　*/
/**************************************/
.fieldset .option_template_basic_theme[style*='display: block']{
	display: flex !important;
}

/************************************************************/
/* ecforce_paymentsデザイン
/* shop/orders/_view_payment_information.html.liquid
/* shop/customer/cards/index.html.liquid
/* font系のstyleはカード名義のみ適用で、他はiframeで表示されているため適用されません
/************************************************************/
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-name,
.ecforce-payment-card-cvv {
	height: 40px !important;
	padding: 10px 20px !important;
	color: #9A9A9A !important;
	font-size: 13px !important;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
	background: #FFFFFF !important;
	border-color: #BDC1C2 !important;
	border: 1px solid #cccccc !important;
	width: 100%;
}

/************************************************************/
/* 注文情報確認画面(shop/order/confirm), [カスタマイズ]注文情報確認画面(admin/themes/:id/customize?screen=order_confirmation)
/* shop/sections/order_confirmation_button.liquid
/************************************************************/
section[data-section-id="order_confirmation_button"] {
	text-align: center;
}
section[data-section-id="order_confirmation_button"] .p-checkout_confirm__inner__list__block--bottom {
	margin-bottom: 20px;
}
@media screen and (max-width: 718px) {
	.p-checkout_confirm__inner__list__block--bottom.float_checked {
	display: none;
	}
}

/* 注意喚起文 */
.p-checkout_confirm__caution__block {
	margin: 0 auto 40px;
	padding: 18px 20px 19px;
	border: thin solid #D8DDDF;
}
.p-checkout_confirm__caution__pc {
	display: block;
}
.p-checkout_confirm__caution__sp {
	display: none;
}
@media screen and (max-width: 720px) {
	.p-checkout_confirm__caution__block {
	padding: 18px 15px 20px;
	}
	.p-checkout_confirm__caution__pc {
	display: none;
	}
	.p-checkout_confirm__caution__sp {
	display: block;
	}
}

/************************************************************/
/* 商品詳細画面
/* shop/products/show.html.liquid
/************************************************************/
.c-product_img__slider--thumbnail .c-product_img__item img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

/************************************************************/
/* ショップフォーム設定 > 都道府県と住所1の入力不可設定=>有効
/* shop/customers/registrations/new.html.liquid
/* shop/customer/shipping_addresses/_form.html.liquid
/* shop/customer/subs_orders/shipping_addresses/edit.html.liquid
/* shop/customer/orders/shipping_addresses/edit.html.liquid
/* shop/customer/base/edit.html.liquid
/* shop/orders/_view_billing_information.html.liquid
/* shop/orders/_view_shipping_information.html.liquid
/************************************************************/
.disabled-input-shop {
	pointer-events: none;
}

select.disabled-input-shop {
	background-color: #ccc !important;
}

input.disabled-input-shop {
	background-color: #ccc !important;
}

/************************************************************/
/* スマレジ会員バーコード表示
/* shop/customer/smaregi/show.html.liquid
/************************************************************/
.btn_smaregi_barcode {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 240px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
}

@media screen and (max-width: 480px) {
	.smaregi_barcode {
	width: 60%;
	margin: auto;
	text-align: center;
	}
}

@media screen and (min-width: 481px) {
	.smaregi_barcode {
	width: 480px;
	margin: 5%;
	}
	.smaregi_barcode img {
	width: 60%;
	text-align: center;
	}
}

/************************************************************/
/* 動画アップロード
/* shop/sections/video.liquid
/************************************************************/
.mw-100 {
	max-width: 100%;
}

.mh-100 {
	max-height: 100%;
}

main {
	position: relative;
}
main::before {
	content: '';
	display: block;
	width: 100%;
	height: 187px;
	border-radius: 0px 0px 50% 50% / 0px 0px 187px 187px;
	background: linear-gradient(1deg, #B1CCF5 -5.48%, #FFF7E7 113.58%);
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.control-alert {
	width: 90%;
	max-width: 1000px;
	height: auto;
	padding: 20px 30px;
	margin: 0 auto 10px;
	background-color: var(--color--bluegray);
}
	.u-color__text--alert {
		font-size: 14px;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 0.1em;
		color: #B81A28;
	}

.page_heading {
	width: 100%;
	height: auto;
}
	.page_heading__txt_en {
		font-family: "Roboto", sans-serif;
		font-size: 35px;
		font-weight: 700;
		line-height: calc((25.2 / 35));
		letter-spacing: 0.05em;
		text-align: center;
		color: var(--color--black);
	}
	.page_heading__txt_ja {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 0.1em;
		text-align: center;
		color: var(--color--black);
	}
	.page_heading__sub {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 700;
		line-height: calc(25.2 / 14);
		letter-spacing: 0.1em;
		text-align: center;
		color: var(--color--black);
	}

/* フォーム */
.form__item__heading {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
	.form__item__heading p {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: var(--color--black);
	}
	.form__item__heading p span {
		display: inline-block;
		padding: 0 5px 2px;
		margin-top: 2px;
		margin-left: 10px;
		border-radius: 2px;
		background-color: var(--color--skyblue);
		font-size: 10px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: var(--color--white);
	}
.form__item__input_wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}
.form__item__input_wrap._flexbox {
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.form__item__input_wrap__label {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex: 1;
	height: auto;
	position: relative;
}
	.form__item__input_wrap__label::after {
		content: '';
		display: block;
		width: 9px;
		height: 9px;
		border-right: solid 1px var(--color--black);
		border-bottom: solid 1px var(--color--black);
		position: absolute;
		top: 19px;
		right: 25px;
		transform: rotate(45deg);
		pointer-events: none;
	}
	.shop_input._input_select {
		width: 100%;
		height: 50px;
		padding: 0 19px;
		border-radius: 4px;
		cursor: pointer;
	}
	.form__item__input_wrap_tel {
		display: flex;
		justify-content: flex-start;
		column-gap: 10px;
	}
	.form__item__input_wrap_tel_radio {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 10px;
	}
		.form__item__input_wrap_tel_radio input {
			display: none;
		}
		.radio_label {
			padding-left: 20px;
			position: relative;
			cursor: pointer;
		}
			.radio_label::before,
			.radio_label::after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				transform: translate(0%,-50%);
			}
			.radio_label::before {
				width: 15px;
				height: 15px;
				border-radius: 9999px;
				border: solid 1px #A5A5A5;
				left: 0;
			}
			.radio_label::after {
				width: 9px;
				height: 9px;
				border-radius: 9999px;
				background-color: var(--color--yellow);
				left: 3px;
				opacity: 0;
				transition: .3s;
			}
			.form__item__input_wrap_tel_radio input[type=radio]:checked + .radio_label::after {
				opacity: 1;
			}
	.form__item__input_wrap_checkbox {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: auto;
	}
		.form__item__input_wrap_checkbox input {
			display: none;
		}
		.checkbox_label {
			padding-left: 24px;
			position: relative;
			cursor: pointer;
		}
			.checkbox_label::before,
			.checkbox_label::after {
				content: '';
				display: block;
				position: absolute;
			}
			.checkbox_label::before {
				width: 16px;
				height: 16px;
				border-radius: 2px;
				border: solid 1px #A5A5A5;
				top: 7px;
				left: 0;
			}
			.checkbox_label::after {
				width: 9px;
				height: 14px;
				border-right: solid 3px var(--color--yellow);
				border-bottom: solid 3px var(--color--yellow);
				top: 5px;
				left: 5px;
				opacity: 0;
				transform: rotate(45deg);
				transition: .3s;
			}
			.form__item__input_wrap_checkbox input[type=checkbox]:checked + .checkbox_label::after {
				opacity: 1;
			}
			.form__item__input_wrap_checkbox__text {
				font-size: 16px;
				font-weight: 400;
				line-height: 1.5;
				letter-spacing: 0.05em;
			}
				.form__item__input_wrap_checkbox__text a {
					color: var(--color--blue);
				}
		.shop_input {
			background-color: var(--color--white);
			border: solid 1px #A5A5A5;
			font-size: 16px;
			font-weight: 500;
			line-height: 1.5;
			letter-spacing: 0.05em;
			color: var(--color--black);
		}
		.shop_input::placeholder {
			color: #D8D8D8;
		}
		.shop_input._input_text {
			width: 100%;
			height: 50px;
			padding: 0 19px;
			border-radius: 4px;
		}
		.form__item__input_wrap._flexbox .shop_input._input_text {
			width: calc((50% - 12.5px));
		}
		.shop_input._textarea {
			width: 100%;
			height: 160px;
			padding: 13px 19px;
			border-radius: 4px;
		}
	.form__btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		border-radius: 3px;
		border: solid 1px var(--color--skyblue);
		background-color: var(--color--skyblue);
		font-size: 14px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.1em;
		color: var(--color--white);
		cursor: pointer;
	}
@media (any-hover: hover) {
	.form__btn {
		transition: .3s;
	}
	.form__btn:hover {
		background-color: var(--color--white);
		color: var(--color--skyblue);
	}
}



	/* エラー */
	.formError {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		margin-top: 0 !important;
		order: 2;
	}
	.formError .formErrorContent {
		width: auto;
		height: auto;
		padding: 0;
		margin-top: 10px;
		border: 0;
		box-shadow: none;
		background: transparent;
		font-size: 12px;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: #B81A28;
	}


.c-pagination {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	.c-pagination__list {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 15px;
		width: 100%;
		height: auto;
	}
		.c-pagination__list__item {
			width: auto;
			height: auto;
			font-size: 16px;
			font-weight: 500;
			line-height: 1.5;
			letter-spacing: 0em;
			text-align: center;
		}
		.c-pagination__list__item.is-active {
		
		}
			.c-pagination__list__item a,
			.c-pagination__list__item span {
				display: flex;
				justify-content: center;
				align-items: center;
				padding: 2px 5px;
				color: var(--color--black);
			}
			.c-pagination__list__item a {
				text-decoration: underline;
			}
		@media (any-hover: hover) {
			.c-pagination__list__item a {
				transition: .3s;
			}
			.c-pagination__list__item a:hover {
				color: var(--color--yellow);
				text-decoration: none;
			}
		}
			.c-pagination__list__item.is-active span {
				color: var(--color--skyblue);
			}
			.c-pagination__list__item__page {
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.c-pagination__list__item__prev,
			.c-pagination__list__item__next {
				width: 32px;
				height: 32px;
				border-radius: 9999px;
			}
		@media (any-hover: hover) {
			.c-pagination__list__item__prev:hover,
			.c-pagination__list__item__next:hover {
				background-color: var(--color--yellow);
			}
		}
				.c-pagination__list__item__prev img,
				.c-pagination__list__item__next img {
					width: 12px;
					height: auto;
				}
				.c-pagination__list__item__prev img {
					transform: rotate(90deg);
				}
				.c-pagination__list__item__next img {
					transform: rotate(-90deg);
				}

/* PC ================================================== */
@media all and (max-width: 1139px){

}

@media all and (min-width: 769px){
.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_pc {display: block;}
body {
	padding-top: 100px;
}

/* フォーム */
.form__item__input_wrap._mid_wrap {
	max-width: 500px;
}
}

/* SP ================================================== */
@media all and (max-width: 768px){
.pc {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: block;}
body {
	padding-top: 110px;
}

/* main */
main::before {
	height: 113px;
	border-radius: 0px 0px 50% 50% / 0px 0px 113px 113px;
}

/* page_heading */
	.page_heading__txt_en {
		font-size: 25px;
		line-height: calc((25.2 / 25));
	}
	.page_heading__sub {
		margin-top: 0px;
		font-size: 12px;
		line-height: calc(25.2 / 12);
	}

/* フォーム */
	.form__item__input_wrap_tel {
		column-gap: 7px;
	}
		.form__item__input_wrap._flexbox .shop_input._input_text {
			width: calc((50% - 4px));
		}
			.form__item__input_wrap_checkbox__text {
				font-size: 14px;
			}
}

/* SP ================================================== */
@media all and (max-width: 575px){

}