@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, button, input, select, textarea,
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;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/*テーブルの中身を天地中央にします*/
th, td {
  vertical-align: middle; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 15px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*フォームの入力項目をいい感じに配置します*/
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }


/*フォームの入力値が正常だった場合のスタイルです*/
:valid {
  background-color: #fff; }

/*フォームの入力値が異常だった場合のスタイルです*/
:invalid {
  background-color: #80beb9; }

/*フォームの入力値が範囲内だった場合のスタイルです*/
:in-range {
  background-color: lightgreen; }

/*フォームの入力値が範囲外だった場合のスタイルです*/
:out-of-range {
  background-color: red; }

/*フォームへの入力が必須の場合のスタイルです*/
:required {
  border-style: solid; }

/*フォームへの入力が必須でない場合のスタイルです*/
:optional {
  border-style: dashed; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
textarea {
  overflow: auto;
  vertical-align: top; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -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: #333;
  background-color: #fff;
}

a,
a:link {
  color: #0465dc;
  border-bottom: 1px dotted #999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: red; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 981px) {
  .large {
  font-size: 1.8rem;
  }
}

.l-line {
  border-left: 10px double #3a8bc3;
  padding-left: 10px;
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 30px 80px 20px;
}
@media (min-width: 981px){
  .important{
    background: #ffffff;
    border: #000 1px solid;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    margin: 10px 0 40px 20px;
    width: 30%;
  }
}
.important a {
  border: 0;
  color: #616161;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 980px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5; 
  }
}

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}
/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    background-color: #75110F;
    padding-bottom: 200px;
}
    #main:before {
        content: '';
        background: url(../img/flame_bg_top.png) repeat-x center top;
        background-size: 1300px;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        padding-top: calc(500 / 2500 * 1300px);
        display: block;
    }

/* 	KV
-------------------------------------------------*/
.anime_wrap {
    position: relative;
    overflow: hidden;
}

.pattern7::before,
.pattern7::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pattern7::before {
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #75110F 75%, #75110F 100%);
    z-index: 3;
    transition: 1s;
}

.pattern7::after {
    background: #75110F;
    z-index: 2;
    transition: 1s;
    transition-delay: .5s;
}

.pattern7.show::before,
.pattern7.show::after {
    transform: translateY(-100%);
}

.pattern7.show .header .header1 {
    opacity: 1;
    transform: scale(1);
}

.pattern7 .kv_wrap {
    opacity: 0;
    transform: translateX(150px);
    transition: 0.5s;
    transition-delay: .8s;
    z-index: 1;
    overflow: hidden;
}

.pattern7.show .kv_wrap {
    opacity: 1;
    transform: translateX(0);
}

.headerWrap {
    width: 100%;
    background: linear-gradient(180deg, #fff 0%, #fff 75%, #75110F 75%, #75110F 100%);
}

.header {
    max-width: 1500px;
    margin: 0 auto;
    height: 50vw;
    max-height: 765px;
    position: relative;
}

    .header .header1 {
        max-width: 50%;
        z-index: 10;
        opacity: 0;
        transform: scale(.8);
        transition: 1.0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-delay: .6s;
    }

.header1::after {
    content: '';
    background: url(../img/kv.jpg) no-repeat center top;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 100%;
    display: block;
}

.header .kv_wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    top: 0;
    right: 0;
    left: 50%;
    padding: 3%;
}

.kv_wrap .logo {
    background: url(../img/trigun_logo.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding-top: calc(550 / 1500 * 100%);
}

.kv_wrap .txt {
    width: 100%;
    height: 100%;
    flex-grow: 1;
}

    .kv_wrap .txt p {
        font-size: clamp(18px, 1.5vw, 28px);
        text-align: center;
        font-weight: bold;
        line-height: 1.4;
    }

        .kv_wrap .txt p span {
            font-weight: 900;
        }


/* 	テキスト設定
-------------------------------------------------*/
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  font-size: 1.6rem;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0 0 20px;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
}
@media (max-width: 980px) {
  h4, .h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 12px;
}

