﻿@charset "UTF-8";
/* 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%;
}
a[target=_blank].blank:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}

html {
    font-size:62.5%;
    scroll-behavior: smooth;
} 
body {
    font-size: 1.5rem;
    line-height: 28px;
    color: #00271d;
    font-family: 'Gothic Medium BBB', sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}
@media (max-width: 768px){
    body {
        line-height: 26px;
    }    
    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none;
    }
}
.bg-wrap {
    background: url(../images/bg.webp);
    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;
}
#mv {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;    
}
#mv img {
    max-width: 986px;
    max-height: 80vh;    
}
#mv h1 {
    margin-top: -58px;
}
#contents_inner a {
    font-family: 'A1 Gothic R', sans-serif;
    color: #d04718;
}
#contents_inner {
    max-width: 750px;
    background-color: rgba(246, 246, 246, .7);
    padding-top: 124px;
    margin: 100px auto;
}
#contents_inner .yodogawa .text {
    max-width: 460px;
    margin: 0 auto 50px;
}
#contents_inner .yodogawa .text .icon {
    width: 44px;
    vertical-align: sub;
    padding-top: 10px;
}

#contents_inner .yodogawa .index {
    max-width: 520px;
    margin: 0 auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#contents_inner .yodogawa .index div{
    max-width: 290px;
    margin: 0 auto;
    padding: 54px 0 24px;
}
#contents_inner .yodogawa a.off {
    opacity: .5;
    pointer-events: none;
}
#contents_inner .yodogawa .index dl {
    font-family: 'A1 Gothic R', sans-serif;
    display: flex;
    font-size: 1.8rem;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
    padding-bottom: 50px;
    gap: 15px;
    white-space: nowrap;
}
#contents_inner .yodogawa .index a {
    color: currentColor;
}

#contents_inner .yodogawa .index dl .date {
    font-size: 1.4rem;
    padding-top: 0.5em;
    padding-left: 0.5em;
}
#contents_inner .title {
    padding: 54px 0;
}
#contents_inner .title h1{
    font-family: 'A1 Gothic R', sans-serif;
    font-size: 1.8rem;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
}
#contents_inner .title dl{
    width: max-content;
    margin: 0 auto;
}
#contents_inner .title dl dt{
    padding-top: 15px;
}
#contents_inner .article dl {
    max-width: 420px;
    margin: 0 auto 2em;
}
#contents_inner .title dl dd img {
    height: 30px;
}
#contents_inner .article dl dt img {
    width: 44px;
}
#contents_inner .article div.img{
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 2.5em;
}
#contents_inner .article div.img2{
    max-width: 620px;
    margin: 0 auto;
}
#contents_inner .article .last{
    padding-bottom: 6em !important;
}
#contents_inner .article div.img > img{
    padding-bottom: 1em;
}
#contents_inner .article div.img > img:last-of-type {
    padding-bottom: 0;
}
#contents_inner small{
    font-size: 1.2rem;
    line-height: 1.5;
}
#contents_inner .article sup{
    font-size: 60%;
}
#contents_inner .article p.date{
    text-align: center;
    line-height: 2;
    padding-top: 2.5em;
    font-size: 1.3rem;
}

#contents_inner .article .article_nav {
    margin: 40px 0;
}
#contents_inner .article .article_nav h2{
    text-align: center;
    padding: 5em 0 3em;
}
#contents_inner .article .article_nav ul{
    max-width: 500px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5em;
}
#contents_inner .article .article_nav ul li h3{
    font-size: 1.5rem;
    font-feature-settings: "palt";
    padding: 1em 0 0.5em;
}
#contents_inner .article .article_nav ul li span{
    font-size: 1.3rem;
    display: block;
}
#contents_inner .article .article_nav ul li a{
    color: #fff;
}

#contents_inner .disabled {
    visibility: hidden;
}
#banner {
    max-width: 750px;
    width: 85.333vw;
    margin: 0 auto 140px;
}
@media (min-width: 821px){
    #contents_inner .article dl {
        display: flex;
        white-space: nowrap;
    }
    #contents_inner .article dl dt {
        width: 68px;
    }
    #contents_inner .article dl dd {
        width: calc(100% - 68px);
    }
}
@media (max-width: 820px){
    #mv img {
        max-width: 100vw;
    }    
    #mv h1 {
        margin-top: -68px;
    }
    #contents_inner .yodogawa .index div {
        max-width: 86vw;
    }
    #contents_inner .yodogawa > img {
        width: 100%;
    }
    #contents_inner {
        margin: 0 auto 100px;
        padding-top: 30px;        
    }
    #contents_inner .yodogawa .text {
        padding: 0 7vw;
    }
    #contents_inner .yodogawa a img {
        height: 24px;
    }
    #contents_inner .yodogawa .index dl {
        padding-bottom: 1em;
    }
    #contents_inner .title {
        padding: 50px 7vw 30px;
    }
    #contents_inner .title dl {
        width: 100%;
    }
    #contents_inner .article dl {
        padding: 0 7vw;
    }
    #contents_inner .article dl dd {
        padding-top: 5px;
    }
    #contents_inner .article p {
        padding: 0 5% 25px;
    }
    #contents_inner .article .last {
        padding-bottom: 4em !important;
    }
    #contents_inner .article div {
        padding-bottom: 25px;
    }
    #contents_inner .article div.img {
        width: 87.47%;
    }
    #contents_inner .article .article_nav{
        padding: 0 5% 30px;        
        margin: 0;
    }
    #contents_inner .article .article_nav ul {
        padding-bottom: 0;
    }
    #contents_inner .article .article_nav ul li img{
        height: 80px;
    }
    #contents_inner .article div.title {
        padding-top: 40px;
    }
    #contents_inner .article p.date {
        padding: 25px 5%;
    }
}
@media screen and (max-width: 640px){
    .bg-wrap {
        background: url(../images/bg-sp.webp);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    #banner {
        margin-bottom: 116px;
    }    
}