@charset "UTF-8";

/* =========================================================

WAVEワンデー RING Limited Collection

========================================================= */
#wave1dayring_starjets {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#wave1dayring_starjets_inner {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

#wave1dayring_starjets * {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wave1dayring_starjets div,
#wave1dayring_starjets p,
#wave1dayring_starjets span,
#wave1dayring_starjets h1,
#wave1dayring_starjets h2,
#wave1dayring_starjets h3,
#wave1dayring_starjets ul,
#wave1dayring_starjets li,
#wave1dayring_starjets a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

/*ヘッダー*/
#wave1dayring_starjets .mainvisual {
	position: relative;
	margin: 0 auto 60px;
	background: rgb(156,225,247);
	background: linear-gradient(290deg, rgba(255,214,225,1) 0%,  rgba(255,214,225,1) 50%, rgba(156,225,247,1) 50%, rgba(156,225,247,1) 100%);
	width: 100%;
	height: auto;
	overflow: hidden;
}
#wave1dayring_starjets .mainvisual_bg1{
	position: absolute;
	top: 0;
	left: -33%;
	overflow: hidden;
	width: 70%;
	padding: 540px 0;
	z-index: 3;
	transform: skewX( -20deg);
}
#wave1dayring_starjets .mainvisual_bg1:before{
	content: "";
	position: absolute;
	top: -15%;
	left: 0;
	background: url(/img/wave/wave1dayring_starjets/mv_smart_bg01.png) repeat center center;
	background-size: cover;
	margin: auto;
	padding: 45.9% 0;
	width: 100%;
}
#wave1dayring_starjets .mainvisual_bg2{
	position: absolute;
	top: 0;
	right: -5%;
	overflow: hidden;
	width: 70%;
	padding: 540px 0;
	z-index: 3;
	transform: skewX( -23deg);
}
#wave1dayring_starjets .mainvisual_bg2:before{
	content: "";
	position: absolute;
	top: -3.3%;
	left: 1.6%;
	background: url(/img/wave/wave1dayring_starjets/mv_hot_bg01.png) repeat center center;
	background-size: cover;
	margin: auto;
	padding: 45.9% 0;
	width: 100%;
}
#wave1dayring_starjets .mainvisual_bg3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(/img/wave/wave1dayring_starjets/bg.png) no-repeat center center;
	background-size: cover;
	margin: auto;
	padding: 0;
	width: auto;
}

#wave1dayring_starjets .mainvisual_area {
	position: relative;
	z-index: 4;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#wave1dayring_starjets .mainvisual_area img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
}

/* キャッチ */
#wave1dayring_starjets .catch {
	color: #5e686e;
	margin-bottom: 100px;
}
#wave1dayring_starjets .catch_title {
	display: block;
	text-align: center;
	font-size: 26px;
	margin-bottom: 43px;
	font-weight: bold;
}
#wave1dayring_starjets .catch_text {
	text-align: center;
	font-size: 14.7px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 2;
}
#wave1dayring_starjets .catch_text span{
	margin: 0 5px;
	padding: 0 5px;
}
#wave1dayring_starjets .catch_text .smart{
	background: #9ce1f7;
}
#wave1dayring_starjets .catch_text .hot{
	background: #ffd6e1;
}

/* 製品 */
#wave1dayring_starjets .product_area{
	max-width: 1237px;
	width: auto;
	margin: 0 auto 110px;
}
#wave1dayring_starjets .product_area.ec-layout{
	padding: 0;
	min-height: 100%;
}
#wave1dayring_starjets .product_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

#wave1dayring_starjets .product_img{
	width: 350px;
	margin: 0;
}

#wave1dayring_starjets .product_spec{
	width: 370px;
	margin: 0;
}

