@charset "UTF-8";
.pc_only {
	display: block !important;
}

.sp_only {
	display: none !important;
}
.only_900 {
	display: none !important;
}
.fwB {
	font-weight: bold !important;
}
#wrapper_low {
	line-height: 1.7;
}
.main-vis .wrp-vis img {
	display: block;
	width: auto;
	max-width: 100%;
}

.main-vis .wrp-vis a {
    display: inline;
	color: #006BE5;
	text-decoration: underline;
	line-break: anywhere;
}

.wrp-vis {
	font-family: "Noto Sans JP", sans-serif;
}

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}
.dbaraiBtn{
	margin: 0 auto;
	padding: 0 13.54167% 3.125%;
}
.dbaraiList01{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_2_01_bg.png") repeat-y;
}
.dbaraiList02{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_5_01_bg.png") repeat-y;
}
.dbaraiList03{
	padding: 0 5%;
	overflow: hidden;
	background: url("../img/imgparts9_8_01_bg.png") repeat-y;
}
.dbaraiList01 li,
.dbaraiList02 li,
.dbaraiList03 li{
	width: 31.945%;
	float: left;
	margin-right: 2.085%;
}
.dbaraiList01 li:nth-child(3n+0),
.dbaraiList02 li:nth-child(3n+0),
.dbaraiList03 li:nth-child(3n+0){
	margin-right: 0;
	margin-bottom: 3%;
}

.kome {
	color: white;
}

.festa_body .kome {
	color: #000000;
}

.kome li {
	font-size: 18px;
	padding-left: 18px;
	text-indent: -18px;
}

.kome li::before {
	content: '※';
}

.dotList li {
	padding-left: 20px;
	text-indent: -20px;
}

.dotList li::before {
	content: '・';
}

.kv_area {
	padding-bottom: 20px;
	background-color: #E34444;
}

.kv_area h1 {
	margin-bottom: 0;
}

.festa_area {
	position: relative;
	padding: 30px 30px 80px;
	background-color: #E34444;
}

.festa_ttl {
	padding: 20px 10px;
    position: relative;
    z-index: 10;
	background-color: #fff;
	text-align: center;
	color: #153266;
	font-size: 24px;
	font-weight: 500;
}

.festa_ttl > p {
	margin-bottom: 30px;
	font-weight: bold;
	color: white;
    font-size: 48px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.4;
}

span.bigY {
	font-size: 70px;
	color: #FDFA15;
}

.festa_ttl .kome {
	max-width: 800px;
	margin: 0 auto;
}

.festa_box {
	border-radius: 10px;
	overflow: hidden;
}

.festa_head {
	padding: 19px;
	background-color: #123685;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 54px;
}

.festa_body {
	padding: 40px 40px 60px;
	background-color: white;
}

.festa_body > p {
	font-size: 18px;
}

.goods_list_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
    justify-content: space-between;
}

.goods_list {
	flex-basis: 47.5%;
	display: flex;
	justify-content: center;
	gap: 20px;
}


a.goodsList_Btn {
	width: fit-content;
}

.goods_box {
	width: 42%;
}

.goods_box img {
	border: 2px solid #D0D0D0;
	border-radius: 10px;
	overflow: hidden;
}

.goods_list > p {
	width: 60%;
	font-size: 20px;
}

.goodsList_Btn {
	margin: 40px auto;
	text-align: center;
}

a.goodsList_Btn._02 {
    display: block;
}

.tableBlue {
	width: 100%;
	border: 2px solid #D6D6D6;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 2px #D6D6D6;
    overflow: hidden;
}

.tableBlue td {
	padding: 30px 18px;
	font-size: 20px;
	border: 2px solid #D6D6D6;
}

.tableBlue tr:first-child td {
	padding: 20px 10px;
	background-color: #ECF9FE;
	text-align: center;
}

.tableBlue tr .tableBlueT {
	color: #1C4493;
	font-weight: bold;
}

.goods_area .tableBlue {
	margin-bottom: 30px;
}

.goods_area .tableBlue td {
    width: 50%;
	border: unset;
}

.etc_goods_area {
    display: flex;
    width: 90%;
	gap: 25px;
    margin: 0 auto;
    flex-direction: column;
}

.etc_goods_area div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.etc_goods_area div img {
    width: 130px !important;
    flex-basis: 20%;
	border: 2px solid #D0D0D0;
    border-radius: 10px;
    overflow: hidden;
}

