@charset "UTF-8";

/* =========================================================

ポイントリリース記念キャンペーン

========================================================= */
#pointup {
	font-size: calc(27 / 960 * var(--contents_width));
	font-weight: 500;
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	letter-spacing: 0.05em;
	color: #595959;
	background-color: #e6f4fb;
}

#pointup * {
	font-style: normal;
	line-height: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#pointup *::before,
#pointup *::after {
	box-sizing: border-box;
}

#pointup a {
	display: inline-block;
	text-decoration: none;
}

#pointup em {
	font-family: "Roboto", sans-serif;
}

#pointup img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
}

#pointup button {
	width: 100%;
	border: none;
	box-shadow: none;
}

/* 共通
------------------------------------------------------ */
#contents {
    padding-top: 75px;
}

#footer {
	margin-top: 0;
}

body.is_sp_only #footer .c_footer {
	margin: 0;
}
@media screen and (min-width: 768px) {
	.aui_modal_product_cart .aui_modal_product_cart_num_of_box {
		top: 46px;
		right: 100px;
	}

	.aui_modal_product .aui_modal_product_cart_num_of_box img{
		max-width: none!important;
	}
}

/* MV
------------------------------------------------------ */
#pointup .sec_main {
	margin-bottom: calc(146 / 960 * var(--contents_width));
}

/* ポイント解説
------------------------------------------------------ */
#pointup .sec_point {
	margin-bottom: calc(126 / 960 * var(--contents_width));
	padding: 0 calc(56 / 960 * var(--contents_width));
}

#pointup .sec_point_area {
	margin-bottom: 5%;
}

#pointup .sec_point_area_title {
	font-size: calc(40 / 960 * var(--contents_width));
	position: relative;
	padding: calc(80 / 960 * var(--contents_width)) 0 calc(40 / 960 * var(--contents_width));
	text-align: center;
	color: #fff;
	border-radius: calc(40 / 960 * var(--contents_width)) calc(40 / 960 * var(--contents_width)) 0 0;
	background-color: #0083fb;
}

#pointup .sec_point_area_title_top {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: calc(140 / 960 * var(--contents_width));
	height: calc(140 / 960 * var(--contents_width));
	margin: -18.5% auto 0;
}

#pointup .sec_point_area_title_yen {
	display: block;
	width: calc(354 / 960 * var(--contents_width));
	margin: 0 auto 2.55%;
}

#pointup .sec_point_area_img {
	padding: calc(50 / 960 * var(--contents_width)) calc(74 / 960 * var(--contents_width)) calc(47 / 960 * var(--contents_width));
	border-radius: 0 0 calc(40 / 960 * var(--contents_width)) calc(40 / 960 * var(--contents_width));
	background: #fff;
}

#pointup .sec_point_detail a {
	font-size: calc(32 / 960 * var(--contents_width));
	line-height: 2.6em;
	position: relative;
	display: block;
	width: calc(477 / 960 * var(--contents_width));
	margin: 0 auto;
	padding-right: 2%;
	text-align: center;
	color: #0083fb;
	border: calc(3 / 960 * var(--contents_width)) solid #0083fb;
	border-radius: 500px;
	background-color: #fff;
	box-shadow: calc(6 / 960 * var(--contents_width)) calc(8 / 960 * var(--contents_width)) 0 0 #b4dcfb;
}

#pointup .sec_point_detail a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 7%;
	bottom: 0;
	display: block;
	width: calc(17 / 960 * var(--contents_width));
	height: calc(17 / 960 * var(--contents_width));
	margin: auto;
	transform: rotate(45deg);
	border-top: calc(4 / 960 * var(--contents_width)) solid #0083fb;
	border-right: calc(4 / 960 * var(--contents_width)) solid #0083fb;
}

/* 商品一覧
------------------------------------------------------ */

#pointup .sec_products_top {
	width: calc(844 / 960 * var(--contents_width));
	margin: 0 auto calc(65 / 960 * var(--contents_width));
}

#pointup .sec_products_pop {
	width: calc(585 / 960 * var(--contents_width));
	margin: 0 auto 1%;
}

#pointup .products_tab_list {
	display: grid;
	justify-content: space-between;
	margin-bottom: calc(80 / 960 * var(--contents_width));
	padding: 0 calc(56 / 960 * var(--contents_width));
	grid-template-columns: 1fr 1fr;
	gap: calc(40 / 960 * var(--contents_width));
}

#pointup .products_tab_list_item {
	font-size: calc(42 / 960 * var(--contents_width));
	line-height: 2.8;
	position: relative;
	display: block;
	transition: background 0.3s;
	text-align: center;
	color: #fff;
	border: calc(3 / 960 * var(--contents_width)) solid #0083fb;
	border-radius: 500px;
	background-color: #0083fb;
	box-shadow: calc(8 / 960 * var(--contents_width)) calc(6 / 960 * var(--contents_width)) 0 0 #b4dcfb;
}

#pointup .products_tab_list_item.active {
	color: #0083fb;
	background-color: #fff;
}

#pointup .products_tab_contents_title {
	font-size: calc(60 / 960 * var(--contents_width));
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3.2% 0;
	color: #fff;
	letter-spacing: 0.08em;
	background-color: #0083fb;
}

#pointup .products_tab_contents_title::before,
#pointup .products_tab_contents_title::after {
	content: "";
	display: block;
	width: calc(32 / 960 * var(--contents_width));
	height: calc(32 / 960 * var(--contents_width));
	background-image: url(/campaign/pointup/img/dc_star.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#pointup .products_tab_contents_title span {
	display: inline-block;
	margin: 0 0.7em 0 0.75em;
}

#pointup .products_tab_contents {
	position: relative;
}