#wave1dayring_starjets .product_name{
	font-size: 1.7rem;
	color: #5e686e;
	line-height: 1.5;
}
#wave1dayring_starjets .product_type{
	color: #16c1f8;
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 3%;
}
#wave1dayring_starjets .product_type.smart{
	color: #0ab2e8;
}
#wave1dayring_starjets .product_type.hot{
	color: #f65ba3;
}
#wave1dayring_starjets .product_type.smart{
	background-image: -webkit-gradient(linear, left top, right top, from(#0ab2e8), to(#1ac6fe));
	background-image: -webkit-linear-gradient(left, #0ab2e8, #1ac6fe);
	background-image: linear-gradient(to right, #0ab2e8, #1ac6fe);
	-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
#wave1dayring_starjets .product_type.hot{
	background-image: -webkit-gradient(linear, left top, right top, from(#f65ba3), to(#f896c4));
	background-image: -webkit-linear-gradient(left, #f65ba3, #f896c4);
	background-image: linear-gradient(to right, #f65ba3, #f896c4);
	-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #wave1dayring_starjets .product_type.smart{
		color: #0ab2e8;
		background: none;
	}
	*::-ms-backdrop, #wave1dayring_starjets .product_type.hot{
		color: #f65ba3;
		background: none;
	}
}
html.isIE11 #wave1dayring_starjets .product_spec a{
	margin: 0;
	padding: .6em 1.25em .8em;
	display: block;
}
html.isIE11 #wave1dayring_starjets .product_type.hot,
html.isIE11 #wave1dayring_starjets .product_type.smart {
  background: none;
}
html.isIE11 #wave1dayring_starjets .product_type.smart{
	color: #0ab2e8;
}
html.isIE11 #wave1dayring_starjets .product_type.hot{
	color: #f65ba3;
}

#wave1dayring_starjets .product_data{
	color: #919ba1;
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 1em;
	line-height: 1.6;
	margin-bottom: 2em;
}
#wave1dayring_starjets .product_btn a{
	display: block;
	color: #fff;
}
#wave1dayring_starjets .product_btn a:hover{
  color: #fff;
}

/* 装着図 */
#wave1dayring_starjets .photo_area{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
	padding: 0;
}

#wave1dayring_starjets .photo_area.ec-layout{
	padding: 0;
	min-height: 100%;
}

#wave1dayring_starjets .photo_area_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#wave1dayring_starjets .photo_area_inner li{
	max-width: 400px;
	width: 32.34%;
	margin: 0;
}

#wave1dayring_starjets .photo_area_inner li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
}

/* カラーチャート */
#wave1dayring_starjets .main-container {
	width: 95%;
	margin: 0 auto;
}
#wave1dayring_starjets .main-container .title{
	margin: 0 auto 40px;
}
#wave1dayring_starjets .colorchart_img {
	max-width: 968px;
	width: 80%;
	margin: 0 auto;
}
#wave1dayring_starjets .colorchart_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
}
#wave1dayring_starjets #function-section{
	margin: 0 auto 90px;
}
#wave1dayring_starjets .main-container .title {
	margin: 0 auto 40px;
}
#wave1dayring_starjets .title {
	font-weight: 300;
	line-height: 1.35;
	margin: 0 0 56px;
	text-align: center;
}
#wave1dayring_starjets .title .en + .ja {
    padding-top: 8px;
}
#wave1dayring_starjets .title .en {
	display: block;
	font-size: 1.4rem;
}
#wave1dayring_starjets .title .ja {
    display: block;
    font-size: 2.2rem;
}
#wave1dayring_starjets .grt_r {
	color: #e96d88;
}
#wave1dayring_starjets table.spec-table {
	color: #f67b98;
	line-height: 1.35;
	width: 100%;
	margin: 0 auto;
}
#wave1dayring_starjets table.spec-table th,
#wave1dayring_starjets table.spec-table td {
	border: 1px solid #febdcd;
	font-size: 1.2rem;
	text-align: center;
	white-space: nowrap;
	font-weight: 300;
	padding: 1em 0.5em;
}
#wave1dayring_starjets table.spec-table thead tr,
#wave1dayring_starjets table.spec-table caption {
	background: #fff4f8;
}
#wave1dayring_starjets table.spec-table thead th,
#wave1dayring_starjets table.spec-table caption {
	background: transparent;
	color: inherit;
}
#wave1dayring_starjets table.spec-table tbody tr th,
#wave1dayring_starjets table.spec-table tbody tr td {
	background: #fff;
}
#wave1dayring_starjets #function-section .table-container figcaption {
	margin-top: 0.4em;
    margin-left: 0;
}
#wave1dayring_starjets #function-section .table-container figcaption .note {
	padding-top: 0;
}

#wave1dayring_starjets #smart{
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

#wave1dayring_starjets #hot{
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

#wave1dayring_starjets #function-section .table-container figcaption {
	display: table;
	margin-top: 0.7em;
	width: 100%;
}
#wave1dayring_starjets #function-section .table-container figcaption > * {
	display: table-cell;
	vertical-align: middle;
}
#wave1dayring_starjets #function-section .table-container figcaption .btn {
	border-color: #c7cdd1;
	color: #919ba1;
	font-size: 1.2rem;
	padding: 0.7em 2.4em;
	margin-top: 0;
}
#wave1dayring_starjets #function-section .table-container figcaption .btn.soft {
	background: #fff;
	border: 1px solid #c7cdd1;
	color: #919ba1;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#ffffff,EndColorStr=#ffffff);
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
}
#wave1dayring_starjets #function-section .note {
	color: #919ba1;
	font-size: 1.2rem;
	line-height: 1.35;
}
