@charset "UTF-8";

/* =========================================================

コスパ最強ワンデーコンタクトを集めてみました！ 

========================================================= */
#campaign {
	position: relative;
	background-color: #fff;
	color: #2d2d2d;
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 755px;
	margin: 0 auto;
}

#campaign p,
#campaign a,
#campaign span,
#campaign div,
#campaign ul,
#campaign li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

#campaign .header {
	margin: 0;
}

#campaign .header img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#campaign .header a {
	display: block;
}

#campaign .header a:hover .catch {
	opacity: 0.6;
}

#campaign .catch {
	-webkit-transition: all 0.3s;
	display: block;
	position: relative;
	padding: 3% 0;
	background: #fea182;
	color: #fff;
	font-size: 3.8vw;
	letter-spacing: 0.25em;
	text-align: center;
	transition: all 0.3s;
}

#campaign .catch::before {
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	display: block;
	position: absolute;
	top: 43%;
	right: 4%;
	width: 6px;
	height: 6px;
	margin: 0 auto;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 0;
	border-left: 0;
	content: "";
	transition: all 0.3s;
}

@media screen and (min-width: 960px) {
	#campaign .catch::before {
		-webkit-transform: rotate(45deg);
		-webkit-transition: all 0.3s;
		display: block;
		position: absolute;
		top: 43%;
		right: 4%;
		width: 10px;
		height: 10px;
		margin: 0 auto;
		transform: rotate(45deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		border-bottom: 0;
		border-left: 0;
		content: "";
		transition: all 0.3s;
	}
}


#campaign .submain {
}

#campaign .submain h2 {
	padding: 7% 0;
	color: #343a42;
	font-size: 3.2vw;
    font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}

#campaign .submain h2 span {
	color: #fea182;
}

#campaign .submain .balloon {
	position: absolute;
	color: #484d55;
	font-weight: 700;
	font-size: 2.8vw;
	letter-spacing: 0.1em;
	text-align: center;
}

#campaign .submain .pos01 {
	top: 43%;
	left: 17%;
}

#campaign .submain .pos02 {
	top: 44%;
	left: 63%;
}

#campaign .submain .pos03 {
	top: 72%;
	left: 5%;
}

/* 3つのコツ */
#campaign .knack {
	margin-bottom: 10%;
	padding: 0 0 5%;
	background: #fffde0;
}

#campaign .knack_title {
	padding: 7% 0 5%;
	color: #343a42;
	font-size: 5.1vw;
	letter-spacing: 0.1em;
	text-align: center;
}

#campaign .knack_title span {
	color: #e46668;
}

#campaign .knack_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: auto;
	margin: 0 auto;
	padding: 0 0 15%;
}

#campaign .knack_menu {
	position: relative;
	width: 30%;
	margin: 0 auto;
}

#campaign .knack_menu a {
	color: #343a42;
}

#campaign .knack_menu::before {
	-webkit-transform: rotate(135deg);
	-webkit-transition: all 0.3s;
	display: block;
	position: absolute;
	top: 110%;
	right: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: 0 auto;
	transform: rotate(135deg);
	border-top: 2px solid #e46668;
	border-right: 2px solid #e46668;
	border-bottom: 0;
	border-left: 0;
	content: "";
	transition: all 0.3s;
}

#campaign .knack_menu:hover::before {
	-webkit-transform: translateY(10px) rotate(135deg);
	transform: translateY(10px) rotate(135deg);
	border-top: 1px solid #e46668;
	border-right: 1px solid #e46668;
	border-bottom: 0;
	border-left: 0;
}

#campaign .knack_num {
	width: 35%;
	margin: 0 auto 5%;
	background: #fffde0;
}

#campaign .knack_num img {
	display: block;
	margin: 0 auto;
}

#campaign .knack_menu_text {
	background: #fffde0;
	font-weight: 700;
	font-size: 3.35vw;
	letter-spacing: 0.05em;
	text-align: center;
}