.etc_goods_area div p {
    flex-basis: 74%;
    font-size: 18px;
}

.tableBlue .notesIndentList {
    padding: 20px 30px 0 30px;
}

.tableBlue .notesIndentList .notesIndent {
    font-size: 18px;
	line-height: 1.6;
}

.store_area {
	margin-top: 80px;
}

p.line_ttl {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	border-left: solid 6px #1C4493;
}

.store_area .festa_body  .tableBlue tr:first-child {
	font-weight: bold;
	color: #1C4493;
	text-align: center;
}

.store_area .festa_body > .tableBlue {
	margin: 20px auto;
}

.store_area .festa_body > .tableBlue tr td:first-child {
    width: 30%;
}

.store_area .festa_body > .tableBlue tr td:nth-child(2) {
    width: 46%;
}

.store_area .festa_body .tableBlue td:first-child {
    width: 25%;
}

.store_area .accordionBlock {
	width: 100%;
    max-width: 100%;
    padding: unset;
    margin-top: 60px;
    border-radius: 10px;
    background-color: #1C4493;
}

.store_area .accordionBlock .head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 88px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #1C4493;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}

.store_area .accordionBlock .head::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/plus.png);
	background-size: contain;
}

.store_area .accordionBlock .head.open::before {
	background-image: url(../img/minus.png);
	height: 6px;
}

.store_area .accordionBlock .body {
	display: none;
	background: white;
	border: #1C4493 solid 2px;
	border-radius: 0 0 10px 10px;
}

.store_area .accordionBlock .body .inner {
	border-radius: 10px;
	background-color: #fff;
	padding: 40px 30px 60px;
}

.store_area .accordionBlock .body p {
	margin-bottom: 36px;
	font-size: 20px;
}

.sns_area {
	width: 100%;
    max-width: 750px;
    padding: 40px;
    text-align: center;
    margin: 40px auto 0;
    background: white;
    font-weight: bold;
    color: #8F8C8C;
    box-sizing: border-box;
}

.sns_area p {
	font-size: 30px;
}

.sns_flex {
    display: flex;
    margin-top: 30px;
    gap: 33px;
    justify-content: center;
    align-items: center;
}

.sns_flex * {
    width: 50px;
}

.sns_flex img.logo_x {
	width: 47px;
}

/*共通CSS*/

.mod-section * {
	font-size: 18px;
}

.mod-section-head {
	position: relative;
}

.mod-section-head h3 {
    font-size: clamp(28px, 5.625vw, 54px);
    color: #fff;
}

.mod-section-body-content {
    border: 2px solid #000;
    border-radius: clamp(10px, 2.08vw, 20px);
    background-color: #fff;
}

.section-faq .mod-section-head {
	background-color: #1C4493;
}

.section-faq .mod-section-body {
background-color: #FFF9C7;
display: flex;
flex-direction: column;
gap: clamp(24px, 4.17vw, 40px);
}

.section-faq .mod-section-body-content {
border-color: #1C4493;
padding: clamp(24px, 4.17vw, 40px) clamp(16px, 2.5vw, 24px);
}

.section-faq .mod-section-body-content h5,
.section-policy .mod-section-body-content h5,
.section-faq .mod-section-body-content h5 a,
.section-policy .mod-section-body-content h5 a {
font-size: 22px;
}

.condition h5 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
	margin-top: clamp(30px, 3.5vw, 35px);
    margin-bottom: clamp(20px, 3.33vw, 32px);
}

.point_img {
    display: flex;
    justify-content: space-between;
}

.point_img img {
    width: 49% !important;
}

.point_flex {
    display: flex;
	justify-content: space-between;
}

.point_flex table {
    width: 49%;
	border-collapse: collapse;
}

.patternA tr,
.patternA td {
	padding: 5px 20px;
    border: 2px solid #1C4493;
}

.patternA tr td {
	font-size: 20px;
	color: #1C4493;
}

.patternA tr td:first-child {
    background: #E2F5FD;
	font-size: 22px;
	font-weight: bold;
}

.patternB tr,
.patternB td {
	padding: 5px 20px;
    border: 2px solid #D80010;
}

.patternB tr td {
	font-size: 20px;
	color: #D80010;
}

.patternB tr td:first-child {
    background: #FFEFEF;
	font-size: 22px;
	font-weight: bold;
}

