@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body {
	padding: 0;
	margin: 0;
}
img,video {
	width: 100%;
	border: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
a {
	text-decoration: none;
    color: #111;
}
.img {
	position: relative;
	line-height: 0;
}
.anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
.anim.ac {
	opacity: 1;
	transform: translate(0);
}

#interview {
	font-family: "noto-sans-cjk-jp", sans-serif;
	position: relative;
	font-size: 11px;
	line-height: 2.0;
}
#interview .center {
	text-align: center;
}
#interview .video {
	position: fixed;
	top: 0;
	left: 0;
}


@media only screen and (min-width: 769px)  {
	#interview {
		width: 100%;
		font-size: 12px;
	}
	#interview .video {
		position: sticky;
		width: 50%;
	}
}


/* contents
------------------------------------- */
#interview #contents {
	width: 100%;
    margin: 150vw auto 0%;
    position: relative;
    transition: 1s all 0s ease;
    background: #fff;
    padding-top: 5vw;
}


@media only screen and (min-width: 769px)  {
	#interview #contents {
		width: 50%;
		margin: 0;
        padding-top: 0;
		padding-bottom: 0;
	}
	#interview .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}	

/* 
------------------------------------- */
#interview #contents h3 {
	font-family: "vinila-extended", sans-serif;
    font-weight: 800;
    font-style: normal;
	line-height: 1.0;
    letter-spacing: .8px;
    font-size: 17px;
    margin: 0 0 4%;
	text-align: center;
}
#interview #contents .read {
	text-align: center;
    margin: 14% 0;
}
#interview #contents .read .ttl {
	font-family: "vinila-extended", sans-serif;
    font-weight: 800;
    font-style: normal;
	line-height: 1.0;
    letter-spacing: .8px;
    font-size: 16px;
    margin: 0 0 4%;
}
#interview #contents .read .ttl span {
    font-size: 10px;
    color: #9C9C9C;
    display: block;
    font-family: helvetica-lt-pro, sans-serif;
    margin-bottom: 1%;
}
#interview #contents .read .read_pic {
	display: block;
    width: 46%;
    margin: 10% auto 0;
}

#interview #contents .moreitem {
	width: 76%;
    text-align: center;
    padding: 3% 0;
    background: #111;
    margin: 12% auto 0;
}
#interview #contents .moreitem a {
	font-family: "vinila-extended", sans-serif;
    font-weight: 800;
    font-style: normal;
	line-height: 1.0;
    letter-spacing: .8px;
    font-size: 18px;
	color: #fff;
}
#interview #contents .moreitem a span {
	display: block;
	font-size: 66%;
    font-weight: 400;
	margin-top: 2%;
}

@media only screen and (min-width: 769px) {
	#interview #contents h3 {
		font-size: 23px;
		margin: 0 0 16px;
	}
	#interview #contents .read {
		font-size: 14px;
		padding-bottom: 60px;
	}
	#interview #contents .read .ttl {
		font-size: 23px;
	}
	#interview #contents .read .ttl span {
		font-size: 17px;
	}
	#interview #contents section .moreitem {
	    width: 480px;
        padding: 20px 0;
        margin: 0 auto 200px;
	}
	#interview #contents section .moreitem:last-of-type {
		margin: 40px auto 0px;
	}
	
}


/* section
------------------------------------- */
#interview #contents section {
	padding: 12% 0;
	background: #faf8f4;
}
#interview #contents section:nth-of-type(even) {
	background: #fff;
}
#interview #contents section .inner {
	width: 70%;
	margin: 0 auto;
}
#interview #contents section .inner .brand {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #111;
	margin-bottom: 8%;
	padding-bottom: 3%;
}
#interview #contents section .inner .brand img {
	width: 20%;
}
#interview #contents section:nth-of-type(2) .inner .brand img {
	width: 36%;
}
#interview #contents section:nth-of-type(3) .inner .brand img {
	width: 24%;
}
#interview #contents section:nth-of-type(4) .inner .brand img {
	width: 44%;
}
#interview #contents section:nth-of-type(5) .inner .brand img {
	width: 34%;
}
#interview #contents section .inner .brand span {
	display: block;
	font-size: 11px;
}
#interview #contents section .inner .text {
	margin: 8% auto 22%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#interview #contents section .inner .text .comment {
	width: 4%;
}
#interview #contents section .inner .text div:nth-of-type(2){
	width: 88%;
}
#interview #contents section .inner .text div:nth-of-type(2) h4 {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0 0 4%;
}
#interview #contents section .inner .text .credit {
	margin: 10% 0 0;
	color: #6b6b6b;
}
#interview #contents section .inner .text .credit .credit_text {
	width: 94%;
	display: flex;
	justify-content: space-between;
	    align-items: center;
	font-family: helvetica-lt-pro, sans-serif;
}
#interview #contents section .inner .text .credit .credit_text div {
	width: 80%;
}
#interview #contents section .inner .text .credit .credit_text a {
	width: 10%;
	color: #6b6b6b;
}

@media only screen and (min-width: 769px) {
	#interview #contents section .inner .brand span {
		font-size: 16px;
	}
	#interview #contents section .inner .text div:nth-of-type(2) {
		font-size: 14px;
	}
	#interview #contents section .inner .text div:nth-of-type(2) h4 {
		font-size: 20px;
	}
	#interview #contents section .inner .text .comment {
		width: 3%;
	}
	#interview #contents section .inner .text .credit {
		font-size: 14px;
	}
}