#campaign .knack_cont {
	position: relative;
	width: 90%;
	margin: 0 auto 6%;
	padding: 10% 0 5%;
	background: #fff;
}

#campaign .knack_cont_title {
	display: block;
	margin: 0 auto 7%;
}

#campaign .knack_cont_title img {
	display: block;
	position: absolute;
	top: -2%;
	right: 0;
	left: 0;
	width: 11.65%;
	margin: 0 auto;
}

#campaign .knack_cont_title span {
	display: block;
	font-weight: 700;
	font-size: 4.3vw;
	letter-spacing: 0.1em;
	text-align: center;
}

#campaign .knack_inner {
	width: auto;
	margin: 0 auto;
	padding: 0 5%;
}

#campaign .knack_img {
	width: auto;
	margin: 0 auto 5%;
}

#campaign .knack_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#campaign .knack_img.img_02 {
	width: 70%;
}

#campaign .knack_cont_text {
	margin: 0 auto 8%;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

#campaign .knack_cont_text:last-child {
	margin-bottom: 0;
}

#campaign .knack_cont_text .c_1day {
	color: #e46668;
	font-weight: 700;
}

#campaign .knack_cont_text .c_2week {
	color: #e46668;
	font-weight: 700;
}

#campaign .knack_cont_text .coupon {
	padding: 0 0 3px;
	border-bottom: solid 1px #e46668;
	color: #e46668;
	font-weight: 700;
}

#campaign .knack_2col {
	margin-bottom: 5%;
	overflow: hidden;
}

#campaign .knack_2col_inner {
	width: auto;
	margin-bottom: 0;
}

#campaign .knack_2col_inner .knack_cont_text {
	width: 50%;
	margin: 0;
}

#campaign .knack_2col_img {
	width: 47%;
	float: right;
}

#campaign .knack_2col_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*コンタクトレンズ商品一覧*/
#campaign .lineup_box {
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}

#campaign .lineup_box_ttl {
	margin-bottom: 7%;
	font-size: 4.3vw;
	letter-spacing: 0.15em;
}

#campaign .lineup_ttl {
    margin-bottom: 6%;
    font-weight: bold;
    color: #fff;
    padding: 1% 0;
    background: #e46668;
    text-align: center;
    font-size: 4.3vw;
    letter-spacing: 3px;
}
#campaign .lineup_subttl {
    font-weight: bold;
    margin: 4% auto;    
    font-size: 3.6vw;
    letter-spacing: 3px;
}

#campaign .lineup_lineb {
    display: inline-block;
    width: 80%;
    margin: 0 auto;    
}

#campaign .lineup_btn {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
	letter-spacing: 0.2em;
}

#campaign .lineup_btn a {
	display: block;
	position: relative;
	width: 30%;
	margin-bottom: 5%;
	padding: 2% 0;
	border-radius: 0.5em;
	color: #fff;
	font-weight: 500;
	font-size: 3.4vw;
	letter-spacing: 1px;
    box-shadow: 0.6vw 0.6vw #b72a2c;    
	text-align: center;
}

#campaign .lineup_btn a.lineup_01 {
	background: #e46668;
    font-weight: bold;
}

#campaign .lineup_btn a.lineup_02 {
	background: #e46668;
    font-weight: bold;
}

#campaign .lineup_btn a.lineup_03 {
	background: #e46668;
	font-weight: bold;
}


/*コンタクトレンズ商品一覧*/
#campaign .lineup_content {
	display: block;
	margin-bottom: 0%;
	padding: 7% 5%;
	clear: both;
	overflow: hidden;
}

#campaign .li02 {
}

#campaign .li02_txt {
	color: #FFF;
}

#campaign .li03 {
}

#campaign .li03_txt {
	color: #FFF;
}


#campaign .itembox_wrap {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

