@charset "UTF-8";

/*<header>のスクロールせず残る高さ指定*/
@media (max-width:768px) {
	.headerContents.scroolHeight .header {
        transform: translateY(calc(-100% + 6rem));
	}
}

@media (max-width:820px) {
    .header-brandList {
        height: 100%;
    }
}

.Breadcrumb {
	padding: 10px 0 0 10px;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	max-width: 128rem;
	margin: 0 auto 0;
}

.Breadcrumb-ListGroup {
	display: flex;
}

@media (max-width: 430px) {
	.Breadcrumb-ListGroup {
		font-size: 1.4rem;
	}
}
.Breadcrumb::-webkit-scrollbar {
	display: none;
}

.Breadcrumb-ListGroup-Item{
	margin:0;
	display: block;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
	opacity: 0.5;
}
.Breadcrumb-ListGroup > * + * {
	margin-left: 0.25em;
}
.Breadcrumb-ListGroup > * + *::before {
	content: ">";
	margin-left: 0.5em;
	margin-right: 0.5em;
}


/* 変数 */
:root{
    --introduction-font-en: futura-pt, sans-serif;
}
[data-bgColor="blue"]{
	background: #E7F3F8;
}

.visible-phone_tablet{
	display: none;
}
/* ===============================================
 FV
=============================================== */
.fv-main{
	background: rgb(84,194,240);
	background: linear-gradient(0deg, rgba(84,194,240,1) 0%, rgba(84,194,240,0) 25%);
	padding-bottom: 11rem;
}
.fv-main__inner{
	max-width: 100%;
  	position:relative;
	width: 100%;
	padding: 0rem;
	margin: 0 auto;
}
.headding-fv{
	display: flex;
	gap: 0 1.29032%;
}
.headding-fv img{
    width: 100vw;
    max-width: 100%;
}
.fv__text{
	width: 39.8387%;
	margin-top: 6rem;
}
.fv__img{
	width: 58.87096%;
}
.fv__text--logo{
	width: 37.3rem;
}
.fv__text--message{
	font-size: 3.7rem;
	line-height: 1.4;
	font-weight: 900;
	letter-spacing: -0.02em;
	margin-top: 2.2rem;
}
.fv__text--message span{
	font-size: 3rem;
}
.fv__text--explanation{
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 700;
	margin-top: 2rem;
}
.cardUnit-benefits{
	display: flex;
	gap: 0 0.80654%;
	margin-top: 2rem;
}
.card-benefits{
	width: 19.35483%;
}

h1{
	font-size: 8rem;
	}
@media (max-width: 431px) {
	h1{
		font-size: 4.8rem;
		}
}

h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 4rem 0 8rem;
}


.crayon{
	position: relative;
	display: block;
	font-size: 4rem;
}

/* .crayon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 100px;
    height: 150%;
    border-radius: 50%;
    border: 5px solid #d5001152;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.crayon:before {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -24px;
    width: 100px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
		box-shadow: 0px 0px 5px 0px #F54B00;
    background: linear-gradient(#F54B00);
}

p.main_summary{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 5.6rem;
	padding: 0rem 1rem 4rem;
	text-align: center;
}
@media (max-width: 431px) {
	p.main_summary{
		font-size: 1.8rem;
		line-height: 4.6rem;
		padding: 2rem 1rem;
	}
}
p.attention{
	text-align: center;
}
/*#benefits1{
	background-color: #fff;
}
#benefits2::before{
		content:'';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url('https://tt116.win-win.partners/Test/R5030_IkebeGakki/Contents/ImagesPkg/ikeshi-bu/bg.jpg');
		background-size: cover;
		background-position: center;
		opacity: .2;
		z-index: -1;
	}
#benefits3{
	background-color: #37B9EF;
}
#benefits4{
	background-color: #FFF;
}*/

.caption{
	position: relative;
	display: inline-block;
	margin: 1.5rem 0;
	padding: .4rem 2rem;
	min-width: 120px;
	max-width: 100%;
	color: #FFF;
	background: #000;
}
.caption:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
  }

/*---------------------------*/

.cp-box {
	margin-bottom: 5.6rem;
}

.cp-box .alert {
	font-size: 1.2rem;
}

.benefits h3 {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	padding:.4rem 2rem;
	margin-bottom: 1rem;
}

.benefits__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.benefits__inner{
	padding: 2rem 1rem;
	border: 2px solid #000;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	gap: 4rem;
	background-color: #eee;
	font-size: 2.4rem;
}

