@charset 'UTF-8';
/* =========================================================

WAVE家族割

========================================================= */
#wave-kazoku * {
	font-family: 'YakuHanJPs_Noto', 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* コンテナ共通スタイル
--------------------------------------- */
#wave-kazoku .inner_container {
	/* ページの横幅の固定値 */
	max-width: 780px;
	margin: auto;
}

/* ヘッダー
--------------------------------------- */
#wave-kazoku .header_container {
	background: #7BD0EF;
}

#wave-kazoku .header_container .inner_container {
	max-width: 100%;
}

#wave-kazoku .header_container .header_title {
	text-align: center;
}

/* 顧客ニーズ
--------------------------------------- */
#wave-kazoku .needs_container {
	margin-top: 100px;
}

#wave-kazoku .needs_container .needs_col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#wave-kazoku .needs_container .needs_col2 .needs_box {
	width: calc((100% - 80px) / 2);
	margin-left: 80px;
}

#wave-kazoku .needs_container .needs_col2 .needs_box:nth-child(2n+1) {
	margin-left: 0;
}

#wave-kazoku .needs_container .needs_box .needs_text {
	margin-top: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.83333;
	letter-spacing: 0.14em;
	text-align: center;
}

#wave-kazoku .needs_container .needs_box.is_buyinmilk .needs_text {
	color: #ED9CAE;
}

#wave-kazoku .needs_container .needs_box.is_share .needs_text {
	color: #745DA9;
}

/* Buy in bulk
--------------------------------------- */
#wave-kazoku .buyinbulk_container {
	margin-top: 60px;
}

#wave-kazoku .buyinbulk_container .coupon {
	cursor: pointer;
}

#wave-kazoku .buyinbulk_container .example_btn {
	display: block;
	position: relative;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 19px 0;
	border: 2px solid #ED9CAE;
	color: #ED9CAE;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.14em;
	text-align: center;
}

#wave-kazoku .buyinbulk_container .example_btn::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 6px;
	left: 70px;
	width: 185px;
	height: 144px;
	background-image: url(/campaign/wave-kazoku/img/cat.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#wave-kazoku .buyinbulk_container .example_btn::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 9px;
	border-color: transparent transparent transparent currentColor;
}

#wave-kazoku .buyinbulk_container .example_btn:hover {
	opacity: 1;
	color: #FFFFFF;
	background-color: #ED9CAE;
}

#wave-kazoku .buyinbulk_container .note {
	margin-top: 20px;
	padding: 0 10px;
	color: #ED9CAE;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

/* こんな買い方が出来ます
--------------------------------------- */
#modal_buyinbulk {
	width: 780px;
	padding: 65px 0 0;
	font-family: 'YakuHanJPs_Noto', 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#modal_buyinbulk p, #modal_buyinbulk span {
	padding: 0;
}

#modal_buyinbulk .title {
	text-align: center;
	color: #60BCDE;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.57692;
	letter-spacing: 0.14em;
}

#modal_buyinbulk .title span {
	font-size: 22px;
}

#modal_buyinbulk .gutter {
	padding: 0 60px 0;
}

#modal_buyinbulk .choice_img {
	margin-top: 50px;
}

#modal_buyinbulk .catch {
	margin-top: 60px;
	color: #60BCDE;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

#modal_buyinbulk .catch .marker {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF000), to(#FFF000)) left bottom/100% 0.5em no-repeat;
	background: linear-gradient(#FFF000, #FFF000) left bottom/100% 0.5em no-repeat;
}

#modal_buyinbulk .note {
	color: #FF1A1A;
	font-weight: 700;
	font-size: 18px;
	line-height: 2.27778;
	letter-spacing: 0.14em;
}

#modal_buyinbulk .discount_img {
	margin-top: 50px;
}

/* Share
--------------------------------------- */
#wave-kazoku .share_container {
	margin-top: 70px;
}

#wave-kazoku .share_container .share_box {
	position: relative;
}

#wave-kazoku .share_container .line_btn_widget {
	position: absolute;
	left: 388px;
	top: 213px;
}

/* 商品一覧
--------------------------------------- */
#wave-kazoku .products_container {
	padding: 100px 0 0 0;
}

#wave-kazoku .products_container .inner_container {
	max-width: 1040px;
}

#wave-kazoku .products_container .products_title {
	text-align: center;
}

#wave-kazoku .products_container .product_list {
	width: 778px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 80px auto 60px;
}

