@charset "UTF-8";
/* 好きなタイミングでコンタクトが届くラクラク定期 2021.2*/
#rakurakuteiki * {
	margin: 0 auto;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-feature-settings: "palt";
}

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

#rakurakuteiki {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
}

/* MV
--------------------------------------- */
#rakurakuteiki .main_visual {
	position: relative;
	margin: 0 auto;
}

#rakurakuteiki .main_visual img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

/* 初回割
--------------------------------------- */
#rakurakuteiki .first_subsc_priceoff {
	position: relative;
	margin-top: -3%;
}
#rakurakuteiki .first_subsc_priceoff .period {
	position: absolute;
	bottom: 2%;
	width: 100%;
	text-align: center;
	color: #c40000;
	font-weight: 600;
	font-size: calc(35 / 960 * var(--contents_width));
	line-height: calc(66 / 35);
	letter-spacing: calc(100 / 1000 * 1em);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
#rakurakuteiki .first_subsc_priceoff .period em {
	font-size: 1.14em;
	font-style: normal;
}

/* お得に便利
--------------------------------------- */
#rakurakuteiki .block_bg {
	position: relative;
	padding: 0;
	background: url(../img/sp_bg.png) left top;
	background-size: contain;
}

#rakurakuteiki .block {
	position: relative;
	margin: 0 auto;
	padding: 8% 0 0;
}

#rakurakuteiki .block_inner {
	max-width: 865px;
	width: 90.1%;
	margin: 0 auto;
}

#rakurakuteiki .block_title {
	display: block;
	max-width: 640px;
	width: 77.6%;
	margin: 0 auto 8%;
	padding: 1% 0 1.5%;
	background: url(/service/rakurakuteiki/img/sp_ribbon.png) no-repeat center;
	background-size: contain;
	color: #fff;
	font-size: calc(37 / 960 * var(--contents_width));
	font-weight: normal;
	text-align: center;
	letter-spacing: .15em;
}

/* 特徴カード部分
--------------------------------------- */
#rakurakuteiki .block .feature {
	margin: 0 auto;
}

#rakurakuteiki .block .feature_wrap {
	max-width: 100%;
	width: auto;
}

#rakurakuteiki .block .feature_box {
	max-width: 534px;
	margin: 0 auto 17%;
	padding: 3% 9% 8%;
	background: #fff;
	border-radius: 10px;
}

#rakurakuteiki .block .feature_title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8em;
	margin: 0 auto 5%;
	color: #222;
	font-size: calc(39 / 960 * var(--contents_width));
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.4;
}

@media screen and (min-width: 578px) {
	#rakurakuteiki .block .feature_title {
		font-size: 19px;
	}
}

#rakurakuteiki .block .feature_img {
	max-width: 430px;
	width: 95%;
	margin: 0 auto 12%;
}

#rakurakuteiki .block .feature_img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#rakurakuteiki .block .feature_text {
	color: #222;
	font-size: calc(33 / 960 * var(--contents_width));
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0 auto;
}

@media screen and (min-width: 578px) {
	#rakurakuteiki .block .feature_text {
		font-size: 16px;
	}
}

#rakurakuteiki .block .feature_btn {
	max-width: 660px;
	width: 70%;
	margin: 0 auto 10%;
	border: solid min(calc(5 / 960 * var(--contents_width)), 2px) #fff;
}

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

@media screen and (min-width: 578px) {
	#rakurakuteiki .block .feature_btn a {
		font-size: 19px;
	}
}

#rakurakuteiki .block .feature_btn a::after {
	content: "";
	display: block;
	position: absolute;
	right: 6%;
	top: 34%;
	width: 3.8%;
	padding: 3.5% 0;
	background: url(../img/sp_arrow.png) no-repeat left top;
	background-size: contain;
}

#rakurakuteiki .swiper-button-next,
#rakurakuteiki .swiper-button-prev {
	top: 18%;
}

#rakurakuteiki .swiper-button-next:after,
#rakurakuteiki .swiper-button-prev:after {
	font-size: 2em;
}

#rakurakuteiki .swiper-button-next,
#rakurakuteiki .swiper-container-rtl .swiper-button-prev {
	right: 26%;
	left: auto;
	color:#222;
}

#rakurakuteiki .swiper-button-prev,
#rakurakuteiki .swiper-container-rtl .swiper-button-next {
	left: 26%;
	right: auto;
	color:#222;
}