.benefits__inner figure{
	width: 30%;
}
.benefits__inner figure img{
	border: 2px solid #000;
	border-radius: 0.5rem;
}
.benefits__inner_right{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.benefits__inner_right h4{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding:.4rem 0;
}

.benefits__inner.bg-orange .caption {
	color: #FFF;
	font-weight: 400;
	background: rgba(229, 0, 18, 1);
	width: fit-content;
	border: 2px solid #000;
}

.benefits__inner.bg-orange .caption:before {
	display: none;
}

.flex-inner {
	width:calc(50% - 0.5rem);
	margin: unset;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.flex-inner .benefits__inner_right {
	width: 90%;
	padding:unset;
}

.flex-inner figure {
	width: 100%;
}

.alert {
	font-size: 1.6rem;
}

/*---------------------------*/

.benefits__inner2{
	margin-bottom: 20px;
	display: flex;
	border: 2px solid #000;
	border-radius: 0.5rem;
}

.benefits__inner2 figure{
	width: 30%;
	margin: 8rem 0 8rem 2rem;
}

.benefits__inner2 figure img {
	border: 2px solid #000;
	border-radius: 0.5rem;
}

.benefits__inner2_right{
	width: 70%;
	padding: 1rem 2rem;
	font-size: 1.8rem;
}
.benefits__inner2_right h3{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding:.4rem 0;
}

@media (max-width: 431px) {
	.benefits__inner2{
		padding: 0 1rem;
		margin-bottom: 20px;
		display: block;
	}
	.benefits__inner2 figure{
		width: 100%;
		margin: 1rem 0;
	}
	.benefits__inner2_right{
		width: 100%;
		font-size: 1.4rem;
		padding: 10px 0;
	}
	.benefits__inner2_right h3{
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 1rem;
		padding:.4rem 0;
	}
}


/*---------------------------*/

.join {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 10rem;
}

.join__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex: 1;
}

.join__para {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ff921e;
}

.join__inner button {
	width: 100%;
}

.button-join2 {
	width: 100%;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 700;
	background-size: 200% 100%;
	background-color: rgba(229, 0, 18);
	color: #FFF;
	padding: 0 1.2rem;
	border: 2px solid #000;
	border-radius: 2em;
}

.benefits__inner3 {
	font-size: 2.4rem;
	padding: 2rem 1rem;
  border: 2px solid #000;
	border-radius: 0.5rem;
	margin-bottom: 40px;
	display: flex;
	gap: 4rem;
}

.benefits__inner3 figure {
	width: 30%;
}

.benefits__inner3_right {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.benefits__inner3_right h4 {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
}

.benefits__inner3_right .caption {
	margin: 1.5rem 0;
}

.benefits__inner3_right .detail {
	text-align: center;
	font-weight: bold;
	color: rgba(229, 0, 18);
}

.notice {
	padding: 4rem 0;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notice__inner {
	width: 80%;
}

.notice__title {
	margin: unset;
	padding-bottom: 4rem;
}

.notice__para {
	padding: 1.6rem 0;
}

.notice__alert {
	font-size: 1.2rem;
}

.service {
	width: 100%;
}

.service__inner {
	width: 80%;
	padding: 1rem 0rem;
	border: 2px solid #000;
	border-radius: 0.5rem;
	margin: 0 auto 1rem;
	background-color: #eee;
	font-size: 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service__inner_inner {
	padding-bottom: 2.5rem;
	font-weight: 700;
}

.service .alert {
	width: 80%;
	margin: 0 auto;
}

.para {
	width: 80%;
	margin: 0 auto 1rem;
}

.caption2 {
	font-size: 3.2rem;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	padding: .4rem 2rem;
	margin: 1.5rem 0;
	color: #FFF;
	background: #000;
}

.caption p {
	margin: 0;
	padding: 0;
  }
.sp-center {
	text-align: right;
}
@media (max-width: 431px) {
	.caption {
		width:100%;
		margin: 1rem auto;
		padding: .4rem 1rem;
	}
	.caption p {
		font-size: 1.6rem;
		text-align: center;
	}
	.sp-center {
	text-align: center;
	}
}

.shop {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	margin: 10rem auto 0;
}

.shop .shop__header {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: unset;
	margin: unset;
	position: relative;
	display: flex;
	justify-content: center;
}

.shop__header p {
	padding: 0 2rem 0.5rem;
	border: 2px solid #000;
	border-radius: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.shop__inner {
	font-size: 2.4rem;
	padding: 4rem 2rem 1rem;
	display: flex;
}

.shop__inner figure {
	width: 30%;
	border: 2px solid #000;
	border-radius: 0.5rem;
}

.shop__inner_right {
	text-align: center;
	width: 70%;
	padding: 1rem 0 1rem 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.shop__inner_right .caption {
	margin: 1.5rem 0;
}

.shop__inner_right .detail {
	text-align: center;
	font-weight: bold;
	color: rgba(229, 0, 18);
}

.shop__inner_right .alert {
	margin-top: 1rem;
}


@media (max-width: 431px) {
	.crayon {
		font-size: 3.2rem;
	}

	.join {
		flex-direction: column;
		gap: 1rem;
	}

	.button-join2 {
		font-size: 1.4rem;
		height: 6rem;
	}

	.cp-box .alert {
		font-size: 1rem;
	}

	.benefits__inner {
		width: 100%;
		gap: 2rem;
	}

	.benefits__inner figure {
		width: 100%;
	}

	.benefits__inner_right {
		width: 100%;
		font-size: 1.4rem;
	}

	.benefits__inner_right h4{
		font-size: 2.8rem;
	}

	.benefits__inner_right h3 {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 1rem;
		padding:.4rem 0;
	}

	.benefits__inner.bg-orange {
		flex-direction: column-reverse;
		align-items: center;
	}

	.bg-orange.benefits__inner figure {
		width: 100%;
		margin: auto;
	}

	.bg-orange.benefits__inner .benefits__inner_right {
		width: 90%;
		text-align: center;
	}

	.benefits__inner3 {
    align-items: center;
		gap: 2rem;
	}

	.benefits__inner3 figure {
		width: 35%;
		margin: auto;
	}

	.benefits__inner3_right {
		width: 65%;
	}

	.benefits__inner3_right .caption {
		margin: 1rem 0;
	}

	.caption:before {
		border: 10px solid transparent;
    border-top: 10px solid #000;
	}

	.benefits__inner3_right h4 {
		font-size: 1.6rem;
		padding: 0.5rem 0;
	}

	.benefits__inner3_right .detail {
		font-size: 1.6rem;
	}

	.notice {
		padding: 2rem 0;
	}

	.benefits h3 {
		font-size: 2.4rem;
	}

	.shop {
		width: 100%;
	}

	.shop .shop__header {
		font-size: 2rem;
	}
	.shop__header p {
		padding: 0 1rem .5rem;
	}
	.shop__inner {
		font-size: 1.6rem;
		padding: 5rem 1rem 1rem;
		flex-direction: column-reverse;
		gap: 2rem;
	}
	.shop__inner_right p {
		font-weight: bold;
	}
	.shop__inner figure {
		width: 100%;
	}
	.shop__inner_right {
		width: 100%;
		padding: unset;
	}

	.service {
		padding: 0 1.5rem;
	}
	.service__inner{
		width: 100%;
		padding: 1rem 1rem;
		margin-bottom: 1rem;
	}
	.caption2 {
		font-size: 2.4rem;
	}
	.service__inner_inner {
		font-size: 1.6rem;
		text-align: center;
	}
	.service .alert {
		width: 100%;
	}

	.para {
		width: 100%;
	}

	.alert {
		font-size: 1.2rem;
	}
}

.border-rad {
	border: 2px solid #000;
	border-radius: 0.5rem;
}

.border-button {
	border: 2px solid #000;
	border-radius: 10rem;
}

/*---------------------------*/

.step{
	width: 80%;
	margin: 2rem auto 5rem;
	font-size: 1.8rem;
}
.stepstep{
	font-weight: bold;
	padding: .4rem 1rem;
	border-left: 10px solid #1f438c;
	margin-bottom: 1rem;
}
.step__inner{
	padding: 1rem 2rem;
	margin-bottom: 10px;
	display: flex;
	border-radius: 0.5rem;
	border: 2px solid #000;
}

.step__inner figure{
	width: 15%;
}
.step__inner_right{
	width: 85%;
	padding: 1rem 0 1rem 2rem;
}

.step .alert {
	margin-bottom: 2rem;
}

@media (max-width: 431px) {
	.step__inner figure{
		width: 20%;
		padding-top: 4rem;
	}
	.step__inner_right{
		width: 80%;
		padding: 1rem;
	}
	.stepstep{
		font-size: 1.6rem;
	}
}


.benefits{
	font-size:2rem;
}

.gotoform{
	/* background-color:#e8f534; */
	background-color:#ffb659;
	font-size: 2rem;
	padding: .4rem 2rem;
	display:inline-block;
	margin: 1rem auto;
	text-align: right;
}

@media (max-width: 431px) {
	.benefits{
		font-size: 1.4rem;
		}
	.step{
		width: 100%;
		margin: 0 auto;
		font-size: 1.4rem;
	}
}

.gototop{
	text-align: center;
	margin-bottom: 50px;
}

.dli-chevron-up {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 2em;
	height: 2em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
  }




.benefits_num{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	font-size: 2.3rem;
	font-weight: 700;
	color: #484848;
}
.benefits_num span{
	font-family: var(--introduction-font-en);
	font-size: 6.3rem;
	font-weight: 900;
	color: #000;
	font-style: italic;
}
.benefits__detail{
	margin-top: -4.5rem;
}
.benefits__contents{
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .3);
}
.benefits__icon{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 5rem 0.5rem;
	margin: 0 auto;
}
.benefits__text{
	height: 8.5rem;
	font-size: 2.6rem;
	text-align: left;
	line-height: 1.4;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 0 0 10px 10px;
	padding: 0.9rem 1rem;
}
.benefits__text2{
	font-size: 2.8rem;
	padding: 0.7rem 3px;
	font-weight: 700;
	margin-bottom: 40px;
}
[data-benefits="num01"] .benefits__text,
[data-benefits="num02"] .benefits__text{
	background: #A93B33;
}
[data-benefits="num03"] .benefits__text{
	background: #F7620C;
}
[data-benefits="num04"] .benefits__text,
[data-benefits="num05"] .benefits__text{
	background: #B7A563;
}
.bnr-monthlyfee{
	max-width: 90rem;
	padding: 0 2rem;
	margin: -6rem auto 0;
}

/* ===============================================
 benefits
=============================================== */
.benefits {
/*	max-width: var(--container-main);*/
	width: 100%;
	padding: 5rem 2rem;
	margin: 0 auto 0;
	max-width: 128rem;
  }
.ttl-benefits{
	font-size: 4.6rem;
	text-align: center;
	line-height: 1.36;
	font-weight: 900;
	margin-bottom: 6rem;
}

.ttl-benefits2{
	font-size: 4.1rem;
	text-align: center;
	line-height: 1.36;
	font-weight: 900;
	margin-bottom: 5rem;
}

.card-benefitsDetail{
	display: flex;
	justify-content: space-between;
	padding: 3rem 0;
}
.benefitsDetail-text{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
[data-textPosi="left"] .benefitsDetail-text__inner{
	padding-left: 20%;
	padding-right: 4.28571%;
}
[data-textPosi="right"] .benefitsDetail-text__inner{
	/* padding-right: 11.42857%; */
	padding-right: 10.42857%;
}
.headdingArea{
	display: flex;
	align-items: center;
	gap: 0 4rem;
}
.headding-benefits{
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 7px;
	font-size: 3.3rem;
	font-weight: 900;
	color: #fff;
	border-radius: 10px;
	background: #37B9EF;
	padding: 0 2.1rem;
}
.headding-benefits span{
	font-size: 4.8rem;
	font-family: var(--introduction-font-en);
	font-weight: 900;
	font-style: italic;
}
.headdingArea-brandIcon{
	width: 9rem;
	aspect-ratio: 1;
}
.benefitsDetail__explain{
	margin-top: 2rem;
}
.benefitsDetail__explain--ttl{
	font-size: 3.3rem;
	line-height: 1.45;
	font-weight: 900;
	letter-spacing: 0;
}
.benefitsDetail__explain--text{
	font-size: 1.5rem;
	line-height: 1.67;
	margin-top: 2rem;
}
[data-textPosi="right"] .benefitsDetail__explain--text{
    width: 53rem;
}
.benefitsDetail-image{
	width: 100%;
    display: flex;
    align-items: center;
}
.benefitsDetail-image__inner{
	width: 92.14285%;
}
[data-textPosi="left"] .benefitsDetail-image__inner{
	margin-left: 7.85714%;
}
[data-textPosi="right"] .benefitsDetail-image__inner{
	margin-right: 7.85714%;
}

.benefitsDetail-box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 15px;
}

.benefitsDetail-block{
	width:calc(100%/3 - 10px);
	height: 590px;
	/*nagakura height: 660px;*/
	border: #000 3px solid;
	position: relative;
	padding: 8px;
}

/*nagakura*/
.benefitsDetail-block h3.one{
	font-size: 58px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.3em;
}
/*nagakura*/

.benefitsDetail-block h3{
	font-size: 58px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.1em;/*nagakura*/
}


.benefitsDetail-block h3 span{
	font-size: 21px;
	font-weight: 500;
	display: block;
	color: #ff6f1c;
}


.benefitsDetail-block p{
	/*font-size: 2.6rem;nagakura*/
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.benefitsDetail-block figure{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	margin: 0 auto;
}

.benefitsDetail-block2 {
	width: calc(100%/4 - 12px);
	height: auto;
	border: #666 3px solid;
	border-radius: 10px;
	position: relative;
	padding: 8px;
	background-color: #fffdf6;
  }

.benefitsDetail-cate {
	display: inline-block;
	color: #fff;
	padding: 2px 18px;
	border-radius: 30px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 14px;
  }

.bg-red{
	background-color: #d90000;
}

.bg-yellow{
	background-color: #e8f534;
}

.bg-orange{
	background-color: #ffb659;
}

.bg-orange2 {
	/* background-color: #ffb659; */
	background-color: #F54B00;
}

.bg-light-orange {
	background-color: color-mix(in srgb, #ffbc1e 80%, white);
}

.bg-blue {
	/* background-color: #38b4ff; */
	background-color: #8aeeff;
}
.bg-blue--toggle {
	/* background-color: #38b4ff; */
	background-color: #8aeeff;
}

.bg-light-blue {
	/* background-color: color-mix(in srgb, #38b4ff 80%, white); */
	background-color: color-mix(in srgb, #8aeeff 80%, white);
}

.bg-green {
	/* background-color: #55df67; */
	background-color: #8dff9c;
}
.bg-green--toggle {
	/* background-color: #55df67; */
	background-color: #8dff9c;
}

.bg-lignt-green {
	/* background-color: color-mix(in srgb, #55df67 80%, white); */
	background-color: color-mix(in srgb, #8dff9c 80%, white);
}

.benefitsDetail-block2 h3{
	font-size: 3.6rem;
	font-weight: 800;
	margin-bottom: 12px;
	text-align: center;
	line-height: 1.4;
}


.benefitsDetail-block2 h3 span{
	font-size: 24px;
	font-weight: 500;
	display: block;
	line-height: 1;
}
.benefitsDetail-block2 p{
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
}
/* ===============================================
merit
=============================================== */
#merit,#merit2{
	max-width: 1200px;
	width: 100%;
}


#merit th, #merit td {
	text-align: center;
	width: 33.3%;
	min-width: 130px;
	font-weight: 800;
	padding: 10px;
	height: 60px;
	color: #000;
	font-size: 2.4rem;
	border: 2px solid #fff;
	background-color: #e1f7ff;
  }

#merit tr:nth-child(odd) td {
	background-color: #fff;
  }

#merit td p{
	text-align: center;
	font-size: 18px;
	color: #ff6219;
	font-weight: 500;
}

#merit td span{
	font-size: 46px;
}

#merit th {
	background-color: #222;
	font-size: 3.6rem;
	font-weight: 900;
	color: #fff;
	border: 2px solid #fff;
  }

#merit .head {
	background-color: #fff;
}

#merit2 th, #merit2 td {
	text-align: center;
	width: 33.3%;
	min-width: 130px;
	font-weight: 800;
	padding: 10px;
	height: 60px;
	color: #000;
	font-size: 2.4rem;
	border: 2px solid #fff;
	background-color: #e1f7ff;
  }

#merit2 td p{
	text-align: center;
	font-size: 18px;
	color: #ff6219;
	font-weight: 500;
}

