/*================================================================================

gotoshi-club css

================================================================================*/

/* ------------main------------ */

.mainArea {
	background-color: #e8e9ec;
	position: relative;
	padding: 160px 0 80px;
}

.mainArea::after {
	content: '';
	background: url(/assets/gotoshi-club/img/line_icon01.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 30px;
	right: 30px;
}

.mainBlock {
	position: relative;
}

.mainBlock::after {
	content: '';
	background: url(/assets/gotoshi-club/img/gotoshi-club_phone.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 384px;
	height: 457px;
	bottom: -81px;
    right: -40px;

}

.main_tit {
	font-size: 26.3px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	line-height: 1.4;
}
.main_tit ruby {
	font-size: 37px;
	font-weight: bold;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.main_tit ruby rt {
	text-align: center;
	letter-spacing: 0.2em;
}

.main_tit span {
	font-size: 34px;
}

.fukidashiBox {
	margin-top: 40px;
	padding: 15px 20px;
	background: #06c755;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.fukidashiBox::before {
	content: '';
	position: absolute;
	border: 13px solid transparent;
    border-top: 20px solid #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -33px;
	left: 50px;
}

.fukidashiBox::after {
	content: '';
	position: absolute;
	border: 12px solid transparent;
    border-top: 19px solid #06c755;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
	top: -30px;
    left: 51px;
}

.fukidashi_txt {
	font-size: 24px;
}

.fukidashi_txt img {
	width: 27px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
}

.startBox {
	margin-top: 40px;
}

.start_date {
	color: #003c78;
	font-size: 24px;
	border-bottom: 1px solid #003c78;
	padding-bottom: 7px;
    line-height: 1;
    display: inline-block;
	letter-spacing: 0.075em;
}

.start_date span {
	font-size: 32px;
}

.startBox .comment {
	margin-top: 7px;
}

.notice_txt {
	position: relative;
	text-align: center;
    letter-spacing: 0;
	font-size: 12px;
	color: #fff;
}

@media screen and (max-width: 900px) {
	

}


@media screen and (max-width: 960px) {
	.mainArea {
		padding: 100px 20px 40px;
		margin-top: -20px;
	}

	.main_tit {
		font-size: 23px;
	}

	.main_tit ruby {
		font-size: 31px;
	}

	.main_tit span {
		font-size: 26px;
	}
	
	.mainBlock::after {
		width: 284px;
		height: 377px;
		bottom: -81px;
		right: -40px;
	}

	.mainArea::after {
		width: 50px;
		height: 50px;
		top: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 540px) {
	.mainArea {
		padding: 115px 20px 40px;
	}

	.mainArea::after {
		width: 35px;
		height: 35px;
		top: 10px;
		right: 10px;
	}

	.mainBlock::after {
		width: 181px;
		height: 253px;
		bottom: -81px;
		right: -60px;
	}

	.main_tit {
		font-size: 18px;
		text-align: center;
	}

	.main_tit ruby {
		font-size: 42px;
	}

	.main_tit ruby rt {
		font-size: 18px;
	}

	.main_tit span {
		font-size: 22px;
	}

	.fukidashiBox {
		margin-top: 20px;
		padding: 10px;
	}

	.fukidashi_txt {
		font-size: 16px;
	}

	.fukidashi_txt img {
		width: 23px;
		margin-right: 7px;
	}

	.fukidashiBox::after {
		border: 7px solid transparent;
		border-top: 14px solid #06c755;
		top: -21px;
		left: 57px;
	}

	.fukidashiBox::before {
		border: 8px solid transparent;
		border-top: 15px solid #fff;
		top: -24px;
		left: 56px;
	}

	.startBox {
		margin-top: 20px;
	}

	.start_date {
		font-size: 16px;
		font-weight: bold;
	}

	.start_date span {
		font-size: 24px;
	}

	.notice_txt {
		position: relative;
		text-align: center;
		letter-spacing: -0.1em;
		line-height: 1.4;
		font-size: 12px;
		color: #fff;
	}

}






/* ------------description------------ */

.descriptionArea {
	background-color: #003c78;
	padding: 80px 0 360px;
	position: relative;
}

.descriptionBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.description_tit {
	font-size: 38px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	color: #fff;
}

.description_tit span {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.description_txt {
	font-size: 18px;
	color: #fff;
	line-height: 2;
}

.descriptionBoximg {
	width: 220px;
    margin-right: -20px;

}

.pointArea {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	        box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	margin-top: 60px;
	position: absolute;
}

.pointBlock_inner {
	padding: 60px 50px;
}

.pointBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pointBox {
	width: 50%;
}

.pointBoxImg {
	width: 50%;
	margin: 0 auto;
}

.pointBox:not(:nth-child(2)) {
	padding-right: 50px;
	border-right: 1px solid #003c78;
}

.pointBox:nth-child(2) {
	padding-left: 50px;
}

.point_tit {
	font-size: 32px;
	text-align: center;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	color: #003c78;
	margin-top: 10px;
}

.point_tit span {
	font-size: 38px;
	font-weight: bold;
}

.point_txt {
	margin-top: 10px;
    line-height: 2;
}

.point_txt span {
	color: #003c78;
}

@media screen and (max-width: 960px) {
	.descriptionArea {
		padding: 4.167vw 2.083vw 23.958vw;
	}

	.description_tit {
		font-size: 30px;
	}

	.description_tit span {
		font-size: 40px;
	}

	.description_txt {
		font-size: 14px;
	}

	.descriptionBoximg {
		width: auto;
	}

	.pointArea {
		margin-top: 20px;
		margin-right: 20px;
	}

	.pointBlock_inner {
		padding: 40px 30px;
	}

	.point_tit {
		font-size: 26px;
	}

	.point_tit span {
		font-size: 32px;
	}

	.pointBox:not(:nth-child(2)) {
		padding-right: 30px;
	}

	.pointBox:nth-child(2) {
		padding-left: 30px;
	}
}

@media screen and (max-width: 768px) {
	.descriptionArea {
		padding: 4.167vw 2.083vw 37.958vw;
	}
}

@media screen and (max-width: 540px) {
	.descriptionArea {
		padding: 40px 20px 520px;
	}

	.description_tit {
		font-size: 20px;
	}

	.description_tit span {
		font-size: 28px;
	}

	.descriptionBlock {
		display: block;
		margin-top: 10px;
	}

	.description_txt {
		font-size: 14px;
	}

	.descriptionBoximg {
		width: 200px;
		margin: 0 auto;
	}

	.pointBlock {
		display: block;
	}

	.pointBlock_inner {
		padding: 20px 20px;
	}

	.pointBox {
		width: 100%;
	}

	.pointBox:not(:nth-child(2)) {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.pointBox:not(:nth-child(2)) {
		border-right: none;
		border-bottom: 1px solid #003c78;
	}

	.point_tit {
		font-size: 20px;
	}

	.point_tit span {
		font-size: 28px;
	}

	.point_txt {
		line-height: 1.7;
	}

	.pointBox:nth-child(2) {
		padding-left: 0;
		padding-top: 20px;
	}

}






/* ------------benefit------------ */

.benefitArea {
    padding: 410px 0 80px;
	background: url(/assets/gotoshi-club/img/benefit_bg.jpg);
	background-size: contain;
}

.benefit_tit {
	text-align: center;
	font-size: 38px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
}

.benefit_txt {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
    line-height: 1.7;
}

.benefitBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 60px;
}

.benefitBox {
	width: calc((100% - 180px) / 4);
	margin-right: 60px;
}

.benefitBox:last-child {
	margin-right: 0;
}

.benefit_num {
	background-color: #06c755;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	width: 70px;
	margin: 0 auto;
    padding: 2px 10px 2px 13px;

}

.benefit_subtit {
	font-size: 20px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 50px;
    margin-top: 20px;
	color: #003c78;
}

.benefitImg {
	margin-top: 20px;
}

.benefit_subtxt {
	margin-top: 20px;
    letter-spacing: -0.01em;
    line-height: 1.8;
}

.benefitBox .comment {
	margin-top: 20px;
}




.benefit_spArea {
	margin-top: 40px;
}

.benefit_spBlock {
	margin-top: 40px;
}

.benefit_sptit {
	font-size: 28px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.benefit_spBlock {
	margin-top: 30px;
}

.benefit_spBox {
	background-color: #f9f5ec;
	padding: 30px 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.benefit_spBox:nth-child(2) {
	margin-top: 20px;
}

.benefit_spNum {
	background-color: #bcb59f;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 50px;
	width: 80px;
    padding: 2px 10px 2px 13px;
}

.benefit_spSubtit {
	font-size: 24px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: bold;
    margin-top: 20px;
	color: #003c78;
}

.benefit_spSubtxt {
	margin-top: 5px;
    line-height: 1.8;
}

.benefit_spImg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 200px;
}

.notice_lead {
	text-align: center;
	font-size: 16px;
}


@media screen and (max-width: 960px) {
	.benefitArea {
		padding: 38.542vw 2.083vw 4.167vw;
		background-size: 55em;
	}

	.benefit_tit {
		font-size: 30px;
	}

	.benefit_txt {
		font-size: 14px;
		margin-top: 10px;
	}

	.benefitBlock {
		margin-top: 40px;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.benefitBox {
		width: calc((100% - 100px) / 2);
		margin-right: 0;
	}
	
	.benefitBox:nth-child(n+3) {
		margin-top: 30px;
	}

	.benefitImg {
		margin: 20px auto 0;
		width: 50%;
	}

	.benefit_subtit {
		font-size: 18px;
		height: 40px;
		margin-top: 15px;
	}

	.benefitBox .comment {
		margin-top: 10px;
	}

	.benefit_sptit {
		font-size: 24px;
	}

	.benefit_spBox {
		padding: 20px 20px 30px;
	}

	.benefit_spNum {
		font-size: 16px;
		width: 70px;
	}

	.benefit_spSubtit {
		font-size: 20px;
		margin-top: 10px;
	}

	.benefit_spSubtxt {
		line-height: 1.6;
		margin-right: 60px;
	}

	.benefit_spImg {
		width: 180px;
	}

	.notice_lead {
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {
	.benefitArea {
		padding: 42.734vw 2.083vw 4.167vw;
	}
}
	

@media screen and (max-width: 540px) {
	.benefitArea {
		padding: 95.333vw 5.333vw 10.667vw;
	}

	.benefit_tit {
		font-size: 28px;
	}

	.benefit_txt {
		text-align: left;
	}

	.benefitBlock {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.benefitBox {
		width: calc((100% - 20px) / 2);
		margin-right: 0;
	}

	.benefitImg {
		margin: 15px auto 0;
		width: 70%;
	}

	.benefit_num {
		font-size: 14px;
		width: 55px;
		padding: 2px 5px 2px 7px;
	}

	.benefit_subtxt {
		margin-top: 15px;
		letter-spacing: 0;
		line-height: 1.6;
	}

	.benefit_spBox {
		display: block;
	}

	.benefit_sptit {
		font-size: 20px;
	}

	.benefit_spNum {
		font-size: 14px;
		width: 55px;
		padding: 2px 5px 2px 7px;
	}

	.benefit_spSubtit {
		font-size: 18px;
		margin-top: 10px;
	}

	.benefit_spSubtxt {
		line-height: 1.6;
		margin-right: 0;
	}

	.benefit_spImg {
		width: 50%;
		margin: 10px auto 0;
	}
}
