﻿/*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: #a7a7a7;
    border-bottom: 1px dotted #999;
    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: #3B3834;
    color: #DBDBDB;
}
.bg {
    background-image: url(../img/bg.png);
    background-repeat: repeat;
    background-size: 300px;
    padding-bottom: 200px;
}

/* kv
----------------------------------------- */
.kvlogo {
    max-width: 1500px;
    margin: 0 auto;
    height: 0;
    position: relative;
    z-index: 10;
}
.usLogo {
    position: absolute;
    width: 500px;
    margin-top: 20px;
}
.usLogo img {
    width: 100%;
}
.swiper-container {
    max-width: 1500px;
    height: 800px;
    margin: 0 auto;
}
.swiper-slide {
    color: #ffffff;
    text-align: center;
}
.swiper-wrapper {
    transition-timing-function: ease-in-out;
}
.swpc {
    display: block;
}
.swsp {
    display: none;
}

/* main
----------------------------------------- */
#main {
    width: 100%;
    margin: 0 auto;
}

/* notice
----------------------------------------- */
.title {
    width: 350px;
    margin: 30px auto;
}
.title p {
    text-align: center;
}
.title img {
    width: 100%;
}

.notice {
    max-width: 700px;
    margin: 70px auto;
}
.notice img {
    width: 100%;
}

/* about
----------------------------------------- */
.about {
    width: 100%;
    margin: 0 auto;
}
.about img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.about p {
    text-align: center;
    line-height: 2.0;
    margin: 30px 0;
}

/* banner
----------------------------------------- */
.banner {
    max-width: 800px;
    margin: 120px auto;
}
.banner ul {
    display: flex;
    justify-content: space-around;
}
.banner ul li {
    max-width: 200px;
}
.banner ul img {
    width: 100%;
}
.banner ul li a {
    border: none;
    padding-bottom: 0;
}
.new {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
}
ul.new li {
    min-width: 200px;
    flex: 0 1 auto;
}

/* wrap
----------------------------------------- */
.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

