@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* Common */
ul{list-style-type: none; margin: 0; padding: 0;}
a{
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.spOnly {
    display: none;
}
html {
    font-size:62.5%;
} 
body {
    font-size: 1.4rem;
    color: #000;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: .15em;
}
.inner{
    max-width: 460px;
    width: 92%;
    margin: 0 auto;
    line-height: 2.57;
}
.img{
    padding: 3em 0;
    text-align: center;
    line-height: 1;
}
img{
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 641px){
    a:hover {
        -webkit-transition: opacity .15s ease .1s;
        -o-transition: opacity .15s ease .1s;
        transition: opacity .15s ease .1s;
        opacity: .7;
    }
    .list a:hover img{
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    .list a:hover{
        opacity: 1;
    }
}
@media screen and (max-width: 640px){
    body {
        font-size: 1.2rem;
    }
    img {
        width: 100%;
    }
    .img{
        padding: 2em 0;
    }
    .spOnly {
        display: block;
    }
    .pcOnly {
        display: none;
    }
    .inner{
        line-height: 2.1;
    }
}
/* top */
#top{
    position: relative;
    height: 0;
    padding-top: 55.413%;
}
.slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow img{
    position: absolute;
    display: none;
    width: 100%;
}
#top p > img{
    width: 100%;
}
#top p{
    position: absolute;
    right: 4.511vw;
    bottom: 6.015vw;
    max-width: 450px;
    width: 33.834vw;
}
@media screen and (max-width: 640px){
    #top {
        position: relative;
        height: 0;
        padding-top: 100vh;
        padding-top: calc(var(--vh, 1vh) * 100);
    }
    #top p{
        width: 54.933vw;
        right: 7.2vw;
        bottom: 11.2vw;
    }
    .loopSlide {
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
        pointer-events: none;
    }
    .loopSlide img {
        max-width: initial;
        width: auto;
        height: 100%;
        -webkit-animation: slide 13s linear;
                animation: slide 13s linear;
    }
    .loopSlide img.first {
        -webkit-animation: slide1 12s 2s linear;
                animation: slide1 12s 2s linear;
    }
    @-webkit-keyframes slide {
        0% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-65%);
                    transform: translateX(-65%);
        }
    }
    @keyframes slide {
        0% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-65%);
                    transform: translateX(-65%);
        }
    }
    @-webkit-keyframes slide1 {
        0% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-55%);
                    transform: translateX(-55%);
        }
    }
    @keyframes slide1 {
        0% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-55%);
                    transform: translateX(-55%);
        }
    }
}
/* container */
#yodogawa{
    font-size: 1.6rem;
    line-height: 2.25;
    padding: 140px 0 50px;
}
.date{
    padding: 160px 0 85px;
    text-align: center;
}
.menu{
    left: 5vw;
    position: absolute;
    z-index: 1;
}
.menu.fixed{
    top: 60px;
    position: fixed;
    -webkit-animation: down .2s ease-out;
    animation: down .2s ease-out;
}
@-webkit-keyframes down {
    0% {
        top: 0;
    }
    100% {
        top: 60px;
    }
}
@keyframes down {
    0% {
        top: 0;
    }
    100% {
        top: 60px;
    }
}
.menu a{
    color: #666666;
    line-height: 3;
    letter-spacing: .1em;
    position: relative;
}
.menu a::before{
    content: '';
    position: absolute;
    top: 17px;
    left: -18px;
    border-top: 10px solid #666666;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
}
.menu div a::after{
    content: '';
    position: absolute;
    top: 10px;
    right: -27px;
}
.menu div:first-of-type a::after{
    background: url(../img/top/icon_about.svg) no-repeat;
    background-size: contain;
    width: 27px;
    height: 20px;
}
.menu div:last-of-type a::after{
    background: url(../img/top/icon_lineup.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
#about{
    position: relative;
}
#about h2{
    text-align: center;
    padding-bottom: 40px;
}
.list{
    max-width: 770px;
    height: 600px;
    margin: 140px auto 10px;
    position: relative;
}
.list li dd{
    position: absolute;
}
.list ul li{
    position: absolute;
}
.list ul li:nth-of-type(1){
    top: 120px;
    left: 40px;
}
.list ul li:nth-of-type(1) dd{
    bottom: 0;
    right: 55px;
}
.list ul li:nth-of-type(2){
    top: 0;
    left: 260px;
}
.list ul li:nth-of-type(2) dd{
    bottom: 0;
    right: 73px;
}
.list ul li:nth-of-type(3){
    top: 230px;
    left: 260px;
}
.list ul li:nth-of-type(3) dd{
    bottom: 20px;
    left: 70px;
}
.list ul li:nth-of-type(4){
    top: 150px;
    right: 60px;
}
.list ul li:nth-of-type(4) dd{
    bottom: 20px;
    right: 75px;
}
.list ul li:nth-of-type(5){
    bottom: 15px;
    left: 60px;
}
.list ul li:nth-of-type(5) dd{
    bottom: 35px;
    left: 68px;
}
.list ul li:nth-of-type(6){
    bottom: 0;
    right: 120px;
}
.list ul li:nth-of-type(6) dd{
    bottom: 45px;
    right: 43px;
}
.list img{
    width: 250px;
}
.list p{
    position: absolute;
    right: 20px;
    top: -120px;
}
.list p img{
    width: 360px;
}
#products {
    margin: 100px auto 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.57;
}
#products .img{
    padding: 2em 0 3em;
}
#products h3{
    font-size: 1.7rem;
    line-height: 2.11;
    font-weight: normal;
    padding-bottom: .8em;
}
#products h3 span{
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.47;
    letter-spacing: .05em;
    display: block;
}
#products .img img{
    width: 540px;
}
#products .txt{
    max-width: 500px;
    width: 92%;
    margin: 0 auto;
    line-height: 2.85;
}
#products ul{
    max-width: 708px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 70px 0 0;
}
#products #wallet ul{
    max-width: 880px;
}
#products ul li{
    max-width: 176px;
}
#products ul li:nth-of-type(n + 5){
    padding-top: 10px;
}
#products #wallet ul li:nth-of-type(5) {
    padding-top: 0;
}
#products a{
    font-size: 1rem;
    font-feature-settings: "palt";
    line-height: 1.6;
}
#products > div {
    padding-bottom: 160px;
}
#products ul li dt{
    line-height: 0;
    padding-bottom: 10px;
}
#footer{
    text-align: center;
    margin-bottom: 120px;
}
#footer h4{
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.5;
    border-bottom: 1px solid;
    margin: 2em 0 .5em;
}
#footer .txt{
    max-width: 540px;
    width: 92%;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.29;
}
#footer .link{
    max-width: 655px;
    margin: 0 auto;
    position: relative;
}
#footer ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}
#footer .link ul.sns{
    margin: 230px auto 60px;
}
#footer .link ul.sns li{
    margin: 0 50px 0 0;
}
#footer .link ul.hobo{
    position: absolute;
    top: 5px;
    right: 0;
}
#footer .link ul.hobo li:last-of-type{
    margin-left: 70px;
}
#footer .copyright{
    font-family: 'Gothic MB101 DemiBold',sans-serif;
    font-size: 1.1rem;
}
#footer .company-info{
    font-family: 'Gothic MB101 DemiBold',sans-serif;
    font-size: 1.1rem;
    letter-spacing: .1em;
    margin-top: 50px;
    justify-content: center;
}
#footer .company-info li:after {
    margin: 0 4px;
    content: '/';
}
#footer .company-info li:last-of-type:after {
    display: none;
}
@media screen and (max-width: 768px){
    .menu {
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        background-color: #fff;
        border-radius: 48px 48px 0 0;
        overflow: hidden;
        opacity: 0;
        font-size: 1.4rem;
    }
    .menu.fixed{
        opacity: 1;
        top: auto;
        bottom: 0;
        -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .menu a{
        line-height: 4;
    }
    .menu div:first-of-type{
        width: 48%;
        margin-left: 2%;
    }
    .menu div:last-of-type{
        width: 38%;
        margin-left: 12%;
    }
    .menu a::before {
        top: 24px;
        left: -15px;
        border-top: 9px solid #666666;
        border-right: 5px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 5px solid transparent;
    }
    .menu div a::after {
        top: 17px;
    }
    .menu div:first-of-type a::after {
        width: 20px;
        height: 17px;
    }
    /* ----------------------------------------------
    * Generated by Animista on 2021-8-10 15:21:15
    * Licensed under FreeBSD License.
    * See http://animista.net/license for more info. 
    * w: http://animista.net, t: @cssanimista
    * ---------------------------------------------- */

    /**
    * ----------------------------------------
    * animation slide-top
    * ----------------------------------------
    */
    @-webkit-keyframes slide-top {
        0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        }
        100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        }
    }
    @keyframes slide-top {
        0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        }
        100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        }
    }
    #products .txt{
        text-align: left;
    }
    #footer .txt{
        text-align: left;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px){
    #yodogawa {
        font-size: 1.4rem;
        padding: 40px 0;
    }
    .date {
        padding: 50px 0 40px;
    }
    .date img{
        width: 94%;
        margin: 0 auto;
    }
    #about h2 img{
        width: 75%;
        margin: 0 auto;
    }
    .list {
        height: 90vw;
        margin: 24vw auto 0;
    }
    .list p{
        width: 48.5vw;
        right: 5vw;
        top: -20vw;
    }
    .list img{
        width: 32vw;
    }
    .list li dd{
        font-size: .9rem;
    }
    .list ul li:nth-of-type(1) {
        top: 6vw;
        left: 3vw;
    }
    .list ul li:nth-of-type(1) dd{
        bottom: -1vw;
        right: 1vw;
    }
    .list ul li:nth-of-type(2) {
        top: 0;
        left: 35vw;
    }
    .list ul li:nth-of-type(2) dd{
        bottom: -1vw;
        right: 4vw;
    }
    .list ul li:nth-of-type(3) {
        top: 32vw;
        left: 34vw;
    }
    .list ul li:nth-of-type(3) dd{
        bottom: 0;
        left: 5vw;
    }
    .list ul li:nth-of-type(4) {
        top: 12vw;
        right: 5vw;
    }
    .list ul li:nth-of-type(4) dd{
        bottom: 0;
        right: 6vw;
    }
    .list ul li:nth-of-type(5) {
        bottom: 10vw;
        left: 10vw;
    }
    .list ul li:nth-of-type(5) dd{
        bottom: 2vw;
        left: 6vw;
    }
    .list ul li:nth-of-type(6) {
        bottom: 10vw;
        right: 15vw;
    }
    .list ul li:nth-of-type(6) dd{
        bottom: 3vw;
        right: 1vw;
    }
    #products {
        margin: 50px auto 0;
    }
    #products h3{
        font-size: 1.2rem;
    }
    #products h3 span{
        font-size: 2.5rem;
        line-height: 1.52;
    }
    #products .price{
        font-size: 1rem;
        margin-bottom: 1em;
    }
    #products .txt{
        font-size: 1.2rem;
        line-height: 2.16;
    }
    #products ul{
        width: 92%;
        padding: 25px 0 0;
        justify-content: start;
    }
    #products ul li{
        max-width: 50%;
    }
    #products > div {
        padding-bottom: 30px;
    }
    #products ul li:nth-of-type(n + 5){
        padding-top: 0;
    }
    #products .img{
        padding: 1em 0;
    }
    #footer {
        margin-bottom: 80px;
    }
    #footer h4{
        font-size: 1.5rem;
    }
    #footer ul{
        justify-content: center;
    }
    #footer .link ul.sns {
        margin: 100px auto 30px;
    }
    #footer .link ul.hobo {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
    #footer .link ul.sns li{
        margin: 0 20px;
    }
    #footer .link ul.sns li img{
        width: 40px;
    }
    #footer .link ul.hobo li:last-of-type {
        margin-left: 40px;
    }
    #footer .company-info {
        max-width: 300px;
        margin: 50px auto 0;
        flex-wrap: wrap;
        line-height: 2;
    }
}
@media screen and (max-width: 320px){
    #products a{
        font-size: .9rem;
        letter-spacing: 0;
    }
}