@charset "UTF-8";

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

毎日の瞳に、紫外線対策を UVカットコンタクト

========================================================= */
#uvcut1day {
	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;
}

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

#uvcut1day .header {
	margin: 0;
}

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

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

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

#uvcut1day .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;
}

#uvcut1day .submain {
}

#uvcut1day .submain h2 {
	padding: 7% 0;
	color: #343a42;
	font-size: min(3.2vw, 16px);
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}

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

#uvcut1day .submain .balloon {
	position: absolute;
	color: #484d55;
	font-weight: 700;
	font-size: min(3.2vw, 16px);
	letter-spacing: 0.1em;
	text-align: center;
}

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

#uvcut1day .lineup_box_ttl {
	margin-bottom: 7%;
	font-size: min(4.3vw, 20px);
	letter-spacing: 0.15em;
}

#uvcut1day .lineup_ttl {
	margin-bottom: 6%;
	font-weight: bold;
	color: #fff;
	padding: 2.5% 0;
	background: #4f7798;
	text-align: center;
	font-size: min(4.3vw, 20px);
	letter-spacing: 3px;
}

#uvcut1day .bnr_app {
	display: block;
	max-width: 100%;
	width: 90%;
	margin: 0 auto 10%;
}

#uvcut1day .c_comfort {
	background: #399553;
}

#uvcut1day .c_week2 {
	background: #eda830;
}

#uvcut1day .c_color {
	background: #e686c1;
}

#uvcut1day .lineup_subttl {
	font-weight: bold;
	margin: 4% auto;    
	font-size: min(3.8vw, 18px);
	letter-spacing: 3px;
}

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

#uvcut1day .lineup_btn_t{
	background: #fffbb5;
	padding: 0 0 10%;
	margin: 0 0 8%;
}

#uvcut1day .lineup_btn_t h2{
	font-weight: 900;
	padding: 8% 0 2%;
	font-size: min(3.6vw, 18px);
	color: #07316d;
	letter-spacing: 1px;
}

#uvcut1day .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;
	letter-spacing: 0.2em;
}

#uvcut1day .lineup_btn a {
	display: block;
	position: relative;
	letter-spacing: .1em;
	width: 48%;
	/* margin-bottom: 10%; */
	padding: 3% 1% 3% 0%;
	border-radius: 0.3em;
	color: #fff;
	font-weight: 500;
	font-size: min(3vw, 18px);
	box-shadow: 0.2vw 0.2vw #e2db61;
	text-align: center;
}

#uvcut1day .lineup_btn a.lineup_01 {
	background: #4f7798;
	font-weight: bold;
}

#uvcut1day .lineup_btn a.lineup_02 {
	background: #399553;
	font-weight: bold;
}

#uvcut1day .lineup_btn a.lineup_03 {
	background: #ec6cba;
	font-weight: bold;
}
#uvcut1day .lineup_btn img {
	width: 3.3%;
	right: 6%;
	top: 38%;
	position: absolute;
	opacity: 1;
}

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

#uvcut1day .li02 {
}

#uvcut1day .li02_txt {
	color: #FFF;
}

#uvcut1day .li03 {
}

#uvcut1day .li03_txt {
	color: #FFF;
}


#uvcut1day .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;
}

#uvcut1day .itembox {
	display: inline-block;
	position: relative;
	width: 48%;
	border: solid 3px #4f7798;    
	margin: 0 0 4%;
	padding: 8% 0 3%;
	background: #fff;
	text-align: center;
	vertical-align: top;
}

#uvcut1day .itembox.comfortable {
	border: solid 3px #399553;    
}

#uvcut1day .itembox.c_week2 {
	border: solid 3px #eda830;    
}

#uvcut1day .itembox.c_color {
	border: solid 3px #e686c1;
}

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

#uvcut1day .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: min(3.3vw, 10px);
	letter-spacing: 0.2em;
	text-align: left;
}

#uvcut1day .icon_1day {
	background: #20a6c8;
}

#uvcut1day .icon_high {
	background: #1eba76;
}

#uvcut1day .icon_goodvalue {
	background: #4f7798;
}

#uvcut1day .icon_comfortable {
	background: #399553;
}

#uvcut1day .icon_2week {
	background: #eda830;
}

#uvcut1day .icon_color {
	background: #ec6cba;
}

#uvcut1day .review {
	background: #fff;
	height: 53px;
}
#uvcut1day .photo {
	width: 80%;
	height: auto;
	margin: 0 auto 13px;
	display: flex;
	align-items: center;
}

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

#uvcut1day .name {
	margin: 0 4%;
	color: #2c2c2c;
	font-weight: bold;
	font-size: min(2.7vw, 14px);
	letter-spacing: 2px;
	text-align: center;
}

