@charset "utf-8";
/* CSS Document */

:root {
	--gy: #ccc;
	--org: #eb963b;
	--bg_sake: #e9c054;
	--bg_gy: #f5f5f5;
	--bg_be: #fdf7dd;


	--txt_org: #e98c29;
	--org_bg: #f6cfa6;
	--ic_ac: #dba900;
	--ic_na: #668e25;
	--ic_hi: #694e31;
	--ic_fd: #ba0118;
	--cafe_c: #00afcc;
}
#autumnleaves , #plan, #drinks, #activity, #festival {
  padding-top: 100px;
  margin-top: -100px;
}
/*----- 共通style -----*/
.campaign a {
	color: #222;
	text-decoration: none;
}
.campaign a.outside_icon {
	color: #06c;
}
.campaign a.outside_icon:hover {
	opacity: .7;
}
.campaign .swichi_mv::after {
	content: none;
}
.campaign .swichi_thumb {
	display: none;
}
.campaign .ttl_wrap .feature .section h2 {
	font-size: 2.4rem;
	margin: 20px auto 0;
	position: relative;
	color: #222;
}
.campaign .ttl_wrap.mv .feature .section h2 {
	display: flex;
	align-items: center;
}
.campaign .ttl_wrap.mv .feature .section h2::before,
.campaign .ttl_wrap.mv .feature .section h2::after
 {
	content: "";
	height: 2px;
	flex-grow: 1;
	background-color: var(--org);
}
.campaign .ttl_wrap.mv .feature .section h2::before
 {
	margin-right: 1rem;
}
.campaign .ttl_wrap.mv .feature .section h2::after
 {
	margin-left: 1rem;
}
.campaign .ttl_wrap .feature .section {
	margin: 0;
}
.campaign .ttl_wrap.mv .feature .section {
	margin: 0;
	position: relative;
}
.campaign .ttl_wrap.mv .feature .section::after {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_06.png) no-repeat 50% 50%;
	background-size: contain;
	width: auto;
	width: 22px;
  height: 16px;
	display: block;
	right: 0;
	background-color: #fff;
	bottom: 10px;
}

.campaign .ttl_wrap.mv .cmp-text {
	text-align: center;
  font-size: 1.4rem;
	color: #222;
}
.campaign .ttl_wrap .cmp-text {
	text-align: center;
  font-size: 1.6rem;
	/* font-family: 'Montserrat', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
	color: #f0b370;
	letter-spacing: 1.1px;
}
.campaign .bg_color.drinks .ttl_wrap .cmp-text {
	color: #4d4d4d;
}
.festival.cmn_contents {
	margin: 0px auto 10px;
}

/* タイトル アイコン */
.campaign .ttl_wrap .feature .section {
	position: relative;
}
.campaign .ttl_wrap .feature .section.autumnleaves::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_01.png) no-repeat 50% 50%;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: -40px;
	display: inline-block;
	left: calc(50% - 18px);
}
/* .campaign .ttl_wrap .feature #plan {
	position: relative;
} */
.campaign .ttl_wrap .feature .section .plan::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_02.png) no-repeat 50% 50%;
	background-size: contain;
	width: 30px;
	height: 30px;
	top: -34px;
	display: inline-block;
	left: calc(50% - 15px);
}
/* .campaign .ttl_wrap .feature #drinks {
	position: relative;
} */
.campaign .ttl_wrap .feature .section.drinks::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_03.png) no-repeat 50% 50%;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: -42px;
	display: inline-block;
	left: calc(50% - 20px);
}
/* .campaign .ttl_wrap .feature #activity {
	position: relative;
} */
.campaign .ttl_wrap .feature .section.activity::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_04.png) no-repeat 50% 50%;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: -42px;
	display: inline-block;
	left: calc(50% - 20px);
}
/* .campaign .ttl_wrap .feature #festival {
	position: relative;
} */
.campaign .ttl_wrap .feature .section.festival::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_05.png) no-repeat 50% 50%;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: -42px;
	display: inline-block;
	left: calc(50% - 20px);
}
/*----- ナビゲーション -----*/
.nav_list {
	display: flex;
	width: 480px;
	justify-content: center;
	margin-inline: auto;
	gap: 30px;
	text-align: center;
}
.nav_item {
	border: solid 1px #222;
	border-radius: 999px;
	width: 100px;
	height: 100px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.nav_item:hover {
	opacity: .7;
}
a.nav_link[href*="#"]::before {
  display: block;
	content: "";
	position: absolute;
}
a.nav_link[href*="#"]::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: -6.8rem;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(45deg);
}
a.nav_link[href*="autumnleaves"]::before {
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_01.png) no-repeat 50% 50%;
	background-size: contain;
	width: 28px;
	height: 28px;
	top: -12px;
}
a.nav_link[href*="plan"]::before {
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_02.png) no-repeat 50% 50%;
	background-size: contain;
	width: 28px;
	height: 28px;
	top: -12px;
}
a.nav_link[href*="drinks"]::before {
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_03.png) no-repeat 50% 50%;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: -14px;
}
a.nav_link[href*="drinks"] span {
	padding-top: 6px;
}

