/* Common */
body::before {
    background: url(../img/bg.png);
    background-size: 120px 100px;
    background-position: initial;
}
a:hover {
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
    opacity: .7;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
.banner a[target=_blank]:after {
    display: none;
}
.wrapper{
    color: #fff;
    padding: 0;
}
@media screen and (max-width: 768px){
    body{
        line-height: 1.5;
        font-size: 1.4rem;
    }
    body::before {
        background-size: 96px 80px;
    }
}

/* Main */
.main__title {
    max-width: 1078px;
    width: 90%;
    margin: 0 auto;
    padding-top: 38px;
}
.yodogawa {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 75px 0 45px;
    display: flex;
    justify-content: center;
}
.index{
    text-align: center;
}
#conv .index{
    padding: 20px 0;
}
.index h2{
    font-size: 2.1rem;
    padding: 50px 0 0;
    position: relative;
    display: inline-block;
    font-weight: normal;
}
.index h2::before{
    content: '';
    display: block;
    background: url(../img/illust1.png) no-repeat;
    background-size: contain;
    width: 99px;
    height: 99px;
    position: absolute;
    top: 5px;
    left: -65px;
}
.index hr, .container hr{
    border-top: 2px dotted #ffffff;
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
}
.index div.ttl a{
    color: #fff;
    display: inline-block;
}
.index div.ttl{
    font-size: 2.1rem;
    line-height: 1.3;
    padding: 100px 0 0;
}
.index div.ttl span{
    font-size: 1.4rem;
    font-family: 'Shuei MaruGo L', sans-serif;
    display: block;
    padding-top: 10px;
}
.index div.ttl p{
    position: relative;
}
.index div.ttl05{
    padding: 85px 0 60px;
}
.index div.ttl p:before{
    content: '';
    display: inline-block;
    width: 71px;
    height: 35px;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.index div.ttl01 p:before{
    background: url(../img/ttl_01.svg) no-repeat;
    background-size: contain;
}
.index div.ttl02 p:before{
    background: url(../img/ttl_02.svg) no-repeat;
    background-size: contain;
}
.index div.ttl03 p:before{
    background: url(../img/ttl_03.svg) no-repeat;
    background-size: contain;
}
.index div.ttl04 p:before{
    background: url(../img/ttl_04.svg) no-repeat;
    background-size: contain;
}
.index div.ttl05 p:before{
    background: url(../img/ttl_05.svg) no-repeat;
    background-size: contain;
}
.index div.ttl.off{
    opacity: .7;
    pointer-events: none;
}
.credit{
    padding-top: 40px;
    font-size: 1.1rem;
    line-height: 1.33;
}
.item .credit {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    padding-bottom: 40px;
}
.credit.talk {
    max-width: 750px;
    margin: 0 auto;
    text-align: right;
}
.item h2 {
    max-width: 23em;
    margin: 0 auto;
    display: block;
    font-size: 2.5rem;
    line-height: 1.64;
    font-feature-settings: "palt";
    letter-spacing: .14em;
    color: #000;
    padding-bottom: 24px;
    font-weight: normal;
}
.item h2 span {
    padding-bottom: 0;
    padding-top: 8px;
    font-size: 1.8rem;
}
.item h2 + .item__txt {
    color: #000;
    padding-bottom: 24px;
}
.swiper-container {
    max-width: initial;
}
.swiper-pagination {
    width: 99% !important;
}
.item__info {
    padding: 0 50px;
}
.item__info h3 {
    max-width: 324px;
    margin: 0 auto;
    padding-bottom: 0;
}
.item .date {
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 1.3rem;
}
.item .date span {
    font-size: 2rem;
}
.container .store {
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}
.container .store h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    padding-bottom: 0.5em;
}
.container .store dl {
    padding-top: 1em;
    line-height: 1.46;
}
.container .store dt {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .14em;
    border: 1px solid;
    display: inline-block;
    border-radius: 5px;
    padding: 0.1em 0.5em 0;
    margin-bottom: .5em;
}
.container .store dl a {
     color: #BA7A1A;
     text-decoration: underline;   
}
.item {
    margin: 40px auto 170px;
}
.items {
    padding: 0;
}
#second .wrapper{
    padding-bottom: 0;
}
#second .index{
    margin: 0 auto 25px;
}
@media screen and (min-width: 769px){
    .main__title .hobo {
        position: absolute;
        left: -30px;
        top: auto;
        bottom: 30px;
    }
    .main__title .logo {
        position: absolute;
        right: -85px;
        bottom: 30px;
    }
    .main__title .logo img {
        width: 150px;
    }
}
@media screen and (max-width: 768px){
    .index hr, .container hr {
        border-top: 2px dotted;
    }
    .main__title{
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 0;
    }
    .main__title .logo {
        display: none;
    }
    .yodogawa {
        padding: 20px 0 40px;
        font-size: 1.4rem;
    }
    .index{
        padding: 0;
    }
    .wrapper {
        padding-bottom: 40px;
    }
    #conv .index {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .index h2{
        padding: 40px 0 0;
    }
    .index h2:before{
        top: -15px;
    }
    .index h2 img{
        height: 70px;
    }
    .index hr{
        border-top: 2px dotted  #fff;
    }
    .index p.index_ttl {
        border-top: 2px dotted;
        border-bottom: 2px dotted;
        padding: 12px 0 10px;
    }
    .index p.index_ttl img{
        height: 55px;        
    }
    .index div.ttl{
        padding: 70px 0 0;
    }
    .index div.ttl05{
        padding: 60px 0 30px;
    }
    .index div.ttl p:before{
        top: -45px;
    }
    .item {
        margin: 0 auto 40px;
        background-color: rgba(255, 255, 255, .9);
    }
    .item h2 {
        letter-spacing: .05em;
        padding: 30px 0;
    }    
    .item h2 span {
        display: block;
    }
    .item__info {
        padding: 0 15px;
    }
    .item__info h3 {
        padding: 20px 0 40px;
    }
    .items {
        margin-top: 15px;
        padding: 10px 0 0;
    }
    .container .store h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .container .store {
        padding: 24px 0 20px;
    }
    #second .banner{
        width: 90%;
    }
    #conv > .swiper-container2 {
        opacity: 0;
        transition: all .5s;
    }
    #conv.active > .swiper-container2 {
        opacity: 1;
    }
    #conv > .swiper-container2 .swiper-wrapper {
        position: fixed;
        z-index: -1;
    }
    #conv > .swiper-container2 .swiper-slide {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #conv > .swiper-container:before {
        display: none;
    }
}
/* Conv */

