@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ol, ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}

body {
	color: #4B4B4B;
	font-family: SF, ヒラギノ角ゴシック, メイリオ, Roboto, "Noto Sans";
	background: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.3;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table, tbody, thead, tr, th, td {
	position: static;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: calc(10 / 375 * 100vw);
	}
	body {
		font-size: 1.4rem;
	}
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}
/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}
	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}
}


/*header
----------------------------------------*/
.header {
	width: 120rem;
	margin: 0 auto;
}
.header_logo {
	width: 12rem;
	position: absolute;
	left: 0;
	top: 2rem;
}
@media only screen and (max-width: 768px) {
	.header {
		width: 33.5rem;
	}
	.header_logo {
		width: 8.2rem;
		top: 2rem;
	}
}


/* main
----------------------------------------*/
main {
	padding: 6.4rem 0 0;
}
@media only screen and (max-width: 768px) {
	main {
		padding: 1.7rem 0 0;
	}
}
/* mv
----------------------------------------*/
.mv {
	max-width: 166rem;
	background: url(../img/bg_mv.png) no-repeat center top / 166rem auto;
	margin: 0 auto 2.5rem;
}
.mv_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120rem;
	margin: 0 auto;
}
.mv_txt {
	width: 58.1rem;
}
.mv_img {
	width: 58.7rem;
}
.mv_btn a {
	display: block;
	width: 33.5rem;
	height: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	background: #FFFFFF;
	border: .1rem solid #4B4B4B;
	border-radius: 1.5rem;
	padding-top: .3rem;
	margin: 7.3rem auto 0;
}
.mv_btn a::after {
	content: "";
	width: .9rem;
	height: 1.4rem;
	background: url(../img/icon_arrow.png) no-repeat left top / 100% auto;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.mv {
		width: 35.5rem;
		background: url(../img/bg_mv_sp.png) no-repeat left top / 100% auto;
		margin: 0 auto .8rem;
	}
	.mv_inner {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		row-gap: 1rem;
		padding-top: 3.4rem;
	}
	.mv_txt {
		width: 26.6rem;
	}
	.mv_img {
		width: 35.3rem;
	}
	.mv_btn a {
		margin: 1.2rem auto 0;
	}
	.mv_btn a::after {
		right: 2.3rem;
	}
}

/*tab_wrap
----------------------------------------*/
.tab_wrap {
	width: 84rem;
	margin: 0 auto;
}
.tab_wrap.initial {
	position: static;
}
.tab_wrap.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.is-ipad .tab_wrap.fixed-bottom {
	bottom: 2rem;
}
.tab_wrap ul {
	display: flex;
}
.tab_wrap ul li {
	width: calc(100% / 3);
}
.tab_wrap ul li a {
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.28;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5.5rem;
	border-radius: 1rem 1rem 0 0;
	background: #88AFBE;
}
.tab_wrap ul li a::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-left: .5rem solid #FFFFFF;
  border-right: 0;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
}
.tab_wrap ul li:nth-child(2) a {
	background: #CC0033;
}
.tab_wrap ul li:nth-child(3) a {
	color: #1A1A1A;
	background: #FCD500;
}
.tab_wrap ul li:nth-child(3) a::after {
  border-left: .5rem solid #1A1A1A;
}
@media only screen and (max-width: 768px) {
	.tab_wrap {
		width: 100%;
	}
	.tab_wrap ul li {
		width: calc(100% / 3);
	}
	.tab_wrap ul li a {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.tab_wrap ul li:nth-child(2) a {
		line-height: 1.16;
		padding-top: .5em;
	}
	.tab_wrap ul li a::after {
		right: .7rem;
	}
}

/*campaign
----------------------------------------*/
.campaign {
	padding-top: 10.9rem;
	margin-bottom: 7.9rem;
}
.campaign_ttl {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.6rem;
}
.bnr_campaign {
	width: 96rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.campaign {
		padding-top: 7rem;
		margin-bottom: 4rem;
	}
	.campaign_ttl {
		font-size: 2rem;
		margin-bottom: 1.1rem;
	}
	.bnr_campaign {
		width: 33.5rem;
	}
}

/*point
----------------------------------------*/
.point {
	width: 120rem;
	margin: 0 auto 8rem;
}
.point_ttl {
	width: 67.9rem;
	margin: 0 auto 4.6rem;
}
.point_img {
	width: 120rem;
	margin: 0 auto 4.6rem;
}
.point_note {
	background: rgba(136, 175, 190,0.1);
	padding: 2.7rem 2.8rem;
}
.point_note p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.point_note p a {
	color: #CC0033;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.point {
		width: 33.5rem;
		margin: 0 auto 4rem;
	}
	.point_ttl {
		width: 33.5rem;
		margin: 0 auto 1.5rem;
	}
	.point_img {
		width: 33.5rem;
		margin: 0 auto 1.6rem;
	}
	.point_note {
		height: 10.9rem;
		padding: 1rem;
		overflow: hidden;
	}
	.point_note_inner {
		height: 8.9rem;
		padding: 0 1rem 0 0;
		overflow-y: scroll;
	}
}