#merit2 td span{
	font-size: 36px;
}

#merit2 th {
	background-color: #2b88ff;
	font-size: 2.3rem;
	font-weight: 900;
	color: #fff;
	border: 2px solid #fff;
  }

#merit2 .head {
	background-color: #fff;
}

.bg-prime{
	color: #e3f300 !important;
	font-size: 3.2rem !important;
	background-color: #0E6CC9 !important;
}

/* ===============================================
user voice
=============================================== */

.user-voice_box{
	border: #000 3px solid;
	padding: 16px;
	font-size: 16px;
	margin-bottom: 40px;
}

.user-voice_txt{
	text-align: right;
	font-size: 14px;
}

/* ===============================================
 gallery
=============================================== */
.gallery{
	background: rgb(240, 198, 84);
	background: linear-gradient(0deg, rgba(240, 198, 84,1) 0%, rgba(255,255,255,1) 100%);
	margin-top: 10rem;
}
.ttl-Gallery{
	font-size: 3.2rem;
	line-height: 1.75;
	font-weight: 900;
	text-align: center;
	margin-bottom: 4rem;
}
.galleryList + .galleryList{
	margin-top: 2.6rem;
}

/* スライドの動き等速 */
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-slide{
	padding-bottom: 1rem;
}
.galleryList:not([data-gaPoshi="text"]) .swiper-slide img{
	border-radius: 10px;
	box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .3);
}
.swiper-slide p{
	text-align: center;
	font-size: 1.4rem;
	padding-top: .25rem;
}
/* ===============================================
 faq
=============================================== */
.faq{
	/* background: #5CC5F1; */
	background: #54c2f0;
	padding-top: 7rem;
	padding-bottom: 19rem;
}
.ttl-faq{
	font-size: 3.7rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-weight: 900;
	margin-bottom: 3rem;
}
.faq_list_wrap{
	max-width: 128rem;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}

