/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

:root {
	--font-zen-new: "Zen Kaku Gothic New",sans-serif;
	--font-zen-antique: "Zen Kaku Gothic Antique",sans-serif;
	--font-zen-old: "Zen Old Mincho",serif;
	--font-shippori: "Shippori Mincho B1",serif;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #fff;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: break-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
}

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

a:hover {
	opacity: 0.8;
}
a {
	color: #fff;
	transition: opacity 0.3s ease-out;
	display: block;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
#main {
	background: #00132e;
	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top.fixed {
    position: fixed !important;
}








/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    background: #969696;
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    background: #969696;
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}




/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    background: #EEECEB;
}
.main-sns.alter .ttl-sns{
    background: #EEECEB;
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}
.main-sns.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);

}

.main-channel.alter{
        padding: 8% 0;
    background: #EEECEB;
}
.main-channel.alter .ttl-channel{
    background: #EEECEB;
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}


#site-notice{
	margin: 2em 5.333%;
    font-size: 85%;
}


/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
	margin-top: 4em;
}
#sns-footer svg {
	width: 100%;
}
#sns-footer img {
	width: 100%;
}
#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/
#container {
    margin: auto;
    width: 100%;
    max-width: 750px;
}
#contents {
    margin: auto;
    font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size: 26px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
    font-feature-settings: "palt";
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#contents img {
    width: 100%;
}

/* --------- hbg --------- */
.hbg-btn {
	display: grid;
	width: 35px;
	height: 35px;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px 5px;
	place-content: center;
	gap: 4px;
	position: absolute;
	right: 15px;
	top: 0;
    margin-top: 15px;
	z-index: 1100;
	transition: .3s;
	&.open {
		translate: 0 -42px;
		.hbg-btn__border {
			&:first-child {
				rotate: 25deg;
				translate:  0 5px;
			}
			&:nth-child(2) {
				scale: 0 1;
				transform-origin: right;
			}
			&:last-child {
				rotate: -25deg;
				width: 24px;
				translate: 0 -5px;
			}
		}
	}
}

.hbg-btn.fixed {
  position: fixed;
}

.hbg-btn.fixed.open {
  translate: 0 0;
}