h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/*KVカルーセルスライダー
-------------------------------------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/*スライド画像の横幅可変*/
.slider {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.slider div {
	height: 100%;
}
.slider img {
	width: 100%;
}

/* お知らせ
------------------------------------------------- */
.topic {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    background-color: #000000;
}
.topic .moon {
    max-width: 800px;
    margin: 0 auto;
}
.topic .moon img {
    width: 100%;
}
.p_box {
    padding: 50px 0;
}
.p_box p {
    text-align: center;
}
.topic .textbox {
    margin: 20px auto;
}
    .topic .textbox h1 {
        font-family: 'Anton', sans-serif;
        font-family: 'Archivo Black', sans-serif;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        font-size: 3.5rem;
        letter-spacing: 4px;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff;
        margin: 0 auto 25px;
        width: 700px;
    }

.topic .textbox .fontchange {
    font-size: 6.0rem;
}

    .topic .textbox h2 {
        text-align: center;
        font-weight: bold;
        font-size: 2.0rem;
        line-height: 1.0;
        margin-top: 40px;
    }

.topic .textbox .fontchange2 {
    font-size: 3.5rem;
    font-weight: bold;
}

.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    margin: 30px 0 20px;
}

    .topic .textbox h3 .marker {
        background: linear-gradient(transparent 80%, #FFFFC7 0%);
    }

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.0;
}
.topic .textbox a {
    color: #ffffff;
}

.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 2.0;
}
.topic .textbox h6 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.0;
    margin-bottom: 30px;
}

/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #75110f;
}
    #wrap.wolf {
        background-color: #000000 !important;
    }
    #wrap::before {
        content: '';
        background: url(../img/flame_bg_bottom.png) repeat-x center top;
        background-size: 1300px;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        padding-top: calc(500 / 2500 * 1300px);
        display: block;
    }
    #wrap.wolf::before {
        content: '';
        background: url(../img/flame_bg_top.png) repeat-x center top;
        background-size: 1300px;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        padding-top: calc(500 / 2500 * 1300px);
        display: block;
    }
    #wrap.wolf::after {
        content: '';
        background: url(../img/flame_bg_bottom.png) repeat-x center bottom;
        background-size: 1300px;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        padding-top: calc(500 / 2500 * 1300px);
        display: block;
    }
.fl_wrap {
    max-width: 1200px;
    margin: 200px auto;
    color: #fff;
}