/*safety
----------------------------------------*/
.safety {
	width: 120rem;
	margin: 0 auto 7.6rem;
}
.safety_ttl {
	width: 28rem;
	margin: 0 auto 1.9rem;
}
.safety_sub_ttl {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3.1rem;
	gap: .5rem;
}
.safety_sub_ttl::before,
.safety_sub_ttl::after {
	content: "";
	width: 3.4rem;
	height: .2rem;
	border-radius: .2rem;
	background: #4B4B4B;
	transform: rotate(66deg);
	margin-top: -0.5rem;
}
.safety_sub_ttl::after {
	transform: rotate(-66deg);
}
.safety ul {
	display: flex;
	align-items: flex-start;
	gap: 3.6rem;
}
.safety li {
	width: 37.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.safety li:last-of-type {
	width: 37rem;
}
.safety li figure {
	width: 8.1rem;
}
.safety li:nth-child(2) figure {
	width: 8.3rem;
}
.safety li:last-of-type figure {
	width: 6.4rem;
	margin-top: -1rem;
}
.safety dl {
	width: 28rem;
}
.safety dt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: .5rem;
	margin-bottom: 1.2rem;
	border-bottom: .1rem solid #CC0033;
}
.safety li:nth-child(2) dt {
	border-color: #FCD500;
}
.safety li:nth-child(3) dt {
	border-color: #88AFBE;
}
.safety dd {
	font-size: 1.6rem;
	line-height: 1.5;
}
.safety dd small {
	display: block;
	font-size: 1.2rem;
	padding-bottom: .3rem;
}
@media only screen and (max-width: 768px) {
	.safety {
		width: 33.5rem;
		margin: 0 auto 3.6rem;
	}
	.safety_ttl {
		width: 20rem;
		margin: 0 auto 1.7rem;
	}
	.safety_sub_ttl {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.safety_sub_ttl::before,
	.safety_sub_ttl::after {
		width: 2.6rem;
	}
	.safety ul {
		flex-direction: column;
		gap: 2.3rem;
	}
	.safety li {
		width: 100%;
	}
	.safety li:last-of-type {
		width: 100%;
	}
	.safety li:last-of-type figure {
		margin: 0 0 0 1rem;
	}
	.safety dl {
		width: 23.4rem;
	}
	.safety dt {
		font-size: 1.6rem;
		padding-bottom: .6rem;
		margin-bottom: .8rem;
	}
	.safety dd {
		font-size: 1.4rem;
	}
	.safety dd small {
		font-size: 1rem;
	}
}


/*outlet
----------------------------------------*/
.outlet {
	background: rgba(136, 175, 190, 0.3);
	padding: 8rem 0;
}
.outlet .inner {
	width: 120rem;
	margin: 0 auto;
}
.outlet_sub_ttl {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.1rem;
	gap: .5rem;
}
.outlet_sub_ttl::before,
.outlet_sub_ttl::after {
	content: "";
	width: 3.4rem;
	height: .2rem;
	border-radius: .2rem;
	background: #4B4B4B;
	transform: rotate(66deg);
	margin-top: -0.5rem;
}
.outlet_sub_ttl::after {
	transform: rotate(-66deg);
}
.outlet_ttl {
	color: #3C6F83;
	font-size: 4.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3.1rem;
}
.outlet_ttl + ul {
	display: flex;
	justify-content: center;
	gap: 1.6rem;
	margin-bottom: 3.7rem;
}
.outlet_ttl + ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .6rem;
	font-size: 2rem;
	font-weight: 700;
	width: 32.2rem;
	background: #FFFFFF;
	padding: .2rem 0 0 .9rem;
}
.outlet_ttl + ul li::before {
	content: "";
	width: 2.6rem;
	height: 1.8rem;
	background: url(../img/icon_check.png) no-repeat left top / 100% auto;
}
.outlet_feature {
	width: 66rem;
	margin: 0 auto 4.2rem;
}
.outlet_feature_note {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 2.6rem;
}
.outlet .update_date {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: .8rem;
}
.outlet .update_date .date {
	color: #CC0033;
	padding: 0 1.1rem 0 1.2rem;
}
.outlet .update_date + p {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1.1rem;
}
.outlet .caution {
	width: 66rem;
	background: #FFFFFF;
	padding: 1.6rem 1.8rem 1.7rem;
	margin: 0 auto 4.5rem;
}
.outlet .caution p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.35;
}
.outlet .caution p small {
	display: block;
	font-size: 1.4rem;
	padding-top: .7rem;
}
.item_ttl {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	background: #88AFBE;
	padding: .5rem 0 .4rem;
	margin-bottom: 1.4rem;
}
.item_wrap + .item_ttl {
	margin-top: 3rem;
}
.item_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.4rem;
}
.item_wrap li {
	width: 22.8rem;
	border-radius: 1rem;
	background: #FFFFFF;
	padding: .8rem;
}
.lineup_wrap li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.item_wrap li figcaption {
	font-size: 1.4rem;
	line-height: 1.6;
	min-height: 5.9rem;
	margin: 1rem 0 .7rem;
}
.item_wrap li div {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	margin: auto 0 0;
}
.item_wrap li p {
	font-size: 1.4rem;
	font-weight: 700;
}
.item_wrap li p small {
	font-size: 1.1rem;
	padding-right: .1rem;
}
.read_more {
	margin-bottom: 4.5rem;
}
.read_more + .outlet_sub_ttl {
	margin-bottom: 1.5rem;
}
.btn_rental {
	width: 48rem;
	margin: 0 auto;
}
.btn_rental a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	height: 9rem;
	background: #FFFFFF;
	border: .1rem solid #4B4B4B;
	border-radius: 9rem;
	position: relative;
	padding-top: .4rem;
}
.btn_rental a::after {
	content: "";
	width: 1.2rem;
	height: 2.1rem;
	background: url(../img/icon_arrow02.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 50%;
	right: 3.5rem;
	transform: translateY(-50%);
}

.read_more label {
	display: none;
}
@media only screen and (max-width: 768px) {
	.outlet {
		padding: 4rem 0;
	}
	.outlet .inner {
		width: 33.5rem;
	}
	.outlet_sub_ttl {
		font-size: 1.6rem;
		margin-bottom: .9rem;
	}
	.outlet_sub_ttl::before,
	.outlet_sub_ttl::after {
		width: 2.6rem;
	}
	.outlet_ttl {
		font-size: 3rem;
		margin-bottom: 1.6rem;
	}
	.outlet_ttl + ul {
		flex-direction: column;
		align-items: center;
		gap: .6rem;
		margin-bottom: 1.8rem;
	}
	.outlet_ttl + ul li {
		gap: .5rem;
		font-size: 1.6rem;
		width: 25.3rem;
		padding: .1rem 0 0 .7rem;
	}
	.outlet_ttl + ul li::before {
		width: 1.7rem;
		height: 1.3rem;
	}
	.outlet_feature {
		width: 33.5rem;
		margin: 0 auto 2.9rem;
	}
	.outlet_feature img {
		width: 32.4rem;
		margin: 0 auto;
	}
	.outlet_feature_note {
		font-size: 1rem;
		margin-top: 1.5rem;
	}
	.outlet .update_date {
		font-size: 1.6rem;
		margin-bottom: 1.4rem;
	}
	.outlet .update_date .date {
		padding: 0 1rem 0 1.1rem;
	}
	.outlet .update_date + p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.35;
	}
	.outlet .caution {
		width: 100%;
		padding: 1.5rem;
		margin: 0 auto 3rem;
	}
	.outlet .caution p {
		font-size: 1.4rem;
	}
	.outlet .caution p small {
		font-size: 1.2rem;
		padding-top: .8rem;
	}
	.item_wrap + .item_ttl {
		margin-top: 2rem;
	}
	.item_wrap {
		gap: 1.2rem .8rem;
	}
	.item_wrap li {
		width: 10.6rem;
	}
	.item_wrap li figcaption {
		font-size: 1.1rem;
		min-height: 4.7rem;
	}
	.item_wrap li div {
		gap: .3rem;
	}
	.item_wrap li p {
		font-size: 1.1rem;
	}
	.item_wrap li p small {
		font-size: .9rem;
	}
	.read_more + .outlet_sub_ttl {
		margin-bottom: 1rem;
	}
	.btn_rental {
		width: 33.5rem;
	}
	.btn_rental a {
		font-size: 1.6rem;
		height: 6.2rem;
		border-radius: 6.2rem;
	}
	.btn_rental a::after {
		width: .9rem;
		height: 1.5rem;
		right: 2.3rem;
	}

	.read_more {
		margin-bottom: 3rem;
		position: relative;
	}
	.read_more_inner {
		position: relative;
    max-height: 55.8rem;
    overflow: hidden;
    transition: max-height 1s;
	}
	.read_more:has(:checked) .read_more_inner {
		max-height: 500rem;
	}
	.read_more_inner::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16rem;
    background: linear-gradient(180deg, rgba(218, 231, 234, 0) 0%, #dae7ea 100%);
    content: '';
	}
	.read_more:has(:checked) .read_more_inner::after {
    content: none;
	}
	.read_more label {
    color: #88AFBE;
		font-size: 1.3rem;
		display: block;
		box-sizing: border-box;
		width: 30rem;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
    border-radius: 2rem;
    background: #FFFFFF;
		border: .1rem solid #88AFBE;
    padding: 1.1rem 0 1rem 4.8rem;
		margin: 0 auto;
	}
	.read_more:has(:checked) label {
    display: none;
	}
	.read_more label::after {
    content: "";
		width: 1.2rem;
		height: .8rem;
		background: url(../img/icon_arrow_down.png) no-repeat left top / 100% auto;
		position: absolute;
		top: 50%;
		right: 4.8rem;
		transform: translateY(-50%);
	}
	.read_more input {
    display: none;
	}
}

