﻿@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/bg01-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;
}
#bg2.bg-wrap {
    background: url(../images/01/bg01-2.jpg);
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    line-height: 0;
}
#bg3.bg-wrap {
    background: url(../images/01/bg01-3.jpg);
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    line-height: 0;
}
#bg4.bg-wrap {
    background: url(../images/01/bg02.jpg);
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    line-height: 0;
}
#bg2.bg-wrap.fadein, #bg3.bg-wrap.fadein, #bg4.bg-wrap.fadein{
    opacity: 1;
}
#yokoku2 .bg-wrap {
    background: url(../images/02/bg01.jpg);
    background-size: cover;
    background-position: center center;
}
#yokoku3 .bg-wrap {
    background: url(../images/03/bg01.jpg);
    background-size: cover;
    background-position: center center;
}
header {
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}
header div {
    position: absolute;
}
#yokoku1 header h1 {
    position: absolute;
    top: 15vh;
    right: 5vw;
}
#yokoku1 header div {
    bottom: 0;
    left: 5vw;
}
header img {
    max-height: 100vh;
}
#yokoku2 header h1 {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(0, -50%);
}
#yokoku3 header h1 {
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
    text-align: center;
}
#yokoku3 header div {
    right: 7vw;
}

#contents_inner .yodogawa{
    padding: 110px 0;
}
#contents_inner .yodogawa > p a{
    color: #f5b216;
}
#yokoku1 #contents_inner .yodogawa > p a, 
#contents_inner .article p a{
    color: #d04718;
}
#yokoku2 #contents_inner {
    max-width: 1048px;
    margin: 100px auto 0;
}
#yokoku2 #contents_inner .yodogawa {
    background-color: rgba(208, 71, 24, .9);
    padding: 90px 0 50px;
    color: #fff;
}
#yokoku2 #contents_inner .yodogawa .index {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
}
#yokoku2 #contents_inner .yodogawa a.off {
    opacity: .7;
    pointer-events: none;
}
#contents_inner .yodogawa a {
    color: #fff;
}
#yokoku2 #contents_inner .yodogawa .index dl {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    padding-bottom: 50px;
    gap: 15px;
}
#yokoku2 #contents_inner .yodogawa .index dl .date {
    font-size: 1.7rem;
    padding-top: 0.5em;
    padding-left: 0.5em;
}
#yokoku2 #contents_inner .title {
    background-color: rgba(245, 178, 22, .9);
    padding: 65px 0;
}
#yokoku2 #contents_inner .title .title_inner{
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
}
#yokoku2 #contents_inner .title .title_inner h1{
    font-size: 3.5rem;
}
#yokoku2 #contents_inner .title .title_inner dl{
    display: flex;
    gap: 25px;
}
#yokoku2 #contents_inner .title .title_inner dl dt{
    padding-top: 45px;
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
}
#yokoku2 #contents_inner .title .title_inner dl dt span{
    font-size: 70%;
    display: inline-block;
    padding-right: 1.5em;
}
#yokoku2 #contents_inner .title .title_inner dl dd img {
    width: 94px;
}
#contents_inner p {
    max-width: 460px;
    margin: 0 auto;
}
#contents_inner .article{
    padding: 90px 0 40px;
    background-color: rgba(255, 255, 255, .9);
}
#contents_inner .article p{
    padding-bottom: 2.5em
}
#contents_inner .article div.img{
    max-width: 870px;
    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;
    display: inline-block;
}
#contents_inner .article sup{
    font-size: 60%;
}
#contents_inner .article p.date{
    text-align: center;
    line-height: 2;
    padding-top: 2.5em;
}

#contents_inner .article .article_nav {
    margin: 40px 0;
}
#yokoku3 #contents_inner .article .article_nav {
    margin: 0;
}
#yokoku3 #contents_inner .article .article_nav ul {
    padding-bottom: 2em;
}
#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;
}

.accordion_area{
    margin-left: 120px;
    margin-top: -20px;
    margin-bottom: 30px;
}
.accordion_title {
    position: relative;
    cursor: pointer;
    font-size:1.7rem;
    color: #d04718;
    transition: all .5s ease;
    display: inline-block;
}