/* フレーム紹介
------------------------------------------------- */
.title_model {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.anime_wrap2 {
    position: relative;
    overflow: hidden;
}
    .anime_wrap2 .title {
        width: 55%;
        opacity: 0;
        transform: scale(1.2);
        transition: .5s;
    }
.anime_wrap2.show .title {
    opacity: 1;
    transform: scale(1);
}
    .title_model .name {
        width: 45%;
        margin-left: 5%;
    }
.flametitle {
    background: url(../img/flametitle_img2-min2.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    padding-top: calc(646 / 640 * 100%);
}
    .flametitle.fl_wolf {
        background: url(../img/frame_w.jpg) no-repeat center top;
        background-size: 100%;
    }
.name_v, .name_w {
    overflow: hidden;
   /* transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;*/
}
    .name_v img, .name_w img {
        width: 100%;
    }
    .name_v span, .name_w span {
        display: block;
        width: 100%;
        margin: 0 auto 0 10px;
        transform: translate(-100%, 0);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    }
    .name_v p, .name_w p {
        display: block;
        width: 100%;
        margin: 20% auto 0;
        transform: translate(0, 150%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1)0.8s;
        transition-delay: 0.8s;
    }
    .name_v.-visible,
    .name_v.-visible span,
    .name_v.-visible p {
        transform: translate(0, 0);
    }
    .name_w.-visible,
    .name_w.-visible span,
    .name_w.-visible p {
        transform: translate(0, 0);
    }

.fc_wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.flbx_l {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 150px 0;
}
.flbx_r {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 150px 0;
}
.flame_p {
    flex-basis: 50%;
}
.flamecaption {
    width: 80%;
    font-size: 1.4rem;
    line-height: 2.5;
    border: #fff 1px solid;
    padding: 25px;
    margin: 0 auto;
}
.flame_img {
    flex-basis: 50%;
}
.flame_img img {
    width: 100%;
}
.flame_wrap {
    max-width: 900px;
    margin: 0 auto;
}
.sw-top {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
}
/* swiper 矢印 ここで飛ばしてます
--------------------------*/
.swiper-button-prev {
    left: -100%;
}

.swiper-button-next {
    right: -100%;
}

/*//新たなボタンを設置
------------------------*/
.swiper-button-prev-a {
    background-image: url(../img/carousel_l.png);
    position: absolute;
    top: calc(50% - 45px);
    right: auto;
    left: -60px;
    width: 50px;
    height: 50px;
}

.swiper-button-next-a {
    background-image: url(../img/carousel_r.png);
    position: absolute;
    top: calc(50% - 45px);
    left: auto;
    right: -60px;
    width: 50px;
    height: 50px;
}

.swiper-button-prev-a,
.swiper-button-next-a {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p_wrap {
    max-width: 900px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.size {
    font-size: 1.2rem;
    line-height: 1.5;
    flex-basis: 50%;
    margin: 15px;
}
.lensspec {
    font-size: 1.2rem;
    line-height: 1.5;
    flex-basis: 50%;
    margin: 15px;
}
.kakaku {
    max-width: 900px;
    margin: 20px auto;
}
.tb_m {
    text-align: right;
}
.flamekakaku {
    font-size: 2.5rem;
}
.ec_linkbutton {
    text-align: center;
    margin: 75px 0;
}
.btn,
a.btn,
button.btn {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}
a.btn-flat {
    overflow: hidden;
    padding: 2.5rem 15rem;
    color: #fff;
    border-radius: 5px;
    background: #000000;
    border: #ffffff 1px solid;
}
    a.btn-flat.bt_wolf {
        background: #75110f !important;
    }

    a.btn-flat span {
        position: relative;
        z-index: 1;
    }

    a.btn-flat:before {
        position: absolute;
        top: 0;
        left: calc(-150% + 200px);
        width: 150%;
        height: 500%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: rotate(45deg) translateX(0) translateY(0);
        transform: rotate(45deg) translateX(0) translateY(0);
        background: #75110f;
    }

    a.btn-flat:after {
        position: absolute;
        top: -400%;
        right: calc(-150% + 200px);
        width: 150%;
        height: 500%;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: rotate(45deg) translateX(0) translateY(0);
        transform: rotate(45deg) translateX(0) translateY(0);
        background: #75110f;
    }
    a.btn-flat.bt_wolf:before, a.btn-flat.bt_wolf:after {
        background: #000000 !important;
    }

    a.btn-flat:hover:before {
        -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
        transform: rotate(45deg) translateX(0) translateY(-50%);
    }

    a.btn-flat:hover:after {
        -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
        transform: rotate(45deg) translateX(0) translateY(50%);
    }


/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#lens {
    width: 100%;
}
/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 750px;
    margin: 150px auto;
}
    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
.lens_guide ul li {
    flex-basis: 20%;
    display: block;
}
.lens_guide ul li img {
    width: 100%;
    height: auto;
}

.lens_guide ul a {
    border-bottom: none;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding-bottom: 2px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 950px;
  margin: 0 auto;}
@media (max-width: 980px) {
    .tabs {
        width: 98vw;
    }
}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #75110f;
    border-top: 1px solid #75110f;
    border-left: 1px solid #75110f;
    border-right: 1px solid #75110f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #efefef;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    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: 4rem;
  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;
    background-color: #fff;
    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: #000;
    color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #555;
}

@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
}
@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 3.5rem;
        line-height: 5.0rem;
    }
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px auto;
}
@media (max-width: 980px) {
    .shopEyemirror .map {
        width: 100%;
        height: auto;
    }
}
.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopEyemirror .map a{
	color:#00bbcc
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #000;
  padding: 40px 0;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 3.5rem;
  }
}

#globalfooter a {
    color: #ffffff;
    border-bottom: 1px dotted #75110F;
    text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
