@charset "utf-8";
body {
	line-height: 1.6;
	color: #5F031B;
}

p {
	font-size: 1.6rem;
	margin: 0 0 20px;
}

h2 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 20px;
	color: #5F031B;
}

h3 {
	font-size: 2rem;
	font-weight: bold;
}

.txt_link a {
	font-size: 1.6rem;
	color: #5F031B;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}

.txt_link a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #DD033C;
	border-right: 2px solid #DD033C;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.txt_link a:hover {
	text-decoration: none;
}

/* parts_PC */
@media screen and (min-width:769px) {
	h3 {
		font-size: 2.5rem;
	}
}

/*---------
btn
---------*/

.btn_primary a,.btn_secondary a,.btn_line a,.btn_anchor a {
	transition: .4s;
	opacity: 1;
}

.btn_primary,.btn_secondary {
	max-width: 40rem;
	width: 100%;
	margin: 0 auto;
}

.btn_primary a {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 1.6rem 0;
	font-size: 2rem;
	font-weight: bold;
	background: #DD033C;
	border-radius: 10px;
	border-bottom: solid 3px #870000;
	border-right: solid 3px #870000;
	opacity: 1;
}

.btn_primary_subtxt a {
	padding: 1rem 0;
}

.btn_primary a::after,.btn_line a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.btn_primary a span,.btn_secondary a span {
	font-size: 1.4rem;
	display: block;
}

.btn_secondary a {
	position: relative;
	display: block;
	color: #DD033C;
	padding: 6px 0;
	font-size: 1.9rem;
	font-weight: bold;
	background: #ffffff;
	border-radius: 10px;
	border: solid 2px #DD033C;
	box-shadow: 1px 1px #DD033C;
}

.btn_secondary.btn_small a {
	padding: 20px 0;
}

.btn_secondary a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #DD033C;
	border-right: 2px solid #DD033C;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.btn_primary a::after,.btn_line a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.btn_primary a:hover {
	background: #E95D82;
	transition: 0.5s;
}

/* .btn_primary a:hover::after {
	border-top: 2px solid #DD033C;
	border-right: 2px solid #DD033C;
} */

.btn_secondary a:hover {
	color: #ffffff;
	background: #E95D82;
	transition: 0.5s;
}

.btn_secondary a:hover::after {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.btn_toptxt p {
	font-size: 1.4rem;
	margin: 0 0 2px;
}

.btn_primary a span.btn_txt_small,.btn_secondary a span.btn_txt_small {
	font-size: 1.4rem;
	display: inline;
}

.btn_note {
	font-size: 1.4rem;
	margin: 6px 0 0;
}

.btn_gray a {
	display: block;
	color: #ffffff;
	padding: 1.8rem 0;
	font-size: 1.8rem;
	font-weight: bold;
	background: #B2B2B2;
	border-radius: 8px;
	pointer-events: none;
	margin: 20px auto 0;
}

/* btn_line */
.btn_line {
	position: relative;
	max-width: 40rem;
	margin: 20px auto;
}

.btn_line a {
	display: block;
	color: #ffffff;
	padding: 15px 0;
	font-size: 1.5rem;
	font-weight: bold;
	background: #06C755;
	border-radius: 10px;
	border-bottom: solid 3px #008E3A;
	border-right: solid 3px #008E3A;
}

.btn_line a:hover {
	background: #4FD787;
}

/* btn_anchor */
.btn_anchor a,.btn_anchor-frame a {
	position: relative;
	display: block;
	color: #5F031B;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn_anchor a {
	background: #F1E85A;
	border: solid 2px #F1E85A;
}
.btn_anchor-frame a {
	background: #FFFFFF;
	border: solid 2px #5F031B;
}

.btn_anchor-frame {
	margin: 10px 0 0;
}

.btn_anchor a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #5F031B;
	border-right: 2px solid #5F031B;
	transform: rotate(135deg);
	box-sizing: border-box;
}

.btn_anchor-frame a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #5F031B;
	border-right: 2px solid #5F031B;
	transform: rotate(135deg);
	box-sizing: border-box;
}

.btn_anchor a:hover {
	background: #F1C94F;
	border: solid 2px #F1C94F;
	transition: 0.5s;
}

.btn_anchor-frame a:hover {
	background: #F1C94F;
}