/* カテゴリーボタン部分
--------------------------------------- */
#rakurakuteiki .category_title {
	position: relative;
	display: block;
	color: #222;
	font-size: calc(47 / 960 * var(--contents_width));
	font-weight: 500;
	text-align: center;
	letter-spacing: .13em;
	line-height: 1;
	padding: 0 0 5%;
	margin: 0 0 10.5%;
}

#rakurakuteiki .category_title::after {
	position: absolute;
	content: "";
	display: block;
	max-width: 104px;
	width: 12.04%;
	height: .24em;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -5%;
}

#rakurakuteiki .category_title.cate1::after {
	background: #6cb2d6;
}

#rakurakuteiki .category_title.cate2::after {
	background: #7cd5cc;
}

#rakurakuteiki .category_title.cate3::after {
	background: #f19597;
}

#rakurakuteiki .category_title.cate4::after {
	background: #c59dd4;
}

/* 動画
--------------------------------------- */
#rakurakuteiki .movie_bg {
	padding: 15px 0 0px;
}
#rakurakuteiki .movie {
	text-align: center;
}
#rakurakuteiki .movie_acd {
	width: 100%;
	margin: 0 auto;
}
#rakurakuteiki .movie_acd .movie_acd_ttl {
	position: relative;
	cursor: pointer;
}
#rakurakuteiki .movie_acd .movie_acd_ttl .bnr {
	width: 100%;
}
#rakurakuteiki .movie_acd .movie_acd_ttl .bnr_button {
	position: absolute;
	top:0;
	right: 3.6%;
	width: 25%;
	padding-top: 17%;
}
#rakurakuteiki .movie_acd .movie_acd_ttl.opened .open_button {
	display: none;
}
#rakurakuteiki .movie_acd .movie_acd_ttl .close_button {
	display: none;
}
#rakurakuteiki .movie_acd .movie_acd_ttl.opened .close_button {
	display: inline;
}
#rakurakuteiki .movie_acd .movie_acd_content {
	display:none;
	position: relative;
	width: 90%;
	margin: 10px auto 0;
	padding-top: 56.25%;
}
#rakurakuteiki .movie_acd .movie_acd_content iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* バナー
--------------------------------------- */
#rakurakuteiki .bnr {
	max-width: 864px;
	width: 90%;
	margin: 5% auto 5%;
}

/* 商品部分
--------------------------------------- */
#rakurakuteiki .product_bg {
	position: relative;
	padding: 0;
	background: #fff;
}

#rakurakuteiki .product {
	position: relative;
	max-width: 864px;
	width: 90%;
	margin: 0 auto 15%;
	padding: 5% 0 0;
}

#rakurakuteiki .product_title {
	display: block;
	max-width: 640px;
	width: 76.6%;
	margin: 0 auto 8%;
	padding: 1% 0 2%;
	background: url(../img/sp_ribbon2.png) no-repeat center;
	background-size: contain;
	color: #fff;
	font-size: calc(37 / 960 * var(--contents_width));
	font-weight: normal;
	text-align: center;
	letter-spacing: .15em;
}

/* カテゴリータブ部分
--------------------------------------- */
#rakurakuteiki .product_btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 0 5%;
	padding: 0;
	list-style: none;
}

#rakurakuteiki .product_btn .tab {
	flex: 1 1 0%;
	margin: 0 2px;
	padding: 9px 0 6px;
	border-bottom: solid 3px #22465c;
	border-radius: 6px 6px 0 0;
	color: #222;
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
}

#rakurakuteiki .product_btn .tab:first-child {
	margin-left: 0;
}

#rakurakuteiki .product_btn .tab:last-child {
	margin-right: 0;
}

#rakurakuteiki .product_btn .tab.is_active {
	background: #22465c;
	color: #fff;
}

#rakurakuteiki .product_btn .tab span {
	font-family: Roboto;
	color: inherit;
}

#rakurakuteiki .product_wrap {
	max-width: 864px;
	width: auto;
	margin: 0 auto 15%;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#rakurakuteiki .content_wrap .product_wrap {
	display: none;
}

#rakurakuteiki .content_wrap .product_wrap.is_active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* 商品詳細部分
--------------------------------------- */
#rakurakuteiki .tempSP_pbox {
	justify-content: space-between;
	max-width: 400px;
	width: 47.1%;
	margin: 0 1% 4.5% 0;
	padding: 0;
	background: #fff;
	border-bottom: none;
}

