@charset "UTF-8";

/* 特集ページ　－　敬老の日 (202508_02.html) */

/*****************************
特集ページ　共通
*****************************/
#special_2508_02 {
	background-color: #ffe6ce;
}
.wrapper {
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
}
#header {
	margin-bottom: 40px;
}

.hidden_sp {
	display: block;
}
@media screen and (max-width: 767px) {
	.hidden_sp {
		display: none;
	}
	#special_2508_02 .wrapper {
		padding: 0px;
	}
}

.hidden_under900 {
	display: block;
}
@media screen and (max-width: 900px) {
	.hidden_under900 {
		display: none;
	}
}

/*****************************
メインビジュアル
*****************************/
.main_visual {
    position: relative;
}

/* スライダー */
.slider {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	margin-top: 40px;
	padding: 0 100px;
}
.slider li {
	position: relative;
	overflow: hidden;
	height: 200px;
	padding-right: 20px;
}
.slider img {
	display: block;
	height: 100%;
}
@media screen and (max-width: 1199px) {
	.slider li {
		height: 180px;
	}
}
@media screen and (max-width: 1099px) {
	.slider li {
		height: 160px;
	}
}
@media screen and (max-width: 999px) {
	.slider {
		padding: 0 60px;
	}
	.slider li {
		height: 140px;
	}
}
@media screen and (max-width: 899px) {
	.slider li {
		height: 120px;
	}
}
@media screen and (max-width: 767px) {
	.slider {
		padding: 0 40px;
	}
	.slider li {
		height: 150px;
	}
}
@media screen and (max-width: 690px) {
	.slider li {
		height: 130px;
	}
}
@media screen and (max-width: 610px) {
	.slider li {
		height: 110px;
	}
}
@media screen and (max-width: 530px) {
	.slider {
		padding: 0 20px;
	}
	.slider li {
		height: 90px;
	}
}
@media screen and (max-width: 450px) {
	.slider li {
		height: 70px;
	}
}