a.nav_link[href*="activity"]::before {
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_04.png) no-repeat 50% 50%;
	background-size: contain;
	width: 36px;
	height: 36px;
	top: -16px;
}
a.nav_link[href*="activity"] {
	font-size: 1.25rem;
}
.nav_link {
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-top: 22px;
	display: block;
	display: flex;
	justify-content: center;
}
/*----- クーポン -----*/
.campaign .coupon .box_content .feature .section h3 {
	background-color: transparent;
	border-bottom: none;
	font-size: 2.2rem;
	padding: 0;
	margin: 15px auto -6px;
	line-height: 1.2;
	text-align: center;
	color: #222;
}
.campaign .box_content {
	border: 1px solid #222;
	width: 98%;
	padding: 0 20px 5px;
	background: #fff;
}
.campaign .coupon_text .price_box {
	display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px;

	border-bottom: solid 2px var(--org);
	position: relative;
	text-align: center;
	letter-spacing: 1.05px;
}
.campaign .coupon_text .price_box .price_inner {
	font-size: 2.6rem;
	color: #ee0000;
}
.campaign .coupon_text .price_box .u_line {
	background: linear-gradient(transparent 60%, #f5ca9d 60%);
}
.campaign .coupon_text .price_box::after {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_06.png) no-repeat 50% 50%;
	background-size: contain;
	width: auto;
	width: 22px;
  height: 16px;
	display: block;
	right: 0;
	background-color: #fff;
	bottom: -8px;
}
.campaign .box_shadow .coupon_text dl {
	display: flex;
	margin: 0 auto 0px;
	/* padding: 0 0 5px; */
	/* border-bottom: 1px dashed #ccc; */
}

/*-----ボタン-----*/
.btn_01 {
  text-align: center;
  margin: 10px auto;
}
.btn_01 a {
  display: block;
  width: auto;
  /* min-width: 400px; */
  font-size: 1.4rem;
  color: #fff;
  background: var(--org);
  padding: 8px 30px 8px 10px;
  font-weight: bold;
  border-radius: 999px;
  position: relative;
  margin: auto;
  line-height: 1.2;
  transition: .2s;
}
.btn_01 a span {
	font-size: 1.2rem;
}
.btn_01 a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.btn_01 a:hover {
  opacity: .7;
}
/* クーポンのボタン */
.campaign .coupon_container .btn_01 {
	margin-top: 20px;
}
/* 酒旅のボタン */
.campaign .coupon_container .btn_01 a, .campaign .drinks .btn_01 a {
	padding: 12px 30px 12px 10px;
}
.campaign .drinks .wrap_btn .btn_01 a {
	width: 60%;
	margin-inline: auto;
}
.campaign .drinks .btn_01 {
	margin-bottom: 0px;
}
/*----- 人気の紅葉スポット -----*/
.campaign .area_titlebox {
	margin: 0;
	position: relative;
}
.campaign .area_titlebox .area_name,
.plan .base_prod .hotel li>a .img_box>.ribbon
{
	padding: 3px 5px;
	margin-right: 5px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	z-index: 2;
	font-weight: normal;
}
.campaign h3.title_name {
	font-size: 2.0rem;
  border-bottom: solid 2px var(--org);
  padding: 0 6px 6px 6px;
	position: relative;
}
.campaign .clm3 .title_name, .campaign .clm2 .title_name {
	margin-top: 10px;
}
.campaign h3.title_name::after {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/iwate_jyuukyo/ic_iwate_jyuukyo_06.png) no-repeat 50% 50%;
	background-size: contain;
	width: auto;
	width: 22px;
  height: 16px;
	display: block;
	right: 0;
	background-color: #fff;
	bottom: -8px;
}
.campaign .pick_tx {
	border-bottom: none;
	position: relative;
	padding: 2px 3px 1px 10px;
}
.campaign .pick_tx::before,
.campaign .sightseeing dl .access::before {
	content: "";
	position: absolute;
	background-size: contain;
	width: 5px;
	height: 5px;
	display: inline-block;
	color: var(--org);
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: var(--org);
	border-radius: 999px;
}
.campaign .sightseeing dl {
	border-radius: 0px;
	background: #f7f3e2;
	padding: 6px;
}
.campaign .drinks .sightseeing dl {
	display: flex;
}
.campaign .drinks .sightseeing dl > dt {
	flex-shrink: 0;
}
.campaign .sightseeing dl .access {
	position: relative;
	padding-left: 10px;
}
/* .campaign .aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4:has(.wrap_btn) {
	flex-grow: 1;
} */


