﻿@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ol, ul {
    list-style: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    display: inline-block;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none;
}

/* Common */
a:hover {
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.spOnly {
    display: none;
}
.ff-b{
    font-family: 'Futo Go B101', sans-serif;
}
.ff-r{
    font-family: 'Gothic Medium BBB', sans-serif;
}
img {
    vertical-align: top;
    max-width: 100%;
}
html {
    font-size:62.5%;
    scroll-behavior: smooth;
} 
body {
    font-size: 1.7rem;
    color: #00271d;
    font-family: 'Gothic Medium BBB', sans-serif;
    line-height: 1.58;
    letter-spacing: .04em;
    overflow-x: hidden;
}
@media screen and (max-width: 768px){
    body{
        line-height: 1.466;
        font-size: 1.5rem;
    }
    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none;
    }
}
.bg-wrap {
    background: url(../images/01/bg_1.jpg);
    background-size: cover;
    background-position: center center;
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    line-height: 0;
}
#yokoku2 .bg-wrap {
    background: url(../images/02/bg_2.jpg);
    background-size: cover;
    background-position: center center;
}
#yokoku3 .bg-wrap {
    background: url(../images/03/bg_3.jpg);
    background-size: cover;
    background-position: center center;
}
header {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 12% 68% auto;
    place-items: center;
}
header h1 {
    position: absolute;
}
#yokoku2 header {
    grid-template-columns: 30% auto;
}
#yokoku2 header h1 {
    grid-area: 1 / 1 / 2 / 2;
    top: 40px;
}
#yokoku3 header h1 {
    top: 60px;
    left: 0;
}
header div{
    grid-area: 1 / 3 / 2 / 4;
    position: absolute;
    left: 0;
}
#yokoku3 header div {
    left: auto;
    bottom: 8vh;
}
header img {
    max-height: 100vh;
}
#yokoku2 header img {
    max-height: calc(100vh - 40px);
}
#contents_inner {
    max-width: 1048px;
    margin: 100px auto 250px;
}
#contents_inner .yodogawa{
    background-color: rgba(208, 71, 24, .9);
    color: #fff;
    padding: 90px 27%;
}
#contents_inner .yodogawa a{
    color: #fff;
}
#contents_inner .yodogawa a.off{
    opacity: .7;
    pointer-events: none;
}
#yokoku2 #contents_inner .yodogawa {
    background-color: rgba(0, 39, 29, .9);
    padding: 90px 0 50px;
}
#yokoku2 #contents_inner .yodogawa > p{
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
}
#yokoku2 #contents_inner .yodogawa .index {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
}
#yokoku2 #contents_inner .yodogawa .index dl{
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    padding-bottom: 50px;
}
#yokoku2 #contents_inner .yodogawa .index dl dt{
    padding-left: .5em;
}
#yokoku2 #contents_inner .yodogawa .index dl .date{
    font-size: 1.7rem;
    padding-top: .5em;
    padding-left: .5em;
}
#yokoku2 #contents_inner .article {
    padding: 0 0 40px;
}
#contents_inner .article{
    padding: 90px 0 40px;
    background-color: rgba(231, 231, 231, .9);
}
#contents_inner .article p{
    padding: 0 27% 40px;
}
#contents_inner .article div{
    text-align: center;
    padding-bottom: 50px;
}
#contents_inner .article div > img{
    padding-bottom: 1em;
}
#contents_inner .article div > img:last-of-type {
    padding-bottom: 0;
}
#contents_inner small{
    font-size: 1.2rem;
    line-height: 1.5;
    display: inline-block;
}
#contents_inner .article sup{
    font-size: 60%;
}
#contents_inner .article p.date{
    text-align: center;
    line-height: 2;
}
#contents_inner .article div.model {
    max-width: 600px;
    border: 1px solid;
    margin: 0 auto 60px;
    text-align: left;
    padding: 50px 0 0;
}
#contents_inner .article div.model dl{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#contents_inner .article .article_nav ul{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#contents_inner .article div.video-wrap {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#contents_inner .article div.video-wrap div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
#contents_inner .article div.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#contents_inner .disabled {
    visibility: hidden;
}
#contents_inner .article div.item {
    border-bottom: solid 1px;
    max-width: 600px;
    margin: 0 auto 60px;
    padding-bottom: 0;
}
#contents_inner .article div.item > div{
    padding-left: 75px;
    padding-bottom: 30px;
    text-align: left;
}
#contents_inner .article div.item > div h2{
    font-size: 1.5rem;
    margin-top: 60px;
    padding: 0.5em 0.6em 0.3em;
    display: inline-block;
    color: #d0d0ca;
    background-color: #00271d;
}
#contents_inner .article div.item > div ul{
    list-style: disc;
    margin: 1.5em 0 0 1em;
}
#contents_inner .article div.item > div ul li{
    font-size: 2rem;
    font-weight: bold;
}
#contents_inner .article div.prof {
    max-width: 600px;
    margin: 0 auto 100px;
    background-color: #f5b216;
}
#contents_inner .article div.prof > div,#contents_inner .article div.prof > h3{
    text-align: left;
    padding-left: 11%;
    padding-right: 11%;
}
#contents_inner .article div.prof > h3{
    padding-top: 50px;
    padding-bottom: 1em;
}
#contents_inner .article div.prof  > div{
    padding-bottom: 0;
}
#contents_inner .article div.model dl dt > div{
    position: relative;
    padding-bottom: 0;
}
#contents_inner .article div.model dl dt span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2em;
    display: block;
}
@media (min-width: 769px){
    #yokoku1 header h1 {
        position: absolute;
        bottom: 5.666vh;
        left: 0;
    }
    #yokoku2 header div {
        grid-area: auto;
        top: 7vh;
        left: initial;
        right: 4vw;
    }
    #contents_inner .article div.model dl {
        display: flex;
    }
    #contents_inner .article div.model dl dt{
        margin-right: 20px;
    }
    #contents_inner .article img.img-header2{
        padding-top: 100px;
    }
}
@media screen and (max-width: 1380px){
    #yokoku3 header h1 {
        left: -12vw;
    }
}
@media screen and (max-width: 1200px){
    #yokoku3 header {
        grid-template-columns: 12% 73% auto;
    }
    #yokoku3 header h1 {
        left: -24vw;
    }
}
@media screen and (max-width: 1024px){
    header div {
        left: auto;
    }
}
@media screen and (max-width: 1000px){
    #yokoku3 header h1 img{
        width: 90%;
    }
}
@media screen and (max-width: 960px){
    #yokoku2 header h1 img{
        width: 80%;
    }
}
@media screen and (max-width: 768px){
    .bg-wrap {
        background: url(../images/01/bg_1_sp.jpg);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    #yokoku2 .bg-wrap {
        background: url(../images/02/bg_2_sp.jpg);
        background-size: cover;
        background-position: center right;
        position: fixed;
        bottom: 0;
    }
    #yokoku3 .bg-wrap {
        background: url(../images/03/bg_3_sp.jpg);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    header {
        grid-template-rows: 85% auto;
        grid-template-columns: auto;
    }
    header div{
        position: relative;
        grid-area: 2 / 1 / 3 / 2;
    }
    #yokoku2 header {
        grid-template-columns: auto;
    }
    #yokoku1 header h1 {
        left: 0;
        top: 36px;
    }
    #yokoku2 header h1 img{
        width: initial;
    }
    #yokoku2 header h1 {
        grid-area: auto;
        top: 40px;
        left: 0;
    }
    #yokoku3 header h1 {
        top: 40px;
        left: 0;
    }
    #yokoku3 header h1 img {
        width: initial;
    }
    #yokoku3 header {
        grid-template-rows: 82% auto;
        grid-template-columns: auto;
    }
    #yokoku3 header div {
        bottom: auto;
        left: -4.3vw;
    }
    #contents_inner {
        margin: 0 auto 100px;
    }
    #contents_inner .article {
        padding: 40px 0;
    }
    #contents_inner .yodogawa {
        padding: 40px 5%;
    }
    #yokoku2 #contents_inner .yodogawa {
        padding: 40px 0 20px;
    }
    #yokoku2 #contents_inner .yodogawa .index {
        padding-top: 30px;
    }
    #yokoku2 #contents_inner .yodogawa .index dl {
        font-size: 1.8rem;
        padding-bottom: 25px;
    }
    #yokoku2 #contents_inner .yodogawa .index dl .date {
        font-size: 1.5rem;
    }
    #contents_inner .article p {
        padding: 0 5% 25px;
    }
    #contents_inner .article div {
        padding-bottom: 25px;
    }
    #contents_inner .article div.img {
        width: 90%;
        margin: 0 auto;
    }
    #contents_inner .article div.model {
        margin: 0 5% 20px;
        padding: 25px 0 0;
    }
    #contents_inner .article div.model dl {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    #contents_inner .article div.video-wrap {
        padding-bottom: 0;
        margin: 0 auto 20px;
    }
    #contents_inner .article .article_nav{
        padding: 0 5%;
    }
    #contents_inner .article .article_nav ul li img{
        height: 80px;
    }
    #contents_inner .article div.title {
        padding-top: 40px;
    }
    #contents_inner .article img.img-header{
        width: 100%;
    }
    #contents_inner .article div.item {
        margin: 0 5% 30px;
    }
    #contents_inner .article div.item > div {
        padding-left: 0;
        padding-bottom: 20px;
    }
    #contents_inner .article div.item > div h2 {
        margin-top: 25px;
    }
    #contents_inner .article div.prof {
        padding: 0 0 50px;
        margin: 0 auto;
    }
    #contents_inner .article div.prof > div, #contents_inner .article div.prof > h3 {
        padding-right: 6%;
        padding-left: 6%;
    }
    #contents_inner .article p.date {
        padding: 25px 5%;
    }
    #contents_inner .article div.model dl dt > div {
        text-align: left;
        display: inline-block;
        margin-bottom: 1em;
    }
    #contents_inner .article div.model dl dt span {
        left: auto;
        right: -5em;
        bottom: 0;
    }
}
@media screen and (max-width: 640px){
    #yokoku2 #contents_inner .yodogawa .index dl {
        font-size: 4.6vw;
        white-space: nowrap;
    }
    #yokoku2 #contents_inner .yodogawa .index dl .date {
        font-size: 3.8vw;
    }
    #contents_inner .article div.item > div ul li{
        font-size: 1.5rem;
        font-weight: normal;
    }
}
@media screen and (max-width: 320px){
    #yokoku3 header div {
        left: 0;
    }
}