#campaign .itembox {
	display: inline-block;
	position: relative;
	width: 48%;
    border: solid 0.6vw #e46668;    
	margin: 0 0 7%;
	padding: 11% 0 5%;
	background: #fff;
	text-align: center;
	vertical-align: top;
}

#campaign .itembox .brand_logo {
	display: block;
	width: 65%;
	max-width: 100%;
	margin: 0 auto 9%;
}

#campaign .icon_category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-start;
	height: auto;
	padding: 2% 6%;
	line-height: 1.4;
	color: #fff;
	font-weight: 500;
	font-size: 3.3vw;
	letter-spacing: 0.2em;
	text-align: left;
}

#campaign .icon_1day {
	background: #e46668;
}

#campaign .icon_2week {
	background: #e46668;
}

#campaign .icon_toric {
	background: #e46668;
}

#campaign .icon_mf {
	background: #eaca4a;
}
#campaign .review {
	background: #fff;
    height: 53px;
}
#campaign .photo {
	width: 80%;
	height: auto;
	margin: 0 auto 13px;
}

#campaign .photo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#campaign .name {
	margin: 0 4%;
	color: #2c2c2c;
	font-weight: bold;
	font-size: 2.7vw;
	letter-spacing: 2px;
	text-align: center;
}

#campaign .price {
	margin: 7% auto;
	color: #d91e1e;
	font-weight: bold;
	font-size: 6vw;
	letter-spacing: 2px;
	text-align: center;
}

#campaign .itembox_icon {
	position: absolute;
	top: 0;
	left: 0;
}

#campaign .price span {
	color: #2c2c2c;
	font-weight: bold;
	font-size: 4.5vw;
	text-align: center;
}

#campaign .btn_detail {
	-webkit-transition: all 0.3s;
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 2%;
	border: 2px solid #e46668;
	border-radius: 4px;
	background: #e46668;
	color: #fff;
	font-weight: bold;
	font-size: 3vw;
	letter-spacing: 2px;
	text-align: center;
	transition: all 0.3s;
}

#campaign .btn_bottom {
	-webkit-transition: all 0.3s;
	width: 80%;
	margin: 0 auto;
	border-radius: 0.25em;
	background: #e46668;
	color: #fff;
	transition: all 0.3s;
}

#campaign .btn_bottom a {
	display: block;
	position: relative;
	padding: 5% 0;
	color: #fff;
	font-weight: bold;
	font-size: 4.3vw;
	line-height: 1.5;
	letter-spacing: 0.13em;
	text-align: center;
}

#campaign .btn_bottom a::after {
	-webkit-transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	position: absolute;
	top: 45%;
	right: 5%;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transition: all 0.3s;
}

#campaign .btn_bottom a:hover {
	opacity: 0.7;
}

#campaign .btn_bottom a:hover::after {
	-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg);
}

#campaign .detail_li02 {
	border: 2px solid #e46668;
	background: #e46668;
}

#campaign .btn_li02 {
	background: #e46668;
}

#campaign .detail_li03 {
	border: 2px solid #e46668;
	background: #e46668;
}

#campaign .btn_li03 {
	background: #e46668;
}

#campaign .anchor_ttl {
    margin: 8% auto 2%;
    color: #006ba6;
    font-weight: bold;
    font-size: 3.4vw;
    letter-spacing: 2px;
    text-align: center;
}

#campaign .tac {
	text-align: center;
}
#campaign .roboto{
	font-family: Roboto;
}


/* graph_chart_wrapper */

.graph_b {
    background: #fffce3 !important;
    padding: 2% !important;
}
.graph_b .graph_chart_mttl{
    margin: 5% auto;
    font-size: 1.6rem;    
}
.graph_b .graph_chart_wrapper {
	width: 100%;
	padding: 2% 0 2%;
}

.graph_b .long_width_column .df .txt_link { 
	color: #26b8b4;
	line-height: 1.5;
}
.graph_b .long_width_column { /* long_width_column */
	margin: 0 auto;
}
.graph_b .long_width_column .inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: scroll;
}