/*lineup
----------------------------------------*/
.lineup {
	background: rgba(204, 0, 51, 0.1);
	padding: 7rem 0 8rem;
}
.lineup_ttl {
	color: #CC0033;
	font-size: 4.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3.9rem;
}
.lineup_wrap {
	width: 120rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.4rem;
	margin: 0 auto 4.5rem;
}
.lineup_wrap li {
	width: 18.8rem;
	border-radius: 1rem;
	background: #FFFFFF;
	padding: .8rem;
}
.lineup_wrap li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.lineup_wrap li figcaption {
	font-size: 1.4rem;
	line-height: 1.6;
	min-height: 5.9rem;
	margin: 1rem 0 .7rem;
}
.lineup_wrap li div {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	min-height: 4rem;
	margin: auto 0 0;
}
.lineup_wrap li p {
	font-size: 1.4rem;
	font-weight: 700;
	word-break: keep-all;
}
.lineup_wrap li p small {
	font-size: 1.1rem;
	padding-left: .9rem;
}
.btn_other {
	width: 48rem;
	margin: 0 auto;
}
.btn_other a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	height: 9rem;
	background: #FFFFFF;
	border: .1rem solid #4B4B4B;
	border-radius: 9rem;
	position: relative;
	padding-top: .4rem;
}
.btn_other a::after {
	content: "";
	width: 1.2rem;
	height: 2.1rem;
	background: url(../img/icon_arrow03.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 50%;
	right: 3.5rem;
	transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
	.lineup {
		padding: 3.4rem 0 4rem;
	}
	.lineup_ttl {
		font-size: 3rem;
		margin-bottom: 1.6rem;
	}
	.lineup_wrap {
		width: 33.5rem;
		gap: 1.2rem .8rem;
		margin: 0 auto 2.7rem;
	}
	.lineup_wrap li {
		width: 10.6rem;
		padding: .8rem .6rem;
	}
	.lineup_wrap li figcaption {
		font-size: 1.1rem;
		min-height: 4.7rem;
	}
	.lineup_wrap li div {
		min-height: 3.3rem;
		gap: .3rem;
	}
	.lineup_wrap li p {
		font-size: 1.1rem;
	}
	.lineup_wrap li p small {
		font-size: .8rem;
		padding-left: .7rem;
	}
	.btn_other {
		width: 33.5rem;
	}
	.btn_other a {
		font-size: 1.6rem;
		height: 6.2rem;
		border-radius: 6.2rem;
	}
	.btn_other a::after {
		width: .9rem;
		height: 1.5rem;
		right: 2.3rem;
	}
}

/*ranking
----------------------------------------*/
.ranking {
	background: rgba(252, 213, 0, 0.25);
	padding: 7rem 0 8rem;
}
.ranking_ttl {
	color: #C6A700;
	font-size: 4.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3.9rem;
}
.ranking_wrap {
	width: 120rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem 3rem;
	margin: 0 auto;
}
.ranking_block {
	width: 38rem;
	border-radius: 1rem;
	background: #FFFFFF;
	padding: .6rem 4rem 2rem;
}
.ranking_block h3 {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center ;
}
.ranking_inner {
	margin-top: 1.4rem;
}
.ranking_block li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5rem;
}
.ranking_block li + li {
	margin-top: .8rem;
}
.ranking_block li img {
	width: 3.7rem;
}
.ranking_block li a {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ranking_block li a::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: .8rem solid #88afbe;
  border-right: 0;
	margin: 0 0 0 auto;
}
.ranking_block li a img {
	width: 3.6rem;
	margin-right: .5rem;
}
.ranking_block div div {
	display: flex;
	gap: 2rem;
	margin-top: 1.6rem;
}
.ranking_block dl {
	width: 14rem;
	display: flex;
	flex-direction: column;
	border: .3rem solid rgba(136, 175, 190, .5);
	border-radius: 1rem;
	padding: .6rem .8rem .9rem;
	position: relative;
}
.ranking_block dl + dl {
	border-color: rgba(204, 0, 51, .2);
}
.ranking_block dl::after {
	content: "";
	width: 2.6rem;
	height: 3.2rem;
	background: url(../img/icon_ranking04.png) no-repeat left top / 100% auto;
	position: absolute;
	left: .6rem;
	top: -1.2rem;
}
.ranking_block dt {
	color: #3C6F83;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.ranking_block dl + dl dt {
	color: #CC0033;
}
.ranking_block dd {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	word-break: break-all;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.ranking {
		padding: 3.4rem 0 4rem;
	}
	.ranking_ttl {
		font-size: 3rem;
		margin-bottom: 1.6rem;
	}
	.ranking_wrap {
		width: 33.5rem;
		gap: 1rem;
	}
	.ranking_block {
		width: 100%;
		padding: .6rem 1.9rem;
	}
	.ranking_block h3 {
		position: relative;
		cursor: pointer;
	}
	.ranking_block h3::before {
    content: "";
    position: absolute;
    width: .2rem;
    height: 1.3rem;
    background: #FCD500;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block;
  }
  .ranking_block h3::after {
    content: "";
    position: absolute;
    width: 1.3rem;
    height: .2rem;
    background: #FCD500;
    top: 50%;
    right: -.4rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    display: block;
  }
  .ranking_block.open h3::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
	.ranking_inner {
		padding-bottom: 1.4rem;
	}
	.ranking_block div div {
		justify-content: center;
		gap: .6rem;
	}
}

