@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 .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: 3.8vw;
	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;
}

@media screen and (min-width: 960px) {
	#uvcut1day .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;
	}
}


#uvcut1day .submain {
}

#uvcut1day .submain h2 {
	padding: 7% 0;
	color: #343a42;
	font-size: 3.2vw;
    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: 2.8vw;
	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: 4.3vw;
	letter-spacing: 0.15em;
}

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

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

#uvcut1day .lineup_btn_t{
    background: #fffbb5;
    margin-bottom: 90px; 
}


#uvcut1day .lineup_btn_t h2{
    font-weight: 900;
    padding: 30px 0 14px;
    font-size: 24px;
    color: #07316d;
    letter-spacing: 2px;
}


#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;
	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 #e2db61;    
	text-align: center;
}

#uvcut1day .lineup_btn a.lineup_01 {
	background: #20a6c8;
    font-weight: bold;
}

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

#uvcut1day .lineup_btn a.lineup_03 {
	background: #ec6cba;
	font-weight: bold;
}

#uvcut1day .lineup_btn img {
    width: 8px;
    right: 14px;
    top: 25px;
    position: absolute;    
    opacity: 1;
}

#uvcut1day .lineup_btn a:hover {
	opacity: 0.7;
}
/*コンタクトレンズ商品一覧*/
#uvcut1day .lineup_content {
	display: block;
	margin-bottom: 0%;
	padding: 5% 0;
	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 0.6vw #14518d;    
	margin: 0 0 7%;
	padding: 11% 0 5%;
	background: #fff;
	text-align: center;
	vertical-align: top;
}

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

#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: 3.3vw;
	letter-spacing: 0.2em;
	text-align: left;
}

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

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

#uvcut1day .icon_color {
	background: #ec6cba;
}

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

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

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

#uvcut1day .price {
	margin: 7% auto;
	color: #d91e1e;
	font-weight: bold;
	font-size: 6vw;
	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: 4.5vw;
	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 #14518d;
	border-radius: 4px;
	background: #14518d;
	color: #fff;
	font-weight: bold;
	font-size: 3vw;
	letter-spacing: 2px;
	text-align: center;
	transition: all 0.3s;
}

#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: 4.3vw;
	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: #07316d;
    font-weight: bold;
    font-size: 3.4vw;
    letter-spacing: 2px;
    text-align: center;
}

#uvcut1day .tac {
	text-align: center;
}
#uvcut1day .roboto{
	font-family: Roboto;
}
.remodal {
  padding: 40px 35px 0 !important;
}

.remodal .product_inner {
	width: 420px;
	margin: 0 auto;
	padding: 0 0 44px;
}

.product_inner .pro_name{
    font-size: 20px;
    font-weight: bold;
    margin: 2% auto;
}

.remodal .product_img img{
	width: 90%;
	margin: 0 auto 10px;
	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: 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: 3px;
	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: 22px;
    font-style: normal;    
}

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

.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: 20px;
    color: #FFF;
}
.remodal .product_set_btn .divide {
    display: block;
    font-size: 14px;
}

/* graph_chart_wrapper */

.graph_b {
    background: #e3faff !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;
}

.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: #e3faff 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: #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: 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_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: 0.8vw;
    width: 90%;
    text-decoration: unset;
    margin: 0 auto;
    background: #14518d;
    border: .1875em solid #14518d;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    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: 1.6rem;    
}
.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;
}
.graph_h .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	padding: 10px;
    border-right: #d1f2e4 solid 2vw;    
	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 .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: 70px;
    line-height: 1.8;
    letter-spacing: 0px;
    font-size: 1.4rem;
}

.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;
    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: 0.8vw;
    width: 90%;
    text-decoration: unset;
    margin: 0 auto;
    background: #14518d;
    border: .1875em solid #14518d;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    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.6rem;    
}
.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;
}
.graph_c .long_width_column .inner td {
	width: 160px;
	min-width: 160px;
	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 .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: 1.4rem;
}

.graph_c .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_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%;
    text-decoration: unset;
    margin: 0 auto;
    background: #14518d;
    border: .1875em solid #14518d;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    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;
}

/*リモーダル　商品セットメニュー*/
.sm_modal {
	width: 90%;
	padding: 30px 0 5px 0;
	background-color: #e3ebfc;
}

.sm_modal_close {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 1%;
	padding: 2px 0 0 22px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #95979c;
  font-size: min(6vw, 34px);
	font-weight: bold;
	line-height: 1;
}

