@charset "UTF-8";
/* =========================================================

おてがる定期便

========================================================= */
#subscription * {
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2d2d2d;
}

#subscription div,
#subscription p,
#subscription span,
#subscription h1,
#subscription h2,
#subscription h3,
#subscription ul,
#subscription li,
#subscription a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #222;
}

/*ヘッダー*/
#subscription .main {
	position: relative;
	z-index: 3;
	width: auto;
	max-width: 960px;
	margin: auto;
	padding: 0;
}
#subscription .main img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
#subscription .sec_service {
	position: relative;
	margin: -5% auto;
}
#subscription .sec_service_inner {
	z-index: 2;
	padding: 0 0 12%;
	background: url(../img/bg_sp.png) no-repeat center 0;
	background-size: cover;
}
#subscription .sec_service_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	padding: 12% 0 10%;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
#subscription .sec_service_list {
	width: 336px;
	margin: 0 auto 8%;
	border-bottom: solid 2px #cccdc8;
}
#subscription .sec_service_list dt {
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 20px 0 20px 41px;
	letter-spacing: 0.19em;
	color: #384182;
	border-top: solid 2px #cccdc8;
	background: url(../img/icon_check_sp.png) no-repeat 6% center;
	background-size: 4%;
}
#subscription .sec_service_list dt:after {
	position: absolute;
	top: 48%;
	right: 5%;
	width: 1em;
	height: 1px;
	content: "";
	background: #384182;
}
#subscription .sec_service_list dt::before {
	position: absolute;
	top: 48%;
	right: 5%;
	width: 1em;
	height: 1px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
	background: #384182;
}
#subscription .sec_service_list dt.open:before {
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}
#subscription .sec_service_list dd {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.7;
	position: absolute;
	z-index: 5;
	width: 316px;
	margin: 0;
	padding: 20px 10px 20px;
	letter-spacing: 0.2em;
	color: #384182;
	background: #fff;
}
#subscription .sec_service_list .js_acd_body {
	display: none;
}
#subscription .sec_service_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 280px;
	margin: 0 auto;
	border-radius: 0.2em;
	background: #384182;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}
#subscription .sec_service_btn:hover {
	opacity: 0.7;
}
#subscription .sec_service_btn a {
	font-size: 16px;
	position: relative;
	display: block;
	padding: 18px 0;
	letter-spacing: 3px;
	color: #fff;
}
#subscription .sec_service_btn a::after {
	position: absolute;
	top: 41%;
    right: -8%;
	display: block;
	width: 9px;
	height: 9px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-radius: 2px;
}
#subscription .sec_service_btn a:hover::after {
	-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg);
}
#subscription .sec_product {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0;
}
#subscription .sec_product_wrap {
	padding: 26px 0 0;
}
#subscription .sec_product_bg {
	position: relative;
	padding: 0;
	background: #fff;
}
#subscription .sec_product_inner {
	width: auto;
	margin: 0 auto;
}
#subscription .sec_product_title {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0 7%;
}
#subscription .sec_product_btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 2%;
	width: 100%;
	margin: 0 auto 9%;
	padding: 0;
	list-style: none;
}
#subscription .sec_product_btns li {
	flex: 1;
}
#subscription .sec_product_btn {
    --btn-active-padding: 6px; /* ボタンアクティブ時の上下パディング増加値 */
	display: block;
	position: relative;
	width: 100%;
	margin: var(--btn-active-padding) auto; /* ボタンが高くなり、上下にガタつくことがないよう、あらかじめ余白をつけておく。 */
	padding: 12px 2px;
	border-radius: 3px;
	border: 1px solid #384182;
	background: #fff;
	color: #384182;
	font-weight: bold;
	font-size: calc(33 / 960 * var(--contents_width));
	letter-spacing: .05em;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#subscription .tab.is_active .sec_product_btn,
#subscription .tab:hover .sec_product_btn {
	padding-top: calc(12px + var(--btn-active-padding));
	padding-bottom: calc(12px + var(--btn-active-padding));
    margin-top: 0;
    margin-bottom: 0;
}
#subscription .sec_product_btn.btn_1day {
	box-shadow: 1px 1px 2px 01px rgba(30, 144, 255, 0.6);
}
#subscription .sec_product_btn.btn_2week {
	box-shadow: 1px 1px 2px 01px rgba(166, 75, 244, 0.6);
}
#subscription .sec_product_btn.btn_toric {
	box-shadow: 1px 1px 2px 01px rgba(52, 168, 83, 0.6);
}
#subscription .sec_product_btn.btn_multifocal {
	box-shadow: 1px 1px 2px 01px rgba(244, 180, 0, 0.6);
}
#subscription .sec_product_btn.btn_color {
	box-shadow: 1px 1px 2px 01px rgba(255, 95, 109, 0.6);
}
#subscription .js_tab_contents {
	position: relative;
	overflow: hidden;
}
#subscription .js_tab_panel {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	opacity: 0;
}
#subscription .js_tab_panel.is_active {
	position: relative;
	z-index: 2;
	pointer-events: auto;
	opacity: 1;
}
#subscription .productlist_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 40px 0 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#subscription .product_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin: 0 auto 45px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
}


/* おてがる定期について
--------------------------------------- */
.wd800 {
	max-width: 800px;
}

.about_teiki {
	position: relative;
	width: 100%;
	padding: 8.6% 0;
	background-color: #fff;
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.about_teikilist {
	width: 85%;
	max-width: 680px;
	margin: 0 auto;
}

.about_teikilist dt {
	font-size: calc(34 / 960 * var(--contents_width));
	font-weight: 500;
	margin-bottom: 2.5%;
}

.about_teikilist dd {
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 6.7%;
	padding: 0 0 6.7%;
	border-bottom: solid 1px #bbb;
}

.about_teikilist dd:last-child {
	margin: 0 0 5%;
}

.about_qa {
	display: block;
	width: 85%;
	max-width: 660px;
	margin: 0 auto;
	border: solid 2px #222;
}

.about_qa a {
	font-size: calc(39 / 960 * var(--contents_width));
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: block;
    padding: 5% 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.13em;
    color: #222;
}

.about_qa a::after {
	position: absolute;
    top: 30%;
    right: 7%;
    display: block;
    width: 3%;
    padding: 3.5% 0;
	content: "";
	background: url(../img/arrow2.png) no-repeat left top;
	background-size: contain;
}
/* 商品ラインナップ リスト
	--------------------------------------- */
#subscription .product_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}
#subscription .aui_product_box {
	width: calc( 100% / 2 - 48 / 960 * var(--contents_width) / 2);
	margin-top: calc( 48 / 960 * var(--contents_width) + 10px);
}
#subscription .aui_product_box:not(:nth-child(n+3)) {
	margin-top: 0;
}
#subscription .aui_product_box .aui_product_imgbox {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
#subscription .aui_product_box .aui_product_brand {
	display: block;
	padding: 5% 0 3%;
	text-align: left;
}
#subscription .aui_product_box .aui_product_brand img {
	max-height:20px
}
#subscription .aui_product_box .aui_product_name {
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 6% 0;
	text-align: left;
}

#subscription .aui_product_box .aui_product_price {
	color: #222;
    font-weight: bold;
    font-size: calc(30 / 960 * var(--contents_width));
    font-family: Roboto;
}