/* concept
----------------------------------------- */
.concept {
    background-color: #605A52;
}
.title_wrap {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.title_wrap img {
    width: 100%;
}

/* model
----------------------------------------- */
.cWrap {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.model {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    padding: 0 5px
}
.model li {
    max-width: 450px;
}
.model li p {
    overflow-wrap: break-word;
}
.model li img {
    width: 100%;
}
.model li:nth-child(3) {
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    padding: 0 10px;
    margin-top: 10px
}

/* gallery
----------------------------------------- */
.gallery {
    background-color: #7D766D;
}
.flame {
    max-width: 1020px;
    margin: 50px auto;
    padding-top: 0 !important;
}

.model_kv {
    width: 90%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 49.019607843%;
    margin: 0 auto;
}

.key {
    background-image: url(../img/flame/key/glr_modelkv_key.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.rose {
    background-image: url(../img/flame/rose/glr_modelkv_rose.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.gear {
    background-image: url(../img/flame/gear/glr_modelkv_gear.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.rivet {
    background-image: url(../img/flame/rivet/glr_modelkv_rivet.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.paperknife {
    background-image: url(../img/flame/paperknife/glr_modelkv_paperknife.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.thorn {
    background-image: url(../img/flame/thorn/glr_modelkv_thorn.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.img_switch {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin: 20px auto;
}
.btn {
    flex: 0 1 150px;
}
.btn img {
    width: 100%;
}
.btn.is-activer {
    border-bottom: 5px #ffffff solid;
}



/* モデル出し分け
----------------------------------------- */
.group {
    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_group {
    max-width: 1200px;
    margin: 0 auto;
}

.group {
    max-width: 1120px;
    margin: 0 auto;
}
.group img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.group p {
    text-align: right;
    color: #ffffff;
    margin-right: 45px
}


/* リンクボタン
------------------------------------------------- */
.flame .linkbutton {
    width: 400px;
    margin: 50px auto 150px;
}

@media (max-width: 980px) {
    .flame .linkbutton {
        width: 55%;
        margin: 100px auto 150px;
    }
}

.flame .linkbutton img {
    width: 100%;
    transition-duration: 0.3s;
}

.flame .linkbutton a {
    border: none;
}

.flame .linkbutton img:hover {
    transform: translateY(10px);
    opacity: 0.9;
}

/* 完売テキストバナー
------------------------------------------------- */
.sold_out ul {
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}

.sold_out ul li {
    width: calc(98% / 3);
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #999999;
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem;
}

.sold_out ul .c0 {
    background-color: #4e3d00 !important;
    color: #ffffff;
}

.sold_out .c1 li {
    background-color: #1a1a1a;
}

/* accessories
------------------------------------------------- */
.accessories {
    background-color: #605A52;
}
.acc_set {
    max-width: 700px;
    margin: 50px auto;
}
.acc_set img {
    width: 100%;
}
.accessories p {
    text-align: center;
}


/* lens_guide
------------------------------------------------- */
.lens_ {
    letter-spacing: 10px;
    line-height: 1.5;
    padding: 50px 0;
}

@media (max-width: 980px) {
    .lens_ {
        font-size: 3.0rem;
        line-height: 2.0;
        letter-spacing: 5px;
    }
}

.lens_guide {
    width: 850px;
    margin: 50px auto 100px;
}

@media (max-width: 980px) {
    .lens_guide {
        width: 75%;
        margin: 0 auto 150px;
    }
}

.lens_guide ul li {
    width: calc(97%/2);
    margin: 0 5px;
    display: inline-block;
}

@media (max-width: 980px) {
    .lens_guide ul li {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
}

.lens_guide ul li img {
    width: 100%;
    height: auto;
}
.lens_guide ul a {
    border-bottom: none;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
    padding-bottom: 40px;
    background-color: #7d766d;
    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 #201e1b;
    /*border-top: 1px solid #03007b;*/
    border-left: 1px solid #201e1b;
    border-right: 1px solid #201e1b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #bfb8af;
    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;
}

@media (max-width: 980px) {
    .tab_item {
        height: 100px;
        font-size: 3.0rem;
        padding-top: 25px;
    }
}

.tab_item:hover {
    opacity: 0.75;
}

@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
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: #201e1b;
    color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #ffffff;
}

@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 3.0rem;
    }
}

.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #ffffff;
}

@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 2.5rem;
        line-height: 5.0rem;
    }
}

.shopEyemirror ul {
    margin: 20px 0;
}

.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%;
}

/* sign
------------------------------------------------- */
.sign {
    max-width: 590px;
    margin: 150px auto;
}
    .sign ul {
    display: flex;
    flex: 0 1 auto;
    justify-content: space-around;
}
.sign ul li:first-child {
    width: 261px;
}
.sign ul li:last-child {
    padding-left: 20px;
}
.sign ul img {
    width: 100%;
}


/* footer
------------------------------------------------- */
.f_kv {
    background: url(../img/footer.png) no-repeat center top;
    background-size: 100%;
    height: auto;
    padding-top: 16vw;
}

footer {
    background: #000000;
    width: 100%;
    font-size: 1.2rem;
}

@media (max-width: 980px) {
    footer li a {
        font-size: 3.5rem;
    }
}

footer p {
    text-align: center;
    padding: 20px 0 30px;
}

@media (max-width: 980px) {
    footer p {
        font-size: 3.5rem;
    }
}

footer a {
    color: #ffffff;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

@media (max-width: 980px) {
    footer ul {
        margin: 30px 0;
    }
}

footer ul li {
    padding: 0 20px;
    display: inline-block;
    border-right: 1px solid #999;
}

footer ul li:last-child {
    border-right: none;
}

@media (max-width: 980px) {
    footer ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}

footer .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    right: 35px;
    bottom: 300px;
    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: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 5em;
    color: #fff;
}

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* spのみ改行
------------------------------------------------- */
.spbr {
    display: none;
}

/* pad
------------------------------------------------- */
@media (max-width: 1280px) {
    #page_top {
        right: 20px;
        bottom: 50px;
    }
}
/* SP
------------------------------------------------- */
@media (max-width: 1024px) {
    /* 汎用文字スタイル
------------------------------------------------- */
    .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;
    }
    .title {
        max-width: 85%;
        margin: 30px auto;
    }
    .about {
        width: 95%;
    }
    .sign {
        max-width: 750px;
    }

    .f_kv {
        background: url(../img/footer_sp.png) no-repeat center top;
        background-size: 100%;
        height: auto;
        padding-top: 25vw;
    }
    .sold_out ul {
        max-width: 90%;
    }
    
}
@media (max-width: 768px) and (min-width: 701px) {
    .swiper-wrapper {
        left: -25%;
    }
}

@media (max-width: 700px) {
    .bg {
        background-size: 200px;
        padding-bottom: 100px;
    }

    .usLogo {
        width: 55%;
    }

    .swpc {
        display: none;
    }

    .swsp {
        display: block;
    }

    .swiper-container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .swiper-slide > img {
        width: 100%;
    }

    .notice {
        padding: 0 10px;
    }

    .banner ul {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .banner ul li {
        margin: 20px 0;
    }

    ul.new li {
        margin: 0;
    }

    ul.new li:nth-last-child(-n+2) {
        display: none;
    }

    .cWrap {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 50px auto 0;
    }

    .cWrap .model {
        margin: 0 0 60px;
    }

    .about img, .title_wrap img {
        max-width: 95%;
    }

    .model_kv {
        width: 100%;
        height: 0;
        /* (画像の高さ / 画像の横幅) × 100 */
        padding-top: 100%;
        margin: 0 auto;
    }

    .key {
        background-image: url(../img/flame/key/glr_modelkv_key_s.png);
    }

    .rose {
        background-image: url(../img/flame/rose/glr_modelkv_rose_s.png);
    }

    .gear {
        background-image: url(../img/flame/gear/glr_modelkv_gear_s.png);
    }

    .rivet {
        background-image: url(../img/flame/rivet/glr_modelkv_rivet_s.png);
    }

    .paperknife {
        background-image: url(../img/flame/paperknife/glr_modelkv_paperknife_s.png);
    }

    .thorn {
        background-image: url(../img/flame/thorn/glr_modelkv_thorn_s.png);
    }

    .group {
        max-width: 100%;
    }

    .group p {
        margin-right: 4%;
    }

    .group p .large {
        font-size: 2.3rem;
    }

    .sold_out ul li {
        width: calc(96% / 2);
        font-size: 1.4rem;
    }

    .flame .linkbutton {
        width: 90%;
        margin: 30px auto 150px;
    }

    .spbr {
        display: block;
    }

    .lens_ {
        font-size: 3.0rem;
        line-height: 1.5;
        letter-spacing: 5px;
    }

    .lens_guide {
        width: 85%;
        margin: 0 auto 100px;
    }

    .tab_item {
        height: 50px;
        font-size: 1.6rem;
        padding-top: 0;
    }

    .shopEyemirror h2 {
        font-size: 1.8rem;
    }

    .shopEyemirror ul li {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .sign {
        margin: 130px auto;
    }

    .sign ul {
        flex-direction: column;
        align-items: center;
    }

    .sign ul li:last-child {
        padding: 20px;
    }

    .sign ul li p {
        font-size: 1.3rem;
    }

    footer li a {
        font-size: 1.8rem;
    }

    footer ul li {
        padding: 20px 0;
    }

    footer p {
        font-size: 1.5rem;
    }

    .f_kv {
        background: url(../img/footer_sp.png) no-repeat left top;
        background-size: 200%;
        padding-top: 45vw;
    }
}