.accordion_title::after{    
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #d04718 1px solid;
    border-right: #d04718 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: -1em;
    top: 0;
    bottom: 15%;
    margin: auto;
}
.accordion_title.close::after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #d04718 1px solid;
    border-right: #d04718 1px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: -1em;
    top: 7%;
    bottom: 0;
    margin: auto;
}
.accordion_box {
    display: none;
    padding-top: 0.5em;
    padding-bottom: 10px;
}
.accordion_box p {
    max-width: initial !important;
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: .04em;
}
@media (min-width: 769px){
    #yokoku2 header div {
        top: 9vh;
    }
    #yokoku3 #contents_inner .yodogawa p{
        position: absolute;
        bottom: 14vh;
        padding: 40px 5vw 40px 10vw;
        background-color: rgba(255,255,255,.7);
    }
    #yokoku4 #contents_inner .yodogawa p{
        position: absolute;
        right: 5vw;
        bottom: 12vh;
    }
    #yokoku5 #contents_inner .yodogawa p{
        position: absolute;
        top: 21vh;
        left: 10vw;
    }
    #yokoku6 #contents_inner .yodogawa p{
        position: absolute;
        top: 15vh;
        left: 6vw;
    }
}
@media (orientation: portrait) and (min-width: 641px){
    #bg1.bg-wrap, #bg2.bg-wrap, #bg3.bg-wrap {
        background-position: 40% bottom;
    }

}
@media screen and (max-width: 768px){
    #yokoku2 .bg-wrap {
        background: none;
    }
    #yokoku2 header {
        height: auto;
    }
    #yokoku2 header img {
        width: 100%;
    }
    #yokoku3 header h1 {
        top: 8vw;
        bottom: auto;
        right: 18vw;
        left: auto;
    }
    #yokoku3 header div {
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f5b216;
        width: 100vw;
        padding: 5vw 0;
        line-height: 0;
    }
    #yokoku3 header img {
        display: block;
        margin: 0 auto;
    }
    #contents_inner .article {
        padding: 40px 0;
    }
    #contents_inner .yodogawa {
        padding: 40px 5%;
    }
    #contents_inner .yodogawa > img {
        width: 100%;
    }
    #yokoku2 #contents_inner {
        margin: 0 auto;
    }
    #yokoku2 #contents_inner .yodogawa {
        padding: 15px 0;
    }
    #yokoku2 #contents_inner .yodogawa > p {
        padding: 25px 4vw 0;
    }
    #yokoku2 #contents_inner .yodogawa a img {
        width: 63.9px;
    }
    #yokoku2 #contents_inner .yodogawa .index {
        padding-top: 30px;
    }
    #yokoku2 #contents_inner .yodogawa .index dl {
        padding-bottom: 1em;
    }
    #yokoku2 #contents_inner .title .title_inner dl dd img {
        width: 63.9px;
    }
    #yokoku2 #contents_inner .title .title_inner dl dt {
        padding-top: 0;
    }
    .accordion_area {
        margin-left: 87px;
        margin-top: -24px;
        margin-bottom: 30px;
    }
    .accordion_box {
        margin-left: -80px;
    }
    #yokoku2 #contents_inner .title .title_inner h1 {
        font-size: 2rem;
    }
    #yokoku2 #contents_inner .title {
        padding: 25px 0;
    }
    #yokoku3 #contents_inner .yodogawa {
        background-image: none;
        height: auto;
        padding: 0;
    }
    #yokoku3 #contents_inner .yodogawa p {
        background-color: rgba(245,178,22,.9);
        padding: 2em 5%;
        max-width: 100%;
    }
    #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: 100%;
    }
    #contents_inner .article .article_nav{
        padding: 0 5%;
        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/01/bg01-1_sp.jpg);
        background-size: cover;
        background-position: center center;
        position: fixed;
        bottom: 0;
    }
    #bg2.bg-wrap {
        background: url(../images/01/bg01-2_sp.jpg);
        background-size: cover;
        background-position: center center;
    }    
    #bg3.bg-wrap {
        background: url(../images/01/bg01-3_sp.jpg);
        background-size: cover;
        background-position: center center;
    }    
    #bg4.bg-wrap {
        background: url(../images/01/bg02.jpg);
        background-size: cover;
        background-position: center center;
    }
    #yokoku1 header h1 {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100vw;
        text-align: center;
        background-color: #f5b216;
    }
    #yokoku1 header h1 img {
        width: 84.466vw;
        padding-top: calc(var(--vh, 1vh) * 7.5);
        padding-bottom: calc(var(--vh, 1vh) * 7.5);
    }
    #yokoku1 header div{
        top: 10vw;
        right: 10vw;
        left: auto;
        bottom: auto;
    }
    #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 */
#yokoku1 footer {
    background-color: rgba(245, 178, 22, .7);
}
#yokoku3 footer {
    background-color: rgba(255, 255, 255, .9);
}
footer .foot_common_link a {
    font-family: 'Midashi Go MB1', sans-serif;
}
@media (min-width: 769px){
    footer {
        text-align: center;
        position: relative;
        padding: 120px 0;
    }
    #yokoku3 footer {
        padding: 0 0 120px;
    }
    footer .foot_index {
        padding-bottom: 50px;
    }
    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-top: 50px;
        padding-bottom: 30px;
    }
    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: 14.6666666667vw;
        position: relative;
        z-index: 90;
    }
    #yokoku2 footer {
        background: url(/store/shinkuu/contents/readyme/images/02/bg01_sp.jpg);
        background-size: cover;
    }
    #yokoku3 footer {
        padding-top: 0;
    }
    footer img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        font-family: "object-fit: contain; object-position: center;";
    }
    footer .foot_index {
        margin-bottom: 10.6666666667vw;
    }
    footer .foot_index img{
        width: 134px;
    }
    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;
    }
}