.hbg-btn__border {
	display: block;
	width: 24px;
	height: 1px;
	background: #fff;
	transition: .3s;
	&:last-child {
		width: 16px;
	}
}
.hbg {
	background: #00132e;
	position: fixed;
	inset: 0;
	z-index: 1000;
	padding-block: 62px 70px;
	font-family: var(--font-zen-new);
	overflow: scroll;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	&.open {
		opacity: 1;
		visibility: visible;
	}
}
.hbg__ttl--pc {
	display: none;
}
.hbg__ttl {
	margin-bottom: 30px;
}
.hbg__list {
	display: grid;
	gap: 33px;
	padding-bottom: 48px;
	margin-bottom: 44px;
	background: linear-gradient(#fff,#fff) no-repeat center bottom/154px 1px;
}
.hbg__list__link {
	display: block;
	text-align: center;
	&:has(.comingsoon) {
		pointer-events: none;
	}
	.comingsoon {
		opacity: .5;
	}
}
.hbg__list__num {
	width: fit-content;
	height: 8px;
	margin: 0 auto 9px;
	img {
		height: 100%;
		width: auto;
	}
}
.hbg__list__ttl {
	font-size: 16px;
	line-height: 1.8125;
	margin-bottom: 13px;
}
.hbg__list__name {
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.hbg__btn-wrapper {
	max-width: 163px;
	margin: 0 auto 61px;
}
.hbg__btn {
	display: block;
}
.hbg__back {
	display: block;
	width: 133px;
	margin-inline: auto;
}

/* --------- sec--lead --------- */
.sec--lead {
	padding-block: 40px 100px;
	background: url(../img/250925/bg_lead.webp) no-repeat center/100% 100%;
	text-align: center;
}
.sec--lead__txt {
	font-size: 13px;
	font-family: var(--font-zen-antique);
	line-height: 2;
	margin: 18px 0 48px;
}
.sec--lead__share__txt {
	font-size: 11px;
	font-family: var(--font-zen-new);
	line-height: 1;
    margin-top: 140px;
	margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    background: linear-gradient(#fff, #fff) no-repeat center top / 28px 1px;
}
.sec--lead__share__list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sec--lead__share__list__items {
	width: 40px;
}
.sec--lead__share__list__items__btn {
	display: block;
}
.sec--lead__box {
	width: 77.87%;
	margin-inline: auto;
	outline: 1px solid #00132e;
	outline-offset: 3px;
	background: #00132e;
	padding: 32px 23px 37px;
	font-family: var(--font-zen-new);
}
.sec--lead__box__catch {
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .065em;
	margin-bottom: 30px;
}
.sec--lead__box__inner {
	display: block;
	padding-inline: 13px 8px;
	text-align: left;
}
.sec--lead__box__img {
	margin-bottom: 20px;
}
.sec--lead__box__img-note {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	margin-top: 12px;
}
.sec--lead__box__ttl {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: .065em;
	margin-bottom: 5px;
}
.sec--lead__box__ttl__list {
	font-size: 12px;
	font-weight: 700;
	line-height: 2.08;
	margin-bottom: 32px;
}

/* --------- sec--interview --------- */
.sec--interview {
	padding-bottom: 149px;
}
.sec--interview__ttl {
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1.75;
	letter-spacing: .065em;
	text-align: center;
	margin-bottom: 40px;
	img {
		display: block;
		margin-bottom: 19px;
	}
}
.sec--interview__list {
	display: grid;
	gap: 3px;
}
.sec--interview__list__link {
	display: flex;
	flex-direction: column;
	aspect-ratio: 750/440;
	justify-content: space-between;
	padding: 28px 30px 18px;
	transition: .3s;
	position: relative;
	&:hover {
		background-size: 110% auto;
	}
	&.comingsoon {
		pointer-events: none;
	}
}
.sec--interview__list__link--01 {
	background: url(../img/250925/img_interview01.webp) no-repeat center/100%;
}
.sec--interview__list__link--02 {
	background: url(../img/250909/img_interview02.webp) no-repeat center/100%;
}
.sec--interview__list__link--03 {
	background: url(../img/250909/img_interview03.webp) no-repeat center/100%;
}
.sec--interview__list__num {
	display: block;
	width: 13px;
}
.sec--interview__list__ttl {
	font-size: 17px;
	font-family: var(--font-zen-old);
	line-height: 1.53;
	margin-bottom: 19px;
}
.sec--interview__list__name {
	font-size: 15px;	
	font-family: var(--font-zen-new);
	line-height: 1;
}
.sec--interview__list__name__job {
	margin-left: 11px;
	font-size: 11px;
}
.sec--interview__list__ico {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* --------- sec--future --------- */
.sec--future {
	padding-bottom: 101px;
	scroll-margin-top: 40px;
	border-bottom: 1px solid #fff;
}
.sec--future__ttl {
	margin-bottom: 41px;
}
.sec--future__content {
	background: url(../img/250909/bg_future.webp) no-repeat top center/100% auto;
	padding-top: 38px;
}
.sec--future__txt {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1.77;
	text-align: center;
	margin-bottom: 72px;
}
.sec--future__txt--large {
	font-size: 17px;
	line-height: 1;
	letter-spacing: .2em;
	margin-bottom: 19px;
}
.sec--future-plan__ttl {
	line-height: 1;
	margin-bottom: 32px;
}
.sec--future-plan__list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 47px 18px;
	width: 75.47%;
	margin: 0 auto 72px;
}
.sec--future-plan__list__link {
	display: block;
	font-size: 10px;
	font-weight: 700;
	font-family: var(--font-zen-antique);
	line-height: 1.71;

}
.sec--future-plan__list__img-wrapper {
	margin-bottom: 20px;
}
.sec--future-plan__list__btn {
	margin-top: 17px;
}
.sec--future__btn-wrapper {
	width: 75.47%;
	margin-inline: auto;
}
.sec--future__btn {
	display: block;
	margin-bottom: 18px;
}
.sec--future__btn-note {
	font-size: 10px;
	font-weight: 500;
	font-family: var(--font-zen-new);
	line-height: 1;
	text-align: center;
}

/* --------- sec--local --------- */
.sec--local {

	padding-bottom: 50px;
}
.sec--local__inner {
	width: 74.67%;
	margin-inline: auto;
}
.sec--local__lead-txt {
	margin-bottom: 45px;
}
.sec--local__txt {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1.77;
	text-align: center;
}
.sec--local__txt--01 {
	margin-block: 29px 40px;
	padding-bottom: 40px;
	background: linear-gradient(#fff,#fff) no-repeat center bottom/28px 1px;
}
.sec--local__txt--02 {
	margin-bottom: 24px;
}
.sec--local__btn {
	display: block;
	overflow: hidden;
	position: relative;
	&:hover .sec--local__btn__banner {
		scale: 1.1;
	}
}
.sec--local__btn__banner {
	transition: .3s
}
.sec--local__btn__ico {
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.sec--local__btn__ico--gold {
	bottom: 10px;
	right: 10px;
}


/* ------------------
	page-interview
------------------ */
.interview-content-inner {
	width: 76%;
	margin-inline: auto;
}

/* --------- interview-header --------- */
.interview-header {
	padding: 31px 20px 55px;
}
.interview-header__ttl--link {
	display: block;
	width: 207px;
}
.interview-header__ttl img {
	display: block;
}


/* --------- interview-content__mv --------- */
.interview-content__mv {
	position: relative;
	margin-bottom: 18px;
}
.interview-content__mv__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	inset: 0;
	padding-bottom: 53px;
}
.interview-content__mv__ttl {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font-zen-old);
	line-height: 1.72;
	text-align: center;
}

/* --------- interview-content__lead --------- */
.interview-content__lead {
	text-align: center;
	margin-bottom: 107px;
}
.interview-content__lead__ttl-wrapper {
	margin-bottom: 23px;
	font-family: var(--font-shippori);
}
.interview-content__lead__ttl--name {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 19px;
}
.interview-content__lead__ttl--job {
	font-size: 12px;
	font-weight: 600;
}
.interview-content__lead__txt {
	font-size: 12px;
	font-family: var(--font-zen-antique);
	line-height: 2.08;
	text-align: left;
	padding-bottom: 69px;
	margin-bottom: 44px;
	border-bottom: 1px solid #fff;
}
.interview-content__lead__movie-ttl {
	color: #d80b2a;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.interview-content__lead__movie {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 380/675;
	margin-inline: auto;
	border: 0;
}
.interview-content__lead__movie--smaller {
	aspect-ratio: 800/1203;
}

/* --------- interview-content__section --------- */
.interview-content__section {
	margin-bottom: 48px;
}
.interview-content__section__img {
	margin: 0 -15.79% 49px;
}
.interview-content__section__img--last {
	margin-block: 43px 0;
}
.interview-content__section__ttl {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1.9;
	letter-spacing: .045em;
	text-align: center;
	margin-bottom: 25px;
}
.interview-content__section__txt {
	font-size: 12px;
	font-family: var(--font-zen-antique);
	line-height: 2.08;
}
.interview-content__section__txt--poem-lead-txt {
	margin-bottom: 38px;
} 
.interview-content__section__txt--poem {
	font-size: 13px;
	font-weight: 600;
	font-family: var(--font-zen-old);
	line-height: 2;
}
/* --------- interview-content__popup --------- */
.interview-content__popup {
	margin-block: 96px 91px;
}
.interview-content__popup__ttl {
	font-size: 0;
	line-height: 1;
	margin-bottom: 39px;
}
.interview-content__popup__img {
	margin-bottom: 22px;
}
.interview-content__popup__img-note {
	font-size: 11px;
	font-weight: 500;
	font-family: var(--font-zen-new);
	margin-top: 10px;
}
.interview-content__popup__txt {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1.9;
	letter-spacing: .065em;
	margin-bottom: 8px;
}
.interview-content__popup__txt--02 {
	font-size: 12px;
	font-weight: 700;
	font-family: var(--font-zen-antique);
	line-height: 2.08;
	margin-bottom: 16px;
}

/* --------- interview-content__profile --------- */
.interview-content__profile {
	margin-bottom: 93px;
}
.interview-content__profile__bg {
	display: block;
	max-width: none;
	width: calc(100% + (15.79% * 2));
	margin: 0 -15.79% 25px;
}
.interview-content__profile__ttl {
	font-size: 0;
	line-height: 1;
	margin-bottom: 31px;
}
.interview-content__profile__img-wrapper {
	margin-bottom: 19px;
}
.interview-content__profile__img {
	display: block;
	margin-bottom: 35px;
}
.interview-content__profile__img-name {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1;
	text-align: center;
}
.interview-content__profile__img-name__job {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: 15px;
}
.interview-content__profile__txt {
	font-size: 12px;
	font-family: var(--font-zen-antique);	
	line-height: 2.08;
	letter-spacing: -.01em;
}

/* --------- interview-menu --------- */
.interview-menu {
	padding-bottom: 102px;
}
.interview-menu__ttl {
	font-size: 0;
	line-height: 1;
	margin-bottom: 25px;
}
.interview-menu__list {
	margin-bottom: 86px;
}
.interview-menu__list__link {
	display: block;
	padding-block: 25px;
	border-block: 1px solid #fff;
	position: relative;
	&.current .interview-menu__list__ico {
		rotate: -90deg;
	}
	&:last-child {
		border-bottom: 0;
	}
	&.comingsoon {
		pointer-events: none;
		& * {
			opacity: .5;
		}
	}
}
.interview-menu__list__num {
	height: 8px;
	margin-bottom: 12px;
	img {
		height: 100%;
		width: auto;
	}
}
.interview-menu__list__ttl {
	font-size: 12px;	
	font-family: var(--font-zen-antique);
	line-height: 2.08;
	margin-bottom: 17px;
}
.interview-menu__list__name {
	font-size: 10px;
	font-weight: 700;
	font-family: var(--font-zen-new);
	line-height: 1;
}
.interview-menu__list__ico {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 25px;
	right: 0;
}
.interview-menu__back {
	width: 194px;
	margin-inline: auto;
}

@media(min-width:750px) {
	#main {
		display: flex;
		flex-direction: row-reverse;
	}
	.content {
		width: calc(100% - 15.29vw);
		max-width: 750px;
		margin-left: 15.29vw;
		border-inline: 1px solid #fff;
	}

	/* --------- hbg --------- */
	.hbg-btn {
		display: none;
	}
	.hbg {
		flex: 1;
		width: calc(100% - calc(750px + 15.29vw));
		height: fit-content;
		max-height: 100dvh;
		position: sticky;
		top: 0;
		visibility: visible;
		opacity: 1;
		padding-block: 133px 66px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.hbg__ttl--pc {
		display: block;
		width: 85%;
		max-width: 432px;
		margin: 0 auto 63px;
	}
	.hbg__ttl {
		max-width: 460px;
		margin: 0 auto 37px;
	}
	.hbg__list {
		gap: 42px;
		background-size: 190px 1px;
		padding-bottom: 60px;
		margin-bottom: 52px;
	}
	.hbg__list__num {
		height: 10px;
		margin: 0 auto 12px;
	}
	.hbg__list__ttl {
		font-size: 21px;
		line-height: 1.71;
	}
	.hbg__list__name {
		font-size: 14px;
	}
	.hbg__btn-wrapper {
		max-width: 201px;
		margin-bottom: 73px;
	}
	.hbg__back {
		width: 164px;
	}

	/* --------- sec--lead --------- */
	.sec--lead {
		padding-block: 90px 232px;
	}
	.sec--lead__txt {
		font-size: 26px;
		margin: 36px 0 87px;
	}
	.sec--lead__share__txt {
		font-size: 21px;
		margin-bottom: 40px;
        padding-top: 58px;
        background-size: 56px 1px;
	}
	.sec--lead__share__list {
		gap: 40px;
	}
	.sec--lead__share__list__items {
		width: 80px;
	}
	.sec--lead__box {
		outline: 2px solid #00132e;
		padding: 64px 46px 74px;
	}
	.sec--lead__box__catch {
		font-size: 32px;
		margin-bottom: 60px;
	}
	.sec--lead__box__inner {
		padding-inline: 26px 16px;
	}
	.sec--lead__box__img {
		margin-bottom: 40px;
	}
	.sec--lead__box__img-note {
		font-size: 21px;
		margin-top: 24px;
	}
	.sec--lead__box__ttl {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.sec--lead__box__ttl__list {
		font-size: 24px;
		margin-bottom: 64px;
	}

	/* --------- sec--interview --------- */
	.sec--interview {
		padding-bottom: 298px;
	}
	.sec--interview__ttl {
		font-size: 32px;
		margin-bottom: 78px;
		img {
			margin-bottom: 38px;
		}
	}
	.sec--interview__list {
		gap: 6px;
	}
	.sec--interview__list__link {
		padding: 56px 60px 36px;
	}
	.sec--interview__list__num {
		display: block;
		width: 26px;
	}
	.sec--interview__list__ttl {
		font-size: 34px;
		margin-bottom: 37px;
	}
	.sec--interview__list__name {
		font-size: 30px;	
	}
	.sec--interview__list__name__job {
		margin-left: 21px;
		font-size: 21px;
	}
	.sec--interview__list__ico {
		width: 50px;
		height: 50px;
		bottom: 30px;
		right: 30px;
	}

	/* --------- sec--future --------- */
	.sec--future {
		scroll-margin-top: 80px;
		padding-bottom: 202px;
	}
	.sec--future__ttl {
		margin-bottom: 82px;
	}
	.sec--future__content {
		padding-top: 76px;
	}
	.sec--future__txt {
		font-size: 30px;
		margin-bottom: 143px;
	}
	.sec--future__txt--large {
		font-size: 34px;
		margin-bottom: 36px;
	}
	.sec--future-plan__ttl {
		margin-bottom: 65px;
	}
	.sec--future-plan__list {
		gap: 94px 36px;
		width: 75.47%;
		margin-bottom: 144px;
	}
	.sec--future-plan__list__link {
		font-size: 21px;
	}
	.sec--future-plan__list__img-wrapper {
		margin-bottom: 32px;
	}
	.sec--future-plan__list__btn {
		margin-top: 24px;
	}
	/* .sec--future__btn-wrapper {
		width: 75.47%;
		margin-inline: auto;
	} */
	.sec--future__btn {
		margin-bottom: 30px;
	}
	.sec--future__btn-note {
		font-size: 21px;
	}

	/* --------- sec--local --------- */
	.sec--local {
		padding-bottom: 100px;
	}
	.sec--local__inner {
		width: 74.67%;
		margin-inline: auto;
	}
	.sec--local__lead-txt {
		margin-bottom: 90x;
	}
	.sec--local__txt {
		font-size: 30px;
	}
	.sec--local__txt--01 {
		margin-block: 59px 68px;
		padding-bottom: 58px;
		background-size: 56px 1px;
	}
	.sec--local__txt--02 {
		margin-bottom: 47px;
	}
	.sec--local__btn__ico {
		width: 50px;
		height: 50px;
		bottom: 30px;
		right: 30px;
	}
	.sec--local__btn__ico--gold {
		bottom: 20px;
		right: 20px;
	}

	/* ------------------
		page-interview
	------------------ */

	/* --------- interview-header --------- */
	.interview-header {
		padding: 62px 40px 110px;
	}
	.interview-header__ttl--link {
		display: block;
		width: 414px;
	}

	/* --------- interview-content__mv --------- */
	.interview-content__mv {
		position: relative;
		margin-bottom: 36px;
	}
	.interview-content__mv__inner {
		padding-bottom: 98px;
	}
	.interview-content__mv__ttl {
		font-size: 36px;
	}

	/* --------- interview-content__lead --------- */
	.interview-content__lead {
		margin-bottom: 213px;
	}
	.interview-content__lead__ttl-wrapper {
		margin-bottom: 44px;
	}
	.interview-content__lead__ttl--name {
		font-size: 48px;
		margin-bottom: 39px;
	}
	.interview-content__lead__ttl--job {
		font-size: 24px;
	}
	.interview-content__lead__txt {
		font-size: 24px;
		padding-bottom: 138px;
		margin-bottom: 88px;
	}
	.interview-content__lead__movie-ttl {
		font-size: 28px;
		margin-bottom: 60px;
	}

	/* --------- interview-content__section --------- */
	.interview-content__section {
		margin-bottom: 96px;
	}
	.interview-content__section__img {
		margin: 0 -15.79% 99px;
	}
	.interview-content__section__img--last {
		margin-block: 86px 0;
	}
	.interview-content__section__ttl {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.interview-content__section__txt {
		font-size: 24px;
	}
	.interview-content__section__txt--poem-lead-txt {
		margin-bottom: 76px;
	} 
	.interview-content__section__txt--poem {
		font-size: 26px;
	}

	/* --------- interview-content__popup --------- */
	.interview-content__popup {
		margin-block: 193px 186px;
	}
	.interview-content__popup__ttl {
		margin-bottom: 78px;
	}
	.interview-content__popup__img {
		margin-bottom: 44px;
	}
	.interview-content__popup__img-note {
		font-size: 21px;
		margin-top: 19px;
	}
	.interview-content__popup__txt {
		font-size: 30px;
		margin-bottom: 16px;
	}
	.interview-content__popup__txt--02 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	/* --------- interview-content__profile --------- */
	.interview-content__profile {
		margin-bottom: 186px;
	}
	.interview-content__profile__bg {
		margin: 0 -15.79% 50px;
	}
	.interview-content__profile__ttl {
		margin-bottom: 62px;
	}
	.interview-content__profile__img-wrapper {
		margin-bottom: 38px;
	}
	.interview-content__profile__img {
		margin-bottom: 70px;
	}
	.interview-content__profile__img-name {
		font-size: 30px;
	}
	.interview-content__profile__img-name__job {
		display: block;
		font-size: 24px;
		margin-top: 30px;
	}
	.interview-content__profile__txt {
		font-size: 24px;
	}

	/* --------- interview-menu --------- */
	.interview-menu {
		padding-bottom: 204px;
	}
	.interview-menu__ttl {
		margin-bottom: 50px;
	}
	.interview-menu__list {
		margin-bottom: 172px;
	}
	.interview-menu__list__link {
		padding-block: 50px;
	}
	.interview-menu__list__num {
		height: 16px;
		margin-bottom: 24px;
	}
	.interview-menu__list__ttl {
		font-size: 24px;	
		margin-bottom: 34px;
	}
	.interview-menu__list__name {
		font-size: 21px;
	}
	.interview-menu__list__ico {
		width: 48px;
		height: 48px;
		bottom: 50px;
	}
	.interview-menu__back {
		width: 386px;
	}
}

@media (max-width:1440px) {
	#main {
		justify-content: start;
	}
}

@media (min-width:1200px) and (max-width:1440px) {
	.content {
		margin-left: 50px;
	}
}

@media(min-width:750px) and (max-width:1200px) {
	.hbg-btn {
		display: grid;
	}
	.hbg {
		width: 100%;
		height: 100dvh;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		transition: 0s;
	}
}

/* --------- phase2 --------- */
.mb30 {
    margin-bottom: 4vw;
}

.mb50 {
    margin-bottom: 5.33vw;
}

.mb80 {
    margin-bottom: 10.66vw;
}

.blog.sec--future-plan__list {
        gap: 37px 18px;;
}

.blog .sec--future-plan__list__img-wrapper {
	margin-bottom: 15px;
}

.blog .sec--future-plan__list__btn {
    margin-top: 12px;
}

.blog.sec--future__txt {
    line-height: 1.7;
}

.blog .sec--future-plan__list__link {
    font-size: 12px;
	text-align: left;
}

.sec--moon__btn {
    text-align: center;
}

.sec--moon__btn img {
    height: 3.2vw;
    width: auto;
    margin: 0 auto 23.333vw;
}

.season .sub {
    margin: 0 auto 3vw;
    text-align: center;
    width: 32vw;
}

.season_img {
    margin-bottom: 10.66vw;
}

.workshop {
    margin: 33vw auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.workshop figure {
    width: 75.466vw;
    height: auto;
    text-align: center;
}

.event dl {
    width: 75.47%;
    margin-inline: auto;
    display: flex;
    gap: 25px;
    margin-bottom: 45px;
}

.event dl dt {
    width: 46px;
}

.event dl dd {
    flex: 1;
}

.event .sec--future__txt--large {
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 0;
    position: relative;
    width: 100%;
    height: 38.53vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event .sec--future__txt--large::after {
    content: "";
    display: inline-block;
    background: url(../img/250916/map.webp) no-repeat;
    background-size: contain;
    width: 49.2vw;
    height: 38.53vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event_ttl {
    font-size: 12px;
}

.kome {
    color: #d80b2a;
    font-size: 80%;
}

.kome--finish {
	color: #fff;
	font-size: inherit;
	margin-block: 10px;
}

.present {
    width: 75.47%;
    margin-inline: auto;
    margin-top: 190px;
    margin-bottom: 130px;
}

.double_line {
  width: 100%;
  display: inline-block;
  padding: 20Vw 6.666vw 6.666vw;
  box-shadow: 0 0 0 1px #d80b2a, 0 0 0 6px #00132e, 0 0 0 8px #d80b2a;
    position: relative;
}

.double_line h2 {
    position: absolute;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
}
.present P {
   font-size: 13px; 
    line-height: 2.0;
    letter-spacing: 0;
    text-align: center;
	font-family: var(--font-zen-new);
	font-weight:bold;
}

.present P.day {
   font-size: 16px; 
    /* セレクタ名はてきとう */
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(216, 11, 4, 0.3); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.present P.small {
   font-size: 10px; 
}

.sec--future {
    border-top: 1px solid #fff;
    padding-top: 40px;
}

.mv {
    position: relative;
}
/* .mv::after {
	content: "";
    display: inline-block;
    background: url(../img/250916/mv_line.webp) no-repeat;
    background-size: contain;
    width: 4px;
    height: 30vh;
    position: absolute;
    bottom: 0;
    left: 50%;
} */
.mv__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 1;
    width: 100%;
}

.sec--lead {
    position: relative;
    margin-top: -71px;
}

.season .sec--future__txt {
    font-size: 19px;
}

.double_line h2 img {
    width: 21.733vw;
}

.sec--lead__txt span {
    font-size: 12px;
    line-height: 1.8;
    display: block;
}

.sec--interview .sec--lead__txt {
    text-align: center;
    margin: 0 0 75px;
}

@media(min-width:750px) {
    .mb30 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 50px;
    }
    
    .mb80 {
        margin-bottom: 80px;
    }
    
    .blog.sec--future-plan__list {
            gap: 60px 36px;
    }
    
    .blog .sec--future-plan__list__img-wrapper {
            margin-bottom: 25px;
        }
    
    .blog .sec--future-plan__list__btn {
            margin-top: 19px;
    }
    
    .blog .sec--future-plan__list__link {
        font-size: 24px;
    }
    
    .sec--moon__btn img {
        height: 24px;
        width: auto;
        margin: 0 auto 250px;
    }
    
    .season .sub {
        width: 240px;
        margin: 0 auto 45px;
    }
    
    .season_img {
        margin-bottom: 80px;
    }
    
    .workshop {
        margin: 250px auto;
        display: flex;
        justify-content: center;
    }

    .workshop figure {
        width: 566px;
        height: auto;
        text-align: center;
    }
    
    .event .sec--future__txt--large {
        font-size: 38px;
    }
    
    .event .sec--future__txt--large {
        height: 289px;
    }
    
    .event .sec--future__txt--large::after {
        width: 369px;
        height: 289px;
    }
    
    .event_ttl {
        font-size: 24px;
    }
    
    .event dl {
        gap: 50px;
        margin-bottom: 50px;
    }
    
    .event dl dt {
        width: 92px;
    }
    
    .present {
        margin-top: 380px;
        margin-bottom: 260px;
    }
    
    .present P {
       font-size: 26px; 
    }
    
    .present P.day {
       font-size: 32px; 
    }

    .present P.small {
       font-size: 20px; 
    }
    .sec--future {
        padding-top: 80px;
    }
    .sec--lead {
        position: relative;
        margin-top: -142px;
    }
    
    .season .sec--future__txt {
        font-size: 38px;
    }
    .double_line h2 {
        position: absolute;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .double_line {
      width: 100%;
      display: inline-block;
      padding: 150px 50px 50px;
      box-shadow: 0 0 0 1px #d80b2a, 0 0 0 6px #00132e, 0 0 0 8px #d80b2a;
        position: relative;
    }
	/* .mv::after {
        height: 40vh;
        bottom: 70px;
	} */
	.double_line h2 img {
		width: 100%;
	}
    
    .sec--lead__txt span {
        font-size: 21px;
    }
    
    .sec--interview .sec--lead__txt {
        margin: 0 0 150px;
    }
}

.scroll-border{
	position: absolute;
	left: 50%;
    background:rgba(255,255,255,0.4);
	bottom: 0;
	width: 1.9px;
	height: 22vh;
	overflow: hidden;
}
.scroll-border::before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    animation: scrollbar 3.0s ease-in-out infinite;
    margin: auto;
}
@media(min-width:750px) {
	.scroll-border{
        height: 25vh;
        bottom: 70px;
	}
}
@keyframes scrollbar {
	0% {
	  height: 0;
	  top: 0;
	}
	30% {
	  height: 30%;
	}
	100% {
	  top: 100%;
	}
  }

#main {
    position: relative;
}

.mens {
    margin: min(33vw,248px) auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mens h3 {
    line-height: 1.5;
}

.mens figure {
    width: 75.466vw;
    height: auto;
    text-align: center;
}

@media(min-width:750px) {
	.mens figure {
        width: 566px;
        height: auto;
    }
    
    .mens figure img {
        width: 100%;
        height: auto;
    }
}