[data-faqStyle="prime-introduction"] .accordion-title{
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 2.7rem;
	background: #FFFFFF;
	padding: 0.5rem 6rem 0.5rem 2.4rem;
}
[data-faqStyle="prime-introduction"] .accordion-title--icon,
[data-faqStyle="prime-introduction"] .accordion-content--icon{
	font-size: 3.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	word-break: keep-all;
	font-family: var(--introduction-font-en);
	font-weight: 900;
	color: #54C2F0;
}
[data-faqStyle="prime-introduction"] .accordion-content--icon{
	color: #9D9D9D;
}
[data-faqStyle="prime-introduction"] .accordion-title--text{
	font-size: 1.6rem;
	line-height: 2;
}

[data-faqStyle="prime-introduction"] .accordion-container + .accordion-container {
	margin-top: 1rem;
}

[data-faqStyle="prime-introduction"] .accordion-container .accordion-title::before,
[data-faqStyle="prime-introduction"] .accordion-container .accordion-title::after{
	width: 2rem;
	height: 0.3rem;
	background-color: #707070;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3rem;
	transition: transform 0.3s;
	z-index: 1;
}

[data-faqStyle="prime-introduction"] .accordion-container .accordion-content{
	background-color: #f2f2f2;
	color: #4d4d4d;
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 1.6rem 2.3rem 1.8rem;
}
[data-faqStyle="prime-introduction"] .accordion-container .accordion-content--inner{
	display: flex;
	align-items: flex-start;
	gap: 0 2.7rem;
}
[data-faqStyle="prime-introduction"] .accordion-content--text{
	color: #1A1A1A;
	padding-top: 2rem;
}