.graph_b .long_width_column .inner th {
	width: 100px;
	min-width: 100px;
}
.graph_b .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	padding: 10px;
    border-right: #fffce3 solid 2vw;    
	vertical-align: top;
}
.graph_b .graph_chart_wrapper .inner .df_shouhin_wrap {
	padding: 5px;
}
.graph_b .df_shouhin_wrap .imgBox {
	margin: 0;
	display: block;
	text-align: center;
}
.graph_b .df_shouhin_wrap .pdtName {
	display: none;
    padding: 8px 0 8px;
    margin: 0 5px;
    color: #26b8b4;
    font-size: 1.2rem;
    /* display: block; */
    text-align: center;
    position: relative;
    font-size: clamp(10px, calc(10px + 2px), 12px);
    line-height: 1.5;
}
.graph_b .df_shouhin_wrap .pdtPrice {
    display: block;
    padding: 0px 0 10px;
    font-weight: 700;
    text-align: center;
    color: #d91e1e;
}
.graph_b .long_width_column .df {
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
}

.graph_b .inner_goodsne {
    height: 70px;
    line-height: 1.8;
    letter-spacing: 0px;
    font-size: 1.4rem;
}

/*.graph_b .spec_table th {
	min-width: 130px;
	padding: 10px 0 10px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
.graph_b .spec_table td {
	padding: 10px 0 10px 20px;
	line-height: 1.5;
}*/

.graph_b .spec_table {
	width: 640px;
	margin: 54px auto 0;
	/*border-top: solid 2px #26b8b4;
	border-left: solid 2px #26b8b4;*/
	font-weight: 500;
	font-size: 1.4rem;
}

.graph_b .spec_table th {
    /*border-right: solid 2px #26b8b4;
    border-bottom: solid 2px #26b8b4;*/
    background: #f2edc1;
    vertical-align: middle;
    font-weight: 500;
}

.graph_b .spec_table td {
	padding: 10px 0 10px 20px;
	/*border-right: solid 2px #26b8b4;
	border-bottom: solid 2px #26b8b4;*/
    background: #f2efd5;
}

.graph_b .spec_table td span {
}

.graph_b .spec_table tr:nth-child(odd) td {
	background: #fff;
}
.graph_b .spec_table .la_ki{
    background:#f2edc1;
}
.graph_b .spec_table tr:nth-child(odd) th{
	background: #fffce3;
}
.graph_b .btn-parts a{
    display: inline-block;
    padding: 2% 0;
    border-radius: 0.8vw;
    width: 90%;
    margin: 0 auto;
    background: #FFF;
    border: .1875em solid #e46668;
    color: #e46668;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    
}

.graph_b .btn-parts a:hover {
	background: #e46668;
	color: #FFF;
    opacity: inherit;    
}

.graph_b .btn-parts_q a{
    display: inline-block;
    padding: 2% 0;
    border-radius: 0.8vw;
    width: 90%;
    margin: 0 auto;
    background: #e46668;
    border: .1875em solid #e46668;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    
}

.graph_b .btn-parts_q a:hover {
	background: #fff;
	color: #e46668;
    opacity: inherit;    
}
.graph_b .lins-parts{
    width: 36%;
    margin: 0 auto;
    vertical-align: middle;
}

.graph_b .souyou-parts{
    width: 70%;
    margin: 0 auto;
    vertical-align: middle;
}

/* モーダル
------------------------------------ */
.remodal.remodal-is-initialized {
	padding: 5% 5% 5%;
	font-family: "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
}

/* 商品名 */
.remodal .modal_product_name {
	width: 80%;
	margin: 5% auto 0;
	font-weight: 700;
	font-size: 14px;
	font-size: 4.4vw;
	line-height: 1.29167;
	letter-spacing: 0.18em;
}