#uvcut1day .price {
	margin: 7% auto;
	color: #d91e1e;
	font-weight: bold;
	font-size: min(6vw, 30px);
	letter-spacing: 2px;
	text-align: center;
}

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

#uvcut1day .price span {
	color: #2c2c2c;
	font-weight: bold;
	font-size: min(4.5vw, 22px);
	text-align: center;
}

#uvcut1day .btn_detail {
	-webkit-transition: all 0.3s;
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 2%;
	border: 2px solid #4f7798;
	border-radius: 4px;
	background: #4f7798;
	color: #fff;
	font-weight: bold;
	font-size: min(3.2vw, 16px);
	letter-spacing: 2px;
	text-align: center;
	transition: all 0.3s;
}

#uvcut1day .btn_detail.comfortable {
	background: #399553;
	border: 2px solid #399553;
}

#uvcut1day .btn_detail.c_week2 {
	background: #eda830;
	border: 2px solid #eda830;
}

#uvcut1day .btn_detail.c_color {
	background: #e686c1;
	border: 2px solid #e686c1;
}

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

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

#uvcut1day .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;
}

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

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

#uvcut1day .detail_li02 {
	border: 2px solid #14518d;
	background: #14518d;
}

#uvcut1day .btn_li02 {
	background: #14518d;
}

#uvcut1day .detail_li03 {
	border: 2px solid #14518d;
	background: #14518d;
}

#uvcut1day .btn_li03 {
	background: #14518d;
}

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

#uvcut1day .tac {
	text-align: center;
}

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

.remodal .product_inner {
	font-size: min(4vw, 20px);
	font-weight: bold;
	margin: 2% auto;
	padding: 5% 10% 7%;
	border: solid 2px #ccc;
}

@media screen and (max-width:720px) {
	.remodal .product_inner {
		font-size: min(4vw, 20px);
		font-weight: bold;
		margin: 2% auto;
		padding: 5% 5% 7%;
		border: solid 2px #ccc;
	}
}

.product_inner .pro_name{
	font-size: min(4vw, 20px);
	font-weight: bold;
	margin: 2% auto;
}
.remodal .product_img img{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.remodal .product_single_btn {
	display: block;
	padding: 8px 5px;
	border-radius: 5px;
	background-color: #ff90a8;
	box-shadow: 2px 2px 0px 0px #f56482;
	color: #ffffff;
	font-weight: 500;
	font-size: min(4.6vw, 24px);
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	cursor: pointer;
}
.remodal .product_single_btn .price {
	display: inline-block;
	font-size: 1.6em;
}

.remodal .product_single_btn .price::first-letter {
	margin: 0 .1em 0 .4em;
	font-size: 0.7em;
}

.remodal .product_single_btn:hover {
	opacity: 0.7;
}

.remodal .product_set_btn_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 8px 8px;
}

.remodal .product_set_btn_list > li {
	box-sizing: border-box;
	width: calc((99.9999% - 16px) / 3);
}

.remodal .product_set_btn_list > li.big_size {
	width: 100%;
}
.remodal .product_set_btn_list > li.big_size .price {
	margin: 2% 0;
	margin-left: 2%;
}

.remodal .product_set_btn {
	display: block;
	padding: 12% 0;
	border-radius: 0.3em;
	background-color: #14518d;
	/*box-shadow: 2px 2px 0px 0px #f88ca2;*/
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.04em;
	text-align: center;
	cursor: pointer;
}

.remodal .product_set_btn .price {
	display: block;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	margin: 2% auto;
}
.remodal .product_set_btn em {
	font-style: normal;    
}
.remodal .product_set_btn .price em {
	display: inline-block;
	font-size: min(4.3vw, 20px);
	font-style: normal;    
}

.remodal .big_size .product_set_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.remodal .big_size .product_set_btn .price {
	margin-left: 0.5em;
	padding-bottom: 0.2em;
}

.remodal .big_size .product_set_btn .divide {
	margin-left: 0.5em;
}
.remodal .product_set_btn .num {
	display: block;
	font-weight: 700;
	font-size: min(3.7vw, 20px);
	color: #FFF;
}
.remodal .product_set_btn .divide {
	display: block;
	font-size: min(3.2vw, 16px);
}


/* graph_chart_wrapper */

.graph_b {
	background: #e3faff !important;
	padding: 2% !important;
}
.graph_b .graph_chart_mttl{
	margin: 5% auto;
	font-size: min(4.3vw, 22px);
	letter-spacing : .1em;
}
.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;
	font-size: 1rem;
}
.graph_b .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	font-size: 1rem;
	padding: 10px;
	border-right: #e3faff solid .6em;
	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 .shouhin_img{
}

.graph_b .topb_img{
	width: 100%;    
}

.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: 90px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-size: 1rem;
}

