﻿@charset "UTF-8";

/* common */
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

.pane-main {
	max-width: initial;
	padding-top: 0;
}

.mainframe_ {
	background: #F6FEFF url(../img/bg.png) no-repeat center top / 100% auto;
}

.common_ttl {
	margin: 0 auto 32px;
	padding: 0;
	color: #081570;
	font-size: 48px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	letter-spacing: 0;
}

.common_ttl:before {
	content: none;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.common_ttl {
		margin: 0 auto 32px;
		font-size: 32px;
		line-height: 1.25;
	}
}

/* mv */
.mv h1 {
	margin-bottom: 0;
}

.mv_term {
	/* background: url(../img/bg_term.png) no-repeat center center / cover; */
	background-color: #D6F3F6;
	padding: 18px 0 6px;
	color: #001875;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.15em;
}

.mv_term span {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.mv h1 {
		background-color: #DDF2FF;
	}
	.mv_term {
		padding: 10px 0 5px;
		background-image: url(../img/bg_term_sp.png);
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}

	.mv_term span {
		font-size: 25px;
	}
}

.block_simulation {
	padding: 0 0 115px;
}

@media screen and (max-width: 767px) {
	.block_simulation {
		overflow: hidden;
		/* background: #F1FAFF; */
		background: #F6FEFF url(../img/bg_sp.png) no-repeat center top / 100% auto;
	}
}

.block_simulation_container {
	margin: 0 auto;
	width: 1250px;
}

#link_simulation {
	margin-top: -82px;
	top: 80%;
	right: 50px;
	z-index: 101;
	position: fixed;
}

#link_simulation.close {
	display: none;
}

#link_simulation .bt_link_simulation {
	width: 304px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

#link_simulation .bt_link_simulation a {
	padding: 24px 0 24px;
    /* background: linear-gradient(to bottom, #6BE0FF 0%, #FFF04F 100%); */
    border: 2px solid #001976;
    border-radius: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #001976;
    text-decoration: none;
    display: block;
    position: relative;
    /* background: linear-gradient(to right, #1F72E8 0%, #57aef2 45%, #1F72E8 100%); */
	box-shadow: 3px 3px 1px #001976;
    background: #FFEC00;
}

#link_simulation .bt_link_simulation a span {
	display: block;
	letter-spacing: -0.05em;
}

#link_simulation .bt_link_simulation a::after {
	content: " ";
    width: 44px;
    height: 14px;
    background: url(../img/btn_arr_b.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
}

#link_simulation .close_link_simulation {
	right: 0px;
    top: -35px;
	position: absolute;
}

#link_simulation .close_link_simulation a {
	width: 30px;
	height: 30px;
	background: url(../img/bt_close.png) no-repeat center center / contain;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

@media screen and (max-width: 767px) {
	.block_simulation_container {
		margin: 0 auto;
		width: 100%;
	}
	#link_simulation {
		margin-top: 0;
		top: auto;
		bottom: 20px;
		right: 5px;
		z-index: 100;
		position: fixed;
	}
	#link_simulation .bt_link_simulation {
		width: 166px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.14286;
		text-align: center;
	}
	#link_simulation .bt_link_simulation a {
		padding: 12px 15px 12px 0px;
		border-radius: 20px;
		line-height: 1.5;
	}
	#link_simulation .bt_link_simulation a::after {
		width: 27px;
		height: 11px;
		right: 2px;
	}
	#link_simulation .close_link_simulation {
		top: -25px;
        right: 0px;
	}
	#link_simulation .close_link_simulation a {
		width: 20px;
		height: 20px;
	}
}

.top {
	padding: 120px 0 100px;
}

.top_wrapper {
	position: relative;
}

.top_list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* gap: 0 25px; */
}

.top_item {
	padding: 40px 0 26px;
	width: 340px;
	/* background: #FFFEF0; */
	/* border: 2px solid #143D8D; */
	border-radius: 20px;
	color: #081570;
	font-weight: bold;
	text-align: center;
	position: relative;
	/* box-shadow: 0px 3px 1px #143D8D; */
}
.top_item + .top_item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	top: calc(50% - 6px);
	transform: translateY(-50%);
	border-left: 1px solid #AFC9D4;
	left: 0;
}
.top_item_ttl {
	margin: 0;
	padding: 5px 0;
	width: 240px;
	/* background: linear-gradient(to right, #FFEA30 0%, #FFF38B 45%, #FFEA30 100%); */
	color: #143D8D;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.1em;
	left: 50%;
	top: -20px;
	position: absolute;
	/* clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%); */
	border: 3px solid #001976;
    border-radius: 100vw;
    transform: translateX(-50%);
}