/* 商品画像 */
.remodal .modal_product_img {
	width: 60%;
	margin: auto;
}

.remodal .modal_product_img img {
	max-width: 100%;
}

/* 価格 */
.remodal .modal_product_price {
	box-sizing: border-box;
	width: 90%;
	margin: 10px auto 0;
	padding: 5% 2%;
	border: 2px solid #c9c9c9;
	text-align: center;
}

.remodal .modal_product_price .sale_price {
	color: #1b1b1b;
	font-weight: 700;
	font-size: 13px;
	font-size: 4.2vw;
	line-height: 1.22727;
	letter-spacing: 0.045em;
}

.remodal .modal_product_price .sale_price em {
	display: inline-block;
	color: #f2406e;
	font-style: normal;
	font-size: 1.7em;
	letter-spacing: 0.01em;
}

.remodal .modal_product_price .sale_price em::first-letter {
	font-size: 0.7em;
}

.remodal .modal_product_price .divide_price {
	color: #1b1b1b;
	font-weight: 700;
	font-size: 10px;
	font-size: 3.1vw;
}

.remodal .modal_product_price .divide_price em {
	font-style: normal;
	font-size: 1.375em;
}

.remodal .modal_product_price .point {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #c9c9c9;
	color: #1b1b1b;
	font-weight: 700;
	font-size: 12px;
	font-size: 3.8vw;
}

.remodal .modal_product_price .point em {
	color: #f2406e;
	font-style: normal;
	font-size: 1.7em;
}




