/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}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:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* Common */
ul {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.link ul span:hover {
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.link ul span {
    cursor: pointer;
}
a.btn,
.link ul span {
    font-family: 'A1 Gothic L', serif;
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 18px;
    font-size: 1.4rem;
    letter-spacing: .02rem;
    width: 170px;
    text-align: center;
    display: inline-block;
}
.spOnly {
    display: none;
}
html {
    font-size:62.5%;
}
body {
    font-size: 1.7rem;
    color: #000000;
    font-family: 'A1 Gothic B', serif;
    line-height: 2;
    background-color: #a1a1a1;
}
h2 {
    line-height: 1.58;
}
.wrapper {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    background-color: #e0e0e0;
    border-right: solid 10px;
    border-left: solid 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    img {
        width: 100%;
    }
    .spOnly {
        display: block;
    }
    .pcOnly {
        display: none;
    }
    a.btn,
    .link ul span {
        font-size: 1.2rem;
        width: 136px;
    }
    .wrapper {
        border-right: solid 5px;
        border-left: solid 5px;            
    }
}
@media screen and (max-width: 640px){
    body {
        font-size: 1.4rem;
    }
    /* br {
        display: none;
    } */
    .sp-br {
        display: block;
    }
    h2 {
        font-size: 1rem;
        letter-spacing: 0;
    }
}
/* TOP */
.top {
    position: relative;
}
.top_img {
    height: 0;
    background: url(../images/bg_pc.jpg) 0 0 no-repeat;
    padding-top: 150%;
    background-size: contain;
}
.top .title01 {
    position: absolute;
    right: 2%;
    top: 25%;
    width: 12.1vw;
    opacity: 0;
    transition: opacity 1s ease 1s;
}
.top .title02 {
    position: absolute;
    left: 2.5%;
    top: 25%;
    width: 12.3vw;
    opacity: 0;
    transition: opacity 1s ease 2s;
}
.top .stamp {
    position: absolute;
    right: 11.5%;
    top: 56%;
    width: 12.6vw;
    opacity: 0;
    transition: opacity 1s ease 4s;
}
.top .yodogawa {
    position: absolute;
    top: 64.666%;
    right: calc((100% - 45%)/2);
    width: 45%;
    border: solid 6px;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    box-sizing: border-box;
    padding: 1em 0;
    letter-spacing: .05rem;
    opacity: 0;
    transition: opacity 1s ease 3s;
}
.top.show .title01 {
    opacity: 1;
}
.top.show .title02 {
    opacity: 1;
}
.top.show .stamp {
    opacity: 1;
}
.top.show .yodogawa {
    opacity: 1;
}
@media screen and (max-width: 768px){
    .top_img {
        height: 0;
        background: url(../images/bg_sp.jpg) 0 0 no-repeat;
        padding-top: 150%;
        background-size: contain;
    }
    .top .stamp {
        width: 19.375vw;
        right: 7%;
        top: 56.5%;
        transition: opacity 1s ease 3s;
    }
    .yodogawa {
        border-top: solid 5px;
        text-align: center;
        background-color: #FFFFFF;
        padding: 1em 0;
    }
}
@media screen and (max-width: 320px){
    .yodogawa {
        font-size: 1.3rem;
    }
}

/* Product */
.product {
    border-top: solid 10px;
    padding: 65px 0;
    text-align: center;
    letter-spacing: .02rem;
}
.product ul {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;    
}
.product img {
    padding: 10px 0;
}
@media screen and (max-width: 768px){
    .product {
        border-top: solid 5px;
        padding: 30px 0;
    }
    .product img {
        width: 70%;
    }    
}
/* Info */
.info {
    border-top: solid 10px;
    padding: 65px 0;
}
.info div {
    max-width: 420px;
    width: 92%;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    .info {
        border-top: solid 5px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 320px){
    .info {
        font-size: 1.3rem;
    }
}
/* link */
.link {
    background-color: #000;
}
.link ul {
    /* max-width: 570px; */
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
/* .link li:nth-of-type(3),
.link li:nth-of-type(4){
    margin-top: 20px;
} */
.popup {
    position: fixed;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-property: opacity;
    transition-duration: .1s;
}
.popup.active {
    z-index: 1;
    opacity: 1;
    background-color: rgba(0,0,0,.5);
}
.popup .box {
    background: rgba(255,255,255,1);
    max-width: 580px;
    width: 95%;
    box-sizing: border-box;
    padding: 30px 0 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: left;
    z-index: 2;
    overflow: scroll;
}
dl {
    max-width: 520px;
    width: 95%;
    margin: 0 auto;
    display: flex;
}
dt {
    width: 10em;
    margin-right: 20px;
    text-align: right;
}
dd {
    width: 100%;
}
dd span {
    font-size: 1.4rem;
}
.popup > .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup .box > .close {
    font-size: 3rem;
    width: 36px;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 5px;
}
@media screen and (max-width: 768px){
    dd span {
        font-size: 1.2rem;
        display: block;
        margin-top: -.5em;
    }
}
@media screen and (max-width: 640px){
    .link ul {
        width: 85%;
        flex-wrap: wrap;
    }
    .link li:nth-of-type(3),
    .link li:last-of-type {
        padding-top: 20px;
    }
}
@media screen and (max-width: 320px){
    .link ul {
        width: 95%;
    }
}
/* banner */
.banner {
    text-align: center;
    padding: 80px 0;
}
.banner div {
    line-height: 0;
}
.banner div:nth-of-type(2) {
    padding: 60px 0;
}
@media screen and (max-width: 768px){
    .banner {
        width: 75%;
        margin: 0 auto;
        padding: 25px 0;
    }
    .banner div:nth-of-type(2) {
        padding: 30px 0;
    }
}

/* Footer */
.footer {
    border-top: solid 10px;
    background-color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    font-family: 'A1 Gothic L', serif;
}
.footer ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.footer .sns {
    max-width: 360px;
    margin: 0 auto;
}
.footer .sns img{
    width: 50px;
}
.footer .list1 {
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.4rem;
    flex-wrap: wrap;
}
.footer .list1 li {
    padding-top: 30px;
}
.footer .list2 {
    max-width: 580px;
    margin: 40px auto 30px;
    font-size: 1.3rem;
}
.footer .list2 li:after {
    margin: 0 0 0 3px;
    content: '／';
}
.footer .list2 li:last-of-type:after {
    content: '';
}

@media screen and (max-width: 768px){
    .footer {
        border-top: solid 5px;
    }
    .footer .list1 img {
        width: auto;
    }
    .footer .copyright img {
        width: 45%;
    }
}
@media screen and (max-width: 640px){
    .footer .sns {
        width: 75%;
    }
    .footer .list1 {
        width: 85%;
    }
    .footer .list2 {
        display: block;
    }
    .footer .list2 li:after {
        content: '';
        margin: 0;
    }
    .footer .copyright img {
        width: 57%;
    }
}
@media screen and (max-width: 320px){
    .footer .list1 {
        width: 95%;
    }
}