[data-faqStyle="prime-introduction"] .accordion-container .accordion-title::after{
	transform: rotate(90deg);
}
[data-faqStyle="prime-introduction"] .accordion-container .accordion-title.open::after{
	transform: rotate(0);
}
/* .faq-attention{
	color: var(--color-attention);
	font-weight: 600;
} */

/* ===============================================
 フッター(基本消すだけ)
=============================================== */
.common-info-logo,
.common-info-relationSite,
.common-info-supportList,
.cardUnit-sns{
	display: none;
}
.common-info_inner{
	padding: 4rem 0;
}
.common-info-other{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.2rem 0;
	margin-top: 0;
}
.copy{
	margin: 0 auto;
}
/* ===============================================
 加入ボタン
=============================================== */
/* 追従の用 */
.ikebePrime{
	position: relative;
}
.introduction--button{
	display: flex;
    justify-content: center;
	width: 100%;
	transition: opacity var(--transition-default), height var(--transition-default) , bottom var(--transition-default);
	opacity: 0;
	position: absolute;
	top: auto;
	bottom: 6rem;
	z-index: var(--zindex-header);
	will-change: bottom;
}

.introduction--button.show {
	opacity: 1;
}
.introduction--button.fxd {
	position: fixed;
	bottom: 3rem;
  }

.button-join{
	width: 49rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 0 6rem; */
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	border-radius: 2em;
	padding: 0 1.2rem;
	background: rgba(229,0,18,1) 100%;
	/* background: linear-gradient(90deg, rgba(242,158,75,1) 0%, rgba(242,158,75,1) 100%); */
	background-size: 200% 100%;
	box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .3);
	border: none;
}
.cushion-wh{
	height: 5.6rem;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
	color: #0E6CC9;
	font-weight: 800;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	border-radius: 2em;
	padding: 0 2.8rem;
}



/* ===============================================
 アニメーション
=============================================== */
/* ロードアニメーション */
.header-bigBanner{
	display: none!important;
}

.opningAnimation{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	z-index: 99999;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(240, 198, 84) 50%, rgba(255,255,255,1) 100%);
	background-position: 1% 50%;
	background-size: 200% auto;
	animation: bggradient 5s ease infinite;
	transition: opacity .4s;
	will-change: background-position;
    font-size: 4rem;
    font-family: var(--media-font-en);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.1em;
	color: #fff;
}
header{
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.window-load header{
	opacity: 1;
	pointer-events: all;
}
.window-load .opningAnimation{
	opacity: 0;
	pointer-events: none;
	will-change: unset;
}

html .headding-fv{
	visibility: hidden;
	transition: opacity .4s, visibility 0.6s ease .4s;
	opacity: 0;
}
/* 画像すべてを読み終えたら、対象を表示する */
html.window-load .headding-fv{
	visibility: visible;
	transition-delay: .1s;
	opacity: 1;
}

/* FV特典 */
.card-benefits,
.heading{
	transform: translate(0,5rem);
	opacity: 0;
	transition: all 1s ease ;
	will-change: transform;
}
.window-load .card-benefits,
.heading.ignition{
	transform: translate(0,0);
	will-change: transform;
	opacity: 1;
}
  
.window-load .card-benefits[data-benefits="num02"],
[data-textPosi="left"] .benefitsDetail-image.heading.ignition,
[data-textPosi="right"] .benefitsDetail-text.heading.ignition{
	transition-delay: 0.3s;
}
.window-load .card-benefits[data-benefits="num03"]{
	transition-delay: 0.6s;
}
.window-load .card-benefits[data-benefits="num04"]{
	transition-delay: 0.9s;
}
.window-load .card-benefits[data-benefits="num05"]{
	transition-delay: 1.2s;
}

/***タイピングアニメーションを追加***/
.opningAnimation .opningAnimation__inner{
	display: flex;
}
.opningAnimation .opningAnimation__inner span{
  width: 0;
  overflow: hidden; /*はみ出た要素を非表示に*/
  white-space: nowrap; /*1行に*/
  animation: typing 2s steps(80, end) forwards infinite;
  display: block;
}

/*** 1文字ずつ出現するアニメーション ***/
@keyframes typing{
  0% { width: 0%; }
  100% { width: 5rem; }
}

table {
    width: 80%;
    border-collapse: collapse;
    margin: 0 auto;
}

th {
    background-color: #f2f2f2;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

/* ▼ 20250314 add Ogawa */
.headding-txt{
    width:100%;
    color:#fff;
    font-size:34px;
    text-align:center;
    font-weight:900;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.headding-txt h1 p{
    margin-bottom:10px;
  }

.ikebe-prime-logo{
    width:35%;
    margin:0 auto;
  }

  .button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:40px auto 10px;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.button-2:hover {
    background-color: #ef0000;
}

.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #f4f400;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.button-3:hover {
    background-color: #e4e400;
}

.txt-ttl{
	font-size:14px;
	font-weight:500;
	margin-top:16px;
  }
  
  .prime-sokyu {
	max-width: 100%;
	position:relative;
	background-color:#37b9ef;
	color:#fff;
	text-align:center;
   }
  
  .prime-sokyu__inner h3{
  
	}
  
  .prime-sokyu__inner h3 p{
		font-size:18px;
	  margin-bottom:10px;
	}
  .prime-sokyu__inner picture img{
	max-width:400px;
	height:auto;
	margin-bottom:20px;
  }
  
  .prime-container {
	width: 100%;
	  max-width:1040px;
	  display: flex;
	  justify-content: center;
	  align-items: stretch;
	  flex-wrap: wrap;
	  margin: 0 auto;
	  padding:0 0 20px 0;
  }
  
  .prime-l {
	  width: 36%;
	  padding: 0 2%;
	  margin-bottom: 10px;
  }
  
  .prime-r {
	  width: 56%;
	  padding: 0 2%;
	  margin-bottom: 10px;
  }
  
  .shop-container{
	  display: flex;
	  justify-content: center;
	  align-items: stretch;
	  flex-wrap: wrap;
  }
  
  .shop-prime_wrap{
	  width:33.333%;
	  padding:20px;
  }
  
  .shop-prime_wrap figure{
	margin-bottom:20px;
  }
  
  .tabContents__inner {
	  border: 1px solid #e5e5e5;
	  padding: 20px;
	  background: #f5f5f5;
	  border-radius: 15px;
	  margin: 0px auto;
	  width: 90%;
	  box-shadow: 2px 2px 4px #e5e5e5;
	  font-size:16px;
	  color:#656262;
  }
  
  .tabContents__inner .prime-r h3,
  .shop-prime_wrap h3{
	font-size:36px;
	font-weight:800;
	margin-bottom:24px;
	color:#5e5e5e;
  }
  
  .tabContents__inner .prime-r h3 p,
  .shop-prime_wrap h3 p{
	font-size:26px;
	color:#b90000;
  }
  
  .shop-prime_wrap p{
	font-size:18px;
  }
  
  .shop-prime_att{
	width:100%;
	padding-top:20px;
	margin-top:20px;
	font-size:16px;
	border-top:1px solid rgb(63, 63, 63);
  }
  
  .benefits-tab {
	  width: 16%;
	  padding: 10px;
	  display: flex;
	  align-items: center;
	  height: 140px;
  }
  
  .benefits-tab.active{
	width: 18%;
	
  }
  
  .benefits-tab.active a{
	position:relative;
	height: 160px;
  }
  
  .benefits-tab a {
	  display: block;
	  padding: 10px;
	  text-align: center;
	  border-radius: 5px;
	  background-color: #000;
	  color: #fff;
	  font-size: 16px;
	  font-weight: 800;
	  width: 100%;
	  height: 140px;
	  transition:0.2s all;
  }
  
  .benefits-tab.active a::before{
	content: '';
	  position: absolute;
	  top: 85%;
	  left: 50%;
	  transform: translateX(-50%);
	  border-top: 15px solid #ffeb3b;
	  border-right: 15px solid transparent;
	  border-left: 15px solid transparent;
  }
  
  .benefits-tab:nth-child(1) a{
	background:#B70000;
  }
  
  .benefits-tab:nth-child(2) a{
	background:#E63F00;
  }
  
  .benefits-tab:nth-child(3) a{
	background:#00A3AF;
  }
  
  .benefits-tab:nth-child(4) a{
	background:#6E78FF;
  }
  
  .benefits-tab:nth-child(5) a{
	background:#39512A;
  }
  
  .benefits-tab:nth-child(6) a{
	background:#52C3F1;
  }
  
  /** tab切替用 **/
  .tabContents {
	display: none;
  }
  .tabContents.active {
	display: block;
  }
  
  .prime-smt{
	width:100%;
	position:relative;
  }
  
  .arrow {
	position: relative;
	display: block;
	width: 100%;
	height: 33.3px;
	margin-bottom:60px;
  }
  
  .arrow::before,
  .arrow::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 1.5px);
	width: 3px;
	height: 45px;
	border-radius: 9999px;
	background-color: #00bce4;
	transform-origin: 50% 1.5px;
  }
  
  .arrow::before {
	transform: rotate(45deg);
  }
  
  .arrow::after {
	transform: rotate(-45deg);
  }
  
  .arrow p{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-23px;
  }
  
  
  .disp-pc{
	display:block;
  }
  
  .disp-smt{
	display:none;
  }