/* カートスタイル上書き SP */
@media screen and (max-width:959px) {

	.temp_special_cart {
	margin-top: 8%;
	}

	.temp_special_cart .goods_inner {
	width: 100%;
	}
	.temp_special_cart .goods_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: none;
	}
	.temp_special_cart .goods_flex + .goods_flex {
	border-bottom: solid 1px #B5B5B5;
	}
	.temp_special_cart .goods_flex:last-of-type {
	border-bottom: none;
	}
	.temp_special_cart .goods_flex .th {
	padding-bottom: 10px;
	width: 100%;
	padding: 20px 0;
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	}
	.temp_special_cart .goods_data_title {
		padding: 6px 0;
		font-weight: 500;
		font-size: 1.4rem;
		width: calc(100%/ 2 - 5%);
		background: #F6F6F6;
		margin: 0 0 0 auto;
		text-align: center;
		}
	.temp_special_cart .goods_flex .td_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}

	.temp_special_cart .goods_flex .td {
	width: 43%;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
	}

	.temp_special_cart .goods_flex .r_eye,
	.temp_special_cart .goods_flex .l_eye {
	font-size: 1.4rem;
	}

	.temp_special_cart .goods_flex .goods_select_wrap {
	position: relative;
	z-index: 0;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	margin: 0 0 10px;
	}

	.temp_special_cart .goods_flex .goods_select_wrap::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 1;
	}

	.temp_special_cart .goods_flex select {
	height: 35px;
	width: auto;
	padding: 0 20px 0 5px;
	background-color: transparent;
	background-size: 8px;
	background-position: 95% center;
	color: #222222;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	}

	.temp_special_cart .goods_flex .goods_data_value {
	display: block;
	height: 35px;
	padding: 0 12px;
	background-color: none;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	text-align: center;
	}
	.temp_special_cart .goods_btn_wrap {
	margin-top: 6%;
	}
	.temp_special_cart .org-btn{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 1.2em 1em 1.2em;
	border-radius: 100vh;
	background: #15a4f2!important;
	color: #ffffff;
	font-size: 13px;
	font-size: 4vw;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	border: none;
	text-indent: 0;
	}
}
/* カートスタイル上書き PC */
@media screen and (min-width:960px) {
	.temp_special_cart {
	margin: 34px 0 60px;
	}
	.temp_special_cart .goods_inner_wrap {
	width: 100%;
	}
	.temp_special_cart .goods_inner {
	width: 100%;
	}
	.temp_special_cart .goods_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: none;
	}
	.temp_special_cart .goods_flex + .goods_flex {
	border-bottom: solid 1px #B5B5B5;
	}
	.temp_special_cart .goods_flex:last-of-type {
	border-bottom: none;
	}
	.temp_special_cart .goods_flex .th {
	width: 60px;
	padding: 43px 0;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1;
	}
	.temp_special_cart .goods_flex .th.bc {
	padding: 21px 0;
	}
	.temp_special_cart .goods_flex .td_wrap {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 60px);
	}
	.temp_special_cart .goods_flex .td {
	flex: 1;
	padding: 0;
	font-size: 1.3rem;
	}
	.temp_special_cart .goods_flex .r_eye,
	.temp_special_cart .goods_flex .l_eye {
	font-size: 1.4rem;
	}
	.temp_special_cart .goods_select_wrap {
	position: relative;
	z-index: 2;
	border-radius: 5px;
	background: #F6F6F6;
	width: 90%;
	margin: 30px 0 30px 10%;
	}
	.temp_special_cart .goods_select_wrap::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 1;
	}
	.temp_special_cart select {
	height: 40px;
	background: transparent;
	border-radius: 5px;
	width: 100%;
	padding: 0 12px;
	color: #000000;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
	appearance: none;
	outline: 0;
	z-index: 1;
	border: none;
	}
	.temp_special_cart select::-ms-expand {
	display: none;
	}
	.temp_special_cart select.err_msg {
	color: #F54141;
	background: #FFF2F2;
	}
	/* データ部分 */
	.temp_special_cart .goods_inner {
	width: 100%;
	}
	.temp_special_cart .goods_data_title_blank {
	width: 60px;
	}
	.temp_special_cart .goods_data_title {
	padding: 6px 0;
	font-weight: 500;
	font-size: 1.4rem;
	width: calc((100% - 60px) / 2 - 5%);
	background: #F6F6F6;
	margin: 0 0 0 auto;
	text-align: center;
	}
	.temp_special_cart .goods_data_title:last-of-type {
	margin: 0 0 0 auto;
	}
	.temp_special_cart .goods_cart_btn{
	text-align: center;
	}
	.temp_special_cart .goods_btn_wrap {
	margin-top: 20px;
	}
	.temp_special_cart .org-btn {
	display: inline-block;
	width: 80%;
	height: auto;
	padding: 15px 10px;
	border-radius: 100vh;
	background: #15a4f2 !important;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	border: none;
	text-indent: 0;
	margin: 0 auto;
	}
}

/* 送料無料セット紹介 */
.remodal .shippingfree_box {
	display: block;
	margin-top: 5%;
	padding: 10px 5px 10px;
	overflow: hidden;
	border: 1px solid #dadada;
	color: #333333;
}