.top_item_num {
	color: #D8480B;
	font-size: 52px;
	line-height: 67px;
}

.top_item_num span.top_item_num_unit {
	margin-left: 8px;
	color: #081570;
	font-size: 24px;
	line-height: 38px;
}

.top_item_note {
	font-size: 24px;
	line-height: 38px;
}

.top_item_note.coin {
	font-size: 30px;
}

.top_icon {
	position: absolute;
	right: calc(50% - 700px);
	top: 70px;
	width: 168px;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.top {
		background: none;
		padding: 22px 0 56px;
	}

	.top_list {
		flex-wrap: wrap;
	}

	.top_item {
		order: 1;
		margin-top: 34px;
		padding: 30px 10px 10px;
		width: calc(100% - 40px);
		/* box-shadow: 0px 3px 1px #143D8D; */
	}
	.top_item + .top_item::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 50%;
		transform: translateX(-50%);
		border-top: 1px solid #AFC9D4;
		top: -34px;
	}
	.top_item_ttl {
		top: -15px;
		left: 50%;
		width: 150px;
		padding: 3px 0;
		font-size: 16px;
		line-height: 1.5;
		transform: translateX(-50%);
	}

	.top_item_num {
		font-size: 32px;
		line-height: 1.3125;
		display: flex;
        align-items: end;
        justify-content: center;		
	}

	.top_item_num span.top_item_num_unit {
		font-size: 16px;
	}

	.top_icon {
		top: initial;
		right: initial;
		left: 25px;
		bottom: -120px;
		width: 82px;
	}

	.top_item_note {
		font-size: 16px;
	}
}

.gift_detail {
	padding: 0 0 65px;
}

.gift_detail .gift_detail_box {
	margin: 0 auto;
	width: 1060px;
	position: relative;
}

.gift_detail .gift_detail_box::before,
.gift_detail .gift_detail_box::after {
	content: " ";
	display: block;
	z-index: 0;
	position: absolute;
}

.gift_detail .gift_detail_box::before {
	width: 269px;
	height: 273px;
	background: url(../img/dot_mix.png) no-repeat center center / contain;
	left: -95px;
	top: -63px;
}

.gift_detail .gift_detail_box::after {
	width: 291px;
	height: 291px;
	background: url(../img/dot_yellow.png) no-repeat center center / contain;
	right: -88px;
	bottom: -81px;
}

.gift_detail .gift_detail_box_inner {
	margin: 0 auto;
	padding: 40px 40px 30px 540px;
	background: #fff;
	border: 2px solid #00B2CF;
	border-right-width: 2px;
	border-bottom-width: 9px;
	border-radius: 20px;
	/* box-shadow: 0 10px 10px rgba(29,41,83,0.05); */
	color: #1D2953;
	text-decoration: none;
	display: block;
	z-index: 1;
	position: relative;
}