.sm_modal_close:before {
	display: none;
}

.sm_pname {
	margin: 15px 10px 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.sm_list {
	box-sizing: border-box;
	background-color: #e3ebfc;
}

.sm_btnbox:hover .sm_list {
	display: block;
}

.sm_list li {
	box-sizing: border-box;
	position: relative;
	margin: 8px 10px;
	padding: 8px 0;
	border: 1px solid #c9d6f6;
	background-color: #ffffff;
}

.sm_list li:active {
	background-color: #fffbc6;
}

.sm_list li a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: table;
	width: 100%;
	border-collapse: collapse;
	background-color: transparent;
	text-decoration: none;
}

.sm_list li .sm_cellbox {
	display: table-cell;
	padding: 2px 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.sm_list li .sm_cellbox:first-child {
	width: 80px;
	padding: 2px 8px;
	border-right: 1px solid #c9d6f6;
	text-align: center;
}

.sm_list li .sm_cellbox .sm_box_name {
	font-size: 13px;
}

.sm_list li .sm_cellbox .sm_price {
	font-size: 13px;
}

.sm_list li .sm_cellbox .sm_devide {
	display: block;
	color: #ca000f;
	font-size: 13px;
}
.sozai_komo{
	font-size: 13px;
}
#sale-recommenditem .product_otoku{
    display: block;
    line-height: 1.5;
    background: #0f9b6f;
    position: relative;
    letter-spacing: 0.4px;
    text-align: center;
    font-size: 4.4vw;
    font-size: min(4.4vw, 35px);
    color: #FFFFFF;
    font-weight: bold;
    width: 92%;
    padding: 2% 0;
    margin: 5% auto 6%;
    max-width: 755px;
}

#sale-recommenditem .product_otoku2{
    width: 70%;
    margin: 8% auto 4%;
}
/*#sale-recommenditem .product_otoku {
	text-align: center;
	color: #D9BF4E;
	font-size: 24px;
	font-size: min(4.3vw,24px);
	margin-top: 7%;
	font-weight: 700;
}
#sale-recommenditem .product_otoku.slash_tittle:before,
#sale-recommenditem .product_otoku.slash_tittle:after{
	content: "";
	display: inline-block;
	background-color: #D9BF4E;
	height: 1.2em;
	width: 0.5vw;
	width: min(0.5vw,2px);
}*/
#sale-recommenditem .slash_tittle:before {
	transform: rotate(-35deg) translateY(7px);
	margin-right: 1.5em;
}
#sale-recommenditem .slash_tittle:after {
	transform: rotate(35deg) translateY(7px);
	margin-left: 1.3em;
}

#sale-recommenditem .banner_area {
    width: 92%;
    margin: 10% auto;
    text-align: center;
}
#sale-recommenditem .banner_box{
    margin: 5% auto;
}

#sale-recommenditem .banner_mida {
	margin: 8% auto 4%;
    text-align: center;
    font-size: 4vw;
    font-size: min(4vw, 25px);
    color: #07153a;
    font-weight: bold;
    font-family: "YakuHanJP_Noto", "Noto Sans JP", "Roboto", sans-serif !important;

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

/* 商品名 */
.remodal .modal_product_name {
  width: 80%;
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 24px;
  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: 450px;
  margin: 10px auto 0;
  padding: 20px 10px;
  border: 4px solid #c9c9c9;
  text-align: center;
}

.remodal .modal_product_price .sale_price {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 22px;
  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: 16px;
}

.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: 18px;
}

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

/* カートスタイル上書き */
.temp_special_cart {
  margin-top: 40px;
}