/*footer
----------------------------------------*/
.container-fluid {
	margin-top: 1rem;
}
.container-fluid > div {
	display: flex;
}
.container-fluid > div > div {
	height: 4px;
	width: 1px;
}
.container-fluid .bg-devider-blue {
	width: 60%;
	background: #88b0be;
}
.container-fluid .bg-devider-red {
	width: 10%;
	background: #d00f31;
}
.container-fluid .bg-devider-yellow {
	width: 30%;
	background: #fdd000;
}
footer .container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
@media (min-width: 576px) {
	footer .container {
		max-width:768px
	}
}
@media (min-width: 768px) {
	footer .container {
		max-width:768px
	}
}
@media (min-width: 992px) {
	footer .container {
		max-width:1024px
	}
}
@media (min-width: 1200px) {
	footer .container {
		max-width:1024px
	}
}
/* サイトマップエリア */
.sitemap_block {
	margin-top: 6px;
	background-color: #cadce0;
}
.sitemap_contents {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: flex;
	margin: 0px 32px;
	padding-top: 32px;
	padding-bottom: 14px;
}
.sitemap_contents_block_1 {
	flex: 1 1 336px;
	max-width: 336px;
}
.sitemap_contents_block_2 {
	flex: 1 1 336px;
	max-width: 336px;
	margin-left: 32px;
}
.sitemap_contents_block_3 {
	flex: 1 1 224px;
	max-width: 224px;
	margin-left: 40px;
}
.sitemap_title {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #1F7899;
	margin-bottom: 1em;
}
.sitemap_contents_title {
	margin-bottom: 2px;
	padding: 8px 0px 8px 8px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #5c5c5c
}
.sitemap_contents_link {
	border: 0;
	margin-bottom: 0px;
}
.bg-footer {
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: #cadce0;
	padding: 16px 0;
	margin: 2px 0 0;
	column-gap: 12px;
}
.bg-footer div {
	display: flex;
	justify-content: center;
	column-gap: 12px;
}
.bg-footer a {
	font-size: 12px;
}
.icn-logo-pc {
	display: none
}
#footer-copyright-area {
	text-align: center;
	padding: 24px 0 calc(32px + 5.5rem);
}
.footer-copyright {
	font-size: 14px;
	line-height: 14px;
	color: #949494;
}
@media screen and (min-width: 992px) {
	.icn-logo-pc {
		display:block;
		margin-bottom: 24px;
	}
	.icn-logo-pc img {
		width: 244px;
		margin: 0 auto;
	}
}
.icn-logo-sp {
	display: block;
	margin-bottom: 24px;
}
.icn-logo-sp img {
	width: 208px;
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
	.icn-logo-sp {
		display:none;
	}
}
@media screen and (max-width:768px) {
	.sitemap_contents {
		display: block;
		margin: 0px 16px;
		padding-top: 10px;
	}
	.sitemap_title {
		margin: 22px 0px 16px 0px;
	}
	.sitemap_contents_title {
		padding-bottom: 8px;
	}
	.sitemap_contents_block_2 {
		margin: 0px;
	}
	.sitemap_contents_block_3 {
		margin: 0px;
	}
	.bg-footer {
		flex-direction: column;
		row-gap: 10px;
	}
}

#page-top {
	position: relative;
}
#page-top-icon {
  position: fixed;
	right: 8px;
	bottom: 64px;
  z-index: 9999;
	border-radius: 50%;
	cursor: pointer
}
#page-top-icon img {
  width: 48px;
}
@media screen and (min-width: 992px) {
	#page-top-icon {
		right:calc(50% - 488px)
	}
}
#page-top-icon:hover {
	opacity: .7
}
#page-top-icon:active {
	opacity: .5;
	-webkit-box-shadow: inset 0 0 0 .2rem rgba(76,152,180,.5)!important;
	box-shadow: inset 0 0 0 .2rem rgba(76,152,180,.5)!important
}
/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity .5s, transform .5s;
}

.inview.show {
	opacity: 1;
	transform: none;
}