.gift_detail .gift_detail_box h3 {
	margin-bottom: 12px;
	color: #081570;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

.gift_detail .gift_detail_box figure {
	width: 480px;
	left: 20px;
	top: 20px;
	position: absolute;
}

.gift_detail .gift_detail_box figure::after {
	content: " ";
	width: 241px;
	height: 168px;
	background: url(../img/fig_plane.png) no-repeat center center / contain;
	display: block;
	right: -20px;
	bottom: -70px;
	position: absolute;
}

.gift_detail .gift_detail_box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.gift_detail .gift_detail_box a {
	color: #228BDE;
	text-decoration: underline;
}

.gift_detail .gift_detail_box .desc {
	margin: 12px 0 3px;
	font-weight: bold;
}

.gift_detail .gift_detail_box .link {
	margin: 8px 0 20px;
}

@media screen and (max-width: 767px) {
	.gift_detail .gift_detail_box {
		width: calc(100% - 40px);
	}
	.gift_detail .gift_detail_box_inner {
		padding: 25px 12px;
	}
	.gift_detail .gift_detail_box h3 {
		margin: 0 0 22px;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	.gift_detail .gift_detail_box figure {
		/* position: static; */
		width: 100%;
		top: 0;
        left: 0;
        position: relative;
		margin-bottom: 30px;
	}
	.gift_detail .gift_detail_box figure img {
		width: 100%;
	}
	.gift_detail .gift_detail_box figure::after {
		/* display: none; */
	}
	.gift_detail .gift_detail_box figure::after {
		content: " ";
		width: 144px;
		height: 101px;
		display: block;
		right: 0px;
		bottom: -33px;
		position: absolute;
	}
	.gift_detail .gift_detail_box .desc {
		margin: 0 0 10px;
		font-size: 14px;
	}
	.gift_detail .gift_detail_box .link {
		margin: 20px 0 30px;
		font-size: 14px;
	}
	.gift_detail .gift_detail_box p {
		font-size: 14px;
	}
}


.about_detail {
	padding: 0 0 90px;
}

.about_detail_inner {
	background: #fff;
	border: 2px solid #00B2CF;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(29,41,83,0.05);
	position: relative;
	/* overflow: hidden; */
}

.detail_head {
	position: relative;
	padding: 38px 0 28px;
	background: #D6F3F6;
	border-radius: 20px 20px 0 0;
}
.detail_head_ttl_fukidashi {
	/* content: ""; */
	color: #FFED4A;
	width: 90px;
	height: 90px;
/* 	background: url(../img/bg_fukidashi.png) no-repeat center center / contain;
	top: 0; */
	position: absolute;
	font-size: 32px;
	z-index: 1;
    font-weight: 600;
    transform: rotate(339deg);
    top: -100px;
    left: -50px;
    padding-top: 18px;
    padding-left: 12px;
}
.detail_head_ttl_fukidashi::after {
	content: "";
	width: 90px;
	height: 90px;
	background: url(../img/bg_fukidashi.png) no-repeat center center / contain;
	top: 50%;
	left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(10deg);
    z-index: -1;
}
.detail_head .detail_head_ttl {
	margin: 0 auto;
	padding: 0 46px;
	width: fit-content;
	position: relative;
}

.detail_head .detail_head_ttl::before,
.detail_head .detail_head_ttl::after {
	content: " ";
	width: 0;
	height: 100%;
	display: block;
	top: 0;
	position: absolute;
	transform-origin: center center;
}

.detail_head .detail_head_ttl::before {
	left: 0;
	border-right: 3px solid #081570;
	transform: rotate(-22deg);
}

.detail_head .detail_head_ttl::after {
	right: 0;
	border-left: 3px solid #081570;
	transform: rotate(22deg);
}

.detail_head .detail_head_ttl_top {
	color: #081570;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

.detail_head .detail_head_ttl_top span {
	color: #D8480B;
}

.detail_head .detail_head_ttl_btm {
	color: #081570;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.detail_head .detail_head_ttl_btm > div {
	display: inline;
	position: relative;
	z-index: 1;
}

.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_c::after,
.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_r::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: linear-gradient(to top, #FFEC00 0, #FFEC00 13px, transparent 13px, transparent 100%);
	z-index: -1;
}
.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_c::after {
	border-radius: 5px 0 0 5px;
}
.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_r::after {
	border-radius: 0 5px  5px 0;
}
.detail_head .detail_head_ttl_btm .font_m {
	font-size: 36px;
}

.detail_head .detail_head_ttl_btm .font_l {
	font-size: 48px;
}

.detail_main {
	padding: 40px 40px 45px;
	text-align: center;
}

.detail_list {
	margin: 0 auto;
	height: 100%;
}

.detail_list tr {
	background-image: linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: left top;
}
/* .detail_list tr:first-of-type {
	background-image: none;
} */
.detail_list tr:last-of-type {
	background-image: linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px), linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px);
	background-size: 10px 1px, 10px 1px;
	background-repeat: repeat-x;
	background-position: left top, left bottom;
}

.detail_list th {
	width: 150px;
	height: 100%;
	padding: 10px 0 10px;
}

.detail_list th span {
	background: #D6F3F6;
    height: 100%;
    min-height: 43px;
    border-radius: 5px;
    color: #001976;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    display: grid;
    place-content: center;
}

.detail_list td {
	padding: 16px 0 16px 30px;
	font-size: 16px;
	color: #1D2953;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.about_detail {
		padding: 0 0 40px;
	}
	.detail {
		padding-top: 80px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.about_detail_inner {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.detail_inner {
		padding: 40px 15px 45px;
	}

	.detail_head {
		padding: 20px 0 15px;
	}
	.detail_head_ttl_fukidashi {
		width: 55px;
		height: 55px;
		font-size: 20px;
		top: -40px;
        left: -10px;
        padding-top: 12px;
        padding-left: 7px;
	}
	.detail_head_ttl_fukidashi::after {
		width: 55px;
		height: 55px;
	}
	.detail_head .detail_head_ttl {
		padding: 0 24px;
	}

	.detail_head .detail_head_ttl::before {
		left: 14px;
		height: 55px;
		transform: rotate(-12.5deg);
		bottom: 1px;
		top: auto;
	}

	.detail_head .detail_head_ttl::after {
		right: 14px;
		height: 55px;
		transform: rotate(12.5deg);
		bottom: 1px;
		top: auto;
	}

	.detail_head .detail_head_ttl_top {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1.5;
	}

	.detail_head .detail_head_ttl_btm {
		font-size: 18px;
		line-height: 1.1;
	}

	.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_r {
		letter-spacing: -0.02em;
	}

	.detail_head .detail_head_ttl_btm .font_l {
		font-size: 36px;
	}

	.detail_head .detail_head_ttl_btm .font_m {
		margin-left: -3px;
		font-size: 30px;
		letter-spacing: -0.04em;
	}
	.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_c::after {
		border-radius: 3px;
	}
	.detail_head .detail_head_ttl_btm .detail_head_ttl_btm_r::after {
		border-radius: 3px;
	}
	.detail_main {
		padding: 20px 15px;
	}

	.detail_ttl {
		top: -25px
	}

	.detail_desc {
		font-size: clamp(20px, 6vw, 25px);
	}

	.detail_desc span {
		font-size: clamp(12px, 3vw, 15px);
		display: block;
	}

	.detail_list tr {
		display: flex;
		align-items: stretch;
		gap: 10px;
		width: 100%;
		padding: 15px 0 10px;
		    background-image: linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px);
		background-size: 10px 1px;
		background-repeat: repeat-x;
		flex-direction: row;
	}
	/* .detail_list tr:first-of-type {
		background: none;
		padding-top: 0;
	} */
	.detail_list tr:last-of-type {
		background-position: top left, bottom left;
        background-image: linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px), linear-gradient(to right, #AFC9D4 0px, #AFC9D4 3px, transparent 5px, transparent 10px);
        background-size: 10px 1px, 10px 1px;
        background-repeat: repeat-x, repeat-x;
	}

	.detail_list th,
	.detail_list td {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.detail_list th {
		display: flex;
		align-items: stretch;
		width: 70px;
		height: auto;
		padding: 0;
	}

	.detail_list th span {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		line-height: 1.5;
		font-size: 12px;
		font-weight: bold;
		min-height: 28px;
	}

	.detail_list td {
		display: flex;
		align-items: baseline;
		/* width: calc(100% - 80px); */
		padding: 0;
		font-size: 14px;
		text-align: left;
		line-height: 1.7;
		flex: 1;
	}
	.detail_list td span {
		font-size: 19px;		
	}
}

.participate {
	padding: 0 0 90px;
}

.participate .common_ttl {
	margin-bottom: 50px;
}

.participate_slider {
	align-items: stretch;
	display: flex;
	gap: 15px;
}

.participate_slide {
	padding: 36px 20px 25px;
	/* width: calc((100% - 15px) / 2); */
	width: 200px;
	background: #fff;
	/* border: 2px solid #081570; */
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(8, 21, 112, 0.08);
	position: relative;
	/* cursor: pointer; */
	transition: 0.3s;
	align-items: center;
	/* min-height: 393.2px; */
}
/* .participate_slide {
	width: calc((100% - 15px) / 2);
	width: calc(100% - 645px);
	display: flex;
	gap: 20px;
} */
.participate_slide.active {
	/* width: calc((100% - 15px) / 2); */
	width: calc(100% - 645px);
	display: flex;
	gap: 20px;
}
.participate_slide.-second.active .participate_slide_txt,
.participate_slide.-third.active .participate_slide_txt {
	justify-content: center;
}
.participate_slide_num {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #FFF04F;
	color: #081570;
	border: 4px solid #081570;
	border-radius: 50%;
	font-size: 21px;
	font-weight: bold;
	display: grid;
	place-content: center;
}

.participate_slide_txt {
	width: 100%;
	height: 100%;
	color: #001976;
	transition: 0.3s;
	flex-direction: column;
	display: flex;
	flex: 1;
}

.participate_slide_ttl {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.participate_slide_desc {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.participate_slide_desc.-red {
	color: #FF0000;
}
.participate_slide .participate_slide_img {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	transition: 0.3s;
	transform-origin: left center;
/* 	width: 233px;
	height: auto; */
}

.participate_slide.active .participate_slide_img {
	width: 340px;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.participate_slide.active .participate_slide_txt {
	/* max-width: 225px; */
	flex: 1;
}

.participate_slide_register {
	margin-top: auto;
	width: 100%;
}
.participate_slide_register + .participate_slide_register {
	margin-top: 10px;
}
.participate_slide_register a {
	width: 100%;
    height: 43px;
    background: #001976;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.05em;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    border: 2px solid #ffffff;
    box-shadow: 1px 4px 1px #00B2CF;
    align-items: center;
}

.participate_slide.-second a {
	font-size: 12px;
}

.participate_slide.-second.active a {
	font-size: 16px;
}

.participate .pagination {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 30px 0 0;
}

.participate .pagination span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #BED2DC;
	transition: .3s ease;
	cursor: pointer;
}

.participate .pagination span.active {
	background: #081570;
}

@media screen and (max-width: 767px) {
	.participate {
		padding: 0 0 40px;
	}
	.participate .common_ttl {
		margin-bottom: 25px;
	}

	.about {
		background: url(/cms/feature/campaign2606/syuryo/img/bg_about_sp.png) no-repeat, linear-gradient(180deg, transparent 600px, #82DFFD 600px);
		margin-top: -170px;
		padding-top: 180px;
		background-size: 100vw;
		background-position-x: 0px;
		padding-bottom: 80px;
		position: relative;
	}

	.about_inner {
		padding: 0;
	}

	.participate_slide,
	.participate_slide.-second {
		width: 80%;
		margin: 0 10px;
		display: block;
	}

	.participate_slider.slick-initialized {
		display: block;
		padding-bottom: 30px;
	}

	.participate_slider .slick-list {
		padding: 0 20px;
	}

	.participate_slider .slick-track {
		padding-top: 30px;
		display: flex;
	}

	.participate_slider .slick-slide {
		height: auto !important;
		/* display: block; */
		padding: 30px 20px 20px;
		min-height: auto;
		display: flex;
        flex-direction: column;
	}

	.participate_slide_num {
		top: -30px;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(-50%);
		width: 50px;
		height: 50px;
		background: #FFF04F;
		color: #081570;
		border: 4px solid #081570;
		border-radius: 50%;
		font-size: 18px;
		font-weight: bold;
	}

	.participate_slide.active .participate_slide_img {
		width: 100%;
	}

	.participate_slide .participate_slide_img {
		position: static;
		width: 100%;
		max-width: 100%;
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	.participate_slide .participate_slide_img img {
		width: 100%;
	}

	.participate_slide .participate_slide_txt {
		width: 100%;
		height: auto;
		margin-top: 18px;
	}

	.participate_slide.active .participate_slide_ttl {
		margin-bottom: 7px;
		font-size: 18px;
	}

	.participate_slide.active .participate_slide_txt {
		width: 100%;
		max-width: none;
		margin-top: 0;
	}

	.participate_slider .slick-dots {
		display: flex !important;
		justify-content: center;
		gap: 15px;
		margin: 30px 0 0;
	}

	.participate_slider .slick-dots li {
		width: 15px;
		height: 15px;
	}

	.participate_slider .slick-dots li button {
		width: 15px;
		height: 15px;
		padding: 0;
		font-size: 0;
		border: 0;
		border-radius: 50%;
		opacity: 1 !important;
		background: #BED2DC;
	}

	.participate_slider .slick-dots li.slick-active button {
		background: #081570;
	}

	.participate_slider .participate_slide_register a {
		height: auto;
		padding: 10px 0;
		font-size: 20px;
		line-height: 1.5;
	}
}


/* feature */
.feature {
	padding: 0px 0 90px;
	/* background: #FFFBCB; */
	border-radius: 20px;
}

.feature_box {
	margin: 0 auto 40px;
	width: 1000px;
	height: 100px;
	background: #fff;
	/* border: 2px solid #081570; */
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(29, 41, 83, 0.05);
}

.feature_box dt {
	width: 380px;
	background: linear-gradient(to right, #0C6DB3 0%, #0C3190 50%, #0C6DB3 100%);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	display: grid;
	place-content: center;
}

.feature_box dd {
	padding: 0 280px 0 64px;
	flex: 1;
	color: #081570;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	display: grid;
	place-content: center start;
	position: relative;
	border-top: 2px solid #081570;
    border-right: 2px solid #081570;
    border-bottom: 2px solid #081570;
    border-radius: 0 10px 10px 0;
}

.feature_box dd a {
	width: 260px;
	height: 60px;
	background: #F1FAFF;
	border: 2px solid  #00B2CF;
	border-radius: 30px;
	box-shadow: 0 2px 3px rgba(29, 41, 83, 0.16);
	color:  #00B2CF;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	display: grid;
	place-content: center;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.feature_btn a {
	margin: 0 auto;
	width: 500px;
	height: 90px;
	background: #228BDE;
	border-radius: 45px;
	box-shadow: 0 2px 3px rgba(29, 41, 83, 0.16);
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	position: relative;
	display: grid;
	place-content: center;
	transition: 0.3s;
}
.feature_btn a:after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/arr_form.png) no-repeat center center / contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.feature_btn a:hover {
	opacity: 0.8;
}
.feature_btn a:focus {
	outline: none;
	outline-offset: 0px;
}

@media screen and (max-width: 767px) {
	.feature {
		/* background: #FFFBCB; */
		padding: 0 20px 60px;
		border-radius: 0;
		text-align: center;
		background-position: center;
	}

	.feature_box {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 30px;
		border: 0;
		border-radius: 20px;
	}

	.feature_box dt {
		width: 100%;
		height: 60px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}

	.feature_box dd {
		display: block;
		padding: 30px;
		border: 2px solid #081570;
		border-top: 0;
		border-radius: 0 0 20px 20px;
		font-size: 30px;
		line-height: 1.5;
	}

	.feature_box dd a {
		position: static;
		width: 220px;
		height: 40px;
		margin: 20px auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #228BDE;
		transform: none;
		font-size: 16px;
	}

	.feature_ttl {
		font-size: clamp(24px, 6vw, 28px);
	}

	.feature_desc {
		font-size: 16px;
	}

	.feature_banner {
		width: 100%;
	}

	.feature_banner img {
		width: 100%;
		border-radius: 8px;
	}

	.feature_btn a {
		max-width: 450px;
		width: 100%;
		height: 70px;
		font-size: clamp(24px, 6vw, 27px);
	}

	.feature_btn a::after {
		width: 30px;
		height: 30px;
		right: 18px;
	}
	.feature_btn.to_form a::after {
		right: 18px;
		width: 30px;
		height: 30px;
	}
}

/* attention */
.attention {
	padding: 100px 0 155px;
}
.attention_content {
	padding: 30px 20px 23px 20px;
	background: #fff;
	border: #00B2CF 2px solid;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(29, 41, 83, 0.05);
}

.attention_content_inner {
	padding: 40px;
	max-height: 610px;
	overflow-y: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.attention_content_inner::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

.attention_content_inner::-webkit-scrollbar-thumb {
	background: #1D2953;
	border-radius: 10px;
}

.attention_content_inner::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 10px;
}

.attention_content_inner p {
	color: #1D1D1D;
}

@media screen and (max-width:767px) {
	.attention {
		padding: 0px 0 110px;
	}

	.attention_content {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 15px 20px;
		max-height: 500px;
	}

	.attention_content_inner {
		max-height: 456px;
		padding: 0 15px 0 0;
	}

	.attention_content_inner::-webkit-scrollbar {
		width: 6px;
	}

	.attention_content_inner::-webkit-scrollbar-thumb {
		border-radius: 6px;
	}

	.attention_content_inner::-webkit-scrollbar-track {
		border-radius: 6px;
	}

	.attention_content_inner p {
		margin-top: 0;
		font-size: 14px;
		font-weight: 500;
	}

	.attention_content {
		position: relative;
	}

	.attention_scrollbar {
		position: absolute;
		top: 15px;
		right: 10px;
		width: 6px;
		height: calc(100% - 30px);
		background: #EEEEEE;
		border-radius: 6px;
	}

	.attention_scrollbar_thumb {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: #1D2953;
		border-radius: 6px;
	}	
	.attention_content_inner {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.attention_content_inner::-webkit-scrollbar {
		display: none;
	}
}

/* price_are */
.price {
	padding: 0 0 126px;
}

.price_ttl {
	position: relative;
}

.price_ttl::before {
	content: " ";
	width: 290px;
	height: 51px;
	background: url(../img/pop_price.png) no-repeat center center / contain;
	display: block;
	left: 50%;
	right: auto;
	top: -56px;
	transform: translateX(-50%);
	position: absolute;
}

.price ul {
	padding: 60px;
	background: #E4F3FB;
	flex-wrap: wrap;
	display: flex;
	gap: 22px;
	border-radius: 20px;
}

.price ul li {
	width: calc((100% - 66px) / 4);
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.price ul li a {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #081570;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(29, 41, 83, 0.16);
	color: #1D2953;
	display: grid;
	place-content: center;
}

@media screen and (max-width: 767px) {
	.price {
		padding: 0 0 40px;
	}
	.price_ttl::before {
		width: 230px;
		height: 40px;
		top: -50px;
		background: url(../img/pop_price.png) no-repeat top center / contain;
	}
	.price ul {
		gap: 9px;
		padding: 28px 20px;
		border-radius: 0;
	}

	.price ul li {
		width: calc(50% - 4.5px);
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}

	.price ul li a {
		height: 50px;
	}
}

.banner {
	padding: 0 0 60px;
}

.banner ul {
	justify-content: center;
	display: flex;
	gap: 0 28px;
}

.banner ul li {
	width: 486px;
}

.banner ul li a {
	display: block;
}

@media screen and (max-width: 767px) {
	.banner {
		padding: 0 0 40px;
	}

	.banner ul {
		display: block;
		padding: 0 20px;
	}

	.banner ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.banner ul li:last-of-type {
		margin-bottom: 0;
	}
}

.cpn_contact {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 37px 0 41px;
	background: #fff;
	border-radius: 20px;
	color: #081570;
}

.cpn_contact_ttl {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

.cpn_contact_btn a {
	width: 400px;
	height: 54px;
	line-height: 54px;
	display: block;
	margin: 0 auto;
	color: #081570;
	border: 2px solid #081570;
	border-radius: 43px;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}

.cpn_contact_btn a::after {
	content: "";
	width: 13px;
	height: 13px;
	background: url(../img/icon_blank.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.cpn_contact_text {
	font-size: 16px;
	font-weight: bold;
	margin-top: 22px;
}

@media screen and (max-width: 767px) {
	.cpn_contact {
		width: calc(100% - 30px);
		margin: 0 15px;
		padding: 24px 15px 30px;
	}

	.cpn_contact_ttl {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.cpn_contact_btn a {
		width: 100%;
		font-size: clamp(12px, 3.3vw, 14px);
		max-width: 350px;
	}

	.cpn_contact_text {
		margin-top: 20px;
		font-size: 14px;
	}
}

/* ランキング */
.price_area .p-block-top-event-wrapper--weekly-ranking {
	padding: 0;
}
.price_area .common_subttl {
	background: linear-gradient(to right, #FFEA30 0%, #FFF38B 45%, #FFEA30 100%);
    color: #143D8D;
    font-size: 24px;
    text-align: center;
    border-radius: 20px;
    width: 300px;
    margin: 0 auto 30px;
    padding: 4px 0;
}
.price_area .p-block-top-event-more {
	display: none;
}

@media only screen and (max-width: 768px) {
	.price_area .price_area_ttl {
		margin-bottom: 20px;
	}	
	.price_area .common_subttl {
		font-size: 12px;
		width: 230px;
	}
	.p-block-ranking-tabs-surround {
	    overflow-x: scroll;
		padding: 0 20px;
	}

	.p-block-ranking-tabs {
	    width: 100%;
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	}

	.p-block-ranking-tabs-item {
	    border-right: 1px solid #3A6DCE;
	}
	.p-block-ranking-tabs-item:first-child {
	    border-top-left-radius: 0px; 
	    border-bottom-left-radius: 0px;
	    border-right: 0px;
	    border-bottom: 0px;
	 }
	 
	 .p-block-ranking-tabs-item:nth-child(2) {
	    border-right: 0px;
	    border-bottom: 0px;
     }
	 
	 .p-block-ranking-tabs-item:nth-child(3) {
	    border-bottom: 0px;
     }
     
     .p-block-ranking-tabs-item:nth-child(4) {
	    border-right: 0px;
	    border-bottom: 0px;
     }
     
     .p-block-ranking-tabs-item:nth-child(5) {
	    border-right: 0px;
	    border-bottom: 0px;
     }
     
     .p-block-ranking-tabs-item:nth-child(6) {
	    border-bottom: 0px;
     }
     
     .p-block-ranking-tabs-item:nth-child(7) {
	    border-right: 0px;
     }
     
     .p-block-ranking-tabs-item:nth-child(8) {
	    border-right: 0px;
     }
	 
	 .p-block-ranking-tabs-item:last-child {
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	    border-right: 1px solid #3A6DCE;
    }

	.price_area .block-ranking-r--items {
		padding: 0 0 0 20px;
	}
	.price_area .block-ranking-r--goods {
		margin-right: 15px;
	} 
}

/* キャンペーンコード */
/* 共通 */

.campaign_code {
  padding: 0 0 90px;
}

.campaign_code_inner {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #FFFEF0;
    padding: 45px 180px;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(29, 41, 83, 0.05);
}

.campaign_code_title {
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #2f6988 0%,
    #1d2d8b 50%,
    #46788b 100%
  );
}

.campaign_code_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
}

.campaign_code_value {
    color: #1d2590;
    line-height: 1;
    letter-spacing: .05em;
    height: 69px;
    width: 307px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	background: #ffffff;
	border: 2px solid #1d2590;
	font-size: 30px;
}

.campaign_code_copy {
    width: 307px;
    height: 69px;
    border: 2px solid #1F72E8;
    border-radius: 999px;
    background: #F0F9FF;
    color: #1F72E8;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 2px 3px 0px #1F72E8;
}

.campaign_code_description {
	display: flex;
	gap: 30px;
	align-items: center;
}
.campaign_code_imgBox {
	width: 412px;
}
.campaign_code_txtBox {
	flex: 1;
	color: #12306B;
}
.campaign_code_ttl {
	font-size: 22px;
}
.campaign_code_txt {
	margin-top: 10px;
	font-size: 16px;
}
.campaign_code_btn {
  margin-top: 40px;
}

.campaign_code_btn a {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 514px;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    border-radius: 999px;
    background: #228BDE;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.campaign_code_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transform: translateY(-50%);
}

.campaign_code_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

/* SP */
@media (max-width: 767px) {
	.campaign_code_inner {
		padding: 30px 20px;
		border-radius: 0;
        box-shadow: none;		
	}
	.campaign_code_box {
		border-radius: 20px;
		background-color: #ffffff;
		overflow: hidden;
	}
	.campaign_code_title {
    	height: 50px;
    	font-size: 18px;
	}
	.campaign_code_title.sp {
		display: flex !important;
	}
  .campaign_code_body {
    flex-direction: column;
    gap: 20px;
    padding: 25px 60px;
	background-color: #ffffff;
	border-left: 2px solid #1d2590;
	border-right: 2px solid #1d2590;
	border-bottom: 2px solid #1d2590;
	border-radius: 0 0 20px 20px;
  }

  .campaign_code_value {
	border: none;
    background: transparent;
    width: auto;
    height: auto;    
  }
  .campaign_code_description {
	flex-direction: column;
    margin-top: 30px;
  }
  .campaign_code_imgBox {
	width: 100%;
  }
  .campaign_code_copy {
	width: 100%;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
  }

  .campaign_code_btn {
    margin-top: 24px;
  }

  .campaign_code_btn a {
    height: 56px;
    font-size: 18px;
  }

  .campaign_code_btn a::after {
    width: 26px;
    height: 26px;
    right: 14px;
  }

  .campaign_code_btn a::before {
    right: 24px;
    width: 8px;
    height: 8px;
  }

}