﻿@charset "UTF-8";
/* Common */
@-webkit-keyframes DownAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(-150px);
                transform: translateY(-150px);
        }
        to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        }
    }
    @keyframes DownAnime {
        from {
        opacity: 0;
        -webkit-transform: translateY(-150px);
                transform: translateY(-150px);
        }
        to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
header #gnav.fixed {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
}
header {
    opacity: 0;
    position: fixed;
}
body.on header {
    opacity: 1;
}
main {
    margin-top: 0 !important;
    background-color: #7ECD9D;
}
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: 24px;
    color: #00271d;
    font-family: 'A1 Gothic R', 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;
    }
}
#mv img {
    width: 100%;
    height: auto;
}
#contents_inner a {
    font-family: 'A1 Gothic R', sans-serif;
    color: #d04718;
}
#contents_inner {
    max-width: 860px;
    background-color: rgba(255, 255, 255, .7);
    padding-top: 90px;
    margin: 100px auto;
}
#contents_inner .yodogawa .text {
    max-width: 460px;
    margin: 0 auto 50px;
}
#contents_inner .yodogawa .text .icon {
    height: 56px;
    vertical-align: sub;
}

#contents_inner .yodogawa .index {
    max-width: 520px;
    margin: 0 auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#contents_inner .yodogawa .index h2 {
    text-align: center;
}
#contents_inner .yodogawa .index h2 img {
    width: 381px;
    margin-top: 22px;
}
#contents_inner .yodogawa .index div{
    max-width: 412px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
#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: 18px;
    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 .yodogawa .prof {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 0 50px;
    border-top: 1px solid;
}
#contents_inner .yodogawa .prof > div {
    padding-left: 65px;
}
#contents_inner .yodogawa .prof > div p:first-child{
    padding-bottom: 8px;
}
#contents_inner .yodogawa .prof > div + div{
    padding-top: 70px;
}
#contents_inner .yodogawa .prof img {
    height: 78px;
}
#contents_inner .title {
    padding: 54px 0;
    text-align: center;
}
#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 {
    font-family: "Gothic Medium BBB", sans-serif;
    
}
#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 {
    height: 56px;
    margin-top: -10px;
}
#contents_inner .article div.img{
    max-width: 640px;
    margin: 0 auto;    
    padding: 1em 0 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: 525px;
    width: 85.333vw;
    margin: 0 auto 56px;
}
.prof-title {
    display: block;
    text-align: center;
    padding: 0 !important;
}
.prof-title img {
    height: auto !important;
    cursor: pointer;
}
.prof-title:after {
    content: "";
    display: block;
    background: url("../images/prof-btn.svg") no-repeat;
    background-size: contain;
    width: 28px;
    height: 17px;
    margin: 16px auto 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.prof.open .prof-title:after {
    transform: rotate(180deg);
}
.prof-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0 !important;
}
.prof.open .prof-content {
    max-height: 1400px;
}
.prof-content > div:first-of-type {
    padding-top: 30px;
}

@media (min-width: 821px){
    #contents_inner .article dl {
        display: flex;
        white-space: nowrap;
    }
    #contents_inner .article dl dt {
        width: 82px;
        padding-right: 1em;
        text-align: right;
    }
    #contents_inner .article dl dd {
        width: calc(100% - 82px);
    }
}
@media (max-width: 980px) {
    header #gnav .gnav_inner {
        height: auto;
    }
}
@media (max-width: 820px){
    #mv img {
        max-width: 100vw;
    }    
    #contents_inner .yodogawa > img {
        width: 100%;
    }
    #contents_inner {
        margin: 0 auto 100px;
        padding-top: 50px;        
    }
    #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: 26px 0 40px;
    }
    #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 (max-width: 640px){
    .bg-wrap {
        background: url(../images/bg-sp.webp);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    #contents_inner .yodogawa .prof > div {
        padding: 0 35px;
    }
    #contents_inner .yodogawa .prof > div + div {
        padding-top: 35px;
    }
    #contents_inner .yodogawa .index h2 img {
        width: 341px;
        margin-top: 26px;
    }
    #contents_inner .yodogawa .index div {
        max-width: 22em;
    }
    #contents_inner .yodogawa .index dl {
        display: block;
    }
    #contents_inner .yodogawa .index dl dd {
        padding-bottom: 4px;
    }
    .prof-title img {
        width: 288px;
    }
}