@media screen and (min-width: 1280px){
    #conv .bg_l {
        position: fixed;
        top: 0;
        left: 0;
        background: url(../img/bg_l-01.png) no-repeat;
        background-size: 305px 870px;
        background-position: center center;
        content: '';
        display: block;
        width: 305px;
        height: 100%;
        opacity: 0;
        transition: all .5s;
        transition-delay: .5s; 
    }
    #conv .bg_r1 {
        position: fixed;
        top: 0;
        right: 0;
        content: '';
        display: block;
        width: 305px;
        height: 100%;
        background: url(../img/bg_r-01-1.png) no-repeat;
        background-size: 305px 870px;
        background-position: center center;
        opacity: 0;
        transition: all .5s;
    }
    #conv .bg_r2 {
        position: fixed;
        top: 0;
        right: 0;
        content: '';
        display: block;
        width: 305px;
        height: 100%;
        background: url(../img/bg_r-01-2.png) no-repeat;
        background-size: 305px 870px;
        background-position: center center;
        opacity: 0;
        transition: all .5s;
        transition-delay: 1s; 
    }
    #conv.active .bg_l, #conv.active .bg_r1, #conv.active .bg_r2{
        opacity: 1;
    }
    #conv.fadeout .bg_l, #conv.fadeout .bg_r1, #conv.fadeout .bg_r2{
        transition-delay: 0s !important; 
    }
}
#conv .index h2:before{
    top: -130px;
}
#conv .index h2{
    padding: 20px 0;
    font-weight: normal;
}
#conv .index div.ttl{
    padding: 105px 0 40px;
    max-width: 650px;
    margin: 0 auto;
    border-top: 3px dotted;
}
#conv .index div.ttl p:before{
    top: -45px;
}
.conv{
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: .08em;
    text-align: left;
}
.conv dl{
    max-width: 600px;
    margin: 0 auto 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.conv dt{
    width: 21%;
    padding: 0 5% 0 0;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.7;
}
.conv dd{
    width: 79%;
    line-height: 1.7;
}
.conv .image{
    width: 540px;
    margin: 0 auto 2em;
}
.conv .image p{
    text-align: right;
    font-size: 1.3rem;
}
.contenue{
  text-align: center;
  padding: 55px 0;
}
.conv a{
    display: inline;
}

.talk_nav {
    line-height: 0.5em;
}
.bd_t {
    border-top: 3px dotted;
}
.bd_b {
    border-bottom: 3px dotted;
}
.cls-2, .talk_nav svg .cls-1, .talk_nav svg .cls-2 {
    stroke: white;
}
.talk_nav .prev a:after {
    content: 'まえへ';
}
.talk_nav .index a:after {
    content: 'もくじページへ';
}
.talk_nav .next a:after {
    content: 'つぎへ';
}
.talk_nav .disabled {
    visibility: hidden;
}
#conv .talk_nav .index {
    padding:0;
    background-color: rgba(255,255,255,0);
}
@media screen and (max-width: 768px){
    #conv .index div.ttl {
        border-top: none;
    }
}
@media screen and (min-width: 641px){
   .talk_nav {
        max-width: 750px;
        margin: 0 auto;
        padding: 30px 0 20px;
    }
    .talk_nav ul {
        padding: 0 50px 20px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .talk_nav li a {
        padding: 0 0 15px 0;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
        position: relative;
    }
    .talk_nav ul img, .talk_nav ul svg {
        width: auto;
        height: 67px;
        opacity: 1 !important;
    }
   .talk_nav li a:after {
        margin: 0 0 0 2px;
        display: block;
        font-size: 12px;
        color: #fff;
        letter-spacing: .15em;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        bottom: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

}
@media screen and (max-width: 640px){
    #conv .index h2:before {
        top: -55px;
    }
    #conv .index div.ttl{
        padding: 80px 0 15px;
        border-top: 2px dotted;
    }
    #conv .index div.ttl p:before {
        top: -42px;
    }
    .item h2 {
        font-size: 6.4vw;
    }    
    .item h2 span {
        font-size: 4.6vw;
    }
    .credit{
        padding: 20px 0 0 !important;
        font-size: 1.1rem;
        text-align: center;
    }
    .conv{
        margin: 25px auto 0;
    }
    .conv dt{
        text-align: left;
        width: 3em;
        padding: 0;
    }
    .conv dd {
        width: calc(100% - 3em);
    }
    .contenue{
        padding: 25px 0 0;
    }
    .bd_t {
        border-top: 2px dotted;
    }
    .bd_b {
        border-bottom: 2px dotted;
    }
    .talk_nav {
        margin: calc(60 / 640 * 100vw) auto 0;
        padding: calc(30 / 640 * 100vw) 0 calc(45 / 640 * 100vw);
    }
    .talk_nav ul {
        max-width: 420px;
        padding: 0 5% 2px 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
    }
    .talk_nav ul img, .talk_nav ul svg {
        width: auto;
        height: calc(67 / 640 * 100vw);
        opacity: 1 !important;
    }
    .talk_nav li a {
        padding: 0 0 13px 0;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
        position: relative;
    }
    .talk_nav li a:after {
        margin: 0 0 0 2px;
        display: block;
        font-size: 10px;
        color: #fff;
        letter-spacing: .15em;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
/* Container */
.container {
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 640px){
    .conv .image{
        width: 100%;
    }
    .conv .image p{
        text-align: left;
    }    
    .container{
        width: 90%;
    }
    .item .item__txt {
        color: #7b312c;
    }
    .swiper-container {
        width: 100%;
    }
}