.temp_special_cart .helper_gdt_select {
  padding: 0.5em 0;
  background-color: #888888;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

.temp_special_cart .selectbox {
  display: flex;
  flex-direction: row-reverse;
  width: 640px;
  margin: 0 auto;
}

.temp_special_cart .left_eye {
  width: 48%;
  margin-right: 2%;
}

.temp_special_cart .right_eye {
  width: 48%;
  margin-left: 2%;
}

.temp_special_cart .goods_td_ttl {
  width: 25%;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

.temp_special_cart .goods_td_bdy {
  padding: 16px 0 0;
  border-spacing: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
}

.temp_special_cart .goods_td_bdy b {
  display: block;
  padding: 1.2em 10px;
  background: #f4f4f4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.temp_special_cart .goods_td_bdy select {
  -webkit-appearance: none;
  display: flex;
  appearance: none;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: solid #24272a 1px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-position: calc(100% - 1em) center;
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #24272a;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.temp_special_cart .btn_cart241 {
  display: block;
  width: 350px;
  height: auto;
  margin: 40px auto 0;
  padding: 1.2em 0;
  border: 0;
  border-radius: 100vh;
  background: #15a4f2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.temp_special_cart .btn_cart241:hover {
  opacity: .8;
}

/* 送料無料セット紹介 */
.remodal .shippingfree_box {
  display: block;
  width: 480px;
  margin: 40px auto 0;
  padding: 10px 10px 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: 17px;
  text-align: center;
}

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

.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 10px;
  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: 18px;
  letter-spacing: 1.6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.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: '';
  transition: all 0.2s ease;
}

.remodal .shippingfree_box .link_box .price_box .link a:hover {
  background-color: #ffffff;
  color: #ff9205;
}

.remodal .shippingfree_box .link_box .price_box .link a:hover:after {
  border-left: 6px solid #ff9205;
}


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

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

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

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

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

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

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

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

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

	#uvcut1day .lineup_btn a {
		font-size: 16px;
        padding: 20px 0;    
        box-shadow: 0.3vw 0.3vw #e2db61;
	}

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

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

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

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

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

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

    #uvcut1day #lineup_01 .itembox {
        border: solid 3px #14518d;
    }

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

    #uvcut1day #lineup_02 .itembox {
        border: solid 3px #14518d;
    }

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

    #uvcut1day #lineup_03 .itembox {
        border: solid 3px #14518d;
    }
    #uvcut1day .lineup_subttl {
        font-size: 20px;
    }
    #uvcut1day .lineup_lineb {
        width: 60%;
    }
    
    #uvcut1day .anchor_ttl {
        font-weight: bold;
        font-size: 22px;
        margin: 44px auto 36px;
        letter-spacing: 3px;
        text-align: center;
    }
    
    #uvcut1day .review {
        height: 50px;
    }    
    
    .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: 900px !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: #e3faff solid 0.6vw;
	}

    .graph_b .long_width_column .inner .lazyload{
        width: 90%;
	}

    
    .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 #14518d;
    }
    .graph_b .btn-parts_q a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #14518d;
    }
    .graph_b .inner_goodsne {
        font-size: 15px;  
    }
    
    .graph_b .long_width_column .inner td {
        width: 190px;
        min-width: 190px;
    }
    
    
    .graph_h {
        max-width: 800px !important;
	}
    
	.graph_h .long_width_column .df {
		font-size: 1.2rem;
	}
    .graph_h td,
    .graph_h tr{
        font-size: 14px;
	}
    
    .graph_h .Price_dai{
        line-height: 1.2;        
        font-size: 22px;
	}
    
	.graph_h .long_width_column .inner td {
        border-right: #ebfaf4 solid 0.6vw;
	}

    .graph_h .long_width_column .inner .lazyload{
        width: 90%;
	}

    
    .graph_h .graph_chart_mttl{
        margin: 2% auto 4%;
        font-size: 24px;    
    }
    .graph_h .btn-parts a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #14518d;
    }
    .graph_h .btn-parts_q a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #14518d;
    }
    .graph_h .inner_goodsne {
        font-size: 15px;  
    }
    
    .graph_h .long_width_column .inner td {
        width: 190px;
        min-width: 190px;
    }
    
    .graph_c {
        max-width: 800px !important;
	}
    
	.graph_c .long_width_column .df {
		font-size: 1.2rem;
	}
    .graph_c td,
    .graph_c tr{
        font-size: 14px;
	}
    
    .graph_c .Price_dai{
        line-height: 1.2;        
        font-size: 22px;
	}
    
	.graph_c .long_width_column .inner td {
        border-right: #fff4f8 solid 0.6vw;
	}

    .graph_c .long_width_column .inner .lazyload{
        width: 90%;
	}

    
    .graph_c .graph_chart_mttl{
        margin: 2% auto 4%;
        font-size: 24px;    
    }
    .graph_c .btn-parts a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #14518d;
    }
    .graph_c .btn-parts_q a {
        font-size: 15px;
        border-radius: 0.2vw;
        border: 2px solid #14518d;
    }
    .graph_c .inner_goodsne {
        font-size: 15px;  
    }
    
    .graph_c .long_width_column .inner td {
        width: 190px;
        min-width: 190px;
    }
    
}
