.lp_wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.s .lp_wrap {
	width: 100%;
}

.txIn_01 {
	text-indent: -1em;
	padding-left: 1em;
}

.s-lh01 {
	line-height: 1.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

body {
	margin: 0;
}

img {
	width: 100%;
}

/* contents */
.contents_wrapper {
	background-color: #f1f9fe;
}

.contents {
	max-width: 750px;
	margin: 0 auto;
}

.contents_wrapper {
	padding-bottom: 60px;
	margin-bottom: 0;
}
.flag img {
width: 100%;
margin: 0 auto;
padding-top: 40px;
padding-bottom: 20px;
}
.mv_area {
	padding-top: 40px;
	/* padding-bottom: 70px; */
	text-align: center;
}

.mv_area .mv {
	margin-bottom: 32px;
}

.item_area .ttl {
	text-align: center;
	display: flex;
}

.item_area .ttl img {
	width: 100%;
}

.item_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#top_item_img .item_wrapper {
	background: none;
}

#top_item_img .item_wrapper img {
	margin-bottom: 30px;
	border-radius: 20px;
}

.txt_link._anc{
	width: 100%;
	background-color: #f37a02;
	margin-top: 4%;
	position: relative;
    display: block;
    text-align: center;
    padding-bottom: 3.5rem;
    text-decoration: none; 
	/* font-size: 3.2rem; */
}
.txt_link._anc::after {
    content: "";
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff; 
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}


.item_img {
	width: 90%;
}

.item_img._02 {
	padding-bottom: 40px;
}

.item_wrapper.coupon_notice {
	width: 100%;
	background-color: #fff;
	border: 4px solid #e60012;
	border-radius: 20px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	padding: 20px 0;
	margin: 80px auto 40px;
}

.sec_ttl {
	text-align: center;
	padding-bottom: 30px;
}

.sec_ttl.lineup {
	padding-bottom: 50px;
}

.sec_ttl img {
	max-width: 100%;
}


.remarks{
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: -0.03em;
		margin-top: 10px;
		color: #000;
	}

.btn{
	text-align: center;
}
.btn_txt {
  position: relative;
  display: block;
  text-align: center;
  font-size: 32px;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #000;
  line-height: 1.2; /* ここ重要 */
  padding-top: 30px;
}
.btn_txt span{
	font-size: 24px;
}

.btn_txt::before,
.btn_txt::after {
  content: "";
  position: absolute;
  top: 80%;
  width: 50px;
  height: 3px;
  background: #000;
}

.btn_txt::before {
  left: 50px;
  transform: translateY(-50%) rotate(60deg);
}

.btn_txt::after {
  right: 50px;
  transform: translateY(-50%) rotate(-60deg);
}


.btn_txt01 {
  display: inline-block;
  background: #e4007f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 80%;
  padding: 16px 48px 16px 48px;
  border-radius: 999px;
  position: relative;
  font-size: 32px;
  margin-bottom: 60px;
  margin-top: 8px;

  border: 3px solid #fff; /* ←白い境界線 */
  box-shadow: 0px 5px 6px rgba(0,0,0,0.1); /* ←ドロップシャドウ */
}

/* ＞矢印 */
.btn_txt01::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
}




/* アコーディオン */
.accordion {
	border-radius: 16px;
	background-color: #fff;
	padding: 0 10px 0;
	margin-top: 20px;
}

.js-accordion-more02 {
	text-align: center;
	font-size: 32px;
	padding: 10px;
	position: relative;
}

.js-accordion-more02::after {
	border-right: solid 2px #000;
	border-top: solid 2px #000;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
}

.accordion-content02 {
	font-size: 16px;
	padding: 20px;
	border-top: 1px solid #000;
	display: none;
}

.js-accordion-more02.-open::after {
	transform: rotate(-45deg);
}


