﻿/*Reset css*/
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, sub, sup, 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;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
a:hover,
a:active {
    outline: 0;
}
ol, ul {
    list-style: none;
}
    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
}

a,
a:link {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding-bottom: 5px;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}


/* 汎用文字スタイル
------------------------------------------------- */
.red {
    color: #ea0000;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 2.5rem;
}

.l-line {
    border-left: 10px double #737373;
    padding-left: 10px;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}

b, strong {
    font-weight: bold;
}

h1 {
    font-size: 3.5rem;
    margin: 0 0 20px;
    text-align: center;
}

h2 {
    font-size: 3rem;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 3rem;
    margin: 15px 0;
    font-weight: bold;
}

h4 {
    font-size: 2.5rem;
    margin: 15px 0;
    font-weight: bold;
}

h5 {
    font-size: 1.5rem;
    margin: 10px 0;
}

h6 {
    font-size: 1.5rem;
    margin: 10px 0;
    text-align: center;
}


h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* ----------------------------------------- */
body {
    background-color: #ffffff;
    color: #794016;
}

/* kv
----------------------------------------- */
#kv {
    width: 100%;
    height: 850px;
    position: relative;
    background-color: #fff;
    z-index: 50;
}

@media (min-width: 1101px) {
    #kv::before {
        content: '';
        background-image: url(../img/kvbg_l.png), url(../img/kvbg_r.png);
        background-repeat: no-repeat;
        background-position: left center, right center;
        display: inline-block;
        background-size: 520px;
        width: 100%;
        height: 850px;
    }
    .kvlogo {
        background: url(../img/logo.png) no-repeat center top;
        position: absolute;
        background-size: 100%;
        width: 640px;
        height: 420px;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .collabotext {
        position: absolute;
        width: 1000px;
        top: 550px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

        .collabotext img {
            width: 100%;
        }

            .collabotext img:last-child {
                width: 230px;
                display: block;
                margin: 50px auto;
            }

    .copy_text {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 10;
    }

    #kv p {
        color: #000000;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    #kv::after {
        content: '';
        position: absolute;
        background: url(../img/kvbg_bottom) no-repeat bottom center;
        display: block;
        background-size: 100%;
        width: 100%;
        height: 58px;
        bottom: 0;
    }
}
@media (max-width: 1100px) {
    #kv::before {
        content: '';
        background-image: url(../img/kvbg_pad.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        background-size: cover;
        width: 100%;
        height: 850px;
    }

    .kvlogo {
        background: url(../img/logo.png) no-repeat center top;
        position: absolute;
        background-size: 100%;
        width: 640px;
        height: 420px;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .collabotext {
        position: absolute;
        width: 95vw;
        top: 550px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

        .collabotext img {
            width: 100%;
        }

            .collabotext img:last-child {
                width: 230px;
                display: block;
                margin: 50px auto;
            }

    .copy_text {
        position: absolute;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 10;
    }

    #kv p {
        color: #000000;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    #kv::after {
        content: '';
        position: absolute;
        background: url(../img/kvbg_bottom) no-repeat bottom center;
        display: block;
        background-size: 100%;
        width: 100%;
        height: 58px;
        bottom: 0;
    }
}
@media (max-width: 800px) {
    #kv {
        width: 100%;
        height: calc(100vw * (1000 / 800));
        position: relative;
    }
        #kv::before {
            content: '';
            background-image: url(../img/kv_sp.jpg);
            background-repeat: no-repeat;
            background-position: center top;
            display: inline-block;
            background-size: 100vw;
            width: 100%;
            height: calc(100vw * (1000 / 800));
        }

    .kvlogo {
        display: none;
    }

    .collabotext {
        display: none;
    }
    .copy_text {
        display: none;
    }

    #kv::after {
        display: none;
    }
}