/*.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: #bae8f1;
	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: #ceebf1;
}

.graph_b .spec_table td span {
}

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

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

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

.graph_b .btn-parts_q a:hover {
	background: #fff;
	color: #14518d;
	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;
}

.graph_h {
	background: #ebfaf4 !important;
	padding: 2% !important;
}
.graph_h .graph_chart_mttl{
	margin: 5% auto;
	font-size: min(4.3vw, 22px);
	letter-spacing : .1em;
}

.graph_h .graph_chart_wrapper {
	width: 100%;
	padding: 2% 0 2%;
}

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

.graph_h .long_width_column .inner th {
	width: 100px;
	min-width: 100px;
	font-size: 1rem;
}
.graph_h .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	font-size: 1rem;
	padding: 10px;
	border-right: #ebfaf4 solid .6em;    
	vertical-align: top;
}
.graph_h .graph_chart_wrapper .inner .df_shouhin_wrap {
	padding: 5px;
}
.graph_h .df_shouhin_wrap .imgBox {
	margin: 0;
	display: block;
	text-align: center;
}

.graph_h .shouhin_img{
}

.graph_h .topb_img{
	width: 100%;    
}

.graph_h .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_h .df_shouhin_wrap .pdtPrice {
	display: block;
	padding: 0px 0 10px;
	font-weight: 700;
	text-align: center;
	color: #d91e1e;
}
.graph_h .long_width_column .df {
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
}

.graph_h .inner_goodsne {
	height: 90px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-size: 1rem;
}

.graph_h .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_h .spec_table th {
	background: #c3efdd;
	vertical-align: middle;
	font-weight: 500;
}

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

.graph_h .spec_table td span {
}

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

.graph_h .btn-parts a:hover {
	background: #14518d;
	color: #FFF;
	opacity: inherit;    
}

.graph_h .btn-parts_q a{
	display: inline-block;
	padding: 2% 0;
	border-radius: .2em;
	width: 90%;
	margin: 0 auto;
	background: #14518d;
	border: .1875em solid #14518d;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	
}

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

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

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

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

.graph_c .long_width_column .inner th {
	width: 100px;
	min-width: 100px;
	font-size: 1rem;
}
.graph_c .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	font-size: 1rem;
	padding: 10px;
	border-right: #fff4f8 solid 2vw;    
	vertical-align: top;
}
.graph_c .graph_chart_wrapper .inner .df_shouhin_wrap {
	padding: 5px;
}
.graph_c .df_shouhin_wrap .imgBox {
	margin: 0;
	display: block;
	text-align: center;
}

.graph_c .shouhin_img{
}

.graph_c .topb_img{
	width: 100%;    
}

.graph_c .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_c .df_shouhin_wrap .pdtPrice {
	display: block;
	padding: 0px 0 10px;
	font-weight: 700;
	text-align: center;
	color: #d91e1e;
}
.graph_c .long_width_column .df {
	width: 100%;
	margin: 0 auto 0;
	background: #fff;
}

.graph_c .inner_goodsne {
	height: 90px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-size: 0.9rem;
}

.graph_c .spec_table {
	width: 640px;
	margin: 54px auto 0;
	font-weight: 500;
	font-size: 1.4rem;
}

.graph_c .spec_table th {
	background: #f9d3e1;
	vertical-align: middle;
	font-weight: 500;
}

.graph_c .spec_table td {
	padding: 10px 0 10px 20px;
	background: #f8dbe7;
}

.graph_c .spec_table td span {
}

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

.graph_c .btn-parts a:hover {
	background: #14518d;
	color: #FFF;
	opacity: inherit;    
}

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

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

.graph_c .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;
}

.sozai_komo{
	font-size: 0.8rem;
	letter-spacing: 0px;
}


/* カートスタイル上書き 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: '';
}


#uvcut1day {
	.banner_area {
		width: 90%;
		margin: 5% auto 0;
		padding: 0 0 2%;
		text-align: center;
		background: #FFF;
	}

	.catch_ttl {
		position: relative;
		width: max-content;
		margin: 0 auto 3%;
		color: #006ba6;
		font-weight: 700;
		font-size: min(4.3vw, 18px);
		letter-spacing: 0.08em;
		line-height: 2;
		text-align: center;
	}

	.catch_ttl .deco::before,
	.catch_ttl .deco::after {
		display: block;
		position: absolute;
		bottom: 0.1em;
		width: 0.1em;
		height: 1.2em;
		background: #003360;
		content: "";
		font-weight: normal;
	}

	.catch_ttl .deco::before {
		-webkit-transform: rotate(-28deg);
		left: -0.8em;
		transform: rotate(-28deg);
		top: 0.4em;
	}

	.catch_ttl .deco::after {
		-webkit-transform: rotate(28deg);
		right: -0.8em;
		transform: rotate(28deg);
		top: 0.4em;
	}

	.catch_ttl em {
		font-family: roboto;
		font-style: normal;
		font-size: 1.6em;
	}
}