#pointup .products_tab_contents_area {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	padding: calc(56 / 960 * var(--contents_width));
	padding-bottom: calc(200 / 960 * var(--contents_width));
	transition: opacity 0.5s ease, visibility 0.5s ease;
	opacity: 0;
}

#pointup .products_tab_contents_area.active {
	position: relative;
	visibility: visible;
	opacity: 1;
}

#pointup .products_tab_contents_area_inner {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	gap: calc(80 / 960 * var(--contents_width)) calc(47 / 960 * var(--contents_width));
}

#pointup .product {
	color: #303030;
	font-family: 'Roboto','Noto Sans JP', sans-serif;
}

#pointup .product_img {
	display: grid;
	align-items: center;
	justify-content: center;
	height: calc(400 / 960 * var(--contents_width));
	margin-bottom: 7%;
	text-align: center;
	background-color: #fff;
}

#pointup .product_name {
	font-size: calc(33 / 960 * var(--contents_width));
	line-height: 1.5;
	margin-bottom: 6%;
}

#pointup .product_setlist {
	padding: calc(33 / 960 * var(--contents_width)) calc(21 / 960 * var(--contents_width));
	background-color: #fff;
	display: grid;
	gap: calc(48 / 960 * var(--contents_width));
}

#pointup .product_setlist_item a {
	font-size: calc(27 / 960 * var(--contents_width));
	display: grid;
	align-items: center;
	grid-template-columns: calc(160 / 960 * var(--contents_width)) 1fr;
	gap: calc(17 / 960 * var(--contents_width)) calc(18 / 960 * var(--contents_width));
}

#pointup .product_setlist_item a:hover {
	opacity: 0.8;
	color: currentColor;
}

#pointup .set {
	line-height: 1.95;
	text-align: center;
	color: #fff;
	background-color: #0083fb;
}
#pointup .set::first-letter{
	font-size:1.05em;
	letter-spacing:0.1em;
}

#pointup .postage {
	color: #ed0001;
}

#pointup .price {
	font-size: calc(44 / 960 * var(--contents_width));
	color: #303030;
	white-space: nowrap;
	letter-spacing: 0;
}
#pointup .price::first-letter{
	font-family: 'Noto Sans JP', sans-serif;
}

#pointup .point {
	font-size: calc(28 / 960 * var(--contents_width));
	color: #0083fb;
}

#pointup .btn {
	padding: 7.5% 0;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffffff;
	border-radius: calc(8 / 960 * var(--contents_width));
	background-color: #323232;
	grid-column: span 2;
	font-size: calc(27 / 960 * var(--contents_width));
}

#pointup .setlist_more {
	padding-bottom: 5%;
	cursor: pointer;
	transition: opacity 0.2s ease;
	text-align: center;
}

#pointup .more_btn {
	display: flex;
	justify-content: center;
}

#pointup .more_btn::after {
	content: "";
	display: inline-block;
	width: calc(17 / 960 * var(--contents_width));
	height: calc(17 / 960 * var(--contents_width));
	margin-left: 0.5em;
	transform: rotate(45deg);
	border-right: calc(4 / 960 * var(--contents_width)) solid #303030;
	border-bottom: calc(4 / 960 * var(--contents_width)) solid #303030;
}

#pointup .products_tab_contents .setlist_more~.product_setlist_item {
	display: none;
}

/* メガネ */
#pointup #glass .products_tab_contents_area_bnr {
}

#pointup #glass .products_tab_contents_area_inner {
	margin-bottom: 10%;
	grid-template-columns: 1fr 1fr;
	gap: calc(47 / 960 * var(--contents_width));
}

#pointup #glass .product {
	display: block;
	height: 100%;
	padding: 8%;
	background-color: #ffffff;
}

#pointup #glass .product a:hover {
	opacity: 0.8;
	color: currentColor;
}

#pointup #glass .product_img {
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0 12%;
}
#pointup #glass .product_grid{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: calc(47 / 960 * var(--contents_width));
	margin-bottom: 6%;
}

#pointup #glass .product_price {
	font-size: calc(44 / 960 * var(--contents_width));
	font-weight: 900;
	text-align: center;
	color: #be1e1e;
}
#pointup #glass .product_point {
	font-size: calc(28 / 960 * var(--contents_width));
	color: #0083fb;
}

#pointup #glass .product_btn {
	display: block;
	padding: 8% 0;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #be1e1e;
}

#pointup .products_tab_contents_area_btn a {
	font-size: calc(36 / 960 * var(--contents_width));
	position: relative;
	display: block;
	width: calc(750 / 960 * var(--contents_width));
	margin: 0 auto 9%;
	padding: 4.9% 0;
	transition: background 0.3s;
	text-align: center;
	color: #fff;
	border: calc(3 / 960 * var(--contents_width)) solid #0083fb;
	border-radius: 500px;
	background-color: #0083fb;
}

#pointup .products_tab_contents_area_bnr_pop{
	font-size: calc(40 / 960 * var(--contents_width));
	text-align: center;
	color: #0083fb;
	display: flex;
	align-items: anchor-center;
	justify-content: center;
	margin-bottom: 4%;
	font-weight: 600;
}

#pointup .products_tab_contents_area_bnr_pop::before,
#pointup .products_tab_contents_area_bnr_pop::after {
	content: "";
	display: inline-block;
	width: calc(4 / 960 * var(--contents_width));
	height: calc(57 / 960 * var(--contents_width));
	background-color: #0083fb;
}
#pointup .products_tab_contents_area_bnr_pop::before{
	transform: rotate(-35deg);
	margin-right: 1em;
}
#pointup .products_tab_contents_area_bnr_pop::after {
	transform: rotate(35deg);
	margin-left: 0.8em;
}