/* footer */
footer .foot_common_link a {
    font-family: 'Midashi Go MB1', sans-serif;
}
@media (min-width: 769px){
    footer {
        text-align: center;
        padding-top: 95px;
        position: relative;
        z-index: 90;
    }
    footer .foot_link ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .foot_link ul li {
        margin-left: 15px;
        margin-right: 15px;
    }
    footer .foot_link ul li img {
        width: auto;
        height: 28.05px;
    }
    footer .foot_common_link {
        padding-bottom: 30px !important;
    }
    footer .foot_common_link ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .foot_common_link ul li {
        position: relative;
        font-size: 12px;
    }
    footer .foot_common_link ul li a {
        color: #00271d;
    }
    footer .foot_common_link ul li:after {
        content: '／';
        margin: 0 .25em;
        color: #00271d;
    }
    footer .foot_common_link ul li:last-of-type:after {
        content: none;
    }
    footer .copyright {
        width: 71.62px;
        height: 7.52px;
        margin: 0 auto;
    }
    footer img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        font-family: "object-fit: contain; object-position: center;";
    }
}
@media screen and (max-width: 768px){
    footer {
        text-align: center;
        padding-top: 14.6666666667vw;
        padding-bottom: 0;
        position: relative;
        z-index: 90;
    }
    footer img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        font-family: "object-fit: contain; object-position: center;";
    }
    footer .foot_link {
        margin-bottom: 10.6666666667vw;
    }
    footer .foot_link ul {
        margin-bottom: -2.6666666667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .foot_link ul li {
        margin: 0 1.3333333333vw;
        margin-bottom: 2.6666666667vw;
    }
    footer .foot_link ul li.tw {
        width: 18.8834666667vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.fb {
        width: 22.2437866667vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.mail {
        width: 21.772vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.store {
        width: 27.9206933333vw;
        height: 6.06888vw;
    }
    footer .foot_link ul li.home {
        width: 28.6557066667vw;
        height: 6.06888vw;
    }
    footer .foot_common_link {
        margin-bottom: 9.3333333333vw;
    }
    footer .foot_common_link ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .foot_common_link ul li {
        position: relative;
        font-size: 2.6666666667vw;
        line-height: 1.6827em;
    }
    footer .foot_common_link ul li a {
        color: #00271d;
    }
    footer .copyright {
        width: 17.2914133333vw;
        height: 1.8056266667vw;
        margin: 0 auto;
    }
}