/* ▲ 20250314 add Ogawa */

@media (max-width: 1501px) {}
#Wrap_lower.onlyDefault{
	margin: 0 auto !important;
}
@media (max-width: 1024px) {
	#Wrap_lower.onlyDefault {
		margin: 0 auto !important;
		padding: 0 !important;
	}
}
@media (min-width: 768px) and (max-width:820px){
	/* ===============================================
	FV
	=============================================== */
	.fv-main{
		padding-bottom: 11rem;
	}
	.fv-main__inner{
		max-width: inherit;
		width: 100%;
		padding: 0 2rem;
		margin: 0 auto;
	}
	.headding-fv{
		flex-direction: column-reverse;
		align-items: center;
		gap: 2.6rem 0;
	}
	.fv__text{
		width: inherit;
		margin-top: 0;
	}
	.fv__img{
		width: 100%;
	}
	.fv__text--logo{
		width: 37.3rem;
	}
	.fv__text--message{
		font-size: 4rem;
		line-height: 1.4;
		font-weight: 900;
		letter-spacing: -0.02em;
		margin-top: 2.2rem;
	}
	.fv__text--message span{
		font-size: 3rem;
	}
	.fv__text--explanation{
		font-size: 1.8rem;
		line-height: 1.7;
		font-weight: 700;
		margin-top: 2rem;
	}
	.cardUnit-benefits{
		gap: 0 2%;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 2rem;
	}
	.card-benefits{
		width: 30%;
	}
	/* ===============================================
	benefits
	=============================================== */
	.card-benefitsDetail {
		flex-direction: column;
		padding: 3rem;
		gap: 2rem 0;
	}
	.card-benefitsDetail[data-textposi="right"]{
		flex-direction: column-reverse;
	}
	[data-textPosi="left"] .benefitsDetail-text__inner {
		padding-left: 0;
		padding-right: 0;
	}
	[data-textPosi="right"] .benefitsDetail-image__inner {
		margin-right: 0;
	}
	[data-textPosi="right"] .benefitsDetail-text__inner {
		padding-right: 0;
	}
	[data-textPosi="right"] .benefitsDetail__explain--text {
		width: 100%;
	}
	[data-textPosi="left"] .benefitsDetail-image__inner {
		margin-left: auto;
		margin-right: auto;
	}
	.benefitsDetail__explain--ttl {
		text-align: center;
	}
	.benefitsDetail-image__inner {
		width: 100%;
	}
	.benefitsDetail-iCatch{
		width: 80%;
		margin: 0 auto;
	}
	.headdingArea{
		justify-content: flex-end;
		align-items: flex-end;
		gap: 0 15.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.visible-phone_tablet{
		display: block;
	}

	

	/* ===============================================
	フッター(基本消すだけ)
	=============================================== */
	.common-info_inner {
		padding: 3rem 0;
	}
	.common-info-other{
		gap: 2rem;
	}
	.cardUNit-siteInfo{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		gap: 1rem 1.8rem;
		padding: 0 4rem;
	}
	.cardUNit-siteInfo li{
		font-size: 1.1rem;
		line-height: 1;
		letter-spacing: 0.02em;
	}
	.cardUNit-siteInfo li + li{
		border-left: 1px solid #fff;
		padding-left: 1.8rem;
	}
	.cardUNit-siteInfo li:nth-child(3){
		border-left: none;
	}
	#Foot .floating_searchBox{
		display: none!important;
	}
}