#rakurakuteiki .tempSP_pbox a {
	text-decoration: none;
	text-align: center;
	color: inherit;
}

#rakurakuteiki .tempSP_pbox:nth-child(2n) {
	margin: 0 0 4.5%  0;
}

#rakurakuteiki .tempSP_pbox .image_box {
	position: relative;
	margin: 0;
	background: #f5f5f5;
}
#rakurakuteiki .tempSP_pbox .photo {
	position: relative;
}
#rakurakuteiki .tempSP_pbox .icon_new {
	position: absolute;
	left: 3%;
	top: 3%;
	color: #1c9ad3;
	width: 35%;
	padding: 2% 0 0;
	background: #ffeb24;
	font-size: calc(29 / 960 * var(--contents_width));
	font-weight: bold;
	text-align: center;
	z-index: 5;
}
#rakurakuteiki .tempSP_pbox_S .henkin1 {
	position: absolute;
	left: 12%;
	top: 54%;
	width: 20%;
	margin: 0;
}
#rakurakuteiki .tempSP_pbox_S .henkin1 img {
	display: block;
	width: 100%;
	max-width: 204px;
	height: auto;
	margin: auto;
}
#rakurakuteiki .tempSP_pbox_S .henkin2 {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 20%;
	margin: 0;
}
#rakurakuteiki .tempSP_pbox_S .henkin2 img {
	display: block;
	width: 100%;
	max-width: 204px;
	height: auto;
	margin: auto;
}
#rakurakuteiki .tempSP_pbox .box_wrap .image_box {
	position: relative;
	width: 100%;
	margin: 0 0 3%;
	padding: 50% 5%;
	background: #f5f5f5;
}
#rakurakuteiki .tempSP_pbox .box_wrap .image_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	max-width: 90%;
}
#rakurakuteiki .tempSP_pbox .box_wrap .image_box img.full_size {
	max-width: 100%;
}
#rakurakuteiki .tempSP_pbox .sub_box {
	padding: 0 0 10px;
}

#rakurakuteiki .tempSP_pbox .name {
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 6% 0;
	text-align: left;
}

#rakurakuteiki .tempSP_pbox .price_box {
	margin: 0 auto 10px;
	color: #e50000;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	letter-spacing: .02em;
}

#rakurakuteiki .tempSP_pbox_S .price_box .text,
#rakurakuteiki .tempSP_pbox_S .price_box .price {
	display: block;
}

#rakurakuteiki .tempSP_pbox .price_box .text {
	font-weight: bold;
	font-size: 12px;
	color: #bd1e1e;
}

#rakurakuteiki .tempSP_pbox .price_box .price {
	color: #222;
	font-weight: bold;
	font-size: calc(30 / 960 * var(--contents_width));
	font-family: Roboto;
}

#rakurakuteiki .tempSP_pbox .comment_box {
	padding: 5px 0 10px 0;
}

#rakurakuteiki .tempSP_pbox .brand {
	display: block;
	padding: 5% 0 3%;
	text-align: left;
}

#rakurakuteiki .tempSP_pbox_S .brand img {
	max-height: 20px;
}

#rakurakuteiki .roboto {
	font-family: Roboto;
}

/* ラクラク定期について
--------------------------------------- */
.wd800 {
	max-width: 800px;
}

.about_teiki{
	position: relative;
	width: 100%;
	padding: 8.6% 0;
	background-color: #fff;
}

.about_teikilist{
	max-width: 680px;
	width: 85%;
	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;
	padding: 0 0 6.7%;
	margin: 0 0 6.7%;
	border-bottom: solid 1px #bbb;
}

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

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

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

.about_qa a::after {
	content: "";
	display: block;
	position: absolute;
	right: 7%;
	top: 20%;
	width: 12px;
	padding: 3.5% 0;
	background: url(../img/arrow2.png) no-repeat left top;
	background-size: contain;
}

#rakurakuteikis .about_sec {
	background-color: #FFFFFF;
	padding: 10% 0 20%;
}

#rakurakuteiki .about_head_text {
    margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
    font-size: 11px;
}

#rakurakuteiki .aui_accordion_title {
    display: block;
    position: relative;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 21px calc( 48 / 960 * var(--contents_width) + 1.1rem ) 21px calc(48 / 960 * var(--contents_width));
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    background-color: #FFFFFF;
    font-weight: normal;
}