@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}


/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

span.red {
	color: var(--main_color);
}

p {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7777;
}
@media screen and (max-width: 1300px) {
	p {
		font-size: calc((18 / 1300) * 100vw);
	}
}
@media screen and (max-width: 767px) {
	p {
		font-size: 14px;
	}
}



/* 共通 */

.price_title {
	margin-bottom: 62px;
}

#price h3 {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 15px;
}

.price_ex {
	display: flex;
	justify-content: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.price_ex_ttr {
	font-size: 18px;
	border: 1px solid;
	margin-right: 10px;
	padding: 2px;
}

.price_txt {
	font-size: 20px;
}

.price_ex .price_txt:nth-of-type(2) {
	margin-right: 30px;
}

.cost {
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5135;
	color: #fff;
	text-align: center;
	margin-bottom: 39px;
	display: inline-block;
	width: 100%;
	padding: 1%;
}

.cost01 {
	font-size: 73px;
}

.cost02 {
	font-size: 48px;
}

.cost03 {
	font-size: 41px;
	font-weight: 500;
}

.cost04 {
	font-size: 25px;
	font-weight: 500;
}

.price_list .sub_ttr {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2.13636;
	margin-bottom: 10px;
}

.price_list .txt {
	font-size: 16px;
	line-height: 2.1875;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.price_title {
		margin-bottom: 31px;
	}
	#price h3 {
		font-size: 25px;
	}
	.price_ex_ttr {
		font-size: 15px;
	}
	.price_txt {
		font-size: 18px;
	}
	.price_ex .price_txt:nth-of-type(2) {
		margin-right: 15px;
	}
	.price_list .sub_ttr {
		font-size: 18px;
		margin-bottom: 0;
	}
	.price_list .txt {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.cost {
		font-size: 27px;
		margin-bottom: 20px;
	}
	.cost01 {
		font-size: 36px;
	}
	.cost02 {
		font-size: 24px;
	}
	.cost03 {
		font-size: 20px;
	}
	.cost04 {
		font-size: 20px;
	}
}


/*=======================================
	price_main
=======================================*/

.price_main {
	margin: 96px 0 101px;
}

.price_main h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5666;
	text-align: center;
}

.price_main .pop {
	position: relative;
	width: 100%;
}

.price_main .pop_outline {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	border: 3px solid #BB2929;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
}

.price_main .pop_outline:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 51%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 2;
}

.price_main .pop_outline:after {
	content: "";
	position: absolute;
	bottom: -31px;
	left: 51%;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top: 14px solid #BB2929;
	z-index: 1;
}

.price_main .pop .pop_outline_shadow {
	position: absolute;
	display: inline-block;
	padding: 40px 0px 35px;
	width: 100%;
	background: #F6DDD8;
	border-radius: 20px;
	z-index: 0;
	top: 5%;
	left: 1%;
	height: 100%;
}

.price_main .pop .pop_outline_shadow::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 51%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #F6DDD8;
	border-image: initial;
}

@media screen and (max-width: 767px) {
	.price_main {
		margin: 48px 0 50px;
	}
	.price_main h2 {
		font-size: 20px;
	}
	.price_main .pop_outline {
		padding: 15px;
	}
}



/*=======================================
	price_group01
=======================================*/

.value_b {
	background-color: #006FBC;
}

.value_c {
	color: #006FBC;
}

.price_group_container {
	display: flex;
	gap: 5%;
	margin-bottom: 150px;
}

.price_group_container .left {
	width: 44.6%;
}

.price_group_container .right {
	width: 50%;
}

.price_group_container {
	display: flex;
	gap: 5%;
	margin-bottom: 150px;
}

.price_group_container .left {
	width: 44.6%;
}

.price_group_container .right {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.price_group_container {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.price_group_container .left {
		width: 100%;
		margin-bottom: 20px;
	}
	.price_group_container .right {
		width: 100%;
	}
}


/*=======================================
	price_group02
=======================================*/
.standard_b {
	background-color: #F39700;
}

.standard_c {
	color: #F39700;
}



/*=======================================
	price_group03
=======================================*/
.highgrade_b {
	background-color: #4A5994;
}

.highgrade_c {
	color: #4A5994;
}



/*=======================================
	price_group04
=======================================*/
.premium_b {
	background-color: #7F308D;
}

.premium_c {
	color: #7F308D;
}



/*============================
 sec_menu
============================*/

.sec_menu .inner {
	width: 100%;
}

.sec_menu {
	margin-bottom: 253px;
}

.sec_menu ul {
	display: flex;
	justify-content: space-between;
}

.sec_menu .nav_box {
	overflow: hidden;
	height: 312px;
	border-radius: 10px;
}

.sec_menu .nav_box {
	width: 46.42%;
	position: relative;
}

.sec_menu .nav_box img {
	transition: 0.2s all;
	object-fit: cover;
	height: 312px;
}

.sec_menu .nav_box:hover img {
	transform: scale(1.1);
}

.sec_menu .nav_box a {
	position: relative;
	display: block;
}

.sec_menu .nav_box a:hover {
	opacity: 1;
}

.sec_menu .nav_box span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: calc(40/1600*100vw);
	color: #fff;
	font-weight: 700;
}

.sec_menu .nav_box::after {
	background: url("../../../images/about/additional/arrow.png") no-repeat;
	content: "";
	position: absolute;
	background-size: cover;
	bottom: 12px;
	right: 12px;
	width: 48px;
	height: 48px;
}

@media only screen and (min-width: 1600px) {
	.sec_menu .nav_box span {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.sec_menu {
		margin-bottom: 85px;
	}
	.sec_menu ul {
		flex-direction: column;
	}
	.sec_menu .nav_box {
		height: 70px;
		border-radius: 7.5px;
		width: 100%;
	}
	.sec_menu .nav_box:not(:last-child) {
		margin-bottom: 15px;
	}
	.sec_menu .nav_box img {
		height: 70px;
	}
	.sec_menu .nav_box:hover img {
		transform: scale(1.1);
	}
	.sec_menu .nav_box a:hover {
		opacity: 1;
	}
	.sec_menu .nav_box span {
		font-size: 15px;
	}
	.sec_menu .nav_box::after {
		width: 30px;
		height: 30px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 1.5em;
	}
}