.remodal .shippingfree_box .catch {
	display: block;
	margin-bottom: 8px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.remodal .shippingfree_box .catch .bold {
	color: #fd0404;
	font-size: 16px;
}

.remodal .shippingfree_box .link_box {
	display: table;
	width: 100%;
}

.remodal .shippingfree_box .link_box .price_box {
	display: table-cell;
	width: 50%;
	margin-bottom: 8px;
	padding: 0 5px;
	vertical-align: top;
}

.remodal .shippingfree_box .link_box .price_box .price {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

.remodal .shippingfree_box .link_box .price_box .price .bold {
	font-weight: bold;
	font-size: 24px;
}

.remodal .shippingfree_box .link_box .price_box .link {
	display: inline-block;
	width: 100%;
}

.remodal .shippingfree_box .link_box .price_box .link a {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	margin: auto;
	padding: 10px;
	border: 2px solid #ff8e15;
	border-radius: 3px;
	background-color: #ff9205;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.remodal .shippingfree_box .link_box .price_box .link a:after {
	position: absolute;
	top: 0;
	right: 6%;
	bottom: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ffffff;
	content: '';
}




@media screen and (min-width: 960px) {
	#campaign .catch {
		font-size: 25px;
	}

	#campaign .submain h2{
		font-size: 18px;
	}

	#campaign .submain .balloon {
		font-size: 17px;
	}

	#campaign .knack_title {
		font-size: 28px;
	}

	#campaign .knack_menu_text {
		font-size: 20px;
	}

	#campaign .knack_cont_title span {
		font-size: 25px;
	}

	#campaign .knack_cont_text{
		font-size: 18px;
	}

	#campaign .knack_cont_text .coupon {
		font-size: 18px;
	}

	#campaign .lineup_box_ttl {
		font-size: 28px;
	}

	#campaign .lineup_btn a {
		font-size: 20px;
        box-shadow: 0.3vw 0.3vw #b72a2c;
	}

	#campaign .lineup_ttl {
		font-size: 27px;
	}

	#campaign .name {
		font-size: 17px;
	}

	#campaign .btn_detail {
		font-size: 17px;
	}

	#campaign .price {
		font-size: 28px;
	}

	#campaign .icon_category {
		font-size: 17px;
	}

	#campaign .btn_bottom a{
		font-size: 18px;
	}
    #campaign #lineup_01 .lineup_ttl {
	color: #e46668;
}
    #campaign .itembox {
        border: solid 3px #e46668;
    }

    #campaign #lineup_01 .itembox {
        border: solid 3px #e46668;
    }

    #campaign #lineup_02 .lineup_ttl {
        color: #FFF;
    }

    #campaign #lineup_02 .itembox {
        border: solid 3px #e46668;
    }

    #campaign #lineup_03 .lineup_ttl {
        color: #FFF;
    }

    #campaign #lineup_03 .itembox {
        border: solid 3px #e46668;
    }
    #campaign .lineup_subttl {
        font-size: 20px;
    }
    #campaign .lineup_lineb {
        width: 60%;
    }
    
    #campaign .anchor_ttl {
        color: #006ba6;
        font-weight: bold;
        font-size: 20px;
        margin: 44px auto 20px;
        letter-spacing: 3px;
        text-align: center;
    }
    .remodal .modal_product_name {
		font-size: 28px;
	}
	.remodal .modal_product_price .sale_price {
		font-size: 27px;
	}
	.remodal .modal_product_price .divide_price {
		font-size: 20px;
	}
	.remodal .modal_product_price .point {
		font-size: 24px;
	}
	.temp_special_cart .pop_select .grn-ttl {
		font-size: 24px;
	}
	.temp_special_cart .pop_select .goods_td_ttl {
		font-size: 24px;
	}
	.temp_special_cart .pop_select .goods_td_bdy p {
		font-size: 24px;
	}
	.temp_special_cart .pop_select .goods_td_bdy select {
		font-size: 24px;
	}
	.temp_special_cart .btn-form .org-btn {
		font-size: 28px;
	}
    /* graph_chart_wrapper */
    
    .graph_b {
        max-width: 800px !important;
	}
    
	.graph_b .long_width_column .df {
		font-size: 1.2rem;
	}
    .graph_b td,
    .graph_b tr{
        font-size: 14px;
	}
    
    .graph_b .Price_dai{
        line-height: 1.2;        
        font-size: 22px;
	}
    
	.graph_b .long_width_column .inner td {
        border-right: #fffce3 solid 0.6vw;
	}

    .graph_b .graph_chart_mttl{
        margin: 2% auto 4%;
        font-size: 24px;    
    }
    .graph_b .btn-parts a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #e46668;
    }
    .graph_b .btn-parts_q a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #e46668;
    }
    .graph_b .inner_goodsne {
        font-size: 15px;  
    }
    
    .graph_b .long_width_column .inner td {
        width: 190px;
        min-width: 190px;
    }
    #campaign .review {
        height: 50px;
    }    
}