@media (max-width: 767px) {
	.visible-phone_tablet{
		display: block;
	}
	/* ===============================================
	FV
	=============================================== */
	.fv-main{
		padding-bottom: 5.5rem;
	}
	.fv-main__inner{
		max-width: inherit;
		padding: 0;
	}
	.headding-fv{
		flex-direction:column-reverse;
		gap: 2.6rem 0;
	}
	.fv__text{
		width: 100%;
		padding: 0 2.4rem;
		margin: 0 auto;
	}
	.fv__img{
		width: 100%;
	}
	.fv__text--logo{
		width: 24rem;
	}
	.fv__text--message{
		font-size: 2.3rem;
		margin-top: 1.5rem;
	}
	.fv__text--message span{
		font-size: 1.9rem;
	}
	.fv__text--explanation{
		font-size: 1.3rem;
		margin-top: 1.3rem;
	}
	.cardUnit-benefits{
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.8rem;
		margin-top: 1.5rem;
	}
	.card-benefits{
		width: 11rem;
	}
	.benefits_num{
		gap: 0 5px;
		font-size: 1.5rem;
	}
	.benefits_num span{
		font-size: 3.4rem;
	}
	.benefits__detail{
		margin-top: -2.5rem;
	}
	.benefits__contents{}
	.benefits__icon{
		padding: 1.7rem 1rem 0.3rem;
	}
	.benefits__text{
		height: 7.1rem;
		font-size: 1.2rem;
		padding: 0.7rem 3px;
		text-align: left !important;
	}
	
	.bnr-monthlyfee{
		max-width: inherit;
		padding: 0 1rem;
		margin: -3.5rem auto 0;
	}
	/* ===============================================
	benefits
	=============================================== */
	.benefits{
		max-width: inherit;
		padding: 2rem 1.5rem;
	}
	.ttl-benefits{
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.card-benefitsDetail{
		flex-direction: column;
		justify-content: center;
		gap: 2rem 0;
		padding: 3rem 0;
	}
	[data-textPosi="right"].card-benefitsDetail{
		flex-direction: column-reverse;
	}
	.benefitsDetail-text{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.benefitsDetail-block h3 span{
		font-size: 16px;
	}

	[data-textPosi="left"] .benefitsDetail-text__inner,
	[data-textPosi="right"] .benefitsDetail-text__inner{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.headdingArea{
		justify-content: flex-end;
		align-items: flex-end;
		gap: 0 5.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.headding-benefits{
		height: 4.1rem;
		gap: 0 6px;
		font-size: 2.4rem;
		padding: 0 2rem;
	}
	.headding-benefits span{
		font-size: 3.2rem;
	}
	.headdingArea-brandIcon{
		width: 6.5rem;
	}
	.benefitsDetail__explain{
		margin-top: 1.8rem;
	}
	.benefitsDetail__explain--ttl{
		font-size: 2rem;
		text-align: center;
		line-height: 1.6;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.benefitsDetail__explain--text{
		font-size: 1.2rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin-top: 1.5rem;
	}
	[data-textPosi="right"] .benefitsDetail__explain--text{
		width: 100%;
	}
	.benefitsDetail-image{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.benefitsDetail-image__inner{
		width: 100%;
	}
	[data-textPosi="left"] .benefitsDetail-image__inner{
		margin-left:0;
	}
	[data-textPosi="right"] .benefitsDetail-image__inner{
		margin-right:0;
	}

	#merit,#merit2 {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	#merit .fixed {
		position: sticky;
		left: 0;
	}
	#merit .fixed:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		height: 100%;
		}
	#merit2 .fixed {
			position: sticky;
			left: 0;
		}
	#merit2 .fixed:before {
			content: "";
			position: absolute;
			top: 0;
			left: -1px;
			right: -1px;
			height: 100%;
			}
		.benefitsDetail-block{
			width:100%;
			height: auto;
		}
		/*nagakura*/
		.benefitsDetail-block h3.one{
			font-size: 58px;
			font-weight: 800;
			margin-top: 0px;
			margin-bottom: 20px;
			text-align: center;
			line-height: 1.0em;
		}
		/*nagakura*/
		.benefitsDetail-block figure{
			position: relative;
		}
		.benefitsDetail-block figure img{
			width: 95%;
		}
		.benefitsDetail-block2{
			width:100%;
			height: auto;
		}
		#merit th, #merit td {
			font-size: 13px;
			padding:5px;
		  }

		  #merit td p{
			font-size: 12px;
			padding:5px;
		  }

		  #merit2 th, #merit2 td {
			font-size: 13px;
			padding:5px;
		  }

		  #merit2 td p{
			font-size: 12px;
			padding:5px;
		  }

		.bg-prime {
			font-size: 18px !important;
		  }
		  .ttl-benefits2 {
			font-size: 1.8rem;
			text-align: left;
		  }