/*****************************
導入の文章　.introduction
*****************************/
.introduction {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.35rem;
	line-height: 1.6;
	color: #047733;
	text-align: center;
	padding-bottom: 40px;
	background-color: #ffe6ce;
}
.introduction_text {
	position: relative;
	margin: 0 auto 20px auto;
}
.introduction_text .text_bold {
	color: #037734;
}
.introduction_text.text_02::before {
	position: absolute;
	display: block;
	content: "";
	bottom: -15px;
	left: 5%;
	width: 100px;
	height: 100px;
	background-image: url(./../img/special/special_02/momiji.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.introduction_text.text_02::after {
	position: absolute;
	display: block;
	content: "";
	bottom: -15px;
	right: 5%;
	width: 100px;
	height: 100px;
	background-image: url(./../img/special/special_02/momiji.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.introduction {
		font-size: 1.125rem;
		padding: 0 20px;
	}
	.introduction_text.text_02::before,
	.introduction_text.text_02::after {
		width: 60px;
		height: 60px;
	}
}

.hidden_500 {
	display: none;
}
@media screen and (max-width: 500px) {
	.hidden_500 {
		display: block;
	}
}

/*****************************
特集ページ　全1カラム
*****************************/
.column1 {
	background-color: #fff6d7;
	margin-bottom: 100px;
}
.column1_items {
	padding: 80px 40px;
}
@media screen and (max-width: 500px) {
	.column1_items {
		padding: 60px 20px;
	}
}

/* もみじライン */
.line_momiji {
	width: 80%;
	height: auto;
	margin: 0 auto;
	background-image: url(./../img/special/special_02/line_momiji.png);
	background-repeat: repeat-x;
}
.line_momiji img {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.line_momiji {
		width: 80%;
		height: 30px;
		background-size: contain;
	}	
}


/*****************************
商品画像とテキストを flex
*****************************/
.column1 .flex_items {
	width: 50%;
}
.column1 .flex_items.img_box {
	padding-right: 40px;
}
.column1 .flex_items.img_box .big_img {
	border: 2px solid #727272;
}
.column1 .img_box_small {
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.column1 .img_box_small .flex_items {
	width: 48%;
	line-height: 0;
	box-sizing: border-box;
	border: 1px solid #727272;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.column1 .flex_items {
		width: 100%;
	}
	.column1 .flex_items.img_box .flex {
		flex-direction: row;
		margin-bottom: 40px;
	}
}

/* 画像が選ばれているときの太線 */
.column1 .img_box_small .flex_items.select {
	border: 4px solid #1200b4;
}

/* 小さい画像が選ばれていないときのマスク */
.column1 .img_box_small .mask {
	position: relative;
}
.column1 .img_box_small .mask::after {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}

/* クリックマーク */
.column1 .img_box_small .flex_items {
	position: relative;
}
.column1 .img_box_small .flex_items:hover {
	cursor : pointer;
}
.column1 .img_box_small .flex_items .click_mark {
	position: absolute;
	width: calc(49%);
	height: calc(23%);
	top: 40%;
	left: 25%;
	border-radius: 20px;
	background-color: #fff;
	z-index: 10;
}
.fa-hand-point-up {
	position: absolute;
	top: 9px;
	left: 20px;
	font-size: 1.75rem;
	color: #ff7b00;
}
.click_mark_text {
	position: absolute;
	top: 51%;
	left: 55px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff7b00;
}
@media screen and (max-width: 1359px) {
	.fa-hand-point-up {
		top: 6px;
		font-size: calc(2.3vw);
		left: calc(1.5vw);
	}
	.click_mark_text {
		font-size: calc(2.2vw);
		left: calc(3.5vw);
	}
}
@media screen and (max-width: 1000px) {
	.fa-hand-point-up {
		font-size: calc(2.0vw);
		left: calc(1.3vw);
	}
	.click_mark_text {
		left: calc(3.0vw);
	}
}
@media screen and (max-width: 767px) {
	.column1 .img_box_small .flex_items .click_mark {
		width: calc(49%);
		height: calc(18%);
		top: 40%;
		left: 25%;
	}
	.fa-hand-point-up {
		top: 6px;
		left: calc(3.5vw);
		font-size: calc(3.7vw);
	}
	.click_mark_text {
		top: 51%;
		left: calc(7.7vw);
		font-size: calc(3.5vw);
	}
}
@media screen and (max-width: 600px) {
	.fa-hand-point-up {
		top: 5px;
		left: calc(3vw);
	}
	.click_mark_text {
		left: calc(6.5vw);
	}
}

/* maskがないときは消える */
.non_mask_hidden {
	display: none;
}


/*****************************
画像上のマーク (何個セット）
*****************************/
.column1 .flex_items.img_box .img_box_big {
	position: relative;
}
.set_of {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	background-color: #469b5d;
	font-weight: bold;
	text-align: center;
}
.set_of .set_of_01 {
	line-height: 2.2;
}
.set_of .set_of_02 {
	margin-top: -20px;
}
.set_of .set_num {
    font-size: 1.625rem;
	margin-right: 5px;
}


/*****************************
商品名・規格名・商品説明
*****************************/
/* キャッチ */
.catchphrase {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #d62b1f;
	padding: 0 0 20px 0;
}
@media screen and (max-width: 870px) {
	.catchphrase {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.catchphrase {
		font-size: 1.25rem;
	}
}

/* キャッチ微調整 */
#goods_04 .catchphrase {
	width: calc(100% - 110px);
}
#goods_16 .catchphrase {
	width: calc(100% - 110px);
}
#goods_17 .catchphrase {
	width: calc(100% - 110px);
}
#goods_19 .catchphrase {
	width: calc(100% - 140px);
}

