@charset "UTF-8";
body {
    background: #000;
    
}

.text p {
    margin-bottom: 1rem;
}

.text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .text p {
        margin-bottom: 1.5rem;
    }

    .text p:last-child {
        margin-bottom: 0;
    }
}

#information_ {
    top: -20px;
}

/*----------------------------------------------------
 Animation
----------------------------------------------------*/
.animated { visibility: hidden; }
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn {
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s;   animation-delay:1s; }
.delay-1-05s { -webkit-animation-delay:1.5s; animation-delay:1.5s; }
.delay-2s { -webkit-animation-delay:2s; animation-delay:2s; }
.delay-2-05s { -webkit-animation-delay:2.5s; animation-delay:2.5s; }
.delay-3s { -webkit-animation-delay:3s; animation-delay:3s; }

/*----------------------------------------------------
 gmenu
----------------------------------------------------*/
.gmenu {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.gmenu.open {
    background: rgba(0, 0, 0, .85);
    height: 100%;
}

/* main */
.gmenu-main {
    position: absolute;
    top: -1000px;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1;
}

.gmenu.open .gmenu-main {
    top: 50px;
}

.gmenu-main li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 2.4rem;
    line-height: 30px;
    padding: 20px;
    text-align: center;
}

.gmenu-main li:first-child a {
    border-top: 0;
}

/*----------------------------------------------------
 gmenu toggle
----------------------------------------------------*/
.gmenu-toggle-wrap {
    background: #000;
    padding: .25rem .5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}

.gmenu-toggle {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
    z-index: 10;
}

.gmenu-toggle span {
    background: #fff;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 12px;
    transition: .2s;
    width: 24px;
}

.gmenu-toggle span::before,
.gmenu-toggle span::after{
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .3s;
    width: 24px;
}

.gmenu-toggle span::before{
    margin-top: -10px;
}

.gmenu-toggle span::after{
    margin-top: 8px;
}

/* open */
.gmenu-toggle-wrap.open .gmenu-toggle span {
    background: transparent;
}

.gmenu-toggle-wrap.open .gmenu-toggle span::before,
.gmenu-toggle-wrap.open .gmenu-toggle span::after{
    background: #fff;
    margin-top: 0;
}

.gmenu-toggle-wrap.open .gmenu-toggle span::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.gmenu-toggle-wrap.open .gmenu-toggle span::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media (min-width: 768px) {
    .gmenu-toggle-wrap {
        margin-top: -2rem;
        top: 50%;
    }

    .gmenu-toggle {
        height: 4rem;
        width: 4rem;
    }

    .gmenu-toggle span {
        height: 4px;
        width: 3rem;
    }

    .gmenu-toggle span::before,
    .gmenu-toggle span::after{
        height: 4px;
        width: 3rem;
    }

    .gmenu-toggle span::before{
        margin-top: -20px;
    }

    .gmenu-toggle span::after{
        margin-top: 1rem;
    }
}

/*----------------------------------------------------
 order
----------------------------------------------------*/
.order {
    display: none;
}