/* other
------------------------------------- */
#interview #contents section .other {
	display: flex;
    align-items: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 2%;
    padding: 0 0 4% 4%;

    /* スクロールバー常時表示 */
    overflow-y: hidden; /* 縦スクロールバーは出さない */
}

/* スクロールバーのデザイン統一（Windows/Mac共通） */
#interview #contents section .other::-webkit-scrollbar {
    height: 6px; /* 横スクロールバーの太さ */
}
#interview #contents section .other::-webkit-scrollbar-track {
    background: #eee;
}
#interview #contents section .other::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 2px;
}


#interview #contents section .other .other_item {
    flex: 0 0 40%;
    scroll-snap-align: start;
    flex-shrink: 0;
}
#interview #contents section .other .other_item img {
    width: 100%;
    display: block;
}
#interview #contents section .other .other_item span {
    display: block;
    font-size: 10px;
    margin-top: 4%;
    font-family: helvetica-lt-pro, sans-serif;
    padding-bottom: 6%;
	color: #111;
}

@media only screen and (min-width: 769px) {
    #interview #contents section .other .other_item {
        flex: 0 0 36%;
        flex-shrink: 0;
    }
}


/* bnr
------------------------------------- */
#interview #contents .bnr {
	width: 88%;
    margin: 22% auto 22%;
}
@media only screen and (min-width: 769px) {
	#interview #contents .bnr {
		width: 60%;
		max-width: 500px;
		margin: 120px auto 120px;
	}
}


/* hamburger
------------------------------------- */
.hamburger {
    position: fixed;
    top: 3%;
    right: 3%;
    width: 36px;
    z-index: 99999;
    cursor: pointer;
    transition: opacity 1s ease;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #111;
}
.hamburger span:nth-of-type(3) {
    width: 60%;
    align-self: flex-end;
}

/* drawer
------------------------------------- */
.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    transition: right 0.4s ease;
    overflow-y: auto;
}
.drawer.open {
    right: 0;
}
.drawer_inner {
    padding: 6% 8%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.drawer_head {
    position: relative;
}
.drawer_head img {
    width: 100%;
}
.drawer_head .logo-2 {
    width: 44%;
}
.drawer_close {
    position: absolute;
    width: 12%;
    top: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.drawer_nav {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.drawer_nav_main {
    margin-bottom: 16%;
}
.drawer_nav_main li {
    margin-bottom: 4%;
}
.drawer_nav_main li a {
    font-family: "vinila-extended", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1;
	display: flex;
    align-items: center;
}
.drawer_nav_main li span {
    font-size: 50%;
    margin-right: 2%;
}
.drawer_nav_sub {
	width: 93%;
    margin: 0 0 0 auto;
}
.drawer_nav_sub_title {
    font-family: "vinila-extended", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 6% 0;
    line-height: 1;
}
.drawer_nav_sub ul li {
    margin-bottom: 2%;
}
.drawer_nav_sub ul li a {
    font-size: 12px;
	font-weight: 300;
    color: #111;
    text-decoration: none;
    letter-spacing: 0.5px;
	font-family: helvetica-lt-pro, sans-serif;
}
.drawer_nav_sub ul li a span {
    font-size: 50%;
    margin-right: 2%;
}

/* drawer overlay */
.drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.drawer_overlay.open {
    opacity: 1;
    pointer-events: all;
}


/* footer_er
------------------------------------- */
#footer_er {
	position: relative;
	z-index: 999;
	background: #fff;
	padding-top: 4%;
	border-top: solid 1px #111;
	
}
#footer_er .f_logo {
	width: 44%;
    margin: 8% auto 4%;
}
#footer_er .footer_inner {
	width: 36%;
    margin: 0% auto 4%;
}
#footer_er .footer_inner .link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer_er .footer_inner .link a {
	color: #111;
	display: block;
	font-size: 10px;
	text-decoration: underline;
}
#footer_er .copy {
	font-size: 8px;
	text-align: center;
	padding: 2% 0;
	line-height: 1.0;
}

@media only screen and (min-width: 768px)  {
	#footer_er {
		padding-top: 60px;
	}
	#footer_er .footer_inner {
		width: 30%;
		max-width: 180px;
		margin: 0% auto 40px;
	}
	#footer_er .f_logo {
		width: 38%;
        max-width: 380px;
        margin: 20px auto 40px;
	}
	#footer_er .copy {
		padding: 10px 0;
	}
}
/* fade
------------------------------------- */
#interview .fade {
	opacity: 0;
	transition: 1.5s all 0s;
}
#interview .fade.ac {
	opacity: 1;
	transform: translate(0);
}

/* slide-in directions for sub_pic_2 and sub_pic_4 */
#interview .fade.slide-from-left {
	transform: translateX(-60px);
}
#interview .fade.slide-from-right {
	transform: translateX(60px);
}
#interview .fade.slide-from-left.ac,
#interview .fade.slide-from-right.ac {
	opacity: 1;
	transform: translateX(0);
}
#interview .fade.slide-from-left,
#interview .fade.slide-from-right {
    transition: 0.8s all 0s;
}
/* view
------------------------------------- */
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}