/* 商品説明 */
.explanation {
	font-size: 1rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.explanation p {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.explanation {
		font-size: 0.9rem;
	}	
}
/* セット内容 */
.set_contents {
	font-size: 0.9rem;
	font-weight: bold;
	color: #191970;
	letter-spacing: 1px;
	line-height: 1.4;
	border: 1px solid #191970;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 25px;
}
.noncolor {
	font-weight: normal;
	color: #0B1F32;
	border: none;
	padding: 0;
}

/* セット内容の上の注意書き */
#goods_31 .noncolor {
	font-size: 1rem;
	padding-bottom: 20px;
}

/* メーカー名 */
.maker_name {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 25px;
}

/* 商品名 */
.goods_name {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #0B1F32;
	border-bottom: 1px dotted #0B1F32;
	padding: 12px 0;
	margin-bottom: 5px;
}

/* 規格名 */
.quantity {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/* SALEマーク */
.sale_label {
	display: block;
	width: 34px;
	color: #fff;
	background-color: #ce2524;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 5px 12px 3px 10px;
	margin-bottom: 10px;
}

/* 価格ラベル */
.price_label {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	padding: 0 18px 4px 0;
	margin-right: 10px;
}
.price_label.sale {
	color: #fff;
	background-color: #ce2524;
	padding: 16px 18px 4px 18px;
}
.price1 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 5px;
}
@media screen and (max-width: 800px) {
	.price1 {
		font-size: 1.75rem;
	}
}

/* 送料込みラベル */
.shipping_included {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	color: #d62b1f;
	border: 1px solid #d62b1f;
	border-radius: 1px;
	padding: 2px 10px 0px 10px;
	margin-top: 10px;
}

/* 宮古の瓶ドン　５本入り　特１　お試し価格 */
.sale_label.sale1 {
	display: inline-block;
	color: #ce2524;
	background-color: transparent;
	font-size: 1rem;
	padding-left: 0;
	margin-bottom: 0;
}
.price_label.sale1 {
	color: #ce2524;
	background-color: transparent;
	font-size: 1rem;
}
#goods_04 .trial_price {
	display: inline-block;
	color: #fff;
	background-color: #ce2524;
	border-radius: 8px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 5px 20px;
	margin-right: 10px;
}

/*****************************
カテゴリへ飛ばすボタン
*****************************/
.btn_to_category a {
	color: #fff;
	border-left: 3px solid #ff7300;
	border-top: 3px solid #ff7300;
	border-right: 3px solid #e64a02;
	border-bottom: 3px solid #e64a02;
	background-color: #ff7300;
}
.btn_to_category a:hover {
	color: #ff7300!important;
	border-right: 3px solid #ff7300;
	border-bottom: 3px solid #ff7300;
	background-color: #fff;
	opacity: 1;
}
#special_2508_02 .btn_to_category a span {
	padding-right: 30px;
}
@media screen and (max-width: 550px) {
	#special_2508_02 .btn_to_category a {
		justify-content: left;
		padding-left: 20px;
		width: 300px;
	}
	#special_2508_02 .btn_to_category a::after {
		right: 20px;
	}
	#special_2508_02 .btn_to_category a span {
		font-size: 1.375rem;
	}
}

/* 追従 */
@keyframes slideUp {
	0% { transform: translateY(100px); }
	100% { transform: translateY(0px); }
}
.btn_to_category.fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	animation: slideUp 0.4s ease-in-out;
	z-index: 99;
}


/*****************************
ご注文ボタン
*****************************/
@media screen and (min-width: 1000px) {
	#special_2508_02 .btn_order a {
		width: 300px;
		margin: 30px auto 0 auto;
	}
}
@media screen and (max-width: 999px) {
	#special_2508_02 .btn_order a {
		width: calc(30vw);
		margin: 30px auto 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#special_2508_02 .btn_order a {
		width: calc(42vw);
	}
}
@media screen and (max-width: 550px) {
	#special_2508_02 .btn_order a::after {
		right: 20px;
	}
}
@media screen and (max-width: 500px) {
	#special_2508_02 .btn_order a {
		width: calc(47vw);
	}
}
@media screen and (max-width: 400px) {
	#special_2508_02 .btn_order a {
		width: calc(55vw);
	}
}
