@charset "UTF-8";

/***
* root
**************************************/
:root {
	--windowW: 390;
	--winW: calc(100vw / var(--windowW));
}
@media screen and (min-width: 581px) {
	:root {
		--windowW: 1560;
		--winW: calc(100vw / var(--windowW));
	}
}
@media screen and (min-width: 1560px) {
	:root {
		--winW: 1px;
	}
}

.top-navi {
	font-size: calc(16/14 * 1em);
	margin-top: calc(70/1170 * 100%) !important;
	display: flex;
	justify-content: space-between;
}

.top-navi li {
	flex: 0 1 auto;
	width: calc(205/1170 * 100%);
}

.top-navi li a {
	width: 100%;
	width: block;
}

.top-navi li a:hover {
	text-decoration: none;
}

.top-navi li .image {
	max-width: 128px;
	margin: 0 auto;
}

.top-navi li .arrow_link {
	text-align: center;
	margin: 1em 0;
	position: relative;
}

.top-navi li .arrow_link:after {
    font-size: .9em;
    content: "";
    color: #666;
    vertical-align: middle;
    position: absolute;
	top: 50%;
    padding-left: .8em;
    margin-top: 0px;
    transform: translate(0, -50%);
    display: inline-block;
}

.top-navi li a:hover .arrow_link:after {
	color: #c3002f;
}

#pfa {
	overflow: hidden;
}

#pfa .pfa-slider .msg-on-pfa {
	width: calc(577/1500 * 100%);
	position: absolute;
	top: 0;
	right: calc(62/1500 * 100%);
	padding-top: calc(127/400 * 100%);
	/*left: calc(62/1500 * 100%);
	padding-top: calc(127/1500 * 100%);*/
}

.pfa-copy {
	margin-top: calc(60/1500 * 100%);
	text-align: center;
	font-size: 1.7em;
	line-height: 2;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
}

/** -------------------------------
 * movie
 */
#movie {
  padding-top: 14.385%;
}
#movies {
  padding-top: 0;
}
    /* content */
    #movie .content {
      margin-top: 4.736%;
    }
    #movies .content {
      margin-top: 4.736%;
      margin-bottom: 4.736%;
    }
    #movies .content .wrap {
      max-width: 800px;
      margin: auto;
    }
/*       #movie .content > .wrap {
        padding-top: 56.25%;
        background-image: url(../TOP_IMAGES/top_movie.jpg);
        background-repeat: no-repeat;
        background-size: cover;
      } */
    #movie .footer {
      margin-top: 5.263%;
    }
.movie_wrap {
     position: relative;
     padding-bottom: 56.25%; /*ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯” 16:9ã®å ´åˆã®ç¸¦å¹…*/
     height: 0;
     overflow: hidden;
}

.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.text-desc {
	text-align: center;
	position: absolute;
	bottom: -120px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

/** -------------------------------
 * service_list_ul
 */
.service_list {
	margin: 0 auto;
}

.service_list_ul {
	gap: calc(var(--winW) * 58);
	display:flex;
	flex-wrap: wrap;
	margin-top: calc(var(--winW) * 56);
}

.subtitle + .service_list_ul {
	margin: 0 0 calc(20 / 1170 * 100%);
}

.service_list_ul.service_list_ul_bottom {
	margin-top: calc(var(--winW) * 50);
}

/* .service_list_ul li {
	width: 100%;
} */
.service_list_sub_title {
	font-size: calc(var(--winW) * 18);
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color:#343434;
	margin-bottom: calc(var(--winW) * 8);
    min-height: calc(var(--winW) * 54); /* 2行の場合用 */
	display: flex; /* 2行の場合用 */
	align-items: flex-end; /* 2行の場合用 */
}
.service_list_title {
	font-size: calc(var(--winW) * 16);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	color:#000;
	margin: calc(var(--winW) * 10) 0;
}
.service_list_text {
	font-size: calc(var(--winW) * 16);
	letter-spacing: calc(10em / 100);
	line-height: calc(27 / 18);
	color:#000;
	margin: 0 !important; /* EV用カスタマイズ */
	min-height: calc(var(--winW) * 72); /* EV用カスタマイズ */
}

.service_list_ul li {
	width: calc(calc(100% - calc(var(--winW) * 117)) / 3); /* EV用カスタマイズ */
	height: calc(var(--winW) * 572); /* EV用カスタマイズ */
}
.service_list_ul.service_list_ul_bottom li  {
	height: calc(var(--winW) * 390); /* EV用カスタマイズ */
}
.service_list_ul li > a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service_list_img {
	position: relative;
}
.service_list_img .recommend {
	position: absolute;
	display: none;
	width: calc(var(--winW) * 60);
	left: calc(var(--winW) * 16);
	top: calc(var(--winW) * -8);
}

.service_list_item.open .service_list_img .recommend {
	display: block;
}

.service_list_item > a {
	transition: opacity 0.3s ease;
}
.service_list_item > a:hover {
	opacity: 0.6;
}

/** -------------------------------
 * bnr-wrap
 */

.service_list .bnr-wrap {
	margin: 0 auto;
	margin-top: calc(var(--winW) * 92);
	width: calc(var(--winW) * 990);
}

.service_list .bnr-wrap .bnr_txt {
    position: relative;
    display: table;
    font-size: calc(var(--winW) * 16);
    margin: 2em 0;
    padding: .65em 3.3em .65em 1.5em;
    background-color: #c3002f;
    border: 1px solid #c3002f;
    color: #fff;
	margin-left: auto;
    margin-right: auto;
}

.service_list .bnr-wrap .bnr_txt.right-arrow::after {
        content: "";
        position: absolute;
        right: 1em;
        top: 50%;
        display: block;
        width: 1.4em;
        height: 1.4em;
        margin-top: -0.7em;
        color: #fff;
        font-size: 1em;
}

.service_list .bnr-link {
	transition: opacity 0.3s ease;
}
.service_list .bnr-link:hover {
	opacity: 0.8;
}

/** -------------------------------
 * detail_link
 */

.detail_link {
	margin-top: calc(var(--winW) * 20);
	font-size: calc(var(--winW) * 13);
	letter-spacing: 0.1em;
	line-height: 1;
	color:#000;
	text-align:right;
	position: relative;
	padding-right: calc(var(--winW) * 16)
}

.detail_link::after {
	content: '';
	background-image: url(../IMAGES/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: calc(var(--winW) * 12);
	height: calc(var(--winW) * 12);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.detail_link {
	margin-top: calc(var(--winW) * 13) !important;
	margin-bottom: 0 !important;
	font-size: calc(var(--winW) * 16);
	line-height: calc(48 / 18);
	padding-right: calc(var(--winW) * 28)
}
.detail_link:after {
	width: calc(var(--winW) * 16);
	height: calc(var(--winW) * 16);
	right: calc(var(--winW) * 6);
	transform: translateY(-42%);
}