/* btn_PC */
@media screen and (min-width:769px) {
	.btn_primary,.btn_secondary {
		max-width: 520px;
		margin: 0 auto;
		line-height: 1.4;
	}

	.btn_primary a {
		font-size: 2.5rem;
		padding: 2rem 0;
		border-bottom: solid 4px #870000;
		border-right: solid 4px #870000;
	}

	.btn_secondary a {
		font-size: 2rem;
		padding: 10px 0;
	}

	.btn_primary_subtxt a {
		padding: 1.2rem 0;
	}

	.btn_primary a span,.btn_secondary a span {
		font-size: 1.6rem;
	}

	.btn_primary a::after,.btn_line a::after {
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	.btn_secondary a::after {
		width: 12px;
		height: 12px;
		border-top: 3px solid #DD033C;
		border-right: 3px solid #DD033C;
	}

	/* .btn_primary a:hover::after {
		border-top: 3px solid #DD033C;
		border-right: 3px solid #DD033C;
	} */

	.btn_secondary a:hover::after {
		border-top: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
	}

	.btn_toptxt p {
		font-size: 1.6rem;
	}

	.cont_bonus_inner .btn_primary, .cont_bonus_inner .btn_secondary {
		max-width: 520px;
		width: 100%;
	}

	.cont_column_btn {
		width: 725px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
	}
	.cont_column_btn a {
		width: 350px;
	}
}


/*---------
parts
---------*/
p.txt_anchor a {
	font-size: 1.6rem;
	color: #1e1e1e;
	text-decoration: underline;
}

p.note {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

p.txt_note {
	font-size: 1.2rem;
	margin: 0;
}

.cont_main {
	padding:50px 20px;
	position: relative;
}

.pattern-dot {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f6f2b9 2px, transparent 2px);
  background-position: 0 0;
  background-size: 24px 24px;
}

.pattern-spikes {
  position: relative;
  background: #ffffff;
  height: 0;
}

.pattern-spikes::after{
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 15px;
  background-size: 15px 100%;
  background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
  background-position: 0 0;
}

.pattern-spikes.--gray {
  background: #f1f1f1;
}
.pattern-spikes.--gray::after{
  background-image: linear-gradient(135deg, #f1f1f1 25%, transparent 25%), linear-gradient(225deg, #f1f1f1 25%, transparent 25%);
}

.pattern-spikes.--yellow {
  background: #F1E85A;
}

.pattern-spikes.--yellow::after{
  background-image: linear-gradient(135deg, #F1E85A 25%, transparent 25%), linear-gradient(225deg, #F1E85A 25%, transparent 25%);
}



/*---------
img_char_float
---------*/
.img_char_float__left,
.img_char_float__right,
.img_char_float__nana {
	max-width: 140px;
	position: absolute;
	width: 30%;
}

.img_char_float__left {
	left: -15px;
	top: -4%;
	z-index: 999;
}

.img_char_float__right {
	right: 0;
	top: -5%;
}

.img_char_float__nana {
	width: 25%;
	right: 0;
	top: -8%;
}

.cont_non-member .img_char_float__left {
	left: 0;
	top: -20%;
}

/*---------
cont_mv
---------*/

#cont_mv {
	margin: 0;
	width: 100%;
	background: #f1e85a url(../images/bg_mv.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.mv_img {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
}

.mv_img img {
	width: 100%;
	max-width: 600px;
}

/*---------
cont_common
---------*/
.cont_common {
	background: #ffffff;
}

/*---------
cont_mv_detail
---------*/
.cont_mv_detail {
	padding: 20px 20px 50px;
}

.cont_mv_detail .cont_notes {
	margin: 20px auto 0;
}

.cont_mv_detail .notes_inner {
	border: 2px solid #F1E85A;
}

.cont_mv_detail .notes_ttl {
	background: #F1E85A;
}


@media screen and (min-width: 769px) {
    .cont_mv_detail {
        padding: 30px 20px 50px;
    }
	.cont_mv_detail .cont_notes {
		width: 520px;
		margin: 30px auto 0;
	}
}

/*---------
cont_bonus
---------*/
.cont_bonus {
	background: #F1E85A;
}

.cont_bonus__wrap {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.cont_bonus h2 span {
	display: block;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: #5F031B;
	padding: 0.4rem 0;
	max-width: 180px;
	margin: 0 auto 0.5rem;
	border-radius: 100vh;
}

.cont_bonus h3 {
	display: inline-block;
    position: relative;
	color: #FFFFFF;
	background: #5F031B;
	margin: 0 auto 1rem;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

.cont_bonus h3 .cont_bonus_inner__ttl__deco {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
	font-size: 1.6rem;
}

.cont_bonus h3 .cont_bonus_inner__ttl__deco span {
	font-size: 3rem;
}

.cont_bonus_inner li {
	background: #ffffff;
	border-radius: 8px;
	padding: 60px 20px 30px;
	margin: 50px 0 0;
	position: relative;
}

.cont_bonus_inner__ttl {
	position: absolute;
	top: 10px;
	left: 50%;
    transform: translate(-50%, -50%);
}

.cont_bonus_inner__detail {
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.cont_bonus_inner__detail__point {
	font-size: 2.5rem;
	font-weight: 600;
	color: #DD033C;
}

.cont_bonus_inner__period {
	font-size: 1.6rem;
}

.cont_bonus_inner .btn_primary {
	margin: 20px auto 0;
}

.cont_bonus_inner__period__point {
	font-size: 1.8rem;
	background: #F1E85A;
	padding: 0.2rem 0;
	max-width: 300px;
	margin: 0 auto 10px;
}

.coupon .cont_bonus_inner__period__point {
	font-size: 1.4rem;
	margin: 0 0 10px;
}

.cont_bonus_inner__img {
	margin: 0 auto 20px;
}

.coupon {
	max-width: 520px;
	margin: 0 auto;
}

.coupon_inner__item:first-child {
	margin: 0 0 30px;
}

.coupon_inner__item__ttl {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 4px;
}

.coupon_inner__item.--coupon01 .coupon_inner__item__ttl {
	background: #5FBACD;
}

.coupon_inner__item.--coupon02 .coupon_inner__item__ttl {
	background:#81B6AF;
}

.coupon_inner__item__cont {
	background: #f1f1f1;
	padding: 20px;
}

.coupon_inner__item__img {
	margin: 0 0 20px;
}

.coupon_inner__item__img-sub {
	margin: 0 0 4px;
}

.cont_bonus_inner .coupon_inner__item .btn_primary {
	margin: 20px auto;
}

.coupon_inner__item.--coupon01 .btn_primary a {
	background: #5FBACD;
    border-bottom: solid 3px #23859A;
    border-right: solid 3px #23859A;
	padding: 1rem 0;
}

.coupon_inner__item.--coupon01 .btn_primary a:hover {
	background: #7CC4D4;
}

.coupon_inner__item.--coupon02 .btn_primary a {
	background: #81B6AF;
    border-bottom: solid 3px #4C8A81;
    border-right: solid 3px #4C8A81;
	padding: 1rem 0;
}

.coupon_inner__item.--coupon02 .btn_primary a:hover {
	background: #97C1BC;
}

.coupon .notes_inner {
	margin: 0 0 10px;
}

.coupon .btn_secondary {
	margin: 20px auto 0;
}

.coupon_inner__item__info {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 10px;
}

.coupon_inner__item.--coupon02 .notes_txt {
	padding: 0 15px;
}

/* .coupon_inner__item__shoplist__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
} */

.accordion_other.--shoplist .accordion_other__wrap li {
	padding: 0;
	margin: 0;
	width: 100%;
	border-radius: 0;
	text-align: left;
}

.accordion_other.--shoplist .accordion_other__wrap li:not(:last-child) {
	border-bottom: solid 1px #F1E85A;
}

.accordion_other.--shoplist .accordion_other__list__inner {
	border-top: solid 1px #F1E85A;
	/* background: #fffddc; */
}

.accordion_other.--shoplist .accordion_other__list__inner___box {
	color: #5F031B;
}

.accordion_other.--shoplist .accordion_other__list__inner___box .txt_link {
	font-weight: 600;
	margin: 0 0 20px;
}
.accordion_other.--shoplist .accordion_other__list__inner___box dl {
	background: #f1f1f1;
	padding: 10px 10px 15px;
	border-radius: 6px;
}
.accordion_other.--shoplist .accordion_other__list__inner___box dt {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 4px;
	padding: 4px 10px;
}
.accordion_other.--shoplist .accordion_other__list__inner___box dd {
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 1em;
}
.accordion_other.--shoplist .accordion_other__list__inner___box dd:not(:last-child) {
	margin: 0 0 4px;
}
.accordion_other.--shoplist .accordion_other__list__inner___box dd::before {
	content: "-";
}

.notes_inner button span {
	font-size: 1.2rem;
}

.cont_bonus .notes_inner {
	margin: 0 0 6px;
}

/*---------
accordion_other 
---------*/
.accordion_other .accordion_other__list {
  max-width: 1024px;
  margin: 0 auto;
}
.accordion_other .accordion_other__list .accordion_other__list__header {
  background-color: #ffffff;
  color: #5F031B;
  font-size: 1.4rem;
  padding: 20px 15px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_other .accordion_other__list .accordion_other__list__header:hover {
  opacity: .8;
}
.accordion_other .accordion_other__list .accordion_other__list__inner {
  display: none;
  padding: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .accordion_other .accordion_other__list .accordion_other__list__header {
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

.accordion_other__list__icon {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4%;
}
.accordion_other__list__icon::before {
	content: '';
	width: 100%;
	border: .1rem solid #DD033C;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	box-sizing: border-box;
}
.accordion_other__list__icon::after {
	content: '';
	width: 100%;
	border: .1rem solid #DD033C;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	left: 0;
	box-sizing: border-box;
	transition: .4s;
}
.accordion_other__list__header.open .accordion_other__list__icon::after {
	transform: translateY(-50%) rotate(360deg);
}

/* cont_bonus_PC */
@media screen and (min-width:769px) {
	ul.cont_bonus_inner {
		max-width: 900px;
		margin: 0 auto;
	}
	.coupon {
		max-width: 500px;
	}
	.cont_bonus_inner__img {
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.coupon_inner__item__period {
		font-size: 1.8rem;
		padding: 10px 0;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.cont_bonus_inner__detail__point {
		font-size: 3rem;
	}
}

/*---------
cont_merit
---------*/
.cont_merit {
	background: #f1f1f1;
}

.cont_merit h2 span {
	display: block;
	font-size: 1.6rem;
	color: #5F031B;
	background: #F1E85A;
	padding: 0.4rem 0;
	max-width: 200px;
	margin: 0 auto 0.5rem;
	border-radius: 100vh;
}

.cont_merit_inner li {
	background: #ffffff;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 20px 0 0;
}

.cont_merit h3 {
	color: #5F031B;
	margin: 0 0 10px;
}

.txt_mark {
	background: linear-gradient(transparent 40%, #F1E85A 40%);
}

.cont_merit_inner__img {
	width: 80%;
	max-width: 250px;
	margin: 20px auto 0;
}

/*---------
cont_non-member
---------*/
.cont_non-member {
	background: #f1f1f1;
}

.cont_non-member h2 {
	color: #5F031B;
	margin: 0 0 20px;
}

.cont_non-member h2 span {
	display: block;
	font-size: 1.6rem;
	color: #5F031B;
	background: #F1E85A;
	padding: 0.4rem 0;
	max-width: 200px;
	margin: 0 auto 0.5rem;
	border-radius: 100vh;
}

.cont_non-member_inner {
	margin: 0 0 20px;
}

.cont_non-member_inner li {
	background: #ffffff;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 20px 0 0;
	position: relative;
}

.cont_non-member h3 {
	color: #5F031B;
	margin: 0 0 10px;
}

.cont_non-member_inner__img {
	width: 100%;
	max-width: 620px;
	margin: 20px auto;
}

.cont_non-member .notes_inner {
	margin: 0 0 20px;
}

.cont_non-member .notes_ttl {
	background: #F1E85A;
}

.cont_non-member .notes_ttl button {
	color: #5F031B;
	padding: 15px 0;
}

.cont_non-member .notes_ttl .accordion_icon::after,
.cont_non-member .notes_ttl .accordion_icon::before {
	border: .1rem solid #5F031B;
}

.cont_non-member .txt_link {
	text-align: center;
	font-weight: 600;
}

.cont_non-member_next p {
	font-size: 1.8rem;
	color: #5F031B;
	margin: 0 0 15px;
}

.cont_non-member_next p span {
	color: #DD033C;
}

.cont_non-member_next img {
	width: 100%;
	max-width: 48px;
}

/* cont_non-member_PC c*/
@media screen and (min-width:769px) {
	.cont_non-member_inner {
		max-width: 900px;
		margin: 0 auto 30px;
	}
	.cont_non-member_inner__img {
		max-width: 360px;
	}
	.cont_non-member_next p {
		font-size: 2.2rem;
	}
}

/*---------
cont_step
---------*/
.cont_step {
	background: #06C755;
	padding: 50px 0;
	position: relative;
}

.cont_step h2 {
	color: #FFFFFF;
	margin: 0 0 20px;
}

.cont_step h2 span {
	display: block;
	font-size: 1.6rem;
	color: #06C755;
	background: #ffffff;
	padding: 0.4rem 0;
	max-width: 200px;
	margin: 0 auto 10px;
	border-radius: 100vh;
}

.cont_step_sabttl {
	font-size: 1.6rem;
}

.cont_step_ttl {
	font-size: 2.3rem;
	color: #F6E4BC;
	margin: 0 0 10px;
}

/*---------
cont_step swiper
---------*/

.swiper-wrapper {
	display: flex;
}
.swiper-slide.step_item {
	background-color: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 30px 20px;
	position: relative;
	height: auto;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	width: 4rem;
	height: 4rem;
	background: rgba(30,30,30,0.7);;
	border-radius: 50%;
}
.swiper .swiper-button-next {
	right: 5%;
}
.swiper .swiper-button-prev {
	left: 5%;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	border-top: .3rem solid #ffffff;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.swiper .swiper-button-next:after {
	border-right: .3rem solid #ffffff;
	transform: rotate(45deg);
	right: 15%;

}
.swiper .swiper-button-prev:after {
	border-left: .3rem solid #ffffff;
	transform: rotate(-45deg);
	left: 15%;
}

.swiper-slide.step_item_01 {
	padding: 6% 4% 0;
}

.cont_step h3 span {
	color: #06C755;
}

.cont_step_inner__ttl {
	font-size: 1.6rem;
	color: #06C755;
	margin: 0 auto 20px;
}

.step_item_01 .cont_step_inner__ttl {
	font-size: 1.8rem;
	margin: 0 auto 4px;
}

.cont_step_inner__txt {
	font-size: 1.4rem;
	font-weight: normal;
}

.cont_step_inner__img {
	max-width: 200px;
	margin: 0 auto;
}

.step_item_01 {
	position: relative;
}

.step_item_01 .cont_step_inner__img {
	width: 100%;
	max-width: 300px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*---------
cont_faq
---------*/
.cont_faq {
	background: #f1f1f1;
}

.cont_faq h2 {
	color: #5F031B;
    margin: 0 0 20px;
}

.faq_item {
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
	padding: 20px;
}

.faq_trigger,.faq_item dd > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #1e1e1e;
	font-weight: normal;
}
.faq_item dd > div  {
	margin: 20px 0 0;
	border-top: 2px dashed #5F031B;
}
.faq_trigger {
	width: 100%;
	position: relative;
	padding:0 1.5rem 0 0 ;
}
.faq_item dd {
	width: 100%;
	display: none;
}

.faq_trigger .faq_icon,.faq_item dd .faq_icon{
	/*width: 5%;*/
	/*font-size: 1.25rem;*/
	color: #5F031B;
}

.faq_icon {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #F1E85A;
	text-align:center;
	line-height: 30px;
	margin-right: 10px;
}

.faq_trigger p,.faq_item dd p {
	width: 75%;
	/*text-align: justify;*/
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.56;
	margin: 0;
}

.faq_item dd p {
	width: 100%;
	margin: 20px 0 0;
}

.faq_item dd a {
	color: #013F88;
	text-decoration: underline;
}

.faq_detail {
	width: 100%;
	background: #F6F2B9;
	border-radius: 8px;
	box-sizing: border-box;
	color: #5F031B;
	padding: 20px;
	text-align: left;
	margin-top: 20px;
}

.faq_detail_ttl {
	font-size: 1.6rem;
	font-weight: bold;
}
.faq_item dd .faq_detail_txt {
	display: flex;
	align-items: baseline;
	width: 100%;
	font-size: 1.4rem;
	margin: 10px 0 0;
}
.faq_item dd .faq_detail_txt span{
	min-width: 5.5rem;
}
.accordion_icon {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4%;
}
.accordion_icon::before {
	content: '';
	width: 100%;
	border: .1rem solid #5F031B;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	box-sizing: border-box;
}
.accordion_icon::after {
	content: '';
	width: 100%;
	border: .1rem solid #5F031B;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	left: 0;
	box-sizing: border-box;
	transition: .4s;
}
.accordion_btn.open .accordion_icon::after {
	transform: translateY(-50%) rotate(360deg);
}

/*---------
banner
---------*/
.banner {
	margin: 20px 0 0;
}

/*---------
cont_notes
---------*/
.cont_notes {
    max-width: 900px;
    margin: 0 auto;
}

.notes_inner {
	border: 2px solid #F1E85A;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}
.notes_ttl {
	font-weight: bold;
	background-color: #F1E85A;
	letter-spacing: 0.06em;
	position: relative;
	cursor: pointer;
}
.notes_ttl button {
	font-weight: 500;
	color: #5F031B;
	font-size: 1.6rem;
	padding: 1rem 0;
	width: 100%;
}
/* .notes_ttl::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
	transform: translateY(-50%) rotate(135deg);
	position: absolute;
	top: 45%;
	right: 5%;
} */
.notes_ttl .accordion_icon::before {
	border: .1rem solid #5F031B;
}
.notes_ttl .accordion_icon::after {
	border: .1rem solid #5F031B;
}
.notes_ttl.open::after {
	transform: translateY(-50%) rotate(315deg);
	top: 50%;
}
.notes_detail,.notes_txt {
	box-sizing: border-box;
	padding: 20px;
	display: none;
}
.notes_detail p {
	text-align: justify;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
	font-size: 1.4rem;
	/* letter-spacing: 0.03em; */
	color: #1e1e1e;
	line-height: 1.56;
	margin-bottom: 10px;
	font-weight: normal;
}

.notes_detail p:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #F1E85A;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.notes_detail p.note:before {
	content: none;
}

.notes_txt p {
	text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    color: #1e1e1e;
    line-height: 1.56;
    margin-bottom: 10px;
    font-weight: normal;
}

.notes_detail .notes_detail_txt {
	content: none;
	margin-bottom: 0;
}

.notes_detail .notes_detail_txt:before {
	content: none;
}

/*---------
footer
---------*/
#footer {
	margin-top: 14%;
	position: relative;
}
.footer_logo {
	width: 60%;
	margin: 0 auto 20%;
}

.footer_logo img {
	width: 100%;
}

.copy {
	font-size: 1.2rem;
	background-color: #004da0;
	color: #fff;
	padding: 0.4rem 0;
	margin: 0;
}

/*---------
top_btn
---------*/
.top_btn {
	width: 60px;
	/* position: absolute; */
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999;
}

.top_btn img {
	width: 100%;
}

/* top_btn_PC */
@media screen and (min-width:769px) {
	.top_btn {
		max-width: 6rem;
		width: 100%;
		bottom: 1.5rem;
		right: 3rem;
	}
}

/*---------
fadein
---------*/
.fadein {
	opacity: 0;
	transform: translate(0,0);
	transition: all 1.5s;
}

.fadein-up {
	transform: translate(0,-30px);
}

.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/*------------------
PC
------------------*/
@media screen and (min-width:769px) {
	p {
		font-size: 1.8rem;
	}

	.cont_main {
		padding:60px 20px 70px;
	}

	h2 {
		font-size: 4rem;
	}

	.mv_img {
		max-width: 1000px;
	}

	.cont_column {
		display: flex;
		max-width: 900px;
        margin: 0 auto;
	}
	.cont_column li {
		width: 48%;
	}

	.cont_column li:first-child {
		margin-right: 2%;
	}

	.cont_limit h2 {
		font-size: 2rem;
	}

	.cont_bonus h2 span,.cont_merit h2 span {
		font-size: 2rem;
	}

	.cont_step_sabttl {
		font-size: 2rem;
	}

	.swiper {
		width: 600px;
	}

	.swiper .swiper-button-next,
	.swiper .swiper-button-prev {
		width: 60px;
		height: 60px;
	}

	.swiper .swiper-button-next {
		right: 0%;
	}
	.swiper .swiper-button-prev {
		left: 0%;
	}

	.swiper-slide.step_item_01 {
		padding: 30px 20px 0;
	}

	.cont_step h3 {
		font-size: 2.6rem;
	}

	.cont_step_ttl {
		font-size: 3.4rem;
		font-weight: bold;
	}

	.step_item_01 .cont_step_inner__ttl,.cont_step_inner__ttl {
		font-size: 2rem;
		font-weight: bold;
	}

	.btn_line a {
		font-size: 2rem;
		padding: 16px 0;
	}

	.faq_contents {
		max-width: 900px;
		margin: 0 auto;
	}

	.cont_faq  p {
		font-size: 1.4rem;
	}

	.notes_ttl button {
		padding: 15px 0;
		font-size: 1.8rem;
	}

	.banner {
		margin: 30px auto 0;
		max-width: 600px;
	}

	#footer {
		margin-top: 10rem;
	}
	.footer_logo {
		max-width: 45rem;
		width: 100%;
		margin: 0 auto 15rem;
	}

	.copy {
		font-size: 1.4rem;
		padding: 0.7rem 0;
	}
}