#wave-kazoku .products_container .product_list .product_box {
	width: calc((99.9999% - 118px) / 3);
	margin-left: 59px;
}

#wave-kazoku .products_container .product_list .product_box:nth-child(3n+1) {
	margin-left: 0;
}

#wave-kazoku .products_container .product_box:nth-child(n+4) {
	margin-top: 40px;
}

#wave-kazoku .products_container .product_box .photo {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 50% 0;
	background-color: #F6F6F6;
}

#wave-kazoku .products_container .product_box .package {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 90%;
}

#wave-kazoku .products_container .product_box .cate_icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 12px;
	line-height: 2.16667;
	letter-spacing: 0.06em;
	text-align: center;
}

#wave-kazoku .products_container .product_box .cate_icon.is_1day {
	background-color: #00438F;
}

#wave-kazoku .products_container .product_box .cate_icon.is_2week {
	background-color: #619BDC;
}

#wave-kazoku .products_container .product_box .cate_icon.is_color {
	background-color: #F98585;
}

#wave-kazoku .products_container .product_box .name {
	margin-top: 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.85714;
	letter-spacing: 0.06em;
}

#wave-kazoku .products_container .product_box .divide_price {
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.64286;
	letter-spacing: 0.06em;
}

#wave-kazoku .products_container .product_box .divide_price span {
	margin-left: 5px;
	font-weight: 500;
	font-size: 20px;
}

/* 商品モーダル
--------------------------------------- */
.modal_lp_product {
	width: 800px;
	margin: auto;
	color: #FFFFFF;
	font-family: 'YakuHanJPs_Noto', 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2;
}

.modal_lp_product * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.modal_lp_product_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFFFFF;
	padding: 65px 0;
}

.modal_lp_product_head .col {
	width: calc((100% - 0px) / 2);
	margin-left: 0px;
}

.modal_lp_product_head .col:nth-child(2n+1) {
	margin-left: 0;
}

.modal_lp_product_head .col:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
	text-align: right;
	padding-right: 30px;
}

.modal_lp_product_head .col:nth-child(1) img {
	width: 70%;
}

.modal_lp_product_head .col:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
}

.modal_lp_product_head .col:nth-child(2) img {
	cursor: pointer;
}

.modal_lp_product_brand {
	margin-top: 44px;
	font-size: 15px;
}

.modal_lp_product_name {
	font-size: 15px;
}

.modal_lp_product_price {
	margin-top: 12px;
	font-weight: 700;
	font-size: 1.4px;
}

.modal_lp_product_price span {
	margin-right: 1px;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.03em;
}

.modal_lp_product_lineup {
	margin-top: 44px;
	padding: 0;
}

.modal_lp_product_lineup > li {
	margin-top: 24px;
	background-color: #FFFFFF;
	color: #222222;
}

.modal_lp_product_lineup a {
	display: table;
	width: 100%;
	max-height: 98px;
	height: 98px;
	padding: 28px 0;
	position: relative;
}

.modal_lp_product_lineup a, .modal_lp_product_lineup a:visited {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal_lp_product_lineup a:hover, .modal_lp_product_lineup a:active {
	color: #AAAAAA;
	opacity: 0.8;
}

.modal_lp_product_lineup .col:nth-child(1) {
	display: table-cell;
	width: 25%;
	border-right: 1px solid #D5D5D5;
	text-align: center;
	vertical-align: middle;
}

.modal_lp_product_lineup .col:nth-child(2) {
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 48px;
}

.modal_lp_product_lineup .num_of_box {
	display: block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.2em;
}

.modal_lp_product_lineup .num_of_box b {
	font-weight: normal;
	font-size: 20px;
}

.modal_lp_product_lineup .label {
	display: inline-block;
	margin-top: 6px;
	color: #CB0005;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.15em;
}

.modal_lp_product_lineup .price {
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.03em;
	vertical-align: -2px;
}

.modal_lp_product_lineup .perbox {
	font-size: 14px;
	line-height: 1;
}

.modal_lp_product_lineup .perbox .devide_price {
	color: #CB0005;
	letter-spacing: 0.04em;
}

.modal_lp_product_lineup .point {
	color: #999999;
	line-height: 1;
}

.modal_lp_product_lineup .point .point_val {
	margin-right: 1px;
	letter-spacing: 0.04em;
}

.modal_lp_product_lineup a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-top: solid 2px #222222;
	border-right: solid 2px #222222;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