/* 動く背景
----------------------------------------- */
.area {
    background: #F5F5F5;
    width: 100%;
    height: 2430px;
    position: relative;
    top: 0;
    overflow: hidden;
}
.a_top {
    /*top: -150px;*/
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        background: url(../img/teitetsu_w.png);
        background-size: 100%;
        animation: animate 25s linear infinite;
        bottom: -150px;
    }
    .circles li img {
        width: 100%;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            animation-duration: 12s;
        }


        .circles li:nth-child(2) {
            left: 5%;
            width: 150px;
            height: 150px;
            animation-delay: 3s;
            animation-duration: 15s;
        }

        .circles li:nth-child(3) {
            left: 60%;
            width: 70px;
            height: 70px;
            animation-delay: 6s;
            animation-duration: 15s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 9s;
            animation-duration: 15s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 70px;
            height: 70px;
            animation-delay: 11s;
            animation-duration: 12s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 6s;
            animation-duration: 12s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 50px;
            height: 50px;
            animation-delay: 3s;
            animation-duration: 15s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 70px;
            height: 70px;
            animation-delay: 6s;
            animation-duration: 12s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 1s;
            animation-duration: 15s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-2700px) rotate(720deg);
        opacity: 1;
    }
}

.b_area {
    height: 2050px;
}

/* main
----------------------------------------- */
#main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.area01 {
    width: 100%;
    position: absolute;
    top: 0;
}

/* notice
----------------------------------------- */
.notice {
    max-width: 800px;
    margin: 50px auto;
}
.notice_title {
    width: 230px;
    margin: 0 auto 35px;
}
.notice_title img {
    width: 100%;
}
/* topic 
------------------------------------------------- */
.topic .textbox .text_center {
    text-align: center;
}

    .topic .textbox .text_center h1 {
        font-family: 'Anton', sans-serif;
        font-family: 'Archivo Black', sans-serif;
        font-family: 'Oswald', sans-serif;
        font-size: 3.0rem;
        letter-spacing: 4px;
        padding-bottom: 5px;
        border-bottom: 2px solid #794016;
        margin-bottom: 5px;
        display: inline-block;
    }

.topic .textbox .fontchange {
    font-size: 5.0rem;
}

.topic .textbox h2 {
    text-align: center;
    font-weight: bold;
    /*font-size: 2.0rem;*/
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 10px 0;
}
.m_tb {
    margin: 30px 0 !important;
}

.topic .textbox .fontchange2 {
    font-size: 3.5rem;
    font-weight: bold;
}

.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    margin: 30px 0 20px;
}

.topic .textbox h3 .marker {
    background: linear-gradient(transparent 60%, #ffea85 0%);
}

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.0;
}

.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.5;
}

.topic .textbox h6 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
}
.topic .textbox p {
    text-align: left;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 80%;
    margin: 25px auto;
}
.topic a, .topic a:link {
    color: #794016;
    border-bottom: 1px dotted #794016;
    padding-bottom: 0px;
}
.p_center {
    text-align: center !important;
}
.red.p_center a, .red.p_center a:link {
    color: #9f1515;
    font-weight: bold;
}

/* banner
----------------------------------------- */
.banner {
    max-width: 100%;
    margin: 120px auto;
    border-top: 2px solid #69C10C;
    position: relative;
    background-color: #ffffff6e;
    padding-bottom: 20px;
}
.title_img {
    position: absolute;
    width: 400px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.title_img img {
    width: 100%;
}
/* lineup
----------------------------------------- */
.lineupWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    align-content: flex-end;
    align-items: flex-end;
    max-width: 850px;
    margin: 50px auto;
}
    .lineupWrap div {
        max-width: 250px;
    }
.lineupItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lineupItem img {
    width: 100%;
}
    .lineupItem h6 {
        font-size: 1.5rem;
        line-height: 1.0;
        text-align: center;
        margin: 0;
    }
.lineupItem div:first-child {
    height: 50px;
}

.soldout, .soldout2 {
    position: relative;
}

    .soldout img, .soldout2 img {
        opacity: 0.5;
    }

    .soldout::after {
        content: "予約終了";
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 2.0em;
        font-weight: 900;
        color: #a11010;
    }

    .soldout2::after {
        content: "完売しました";
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 1.6em;
        font-weight: 900;
        color: #353535;
    }


/* gallery
----------------------------------------- */
.gallery {
    position: relative;
}