#globalfooter .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
}
  .spbr {
      display: none;
  }

/* 完売テキストバナー
------------------------------------------------- */
.sold_out ul {
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    .sold_out ul li {
        width: calc(98% / 3);
        border-radius: 5px;
        margin: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        color: #dfdfdf;
        font-weight: bold;
        padding: 5px;
        font-size: 1.5rem;
    }

    .sold_out ul .c0 {
        background-color: #000000 !important;
        color: #ffffff;
    }

.sold_out .c1 li {
    background-color: #7f7f7f;
}

.sold_out ul .c3 {
    background-color: #75110f !important;
    color: #ffffff;
}

.sold_out .c2 li {
    background-color: #7f7f7f;
}

/* 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: 7rem;
            color: #ffdd54;
        }

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 1280px以下
------------------------------------------------- */
@media (max-width: 1280px) {
    #page_top {
        right: 15px;
        bottom: 100px;
    }
}

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .headerWrap {
        width: 100%;
        background: linear-gradient(180deg, #fff 0%, #fff 30%, #75110F 40%, #75110F 100%);
        height: auto;
    }
    .header {
        max-width: 1500px;
        margin: 0 auto;
        height: 130vw;
        max-height: 130vw;
        position: relative;
    }
        .header .header1 {
            max-width: 60vw;
            margin: 0 auto;
        }
    .header1::after {
        background-size: 60vw;
    }
    .header .kv_wrap {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        top: 55vw;
        right: 0;
        left: 0;
        padding: 3%;
    }
    .kv_wrap .txt {
        color: #ffffff;
    }
    .kv_wrap .txt p {
        font-size: 2.5rem;
    }
    .topic .textbox h3 {
        font-size: 2.0rem;
    }
    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .name p {
        font-size: 2.0vw;
        padding-right: 3%;
    }
    .flame_wrap {
        max-width: calc(95% - 100px);
        margin: 0 auto;
    }
    .flamecaption {
        font-size: 1.6rem;
    }
    .size {
        font-size: 1.5rem;
    }
    .lensspec {
        font-size: 1.5rem;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
}

/* pc 970px以下
------------------------------------------------- */
@media (max-width: 970px) {
    .swiper-button-prev-a {
        left: -10%;
        width: 5em;
        height: 5em;
    }

    .swiper-button-next-a {
        right: -10%;
        width: 5em;
        height: 5em;
    }
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .header {
        height: 170vw;
        max-height: 170vw;
    }
    .header .header1 {
        max-width: 100vw;
    }
    .header1::after {
        background-size: 90%;
        padding-top: calc(715 / 700 * 90%);
    }
    .header .kv_wrap {
        width: 98vw;
        top: 80vw;
        right: 0;
        left: 0;
        margin: auto;
        padding: 1%;
    }
    .kv_wrap .logo {
        padding-top: calc(469 / 1500 * 90%);
    }
    .kv_wrap .txt p {
        font-size: 3.8vw;
        line-height: 2;
        margin-top: 50px;
    }
    #main {
        padding-bottom: 200px;
    }
    .topic .moon {
        max-width: 95vw;
    }
    .topic .textbox h3 {
        font-size: 2.0rem;
    }

    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .flbx_l {
        flex-direction: column;
    }
    .flbx_r {
        flex-direction: column;
    }
    .flamecaption {
        width: 90%;
        font-size: 1.6rem;
        line-height: 2.0;
        margin: 0px auto 30px;
    }
    .flame_wrap {
        max-width: calc(95% - 60px);
        margin: 0 auto;
    }
    .swiper-button-prev-a {
        left: -7%;
        width: 5vw;
        height: 5vw;
    }

    .swiper-button-next-a {
        right: -7%;
        width: 5vw;
        height: 5vw;
    }
    .p_wrap {
        align-items: flex-start;
    }
    .size {
        font-size: 1.3rem;
        margin: 20px;
    }
    .lensspec {
        font-size: 1.3rem;
        margin: 20px;
    }
    p {
        font-size: 2.0rem;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
    .tab_item {
        font-size: 2.5rem;
    }
    .shopEyemirror h2 {
        font-size: 2.5rem;
    }
    .shopEyemirror ul li {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .header {
        height: 200vw;
        max-height: 200vw;
    }
    .kv_wrap .txt p {
        font-size: 1.8rem;
        margin-top: 25px;
    }
    #main::before {
        background-size: 160%;
        padding-top: calc(500 / 2500 * 160%);
    }
    #wrap::before {
        background-size: 160%;
        padding-top: 200px;
    }
    #wrap::after {
        background-size: 160%;
        padding-top: 200px;
    }
    #wrap.wolf::before {
        background-size: 160%;
        padding-top: 200px;
    }
    #wrap.wolf::after {
        background-size: 160%;
        padding-top: 200px;
    }
    #main {
        padding-bottom: 200px;
    }
    .topic h1 {
        font-size: 2.0rem;
        padding-bottom: 35px;
    }

    .topic .textbox h5 {
        font-size: 2.0rem;
        line-height: 1.5;
    }

    .topic .textbox h1 {
        font-size: 8vw;
        letter-spacing: 4px;
        padding-bottom: 5px;
        margin: 0 auto 25px;
        width: 95%;
    }

    .topic .textbox .fontchange {
        font-size: 2.5rem;
    }

    .topic .textbox h2 {
        font-size: 1.8rem;
        line-height: 2;
    }

    .topic .textbox .fontchange2 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .topic .textbox h3 {
        font-size: 2.0rem;
        margin: 30px 0 20px;
    }

    .topic .textbox h4 {
        font-size: 1.3rem;
        line-height: 2.5;
    }

    .fl_wrap {
        max-width: 95%;
        margin: 50px auto;
        color: #fff;
    }

    .title_model {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
        .title_model .title {
            width: 100%;
        }
        .title_model .name_v, .title_model .name_w {
            width: 100%;
            margin: 3%;
        }
    .name_v p, .name_w p {
        font-size: 3.5vw;
        padding: 2%;
        margin: 5% auto 5%;
    }
    .flamecaption {
        font-size: 1.5rem;
    }
    .flbx_l {
        margin: 50px 0;
    }
    .flbx_r {
        margin: 50px 0;
    }


    .swiper-button-prev-a {
        top: calc(50% - 7.5vw);
        left: -9%;
        width: 5vw;
        height: 5vw;
    }

    .swiper-button-next-a {
        top: calc(50% - 7.5vw);
        right: -9%;
        width: 5vw;
        height: 5vw;
    }

    .p_wrap {
        max-width: 100%;
        flex-direction: column;
    }
    p {
        font-size: 1.5rem;
    }
    .flamekakaku {
        font-size: 3.5rem;
    }
    .sold_out ul {
        max-width: 100%;
    }
        .sold_out ul li {
            width: calc((100% / 2) - 20px);
            font-size: 1.3rem;
            padding: 10px;
            margin: 10px;
        }
    .ec_linkbutton {
        margin: 50px 0;
    }
    a.btn-flat {
        padding: 5vw 18vw;
    }
        a.btn-flat:before {
            left: calc(-170% + 200px);
        }
        a.btn-flat:after {
            right: calc(-170% + 200px);
        }
    .lens_guide {
        width: 90%;
        margin: 120px auto;
    }

        .lens_guide ul li {
            flex-basis: 30%;
        }
    .tab_item {
        font-size: 1.6rem;
        height: 70px;
        padding-top: 10px
    }
    .shopEyemirror h2 {
        font-size: 1.8rem;
    }
    #globalfooter ul {
        margin: 20px 0;
    }
    #globalfooter ul li {
        padding: 20px 0;
    }
    #globalfooter li a {
        font-size: 1.4rem;
    }
    #globalfooter .copyright {
        font-size: 1.5rem;
    }

    .spbr {
        display: block;
    }

    #page_top {
        right: 3%;
        bottom: 10%;
    }
    #page_top a::before {
        font-size: 5rem;
    }
    .swiper-pagination-bullet {
        width: 2vw !important;
        height: 2vw !important;
    }
}