/* ===============================================
	nav
	=============================================== */
	.g-nav-inner {
		padding: 1rem 1.2rem;
		font-size: 1.3rem;
		gap:0 1rem;
	  }
	.g-nav-inner li a {
		padding: 0.4rem 0.8rem;
	}
	.bd-white {
		margin-bottom: 4px;
	  }
	.bd-white-sp{
		display: inline-block;
		border-right: 2px solid #fff;
		}
	/* ===============================================
	gallery
	=============================================== */
	.gallery{
		margin-top: 5rem;
	}
	.ttl-Gallery{
		font-size: 2.3rem;
		line-height: 1.65;
		padding-left: 1rem;
		margin-bottom: 3rem;
	}
	.galleryList + .galleryList{
		margin-top: 1.4rem;
	}
	/* ===============================================
	faq
	=============================================== */
	.faq{
		padding-top: 4.8rem;
		padding-bottom: 13.4rem;
	}
	.ttl-faq{
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 2rem;
	}
	.faq_list_wrap{
		max-width: inherit;
		width: 100%;
		padding: 0 1.5rem;
	}

	[data-faqStyle="prime-introduction"] .accordion-title{
		gap: 0 1.1rem;
		padding: 1.6rem 5rem 1.6rem 1.5rem;
	}
	[data-faqStyle="prime-introduction"] .accordion-title--icon,
	[data-faqStyle="prime-introduction"] .accordion-content--icon{
		font-size: 2.4rem;
	}
	[data-faqStyle="prime-introduction"] .accordion-title--text{
		font-size: 1.3rem;
		line-height: 1.53;
	}

	[data-faqStyle="prime-introduction"] .accordion-container + .accordion-container {
		margin-top: 1rem;
	}

	[data-faqStyle="prime-introduction"] .accordion-container .accordion-title::before,
	[data-faqStyle="prime-introduction"] .accordion-container .accordion-title::after{
		width: 1.6rem;
		height: 0.2rem;
		right: 2rem;
	}

	[data-faqStyle="prime-introduction"] .accordion-container .accordion-content{
		font-size: 1.3rem;
		line-height: 1.7;
		padding: 1.5rem 2rem 2rem;
		will-change: auto;
	}
	[data-faqStyle="prime-introduction"] .accordion-container .accordion-content--inner{
		gap: 0 1.1rem;
	}
	[data-faqStyle="prime-introduction"] .accordion-content--text{
		padding-top: 0.5rem;
	}

	/* ===============================================
	加入ボタン
	=============================================== */
	.introduction--button{
		bottom: 5rem;
	}
	.introduction--button.fxd {
		position: fixed;
		bottom: 3rem;
	}
	.button-join{
		width: 33rem;
		height: 5.4rem;
		gap: 0 3.2rem;
		font-size: 1.6rem;
		padding: 0 1rem;
	}
	.cushion-wh{
		height: 3.6rem;
		font-size: 1.2rem;
		padding: 0 2rem;
	}
	/* ===============================================
	フッター(基本消すだけ)
	=============================================== */
	.common-info_inner {
		padding: 3rem 0;
	}
	.common-info-other{
		gap: 2rem;
	}
	.cardUNit-siteInfo{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		gap: 1rem 1.8rem;
		padding: 0 4rem;
	}
	.cardUNit-siteInfo li{
		font-size: 1.1rem;
		line-height: 1;
		letter-spacing: 0.02em;
	}
	.cardUNit-siteInfo li + li{
		border-left: 1px solid #fff;
		padding-left: 1.8rem;
	}
	.cardUNit-siteInfo li:nth-child(3){
		border-left: none;
	}
	#Foot .floating_searchBox{
		display: none!important;
	}

	.ikebe-prime-logo{
		width:70%;
	  }
	  .headding-txt {
		  top: 52%;
		}
	  .headding-txt {
		  font-size: 12px;
		}
	  .ttl-benefits {
		  font-size: 1.8rem;
	  }
	  .prime-sokyu__inner{
		padding:20px 0;
	  }
	  .prime-sokyu__inner h3 p {
		  font-size: 11px;
		  margin-bottom: 5px;
	  }
	  .button-2 {
		  align-items: center;
		  width: 180px;
		  margin: 19px auto 11px;
		  padding:.4em .2em;
		  font-size: 14px;
		}
	  .button-3 {
		  width: 280px;
		  font-weight: 600;
		  padding:.5em .2em;
		  font-size: 14px;
		}
	  .txt-ttl{
		font-size:11px;
		margin-top:10px;
	  }
	  .benefits-tab {
		width: 33%;
		height: 120px;
		margin-bottom: 10px;
		padding: 5px;
	  }
	  .benefits-tab a {
		height: 120px;
		font-size: 11px;
	 }
	  .prime-l {
		  width: 100%;
		  padding: 0px;
		  margin-bottom: 20px;
	  }
	  .prime-r {
		  width: 100%;
		  padding: 0;
		  margin-bottom: 0;
	  }
	  .tabContents__inner {
		  border: 0px;
		  padding: 14px;
		  border-radius: 0px;
		  font-size: 14px;
	  }
	  .tabContents__inner .prime-r h3 {
		font-size: 24px;
		text-align: center;
	  }
	  .tabContents__inner .prime-r h3 p {
		  font-size: 21px;
	  }
	  .prime-smt h2 {
		background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
		font-size:24px;
		color: #fff;
		padding: 10px;
		text-align: center;
		margin: 0 calc(50% - 50vw) 20px;
		overflow: hidden;
	  }
	  .shop-prime_wrap{
		width:100%;
		padding:10px;
	  }
	  .disp-pc{
		display:none;
	  }
	
	  .disp-smt{
		display:block;
	  }
	

}

@media (max-width: 375px) {
	/* SP only */
	.g-nav-inner {
		font-size: 1.4rem;
		}
}

@media (hover: hover) and (pointer: fine) {
	[data-faqStyle="prime-introduction"] .accordion-title{
		transition: background 0.6s;
		cursor: pointer;
	}
	[data-faqStyle="prime-introduction"] .accordion-title:hover{
		background: #E7F3F8;
	}
	.button-join, .button-join2{
		transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
	}
	.button-join:hover{
		opacity: 1;
		/* background-position: 100% 0; */
		transform: scale(1.05);
		box-shadow: 0px 9px 5px 4px rgba(0, 0, 0, .3);
	}
	.button-join2:hover{
		opacity: 1;
		/* background-position: 100% 0; */
		transform: scale(1.05);
	}

}