.point_table {
	margin: 30px auto;
	border-collapse: collapse;
	text-align: left;
}

.point_table th {
    width: 17.5%;
    padding: 4px 7px;
    background: #F5F5F5;
    font-size: 14px;
	font-weight: normal;
}

.point_table tr, .point_table td {
    border: solid 1px black;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

.point_table td {
    width: 12.5%;
	text-align: center;
}

.point_table tr:first-child td {
    padding: 11px 8px;
    background: #FFFFFF;
    color: black;
    text-align: left;
}

.point_table td.td_Pb {
	color: #E74863;
	background: #FFEFEF;
}

.point_table td.td_Pa {
	color: #1C4493;
	background: #ECF9FE;
}

.point_table td.td_none {
	color: #000000;
	background: #fff;
}

.section-policy {
background-color: #F5F5F5;
}

.section-policy .mod-section-head {
height: unset;
margin-top: unset;
}

.section-policy h3 {
color: #000;
margin-top: clamp(40px, 8.33vw, 80px);
}

.section-policy .mod-section-body-content {
border-color: #4D4D4D;
padding: clamp(24px, 4.17vw, 40px) clamp(16px, 2.5vw, 24px);
}

.section-double-point *,
.section-code * {
font-family: "Noto Sans JP", sans-serif;
font-size: 18px;
}

#load_back_button_poinko div {
margin-bottom: unset;
}

#wrap_gotop {
margin-left: auto;
margin-right: auto;
max-width: 960px;
background-color: #fff;
padding-top: 10px;
margin-top: unset;
}

.back_btn {
    margin-top: 80px;
}

.back_btn a {
    display: flex !important;
    position: relative;
    width: 760px;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #CC0033;
    border-radius: 60px;
    text-decoration: unset !important;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    font-size: clamp(27px, 3.5vw, 32px);
    justify-content: center;
    align-items: center;
}

.back_btn a::before {
	position: absolute;
	content: '';
	background: url(../img/red_arrow.png);
	width: 38px;
	height: 38px;
	top: 50%;
	transform: translateY(-50%);
	left: 3%;
	background-size: contain;
}

.section-code .textCenter {
    padding-bottom: 40px;
}

@media screen and (max-width:900px){
	.only_900 {
		display: block !important;
	}
}

@media screen and (max-width:800px){
	.goods_list > p {
		width: 60%;
		font-size: 15px;
	}
}