.js-accordion-more {
	background-image: url(../img/more_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
	margin: 60px 0 70px 0;
	cursor: pointer;
}

.js-accordion-more.-open {
	background-image: url(../img/close_btn.png);
}

.accordion-content {
	margin-top: 10%;
	padding-bottom: 0;
	display: none;
}

.accordion-content.-open {
	display: block;
}


@media screen and (max-width: 960px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.contents_wrapper {
		padding-bottom: 5%;
		margin-bottom: 0;
	}

	.contents {
		width: 90%;
		/* padding: 0 20px; */
	}
	.flag img {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}


	.mv_area {
		padding-top: 5%;
		/* padding-bottom: 4%; */
		text-align: center;
	}

	.mv_area .mv {
		margin-bottom: 5%;
	}

	.mv_area img {
		width: 100%;
	}

	.item_area .ttl img {
		width: 100%;
	}

	.item_img {
		width: 90%;
		padding: 10% 3% 8%;
	}

	.item_img._02 {
		padding-bottom: 8%;
	}

	.item_wrapper {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 24px;
		margin-bottom: 30px;
	}
	.item_wrapper img {
		width: 100%;
	}

	#top_item_img .item_wrapper img {
		margin-bottom: 6%;
		border-radius: 10px;
	}

	.item_wrapper.coupon_notice {
		border: 3px solid #e60012;
		border-radius: 14px;
		font-size: 5.6vw;
		padding: 5% 0;
		margin: 10% auto 8%;
	}
	.txt_link {
	font-size: 2rem;
	border: 2px solid #fff;
	width: 90%;
	margin: 0 auto 12%;
	padding: 1.5rem 0;
	}
	.remarks{
font-size: clamp(10px, 2.5vw, 12px);
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: -0.03em;
		margin-top: 10px;
	}


.btn{
	text-align: center;
}
.btn_txt {
  position: relative;
  display: inline-block; /* ←これ重要（文字基準にする） */
  text-align: center;
  font-size: clamp(14px, 4vw, 18px);
  letter-spacing: -0.03em;
  font-weight: bold;
  color: #eb6100;
  line-height: 1.5;
  padding: 16px 1.5em 0px; /* ←余白も連動させる */
}

.btn_txt span {
  font-size: clamp(13px, 3.5vw, 16px);
}

.btn_txt::before,
.btn_txt::after {
  content: "";
  position: absolute;
  top: 70%;
  width: 2em;      /* ←文字サイズ基準 */
  height: 0.15em;    /* ←太さも連動 */
  background: #eb6100;
}

.btn_txt::before {
  left: -1em;
  transform: translateY(-50%) rotate(60deg);
}

.btn_txt::after {
  right: -1em;
  transform: translateY(-50%) rotate(-60deg);
}


.btn_txt01 {
  display: inline-block;
  background: #e4007f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 16px 48px 16px 48px;
  border-radius: 999px;
  position: relative;
  font-size: 20px;
  margin-bottom: 60px;
  margin-top: 8px;

  border: 3px solid #fff; /* ←白い境界線 */
  box-shadow: 0px 5px 6px rgba(0,0,0,0.1); /* ←ドロップシャドウ */
}

/* ＞矢印 */
.btn_txt01::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
}



	/* アコーディオン */

	.js-accordion-more {
		background-size: 70%;
		padding: 18% 0;
		margin: 3% 0 5% 0;
	}

	.accordion-content {
		margin-top: 0%;
		padding-bottom: 0;
	}

	.js-accordion-more02 {
		font-size: 16px;
	}

	.accordion-content02 {
		font-size: 14px;
	}

	.accordion {
		border-radius: 8px;

	}






	/*====================================================================
アコーディオン　.s_01 .accordion_one
====================================================================*/
	.s_01 .accordion_one {
		max-width: 980px;
		margin: 0 auto;
	}

	.s_01 .accordion_one .accordion_header {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		padding: 20px 11%;
		text-align: center;
		position: relative;
		z-index: +1;
		cursor: pointer;
		transition-duration: 0.2s;
		border: solid #fff 1px;
		border-radius: 50px;
		margin: 0 auto;
		width: 600px;
	}

	.s_01 .accordion_one:nth-of-type(2) .accordion_header {
		background-color: #ff9a05;
	}

	.s_01 .accordion_one:nth-of-type(3) .accordion_header {
		background-color: #1c85d8;
	}

	.s_01 .accordion_one .accordion_header:hover {
		opacity: .8;
	}

	.s_01 .accordion_one .accordion_header .i_box {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 5%;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		box-sizing: border-box;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: center center;
		transition-duration: 0.2s;
	}

	.s_01 .accordion_one .accordion_header .i_box .one_i {
		display: block;
		width: 18px;
		height: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: center center;
		transition-duration: 0.2s;
		position: relative;
	}

	.s_01 .accordion_one .accordion_header.open .i_box {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}

	.s_01 .accordion_one .accordion_header .i_box .one_i:before,
	.s_01 .accordion_one .accordion_header .i_box .one_i:after {
		display: flex;
		content: '';
		background-color: #fff;
		border-radius: 10px;
		width: 18px;
		height: 4px;
		position: absolute;
		top: 7px;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: center center;
	}

	.s_01 .accordion_one .accordion_header .i_box .one_i:before {
		width: 4px;
		height: 18px;
		top: 0;
		left: 7px;
	}

	.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
		content: none;
	}

	.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.s_01 .accordion_one .accordion_inner {
		display: none;
	}

	.s_01 .accordion_one .accordion_inner .box_one {
		height: 300px;
	}

	.s_01 .accordion_one .accordion_inner p.txt_a_ac {
		margin: 0;
	}

	.s_01 .accordion_one .accordion_inner .accordion_closeBtn {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		position: relative;
		z-index: +1;
		cursor: pointer;
		margin: 0 auto;
		width: 320px;
	}


	.arrow {
		display: inline-block;
		width: 18px;
		height: 18px;
		margin: -7px 10px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 1024px) {
	.s_01 .accordion_one .accordion_header {
		font-size: 18px;
	}

	.s_01 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.s_01 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: center;
		padding: 15px 30px 15px 15px;
		width: 88%;
	}

	.s_01 .accordion_one .accordion_header .i_box {
		right: 5%;
	}
}