/* 紅葉スポット、岩手の酒、アクティビティ、秋祭り コンポネ共通*/
.autumnleaves .clm3, .drinks .clm3, .festival .clm3 {
	display: flex;
  gap: 10px;
}
.activity .clm2 {
	display: flex;
  gap: 20px;
}
.campaign .clm3.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
	width: calc((100% - (10px * 2)) / 3) !important;
	border: solid 1px #222;
	background-color: #fff;
	display: flex;
}
.campaign .clm2.aem-Grid.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	width: calc((100% - (10px * 1)) / 2) !important;
	border: solid 1px #222;
	display: flex;
}
/* .campaign .clm3.aem-Grid::before, .campaign .clm3.aem-Grid::after {
	display: none;
} */
.campaign .area_box {
	padding: 0 10px 10px;
}
.campaign .area_box.cmn_contents {
	padding: 0 10px 10px;
	margin: 10px auto 0;
	display: flex;
  flex-direction: column;
  flex: 1 auto;
}
.campaign .autumnleaves .area_box.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	display: flex;
  flex: 1 auto;
}
.campaign .area_box.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	display: flex;
  flex: 1 auto;
}
.campaign .festival .area_box .freehtml.aem-GridColumn--phone--12.aem-GridColumn.aem-GridColumn--default--4:has(.wrap_btn) {
	flex: 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/* 酒旅 */
.campaign .drinks .area_box.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4:has(.wrap_btn) {
	flex: 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.campaign .clm1 {
	border: solid 1px #222;
	padding: 10px;
}
.campaign .clm2_right.cmn_contents {
	margin: 0;
}

/*----- 専用プラン -----*/
.campaign .bg_be {
	background-color: var(--bg_be);
}
.campaign .plan .base_prod .hotel li>a .details_box>.area {
	display: none;
}
.plan .wrap_btn {
	display: flex;
  gap: 20px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.plan .wrap_btn .w_light {
	/* width: calc((100% - (20px * 2)) / 3); */
	width: 40%;
}
.plan .wrap_btn .w_light a {
	border: solid 1px #222;
	background-color: #222;
	color: #fff;
	border-radius: 999px;
	display: block;
	position: relative;
	padding: 9px;
	z-index: 1;
	transition: ease .2s;
}
.plan .wrap_btn .w_light a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .5s;
	border-radius: 999px;
}
.plan .wrap_btn .w_light a:hover {
	color: #222;
	border-radius: 999px;
}
.plan .wrap_btn .w_light a:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
	border-radius: 999px;
}
.plan .wrap_btn .w_light {
	position: relative;
}
.plan .wrap_btn .w_light::after {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%; /* 右 */
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
	z-index: 99;
}
.plan .wrap_btn .w_light:hover::after {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%; /* 右 */
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
	z-index: 99;
}
.plan .wrap_btn .w_light .btn_inner {
	display: block;
	color: #fff;
	overflow: hidden;
}
.plan a img:hover {
	opacity: 1;
}
.plan .base_prod.bdr li {
	border: 1px solid #222;
	background-color: #fff;
}
.plan .plan_bg .cmp-text  {
	font-size: 1.8rem;
}
.plan .base_prod .slider_01.hotel li>a .details_box>p.txt {
	color: #d96b00;
	font-size: 1.4rem;
	line-height: 1.5;
}
/*----- 岩手の酒 -----*/
.drinks .wrap_bnr {
	border: solid 1px #222;
	padding: 20px;
	background-color: #fff;
}
.drinks .bnr_inner_items {
	display: flex;
	gap: 20px;
}
.drinks .bnr_inner_items > div {
	width: 50%;
}
.campaign .bg_color.drinks {
	background-color: var(--bg_sake);
}

/* ボタン 酒、秋祭り共通 */
.drinks .btn_02 a, .festival .btn_02 a, .plan .btn_02 a {
	border-bottom: 1px solid #222;
	/* display: inline-block; */
	position: relative;
	padding: 0 26px 2px 4px;
	line-height: 1.4;
	float: right;
}
.drinks .btn_02 a::after, .festival .btn_02 a::after, .plan .btn_02 a::after {
	content: "";
	position: absolute;
	border-right: 1px solid #222;
	width: 3px;
	height: 27px;
	transform: rotate(314deg);
  right: 10px;
}
.drinks .btn_02 a:hover, .festival .btn_02 a:hover, .plan .btn_02 a:hover {
	opacity: .7;
}
.plan .btn_02 a::after {
	height: 26px;
}

/*----- 秋祭り -----*/
.campaign .bg_gy {
	background-color: var(--bg_gy);
}
/*----- カルーセル -----*/
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide{
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: 0;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li, .cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}
/* ボックスの高さ揃え */
.wrap_slide .swiper .swiper-slide {
  height: auto;
}
.wrap_slide .swiper .swiper-slide .box_content,
.clm_3 .box_content {
  height: 100%;
}

.wrap_slide .swiper .swiper-slide .box_content {
	display: flex;
  flex-direction: column;
	flex: 1 auto;
}
.campaign .coupon .aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6:has(.btn_01) {
	flex: 1 auto;
	align-content: flex-end;
}
/* 商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* 前へ/後ろへボタン */
.wrap_slide {
  position: relative;
}
/* 前へ/後ろへボタン */
.wrap_slide .swiper-button-prev,
.wrap_slide .swiper-button-next {
  display: block !important;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(160,160,160,0.2));
          filter: drop-shadow(1px 1px 5px rgba(160,160,160,0.2));
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled
{
  opacity: .35;
}
.wrap_slide .swiper-button-prev::before,
.wrap_slide .swiper-button-next::after
 {
  top: 0%;
  bottom: 0;
  right: 14px;
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  margin: auto;
  transform: rotate(-45deg);
}
.wrap_slide .swiper-button-prev::before {
  transform: rotate(-45deg);
  left: 12px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.wrap_slide .swiper-button-next::after {
  transform: rotate(-45deg);
  right: 12px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.wrap_slide .swiper-button-prev,
.wrap_slide .swiper-button-next
 {
  position: absolute;
  border: solid 1px #222;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  top: 48%;
	background-color: #fff;
}
.wrap_slide .swiper-button-next
 {
	z-index: 3;
	right: -8px;
}
.wrap_slide .swiper-button-prev
 {
	left: -8px;
	z-index: 3;
}
/* .wrap_slide .swiper-button-prev {
  left: -50px;
} */
/* .wrap_slide .swiper-button-next {
  right: -50px;
} */
/* カルーセル PCのみ */
@media screen and (min-width: 768px) {
	.br_sp {
  	display: none;
	}
  .cmp-text.tx_lead, .cmp-text.tx_lead p {
    text-align: center !important;
  }
  .wrap_slide {
    position: relative;
  }
	.wrap_slide .swiper {
    padding: 0 0 30px;
  }
	/* 前へ/後ろへボタン */
	.wrap_slide .swiper-button-prev.swiper-button-disabled,
	.wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }
	/* カルーセルなし 非表示 */
	.wrap_slide.no_swipe .swiper-button-prev,
	.wrap_slide.no_swipe .swiper-button-next,
	.wrap_slide.no_swipe .swiper-pagination {
		display: none !important;
	}
	.campaign .plan .swiper-container .swiper-button-next, .campaign .plan .swiper-container .swiper-button-prev, .campaign .plan .swiper-container-horizontal>.swiper-pagination-bullets {
		display: none;
	}
	/* クーポンのカルーセル */
	.wrap_slide .swiper .swiper-wrapper .swiper-slide{
		display: flex;
  	flex: 1 auto;
	}
}
.box_content .wrap_img.jretravel-image {
  aspect-ratio: 160 / 99;
}/*画像表示*/


/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	/*----- 共通 -----*/
	.campaign .cmn_contents.m0_a {
		margin: 0px auto !important;
	}
	.campaign .cmn_contents.mb_n {
		margin-bottom: 0px !important;
	}
	.campaign .cmn_contents.mt_n {
		margin-top: 0px !important;
	}
	.campaign .swichi_box {
		width: 100% !important;
	}
	.navigation {
		box-sizing: border-box;
		font-size: 1.3rem;
	}
	.nav_list {
		width: 100%;
		padding: 0 10px;
		gap: 10px;
	}
	.nav_item {
		flex: 1 1 0;
		aspect-ratio: 1 / 1;
		box-sizing: border-box;
		height: auto;
    width: auto;
	}
	.campaign .ttl_wrap .feature .section h2 {
		font-size: 2.0rem;
	}
	.campaign .ttl_wrap.mv .feature .section h2::before {
		content: none;
	}
	.campaign .ttl_wrap.mv .feature .section::after {
		right: 9px;
    bottom: 0px;
    top: 4px;
	}
	.campaign .ttl_wrap.mv .feature .section h2::after {
		width: 24%;
		top: 12px;
    position: absolute;
    right: 10px;
	}
	.campaign .pick_tx::before {
		top: 11px;
		margin: initial;
	}
	.campaign .ttl_wrap.mv .cmp-text {
		width: 100%;
		font-size: 1.25rem;
	}
	/*----- クーポン -----*/
	.campaign .coupon_text .price_box {
		margin: 0 auto 12px;
	}
	.campaign .box_content {
		padding: 0 10px 5px;
	}
	.campaign .box_shadow .coupon_text dl:nth-of-type(2) {
		flex-direction: column;
    margin-top: 8px;
	}
	/*----- ナビゲーション -----*/
	a.nav_link[href*="autumnleaves"]::before {
		top: -11px;
	}
	a.nav_link[href*="plan"]::before {
		width: 24px;
    height: 24px;
    top: -9px;
	}
	a.nav_link[href*="drinks"]::before {
		width: 32px;
    height: 32px;
    top: -11px;
	}
	a.nav_link[href*="activity"]::before {
		width: 32px;
    height: 32px;
    top: -14px;
	}
	.nav_link {
		line-height: 1.1;
		padding-top: 19px;
	}
	a.nav_link[href*="activity"] {
		font-size: 1.05rem;
	}
	a.nav_link[href*="#"]::after {
		bottom: -5.4rem;
	}
	/*-----  cp -----*/
	.autumnleaves .clm3, .activity .clm2, .drinks .clm3, .festival .clm3 {
		flex-direction: column;
	}
	.campaign .clm3.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4,
	.campaign .clm2.aem-Grid.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
		width: 100% !important;
	}
	/*----- 紅葉スポット -----*/
	.campaign .autumnleaves .clm2_right,
	.campaign .activity .clm2_right
	 {
		padding: 0;
	}
	.campaign .autumnleaves .clm2_right .sightseeing,
	.campaign .activity .clm2_right .sightseeing
	 {
		width: 100%;
	}
	.campaign .autumnleaves h3.title_name,
	.campaign .activity h3.title_name
	 {
		margin-top: 10px;
	}
	/*----- プラン -----*/
	.plan .wrap_btn {
		gap: 10px;
	}
	.plan .wrap_btn .w_light {
		/* width: calc((100% - (10px * 1)) / 2); */
		width: 100%;
	}
	.plan .cmp-text {
		width: 100%;
	}
	.campaign .plan .ttl_wrap .feature .section h2 {
		text-align: center;
	}
	/*----- 岩手の酒 -----*/
	.drinks .wrap_bnr {
		padding: 10px;
	}
	.drinks .bnr_inner_items {
		flex-direction: column;
	}
	.drinks .bnr_inner_items > div {
		width: 100%;
	}
	/* .campaign .drinks h3.title_name  {
		padding: 0 0px 6px 0px;
	} */
	.campaign .drinks .wrap_btn .btn_01 a, .campaign .drinks .cmp-text {
		width: 100%;
	}
	.campaign .drinks .aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12:has(.cmp-text.f_r) {
		grid-column: 1 / 3;
    grid-row: 3 / 4;
	}
	/*----- 岩手の酒・祭り共通 -----*/
	.campaign .drinks .area_box.cmn_contents,
	.campaign .festival .area_box.cmn_contents {
		display: grid;
		grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
		gap: 6px;
	}
	.campaign .drinks .area_box.aem-Grid.aem-Grid--phone--12>.thumbnailImage.aem-GridColumn.aem-GridColumn--phone--12,
	.campaign .festival .area_box.aem-Grid.aem-Grid--phone--12>.thumbnailImage.aem-GridColumn.aem-GridColumn--phone--12 {
		grid-column: 1 / 2;
    grid-row: 1 / 2;
	}
	.campaign .drinks .area_box.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12:has(.title_name),
	.campaign .festival .area_box.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12:has(.title_name)
	 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.campaign .drinks .area_box.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0:has(.sightseeing),
	.campaign .festival .area_box.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--offset--phone--0:has(.sightseeing)
	 {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}
	.campaign .drinks .area_box.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4:has(.wrap_btn),
	.campaign .festival .area_box.aem-Grid.aem-Grid--phone--12>.aem-GridColumn.aem-GridColumn--phone--12:has(.wrap_btn)
	{
		grid-column: 1 / 3;
    grid-row: 3 / 4;
	}
}