@media screen and (max-width:640px){
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}
	.only_900 {
		display: block !important;
	}
	.kome li {
		font-size: 14px;
		padding-left: 14px;
		text-indent: -14px;
	}

	.dotList li {
		padding-left: 15px;
		text-indent: -15px;
	}
	.festa_area {
		position: relative;
		padding: 15.63vw 3.75vw 12.5vw;
	}
	.festa_area::after {
		width: 100%;
		height: 215px;
	}
	.festa_ttl > p {
		margin-bottom: 4.69vw;
		font-size: 27px;
	}
	span.bigY {
		font-size: 40px;
	}
	.festa_ttl .kome {
		max-width: 100.47vw;
	}
	.festa_head {
		padding: 3.44vw;
		font-size: 30px;
	}
	.festa_body {
		padding: 6.25vw 4.69vw;
	}
	.festa_body > p {
		font-size: 14px;
	}
	.goods_area {
		margin-top: 12.5vw;
	}
	.goods_list_flex {
		gap: 6.25vw;
		flex-direction: column;
	}
	.goods_list_flex.slide {
		margin-top: 6.25vw;
	}
	.goods_list {
		gap: 5.81vw;
		align-items: center;
	}
	.goods_box {
		width: 28.13vw;
	}

	.goods_list > p {
		width: 49.38vw;
		font-size: 15px;
	}
	.goodsList_Btn {
		margin: 6.25vw auto;
	}
	.tableBlue td {
		padding: 6.25vw 2.81vw;
		font-size: 15px;
	}
	.tableBlue tr:first-child td {
		padding: 2.34vw;
	}
	.goods_area .tableBlue {
		margin-bottom: 6.25vw;
	}
	.etc_goods_area {
		display: flex;
		width: 100%;
		gap: 15px;
		margin: 0 auto;
		flex-direction: column;
	}
	.etc_goods_area div {
		gap: 15px;
	}
	.etc_goods_area div img {
		width: 28vw !important;
	}
	.etc_goods_area div p {
		font-size: 14px;
	}
	.tableBlue .notesIndentList {
		padding: 25px 0 0 0;
	}
	.tableBlue .notesIndentList .notesIndent {
		font-size: 14px;
	}
	.store_area {
		margin-top: 12.5vw;
	}
	p.line_ttl {
		margin-bottom: 2.97vw;
		padding-left: 14px;
		font-size: 16px;
	}

	.store_area .festa_body > .tableBlue {
		margin: 6.25vw auto;
	}

	.store_area .festa_body > .tableBlue tr td:first-child {
		width: 36%;
	}
	.store_area .festa_body > .tableBlue tr td:nth-child(2) {
		width: 36%;
	}
	.store_area .festa_body > .tableBlue tr td:nth-child(3) {
		width: 25%;
	}
	.store_area .accordionBlock {
		margin-top: 6.25vw;
	}
	.store_area .accordionBlock .head {

		height: 18.28vw;
		font-size: 19px;
	}

	.store_area .accordionBlock .head::before {
		content: '';
		position: absolute;
		right: 4vw;
		top: 50%;
		transform: translateY(-50%);
		width: 4vw;
		height: 4vw;
		background-image: url(../img/plus.png);
		background-size: contain;
	}

	.store_area .accordionBlock .head.open::before {
		background-image: url(../img/minus.png);
		height: 4px;
	}
	.store_area .accordionBlock .body .inner {
		padding: 6.25vw 3.13vw;
	}
	.store_area .accordionBlock .body p {
		margin-bottom: 4.69vw;
		font-size: 15px;
	}

	.sns_area {
		padding: 20px;
		margin: 5vw auto 0;
	}

	.sns_area p {
		font-size: 20px;
	}

	.sns_flex {
		margin-top: 5vw;
		gap: 15px;
	}

	.sns_flex * {
		width: 10vw;
		max-width: 50px;
	}

	.sns_flex img.logo_x {
		width: 8.8vw;
	}

	.point_img {
		flex-direction: column;
		gap: 4vw;
	}

	.point_img img {
		width: 100% !important;
	}

	.mod-section * {
		font-size: 14px;
	}

	.condition h5 {
		font-size: 17px;
        margin-top: 7vw;
        margin-bottom: 3.2vw;
	}

	.point_flex {
		flex-direction: column;
	}

	.point_flex table {
		width: 100%;
		text-align: center;
	}

	.point_flex table:first-child {
		margin-bottom: 3.5vw;
	}

	.patternA tr td:first-child {
		font-size: 15px;
	}

	.patternA tr td {
		font-size: 15px;
	}

	.patternB tr td:first-child {
		font-size: 15px;
	}

	.patternB tr td {
		font-size: 15px;
	}

	.patternA tr,
	.patternA td {
		padding: 5px 10px;
	}

	.patternB tr,
	.patternB td {
		padding: 5px 10px;
	}

	.point_table th {
		padding: 3px;
	}
	.point_table td {
		padding: 3px;
	}

	.section-faq .mod-section-body-content h5,
	.section-policy .mod-section-body-content h5,
	.section-faq .mod-section-body-content h5 a,
	.section-policy .mod-section-body-content h5 a {
	  font-size: 17px;
	}

	.section-faq .mod-section-body {
	  gap: 5.3333vw;
	}

	.section-faq .mod-section-body-content {
	  padding: 5.3333vw 4vw;
	}

	.section-double-point *,
	.section-code *{
	  font-size: 14px;
	}
	#wrap_page {
		box-shadow: unset;
	  }

	  #wrap_gotop {
		padding-top: 5vw;
		padding-bottom: 3vw;
	  }
	  .back_btn {
		margin-top: 12vw;
	}

	.back_btn a {
		width: 642px;
		height: 80px;
		font-size: 20px;
	}

	.section-campaign h4 {
		font-size: 19px !important;
	}
}

@media screen and (max-width:370px){
	.store_area .accordionBlock .head {
		font-size: 17px;
	}

	.back_btn a {
		font-size: 16px;
	}
	.back_btn a::before {
		width: 30px;
		height: 30px;
	}
}

/*個別ページCSS*/

.c205 span.bigY,
.c303 span.bigY,
.c701 span.bigY {
	font-size: 64px;
}

@media screen and (max-width:640px){
	.c204 span.bigY,
	.c205 span.bigY,
	.c303 span.bigY,
	.c701 span.bigY {
	font-size: 39px;
	}
}