.gallery_title {
    background-image: url(../img/flamename_bg_biwa.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title2 {
    background-image: url(../img/flamename_bg_biwaimg.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title3 {
    background-image: url(../img/flamename_bg_zennno.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title4 {
    background-image: url(../img/flamename_bg_ikuno.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title5 {
    background-image: url(../img/flamename_bg_kashikosaLv5.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title6 {
    background-image: url(../img/flamename_bg_transcend.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.gallery_title7 {
    background-image: url(../img/flamename_bg_dreamj.png);
    background-repeat: repeat-x;
    background-position: center top;
    width: 100%;
    height: 105px;
    position: absolute;
    top: 0;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    overflow: hidden;
}
.biwa {
    background-image: url(../img/flamename_biwa.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 89px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.biwaimg {
    background-image: url(../img/flamename_biwaimg.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 89px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.zenno {
    background-image: url(../img/flamename_zenno.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 89px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.ikuno {
    background-image: url(../img/flamename_ikuno.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.kashikosaLv5 {
    background-image: url(../img/flamename_kashikosaLv5.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.transcend {
    background-image: url(../img/flamename_transcend.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}
.dreamj {
    background-image: url(../img/flamename_dreamj.png);
    background-repeat: no-repeat;
    background-position: center top 50%;
    width: 500px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    z-index: 10;
}

.gallery_bg {
    background-color: #ffffff;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: -450px;
    transform: skewY(-15deg);
    transform-origin: top center;
    z-index: 1;
    width: 100%;
    /*height: 2285px;*/
    overflow: hidden;
}

.a_top {
    height: 275vh;
}
.firstblock {
    margin-top: -30vh;
}
.v1 {
    height: 1950px;
}

.v2 {
    height: 1250px;
}

.v3 {
    height: 2035px;
}

.v4 {
    height: 1975px;
}

.v5 {
    height: 1890px;
}

.v6 {
    height: 2000px;
}
.v7 {
    height: 2000px;
}

.v_tokuten {
    height: 2810px;
}

.gallery_bg_pattern {
    position: absolute;
    background: url(../img/flame_bg.png) repeat center top;
    width: 100%;
    height: 160%;
    background-size: 100px;
    transform: skewY(15deg);
    transform-origin: top right;
    object-fit: cover;
    opacity: 0.1;
}
.star {
    position: absolute;
    z-index: 8;
    width: 500px;
    height: 105px;
    top: 0;
    left: 30%;
    right: 0;
    margin: auto;
    transform: skewY(15deg);
    transform-origin: top center;
}
.star1 {
    display: block;
    background: url(../img/Icon_star01.png) no-repeat center top;
    background-size: 39px;
    width: 39px;
    height: 38px;
    position: absolute;
    top: 110px;
    left: -45px;
    animation: rotate-anime 6s linear infinite;
    animation-timing-function: ease-in-out;
    transform: rotate(15deg);
}
.star2 {
    background: url(../img/Icon_star02.png);
    width: 39px;
    height: 38px;
    position: absolute;
    top: 26px;
    left: 70%;
    animation: rotate-anime 12s linear infinite;
    animation-timing-function: ease;
    transform: rotate(15deg);
}
.star3 {
    background: url(../img/Icon_star03.png);
    width: 41px;
    height: 39px;
    position: absolute;
    top: -65px;
    left: 96%;
    animation: rotate-anime 8s linear infinite;
    animation-timing-function: ease-out;
    transform: rotate(15deg);
}
.star4 {
    background: url(../img/Icon_star02.png);
    width: 39px;
    height: 38px;
    position: absolute;
    top: 76px;
    left: 37%;
    animation: rotate-anime 12s linear infinite;
    animation-timing-function: ease;
    transform: rotate(15deg);
}
@keyframes rotate-anime {
    0% {
        transform-origin: center center 0;
        /*transform: rotate(0);*/
    }

    50% {
        transform-origin: center center 0;
        /*transform: rotate(0);*/
    }

    100% {
        transform-origin: center center 0;
        transform: rotate(375deg);
    }
}

/* wrap
----------------------------------------- */
.wrap {
    max-width: 1280px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    top: 8%;
    /*overflow: hidden;*/
}
    .biwa_sl .wrap::before {
        content: '';
        background: url(../img/biwa_sfk.png) no-repeat left top;
        background-size: 100%;
        width: 595px;
        height: 1351px;
        position: absolute;
        top: -320px;
        z-index: -10;
    }
    .biwa_mtl .wrap::before {
        content: '';
        background: url(../img/biwahayahide.png) no-repeat left top;
        background-size: 100%;
        width: 595px;
        height: 1351px;
        position: absolute;
        top: -290px;
        z-index: -10;
    }
.zennoimg .wrap::before {
    content: '';
    background: url(../img/zennno.png) no-repeat left top;
    background-size: 100%;
    width: 451px;
    height: 1351px;
    position: absolute;
    top: -320px;
    z-index: -10;
}
.ikunoimg .wrap::before {
    content: '';
    background: url(../img/ikuno.png) no-repeat left top;
    background-size: 100%;
    width: 595px;
    height: 1351px;
    position: absolute;
    top: -320px;
    z-index: -10;
}
.kashikosaLv5img .wrap::before {
    content: '';
    background: url(../img/kashikosaLv5.png) no-repeat left top;
    background-size: 100%;
    width: 344px;
    height: 594px;
    position: absolute;
    top: -320px;
    z-index: -10;
}
.transcendimg .wrap::before {
    content: '';
    background: url(../img/transcend.png) no-repeat left top;
    background-size: 100%;
    width: 595px;
    height: 1351px;
    position: absolute;
    top: -320px;
    z-index: -10;
}
.dreamjimg .wrap::before {
    content: '';
    background: url(../img/dreamj.png) no-repeat left top;
    background-size: 100%;
    width: 718px;
    height: 1351px;
    position: absolute;
    top: -320px;
    z-index: -10;
}
.flame_caption {
    width: 550px;
    margin-right: 10%;
    margin-left: auto;
    margin-top: 5%;
}
    .flame_caption .flmver {
        width: 40%;
        margin-bottom: 35px;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #1da1f2;
        /*border-radius: 50px;*/
        line-height: 50px;
    }
        .flame_caption .flmver p {
            display: inline-block;
            font-size: 1.6rem;
            font-weight: 900;
            color: #000000;
        }
.flame_caption p {
    margin-bottom: 15px;
}
.kakaku {
    font-size: 1.6rem;
    font-weight: bold;
}
.kakaku span {
    font-size: 2.3rem;
}

.flame {
    max-width: 1020px;
    margin: 50px auto;
    padding-top: 0 !important;
}

.flame_group {
    max-width: 1200px;
    margin: 0 auto;
}

.group {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.swiper-container {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.swiper-slide > img {
    width: 100%;
}

:root {
    --swiper-theme-color: #4e4e4e !important;
}

.frameItemInner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 50px 0 20px;
}

.frameItem {
    width: 45%;
    max-width: 350px;
}

    .frameItem .Itemmodel {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #332f21;
        border-radius: 50px;
        color: #332f21;
        text-align: center;
        padding: 20px;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.3rem;
    }

    .frameItem.is-activer .Itemmodel {
        background-color: #332f21 !important;
        border: 5px solid #f0e991 !important;
        color: #ffffff;
    }


/* モデル出し分け
------------------------------------------------- */
.group_dj {
    display: none;
}

.is-showr {
    display: block;
    animation: fadeInr 1.0s ease-out 0s 1 normal;
    -webkit-animation: fadeInr 1.0s ease-out 0s 1 normal;
}

@keyframes fadeInr {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInr {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* リンクボタン
------------------------------------------------- */
.flame .linkbutton {
    width: 400px;
    margin: 50px auto;
}

.flame .linkbutton img {
    width: 100%;
    transition-duration: 0.3s;
}

.flame .linkbutton a {
    border: none;
}

.flame .linkbutton img:hover {
    transform: translateY(10px);
    opacity: 0.9;
}
.linkbutton2 {
    width: 380px;
    margin: 10px auto 100px;
}
    .linkbutton2 img {
        width: 100%;
        transition-duration: 0.3s;
    }
.linkbutton2 a {
    border: none;
}

.linkbutton2 img:hover {
    transform: translateY(10px);
    opacity: 0.9;
}

/*__テキストのせ用リンクボタン____*/

.ec_linkbutton {
    width: 400px;
    padding: 45px;
    color: #ffffff;
    background-color: #1da1f2;
    margin: 45px auto;
    border-radius: 40px;
    border: 1px solid #1da1f2;
    position: relative;
    transition-duration: 0.3s;
}

    .ec_linkbutton a {
        border: none;
    }

    .ec_linkbutton img {
        width: 100%;
    }

    .ec_linkbutton .linktxt {
        position: absolute;
        width: 95%;
        text-align: center;
        color: #ffffff;
        font-size: 3.0rem;
        font-weight: 900;
        line-height: 1.0;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .ec_linkbutton .linktxt:before {
            content: '';
            display: inline-block;
            background: url(../img/eclb_l.png) no-repeat left center;
            background-size: 8%;
            width: 100%;
            height: auto;
            padding-top: calc(65 / 37 * 8%);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .ec_linkbutton .linktxt:after {
            content: '';
            display: inline-block;
            background: url(../img/eclb_r.png) no-repeat right center;
            background-size: 10%;
            background-size: 8%;
            width: 100%;
            height: auto;
            padding-top: calc(65 / 37 * 8%);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

.flame .ec_linkbutton:hover {
    transform: translateY(10px);
    opacity: 0.9;
}

.linktxt .ostxt {
    font-size: 1.5rem;
}

/* 完売テキストバナー
------------------------------------------------- */
.sold_out ul {
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sold_out ul li {
    width: calc(98% / 3);
    border-radius: 25px;
    margin: 3px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem;
}

    .sold_out ul .c0 {
        background-color: #63C404 !important;
        color: #ffffff;
    }

.sold_out .c1 li {
    background-color: #7D7D7D;
}

/* CyStore
------------------------------------------------- */
.cystore {
    width: 350px;
    margin: 0 auto;
}
    .cystore p {
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        color: #1da1f2;
        border-bottom: #1da1f2 1px solid;
    }

/* 特典
------------------------------------------------- */
.tokuten {
    max-width: 950px;
    margin: 100px auto;
    background-color: #ffffff;
    border: 1px solid #332f21;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}
    .tokuten ul {
        width: 50%;
        background-color: #332f21;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .tokuten ul li {
            text-align: center;
            color: #ffffff;
        }
            .tokuten ul li:first-child {
                font-size: 2.5rem;
                font-weight: bold;
                border-bottom: #f0e991 2px solid;
                margin-bottom: 5%;
            }
            .tokuten ul li:nth-child(2) {
                font-size: 1.2rem;
                line-height: 1.6rem;
                margin-bottom: 15%;
            }
    .tokuten ul li:nth-child(3) {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .tokuten .tokuten_img {
        width: 50%;
        text-align: center;
    }


/* lens
------------------------------------------------- */
#l_area {
    position: relative;
    top: 750px;
    width: 100%;
}
#lens {
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 2px solid #ff911c;
}
.title_lens {
    width: 500px;
}
.l_sp {
    display: none;
}


/* lens_guide
------------------------------------------------- */
.lens_guide {
    width: 100%;
    max-width: 768px;
    margin: 150px auto 100px;
}
    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .lens_guide ul li {
            flex-basis: 25%;
            max-width: 140px;
            display: block;
        }

.lens_guide ul li img {
    width: 100%;
    height: auto;
}
.lens_guide ul a {
    border-bottom: none;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
    padding-bottom: 40px;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 950px;
    margin: 0 auto;
}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #3684E3;
    /*border-top: 1px solid #03007b;*/
    border-left: 1px solid #3684E3;
    border-right: 1px solid #3684E3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #C8DDF6;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #201e1b;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    padding: 15px 15px 0;
    clear: both;
    overflow: hidden;
}

#b_content {
    padding-top: 0;
}

#c_content {
    padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #3684E3;
    color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #1c1c1c;
}

.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #1c1c1c;
}

.shopEyemirror ul {
    margin: 20px 0;
}
    .shopEyemirror ul li a, .shopEyemirror ul li a:link {
        color: #000000;
    }

.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* footer
------------------------------------------------- */
footer {
    background: #74a64c;
    width: 100%;
    font-size: 1.2rem;
    position: relative;
    z-index: 50;
}

footer p {
    text-align: center;
    padding: 20px 0 30px;
}

footer a {
    color: #ffffff;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

footer ul li {
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #999;
}

footer ul li:last-child {
    border-right: none;
}

footer .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    right: 35px;
    bottom: 200px;
    opacity: 0.6;
    animation-name: updown1; /* アニメーション名の指定 */
    animation-delay: 0s; /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
    z-index: 100;
}

#page_top a {
    position: relative;
    display: block;
    text-decoration: none;
    border-bottom: none;
}

    #page_top a::before {
        font-family: 'Material Symbols Rounded';
        font-weight: 900;
        content: '\eacf';
        font-size: 5em;
        color: #000;
    }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 20
}

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* spのみ改行
------------------------------------------------- */
.spbr {
    display: none;
}

/* page top size
------------------------------------------------- */
@media (max-width: 1280px) {
    #page_top {
        right: 15px;
        bottom: 65px;
    }
}

/* ipad pro
------------------------------------------------- */
@media (max-width: 1190px) and (min-width: 769px) {
    .flame_caption {
        background-color: #ffffff7c;
        padding: 5px;
    }
}

/* ipad pro
------------------------------------------------- */
    @media (max-width: 1024px) and (min-height: 1000px) {
        /* 汎用文字スタイル
------------------------------------------------- */
        .large {
            font-size: 1.8rem;
        }

        p {
            font-size: 1.6rem;
        }

        h1 {
            font-size: 4.5rem;
        }

        h2 {
            font-size: 2.5rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        h4, .h4 {
            font-size: 4.5rem;
        }

        h5 {
            font-size: 1.5rem;
        }

        .sold_out ul {
            max-width: 90%;
        }

        .area {
            height: 230vw;
        }

        .firstblock {
            margin-top: -20vw;
        }

        .v1 {
            height: 1820px;
        }

        .v2 {
            height: 1300px;
        }

        .v3 {
            height: 1800px;
        }

        .v4 {
            height: 1850px;
        }

        .v5 {
            height: 1830px;
        }
        .v6 {
            height: 2050px;
        }
        .v_tokuten {
            height: 2900px;
        }

        .biwa_sl .wrap::before, .biwa_mtl .wrap::before, .zennoimg .wrap::before, .ikunoimg .wrap::before, .dreamjimg .wrap::before {
            background-size: 80%;
        }

        .biwa_sl .wrap::before {
            top: -290px;
        }

        .b_area {
            height: 1900px;
        }

        #l_area {
            margin-top: -135px;
        }
    }
    /* iPad
----------------------------------------- */
    @media (max-width: 768px) {
        .title_img {
            width: 55%;
        }
        .area {
            height: 300vw;
        }

        .firstblock {
            margin-top: -25vw;
        }
        .v1 {
            height: 1800px;
        }

        .v2 {
            height: 1350px;
        }

        .v3 {
            height: 1770px;
        }

        .v4 {
            height: 1770px;
        }

        .v5 {
            height: 1800px;
        }

        .v6 {
            height: 1970px;
        }

        .v7 {
            height: 2050px;
        }
        .v_tokuten {
            height: 2870px;
        }

        .biwa_sl .wrap::before, .biwa_mtl .wrap::before {
            width: 58%;
            background-size: 100%;
            top: -215px;
        }
        .zennoimg .wrap::before {
            width: 43%;
            background-size: 100%;
            top: -260px;
        }
        .ikunoimg .wrap::before {
            width: 65%;
            background-size: 100%;
            top: -277px;
        }
        .kashikosaLv5img .wrap::before {
            width: 40%;
            background-size: 100%;
            top: -220px;
        }
        .transcendimg .wrap::before {
            width: 62%;
            background-size: 100%;
            top: -300px;
        }
        .dreamjimg .wrap::before {
            width: 70%;
            background-size: 100%;
            top: -320px;
        }

        .biwa {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .biwaimg {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .zenno {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .ikuno {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .kashikosaLv5 {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .transcend {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }
        .dreamj {
            background-position: right 1% top 50%;
            width: 100%;
            background-size: 60%;
            left: 0;
        }


        .star1 {
            top: 85px;
            left: 10px;
        }

        .flame_caption {
            width: 50%;
            margin-right: 1%;
            margin-left: auto;
            margin-top: 15%;
        }
        .flc_ikuno {
            margin-top: 0% !important;
            margin-bottom: 20% !important;
        }

        .swiper-container {
            width: 95%;
        }

        .sold_out ul li {
            width: calc(97% / 3);
        }

        .flame .linkbutton {
            width: 55%;
            margin: 100px auto 100px;
        }
        /*___________________*/
        .ec_linkbutton {
            width: 70%;
        }

            .ec_linkbutton span {
                width: 95%;
                font-size: 3.5rem;
            }
        /*___________________*/

        .tokuten {
            max-width: 95%;
        }

        .b_area {
            height: 2025px;
        }

        #l_area {
            margin-top: -100px;
        }

        .title_lens {
            width: 75%;
        }

        .tab_item {
            height: 80px;
            font-size: 2.5rem;
            padding-top: 15px;
        }

            .tab_item:hover {
                opacity: 1.0;
            }

        .shopEyemirror h2 {
            font-size: 2.5rem;
        }

        .shopEyemirror ul li {
            font-size: 2.0rem;
            line-height: 4.0rem;
        }

        footer {
            font-size: 1.5rem;
        }

            footer p {
                font-size: 1.3rem;
            }
    }

    @media (max-width: 700px) {
        /* 汎用文字スタイル
------------------------------------------------- */
        .large {
            font-size: 1.8rem;
        }

        p {
            font-size: 1.4rem;
        }

        h1 {
            font-size: 4.5rem;
        }

        h2 {
            font-size: 2.5rem;
        }

        h3 {
            font-size: 1.5rem;
        }

        h4, .h4 {
            font-size: 4.5rem;
        }

        h5 {
            font-size: 1.5rem;
        }
        /* topic 
------------------------------------------------- */
        .topic .textbox .text_center h1 {
            font-size: 4.5vw;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .topic .textbox .fontchange {
            font-size: 8.0vw;
        }

        .topic .textbox h2 {
            font-size: 1.5rem;
        }

        .topic .textbox .fontchange2 {
            font-size: 2.5rem;
        }

        .topic .textbox h3 {
            font-size: 1.5rem;
            margin: 20px 0 10px;
        }

            .topic .textbox h3 .marker {
                background: linear-gradient(transparent 60%, #ffea85 0%);
            }

        .topic .textbox h4 {
            font-size: 3.0vw;
            /*text-align: left;*/
            line-height: 1.8;
            width: 90%;
            margin: 0 auto;
        }

        .topic .textbox h5 {
            font-size: 1.8rem;
        }

        .topic .textbox h6 {
            font-size: 1.4rem;
            margin: 5px 0;
        }
        .topic .textbox p {
            width: 95%;
        }

        .notice {
            padding: 0 10px;
        }

        .notice_title {
            width: 35%;
        }

        .title_img {
            width: 80%;
            top: -3%;
        }

        .banner {
            margin: 100px auto;
        }
        
        .lineupWrap {
            margin: 30px auto;
        }
            .lineupWrap .lineupItem {
                max-width: 50%;
            }
        .lineupItem div {
            width: 95%;
        }
        .lineupItem div:first-child {
            height: 35px;
        }
        .soldout::after {
            font-size: 5vw;
        }
        .soldout2::after {
            font-size: 3.7vw;
        }

        .a_top {
            height: 250vh;
        }


        .firstblock {
            margin-top: -65vw;
        }
        .v1 {
            height: 1500px;
        }

        .v2 {
            height: 1130px;
        }

        .v3 {
            height: 1500px;
        }

        .v4 {
            height: 1510px;
        }

        .v5 {
            height: 1560px;
        }

        .v6 {
            height: 1580px;
        }
        .v7 {
            height: 1800px;
        }
        .v_tokuten {
            height: 2690px;
        }

        .star {
            width: 100%;
            left: 0;
        }

        .star1 {
            top: 95px;
            left: 0px;
        }

        .star2 {
            top: 30px;
            left: 75%;
        }

        .star3 {
            top: -45px;
            left: 90%;
        }
        .wrap {
            top: 175px;
        }
        .biwa_sl .wrap::before, .biwa_mtl .wrap::before {
            width: 90%;
            background-size: 100%;
            top: -200px;
            left: -5%;
        }
        .zennoimg .wrap::before {
            width: 65%;
            background-size: 100%;
            top: -200px;
            left: -5%;
        }
        .ikunoimg .wrap::before {
            width: 93%;
            background-size: 100%;
            top: -230px;
            left: -20%;
        }
        .kashikosaLv5img .wrap::before {
            width: 45%;
            background-size: 100%;
            top: -152px;
        }
        .transcendimg .wrap::before {
            width: 90%;
            background-size: 100%;
            top: -35%;
            left: -16%;
        }
        .dreamjimg .wrap::before {
            width: 110%;
            background-size: 100%;
            top: -235px;
            left: -20%;
        }


        .flame_caption {
            width: 70%;
            margin-right: 2%;
            background-color: #ffffff7c;
            padding: 5px;
            margin-top: 25%;
        }
        .flc_ikuno {
             margin-top: 25% !important; 
             margin-bottom: 0 !important; 
        }
            .flame_caption .flmver {
                width: 50%;
                margin-left: 50%;
                margin-bottom: 20px;
                text-align: center;
                background-color: #ffffff;
                border: 2px solid #1da1f2;
                border-radius: 50px;
                line-height: 35px;
            }
                .flame_caption .flmver p {
                    font-size: 1.2rem;
                }

            .flame_caption p {
                margin-bottom: 5px;
            }

        .kakaku {
            text-align: right;
        }

        .sold_out ul li {
            width: calc(96% / 2);
            font-size: 1.1rem;
            letter-spacing: 0;
        }

        .flame {
            margin: 30px auto;
        }

            .flame .linkbutton {
                width: 90%;
                margin: 50px auto 50px;
            }

        /*______________________*/
        .ec_linkbutton {
            width: 80%;
            padding: 50px;
        }
        .ec_linkbutton .linktxt {
            width: 97%;
            font-size: 2.5rem;
        }
        .linktxt .ostxt {
            font-size: 1.2rem;
        }

        .ec_linkbutton .linktxt:before {
            background-size: 10%;
            padding-top: calc(65 / 37 * 10%);
        }

        .ec_linkbutton .linktxt:after {
            background-size: 10%;
            padding-top: calc(65 / 37 * 10%);
        }
        /*______________________*/


        .cystore {
            width: 95%;
        }

        .linkbutton2 {
            width: 50%;
            margin: 10px auto 100px;
        }

        .tokuten {
            max-width: 99%;
            flex-direction: column;
        }

            .tokuten ul {
                width: 100%;
            }

            .tokuten .tokuten_img {
                width: 100%;
            }

            .tokuten ul li:first-child {
                margin-top: 5%;
            }

            .tokuten ul li:nth-child(2) {
                margin-bottom: 5%;
            }

            .tokuten ul li:nth-child(3) {
                margin-bottom: 5%;
            }

        .spbr {
            display: block;
        }

        .tab_item {
            height: 50px;
            font-size: 1.6rem;
            padding-top: 0;
        }

        .b_area {
            height: 1600px;
            top: 350px;
        }

        #l_area {
            margin-top: -470px;
        }

        .title_lens {
            width: 90%;
            top: -4%;
        }

        .l_sp {
            display: block;
        }

        .l_pc {
            display: none;
        }

        .lens_guide ul li {
            flex-basis: 30%;
        }

        .shopEyemirror h2 {
            font-size: 1.8rem;
        }

        .shopEyemirror ul li {
            font-size: 1.2rem;
            line-height: 2rem;
        }

        footer li a {
            font-size: 1.5rem;
        }

        footer ul li {
            padding: 20px 0;
            display: block;
            border-right: none;
            text-align: center;
        }

        footer p {
            font-size: 1.5rem;
        }

        footer a {
            border-bottom: none;
        }

        a, a:link {
            border-bottom: none;
        }

        footer li {
            border-bottom: 1px dotted #fff;
        }

        footer .copyright {
            font-size: 1.3rem;
        }
    }
@media (max-width: 400px) {
    .a_top {
        height: 300vh;
    }
    .firstblock {
        margin-top: -25vw;
    }
}