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

/* CSS Document */
/* ==================================================
    BASE (RESET)FONT
================================================== */
html { font-size: 90%;}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color:#FFFFFF;
    font-weight: 400;
	font-size: 14px;
	font-feature-settings: "palt" 1;
	text-align: left;
	letter-spacing: 0.03em;
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
    overflow-x: hidden;
    color:#000;
    line-height:1.8;
}
.font {
    font-family:Helvetica, "sans-serif";
    font-weight: normal;
}
img {
    display: block;
    width: 100%;
    /* margin-bottom: 1em; */
}

/* ==================================================
    LINK
================================================== */
a { line-height: 1.2; text-decoration:none; }
a:link { color: #181F33; transition: .2s ease-in-out; }
a:visited { color: #181F33; }
a:hover { color:rgba(24,31,51,0.5);}
a:active { color: #181F33; }
a img { opacity:1.0; transition: .2s ease-in-out;}
a img:hover { opacity: .7 !important; }

/* ==================================================
    PC/SP 表示切り替え
================================================== */
.sp_only { }
.pc_only { display:none }
@media screen and (min-width:768px){
    .sp_only { display:none }
    .pc_only { display:block }
}
/* ==================================================
    OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }

/* ==================================================
    COMMON
================================================== */
.common-w {
    width:90%;
    margin: 0 auto;
}

/* ==================================================
   header
================================================== */
header {
    background-color:#e3e3e3;
    width: 100%;
}
header .top {
	width: 100%;
}
header .header_img {
}
header .header_logo {
	width: 70%;
	max-width: 450px;
	margin: 0 auto;
}
@media screen and (min-width:768px){
    header .top {
        max-width: 1024px;
        height: auto;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 3em 0;
        width: 92%;
    }
    header .header_img {
        width: 55%;
    }
    header .header_logo {
        width: 40%;
        max-width: none;
        margin: 0;
    }
}
/* ==================================================
   section - interview
================================================== */
.interview {
    padding-top:1.75em;
    background-color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:14.5px;
    color:#333;
    font-weight:400;
    line-height: 2.25;
}
.interview .sub-title,
.interview .context {
    width: 85%;
    margin-left:auto;
    margin-right:auto;
}
.interview .sub-title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin:.5em auto 2.5em;
    letter-spacing: 0.1em;
}
.interview .sub-title span {
    background-color:#888;
    display: inline-block;
    margin-left: 0.25em;
    height:1px;
    width:2.25em;
    position:relative;
    top:-0.3em;
}
.interview .context li {
	margin-bottom: 1.15em;
    }
.interview .context li img {
    margin-bottom: 1.5em;
}
.interview .context li.question {
    color: #aaa;
}
.interview .context li.question:before {
	content:" ";
	display:inline-block;
	width: 2em;
	margin-right:0.5em;
	height:0.3em;
	border-top:1px solid #ccc;
}
.interview .context li.answer:before {
    margin-right:0.25em;
    font-weight:600;
    font-size:15px;
	display:inline-block;
}
.interview .context li.answer.kenta:before {
    content:"宮本 ：";
	color:rgba(68,68,68,1.0);
}
.interview .context li.answer.kunimasa:before {
    content:"小田木 ：";
	color:rgba(70,84,35,0.7);
	color:rgba(90,110,40,1.0);
}
.interview .context li.answer.kunimasa {
    margin-bottom:3em;
}
.interview .context li.answer.kenta+.photo img {
    margin-top: 2.5em;
}
.interview .context li.credit {
}
.interview .context li.credit img {
    margin-bottom: 0.5em;
}
.interview .context li.credit div {
    margin-bottom: 2.25em;
}

@media screen and (min-width:768px){
    .interview {
        padding-top:4em;
        font-size:15.5px;
        margin-bottom:8em;
    }
    .interview .sub-title {
        max-width:710px;
        font-size:17px;
        margin-bottom:4em;
        line-height: 2.25;
        text-align: center;
    }
    .interview .context {
        max-width: 1024px;
    }
    .interview .context li {
    	margin-bottom: 1.5em;
    }
    .interview .context li img {
        margin-bottom: 1.75em;
    }
    .interview .context .right {
        float: left;
        width:41%;
        margin: .5em 3em 0 0;
    }
    .interview .context .left {
        float: right;
        width:41%;
        margin: .5em 0 0 3em;
    }
    .interview .context li.answer.kenta+.photo img {
        margin:0;
    }
    .interview .context li.answer.kunimasa.cb {
        margin-bottom:1.5em;
    }
    .interview .context li.cb::after {
        clear: both;
        display: table;
        content: '';
    }
}


/* ==================================================
   section - credit
================================================== */
.credit {
    text-align:center;
    clear: both;
}
.credit .eg_logo {
	width: 75%;
    max-width: 300px;
    padding-bottom:4.5em;
	margin: 0 auto;
}
.credit .info {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    padding:0 0 3em;
    }
.credit .info .introduction {
    margin-bottom:2.25em;
}
.credit .info .introduction .portrait {
    margin-bottom:1.15em;
}
.credit .info .introduction .text {
    line-height: 1.3;
    font-size: 14px;
}
.credit .info .introduction .text h4 {
    font-size: 15px;
    margin-bottom: 0.5em;
}
.credit .info .introduction .text h4 span {
    font-family:helvetica;
    font-size: 17px;
}
.credit .info .introduction .text div {
    font-size: 11.5px;
    line-height: 2;
    text-align: left;
}
.credit .store {
    margin-bottom:4em;
    font-size: 13px;
}
.credit .store h4 {
    font-family:helvetica;
    font-size: 15px;
    margin-bottom: 0.5em;
}
.credit .store .address {
    margin-bottom:1em;
}
.credit .store .insta {
    max-width: 25px;
    width: 30%;
    margin: 0 auto;
    }
.credit .store .insta a {
    opacity: 1.0;
    transition:0.3s;
    }
.credit .store .insta a:hover {
    opacity: 0.3;
    }
@media screen and (min-width:768px){
    .credit .eg_logo {
        max-width: 350px;
        padding-bottom: 3.5em;
    }
    .credit .info {
        max-width: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        margin: 0 auto 4em;
    }
    .credit .info .introduction {
        width: 46%;
    }
    .credit .introduction .text {
        line-height: 1.4;
    }
    .credit .store h4 {
        font-size: 17px;
    }
    .credit .store .address {
        margin-bottom:1.5em;
        font-size: 14px;
    }
}


/* ==================================================
   footer - store_address
================================================== */
footer {
    background-color:#2E2E2E;
    color: #FFFFFF;
    padding: 1.5em 0;
}
footer .footer-wrap .common-w {
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
footer .footer-wrap .copyright {
    display: flex;
    line-height: 1;
    font-family:helvetica;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}
footer .footer-wrap .copyright div {
    padding-top: 0.1em;
    margin-right: 0.25em;
    font-size: 14px;
}
/* scroll */
footer .footer-wrap .scroll-up {
    width: 2.5em;
    height: 2.5em;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,0.00);
    transition: 0.3s;
}
footer .footer-wrap .scroll-up:hover {
    border: 1px solid rgba(255,255,255,0.3);
    background-color:rgba(255,255,255,0.3);
    opacity: 0.5;
}
footer .footer-wrap .scroll-up a {
    display: flex;
    justify-content: center;
    opacity: 1.0;
    width:100%;
}
footer .footer-wrap .scroll-up a:after {
    content:"";
    display:block;
    transform: rotate(45deg);
    width: 1em;
    height: 1em;
    margin-top: 1em;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
@media screen and (min-width:768px){
   footer {
        margin-top: 3em;
    }
}

/* ==================================================
   Section / share-button
================================================== */
.share-button .common-w {
    padding-bottom: 5em;
}
.share-button ul {
    justify-content:center;
}
.share-button ul li a {
    margin: 0 0.25em;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 50%;
    border:#666 1px solid;
    line-height:1;
    width: 2.25em;
    height: 2.25em;
    background-color: transparent!important;
}
.share-button ul, .share-button ul li, .share-button ul li i {
    color:#666;
}
.share-button .fab,
.share-button .fa {
    text-align: center;
    font-size: 1.1em;
}
@media screen and (min-width:768px){
    .share-button ul li a {
        font-size:17px !important;
        width: 2.5em;
        height: 2.5em;
    }
 }