@media (min-width: 768px) {
    .order {
        opacity: 0;
        position: fixed;
        top: 120px;
        right: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        z-index: 2;
    }

    .p2 .order {
        opacity: 1;
    }

}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.main-visual {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* logo */
.main-visual-logo {
    height: 50%;
    padding-left: 25%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.main-visual-logo img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

/* bg */
.main-visual-bg {
    height: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-visual-bg img {
    height: 100%;
    max-width: 10000px;
}

/* online */
.main-visual-online {
    display: none;
}

@media (min-width: 768px) {
    .main-visual {
        background: url(img/main-visual.png) no-repeat center center;
        background-size: cover;
    }
    /* logo */
    .main-visual-logo {
        height: auto;
        top: 50%;
        left: 46.25%;
        width: 17.65%;
    }

    .main-visual-logo img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
    }
    /* bg */
    .main-visual-bg {
        display: none;
    }

    /* online */
    .main-visual-online {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

}

/*----------------------------------------------------
 main-visual scroll
----------------------------------------------------*/
.main-visual-scroll {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -35px;
    height: 20%;
}

.main-visual-scroll img {
    max-height: 100%;
}

.main-visual-scroll img:nth-child(1) {
    position: absolute;
    top: -100%;
    left: 0;
    animation-name: mov_scroll;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes mov_scroll {
    0%{
        top: -100%;
    }
    100%{
        top: 100%;
    }
}

@media (min-width: 1024px) {
    .main-visual-scroll {
        height: auto;
        max-width: 2%;
    }
}

/*----------------------------------------------------
 concept
----------------------------------------------------*/
.concept {
    background: #fff;
    padding: 2rem 1rem;
}

.concept p {
    text-align: left;
}

/* title */
.concept-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.concept-title2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .concept {
        padding: 6rem 1rem;
    }

    .concept p {
        text-align: center;
    }

    /* title */
    .concept-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .concept-title2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

/*----------------------------------------------------
 comment
----------------------------------------------------*/
.how {
    position: relative;
}

.how-text {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 80%;
}

.how-text p {
    background: #fff;
}

.how-text p:first-child {
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .how-text {
        font-size: 1.5rem;
        width: 55%;
    }

    .how-text p {
        padding: .25rem;
    }

    .how-text p:first-child {
        margin-bottom: 1rem;
    }

}

@media (min-width: 1024px) {
    .how-text {
        font-size: 2rem;
        width: 55%;
    }
}

@media (min-width: 1280px) {
    .how-text {
        bottom: 10%;
        width: 45%;
    }
}

/*----------------------------------------------------
 lineup
----------------------------------------------------*/
.lineup {
    color: #fff;
    margin-bottom: 2rem;
}

/* title */
.lineup-title {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.lineup-title2 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .lineup {
        margin-bottom: 3rem;
    }

    /* title */
    .lineup-title {
        font-size: 1.5rem;
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }

    .lineup-title2 {
        font-size: 2rem;
    }
}

/*----------------------------------------------------
 item-list
----------------------------------------------------*/
.item-list {
    color: #fff;
    margin: 0 auto 10rem;
    max-width: 1280px;
    max-width: 1024px;
    padding: 0 1rem;
}

.item-each {
    margin-bottom: 4rem;
}

/* title */
.item-title {
    border: 1px solid #fff;
    margin-bottom: 1rem;
    padding: .5rem;
}

/* text */
.item-text {
    margin-bottom: 3rem;
    text-align: left;
}

/* price */
.item-price {
    margin-bottom: 1rem;
}

.item-price p {
    font-size: 1.25rem;
}

.item-price p strong {
    font-size: 1.5rem;
}

.item-price p small {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .item-each {
        display: flex;
    }
    
    .item-img {
        padding-right: 1rem;
        width: 50%;
    }

    .item-info {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .item-list {
        font-size: 1.25rem
    }
    .item-img {
        padding-right: 2rem;
    }

    /* price */
    .item-price p {
        font-size: 1.5rem;
    }

    .item-price p strong {
        font-size: 1.75rem;
    }

    .item-price p small {
        font-size: 1.25rem;
    }

}

@media (min-width: 1024px) {
    .item-list {
        font-size: 1.5rem
    }
    .item-img {
        padding-right: 3rem;
    }

    /* price */
    .item-price p {
        font-size: 1.75rem;
    }
    .item-price p strong {
        font-size: 2rem;
    }

}

/*----------------------------------------------------
 recommend
----------------------------------------------------*/
.recommend {
    color: #fff;
    margin: 0 auto 10rem;
    max-width: 1280px;
    max-width: 1024px;
    padding: 0 1rem;
}

/* title */
.recommend-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* table */
.recommend table {
    font-size: .75rem;
    margin: 0 auto;
}

.recommend th,
.recommend td {
    border: 1px solid #fff;
    padding: .25rem;
    vertical-align: middle;
}

.recommend th {
    border-top: 0;
    text-align: left;
}

.recommend tr:last-child td {
    border-bottom: 0;
}

.recommend th:first-child,
.recommend td:first-child {
    border-left: 0;
    text-align: left;
}

.recommend th:last-child,
.recommend td:last-child {
    border-right: 0;
}

@media (min-width: 768px) {
    /* title */
    .recommend-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    /* table */
    .recommend table {
        font-size: 1rem;
    }

    .recommend th,
    .recommend td {
        padding: 1rem;
    }
}

/*----------------------------------------------------
 effect
----------------------------------------------------*/
.effect {
    margin: 0 auto 10rem;
    max-width: 1280px;
    max-width: 1024px;
    padding: 0 1rem;
}

/* title */
.effect-title {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* list */
.effect-list {
    background: #ccc;
    margin-bottom: 1rem;
    padding: 1rem;
}

.effect-list li {
    margin-bottom: 1rem;
    padding-left: 2.25rem;
    position: relative;
}

.effect-list li::before {
    content: '□';
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* link */
.effect-link {
    text-align: center;
}

.effect-link a {
    background: #fff;
    border: 1px solid #666;
    color: #333;
    display: inline-block;
    line-height: 2;
    position: relative;
    width: 100%;
}

.effect-link a::after {
    content: '>';
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    /* title */
    .effect-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    /* list */
    .effect-list {
        margin-bottom: 2rem;
    }
    .effect-list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .effect-list li {
        font-size: 2vw;
        width: 33.3333333333%;
    }

    .effect-list li::before {
        content: '□';
        font-size: 2rem;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* link */
    .effect-link a {
        font-size: 1.75vw;
        width: 60%;
    }
}

@media (min-width: 1280px) {
    .effect-list li {
        font-size: 1.75rem;
    }
    /* link */
    .effect-link a {
        font-size: 1.5rem;
    }
}

/*----------------------------------------------------
 information-map
----------------------------------------------------*/
/* title */
.information-title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.information-map {
    margin-bottom: 1rem;
}

.information-map iframe {
    height: 350px;
    width: 100%;
}

@media (min-width: 1024px) {
    /* title */
    .information-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .information-map {
        margin-bottom: 2rem;
    }

    .information-map-main {
        position: relative;
    }
    .information-map-img {
        width: 50%;
    }
    .information-map-main iframe {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
    }
}

/*----------------------------------------------------
 information
----------------------------------------------------*/
.information {
    color: #fff;
    margin-bottom: 10rem;
    padding: 0 1rem;
}

.information a {
    color: #fff;
}

.information table {
    margin: 0 auto;
}

.information table th {
    padding-right: 1rem;
    padding-bottom: .5rem;
    white-space: nowrap;
}

.information table td {
    padding-bottom: .5rem;
}

@media (min-width: 768px) {
    .information {
        font-size: 1.25rem;
    }
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
.footer {
    color: #fff;
    padding-bottom: 1rem;
}

/*----------------------------------------------------
 pagetop
----------------------------------------------------*/
.pagetop {
    display: none;
    opacity: 0;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 15%;
}

.scroll .pagetop {
    opacity: 1;
}

@media (min-width: 768px) {
    .pagetop {
        right: 2rem;
        bottom: 2rem;
        width: auto;
    }
}

/*----------------------------------------------------
 information-map
----------------------------------------------------*/
.information-map iframe {
    max-width: 100%;
}