@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: #000;
}

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;
}

/* 	KV
-------------------------------------------------*/
.header {
    width: 100%;
    background: url(../img/kv_bg.png) no-repeat center top;
    background-size: cover;
    padding-top: calc(850 / 1920 * 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
}
    .header::before {
        content: '';
        background: url(../img/logo.png) no-repeat left 3% top;
        background-size: 45%;
        width: 100%;
        height: calc(352 / 1108 * 100%);
        position: absolute;
        top: 3%;
        left: 0;
        right: 0;
        z-index: 2;
        margin: auto;
    }
.srknWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}
.srkn_b {
    background: url(../img/srkn_b.png) no-repeat left top;
    background-size: 100%;
    width: 152px;
    height: 152px;
}
.srknWrap > div:first-child {
    margin: 9% 50% 0 auto;
    width: 80px;
    height: 80px;
}
.srknWrap > div:last-child {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 100px;
    height: 100px;
    animation-delay: 0.5s;
}
.kv_character {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
    .kv_character::before {
        content: '';
        display: inline-block;
        background-image: url(../img/kv_gatti_.png);
        background-position: right 3% bottom;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

.rtt {
    animation: rotate-anime 2s linear infinite;
    animation-timing-function: ease-in-out;
    transform: rotate(0deg);
}
@keyframes rotate-anime {
    0% {
        transform-origin: center center 0;
        /*transform: rotate(0);*/
    }

    100% {
        transform-origin: center center 0;
        transform: rotate(1080deg);
    }
}

/* 	テキスト設定
-------------------------------------------------*/
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;
}
@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', "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: 2rem;
}
@media (max-width: 980px) {
    h6 {
        font-size: 3.5rem;
    }
}

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;
}

/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    background: #000;
    margin-bottom: 200px;
}

/* catch copy
------------------------------------------------- */
.catch {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background: rgb(158,158,158);
    background: -moz-linear-gradient(top, rgb(158,158,158) 0%, rgb(0,0,0) 50%, rgb(158,158,158) 100%);
    background: -webkit-linear-gradient(top, rgb(158,158,158) 0%,rgb(0,0,0) 50%,rgb(158,158,158) 100%);
    background: linear-gradient(to bottom, rgb(158,158,158) 0%,rgb(0,0,0) 50%,rgb(158,158,158) 100%);
    position: relative;
}
.srknWrap2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 17px 0;
    overflow: hidden;
    z-index: 10;
}
.srknWrap2 > div:first-child {
    width: 50px;
    height: 50px;
}
    .srknWrap2 > div:first-child.is-animated {
        transform-origin: center;
        animation: anim_lr 1.0s forwards ease-out;
    }
.srknWrap2 > div:last-child {
    position: absolute;
    bottom: 17px;
    width: 50px;
    height: 50px;
    right: 0;
}
    .srknWrap2 > div:last-child.is-animated {
        transform-origin: center;
        animation: anim_rl 1.0s forwards ease-out;
    }

    @keyframes anim_lr {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(95vw) rotate(5turn);
        }
    }

    @keyframes anim_rl {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(-95vw) rotate(5turn);
        }
    }


.catchinnWrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-top: #DFDFDF 5px solid;
    border-bottom: #DFDFDF 5px solid;
}
.catch h1 {
    width: 50%;
    display: block;
    text-align: left;
    font-size: 2.5rem;
    color: #fff;
    font-family: "Sawarabi Mincho";
    font-weight: normal;
}
.catch_img {
    width: 50%;
    background: url(../img/catch_gatti.png) no-repeat left center;
    background-size: contain;
    height: auto;
    padding-top: calc(500 / 1236* 50%);
}


/* お知らせ
------------------------------------------------- */
.topic {
    margin: 50px auto;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 22% 0 5%;
}

.p_boxWrap {
    background: linear-gradient(to right, #FFD082, 40%, #DA6955, #808080);
    position: relative;
    padding: 15px 0;
    transform: rotate(-10deg);
    width: 107%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-10deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
}
.p_box {
    background-color: #fff;
    color: #000;
    overflow: hidden;
    max-height: inherit;
    position: relative;
    height: 315px;
}
.textbox {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(10deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(10deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(10deg);
}
.topic 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;
    margin: 0 auto 25px;
    width: 80%;
    line-height: 1.0;
}

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

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

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

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

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

.topic h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.0;
    margin: 15px 0;
}

.topic h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.0;
}
    .topic h6 {
        text-align: center;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.0;
        color: #b70101;
        margin-top: 5px;
        margin-bottom: 0;
    }

.sub_textbox {
    position: absolute;
    max-height: inherit;
    width: 100%;
    z-index: -1;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(10deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(10deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(10deg);
}
.topic a, .topic a:link {
    color: #000000;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.sub_textbox a, .sub_textbox a:link {
    color: #ffffff;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.topic_title {
    width: 300px;
    margin: 10px auto;
    border-radius: 50px;
}
.t2 {
    border: #505050 1px solid;
    margin-top: 50px;
    margin-bottom: 30px;
}

.topic_title p {
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}
.topicshop {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

    .topicshop li {
        display: inline-block;
        text-align: center;
        padding-bottom: 5px;
        line-height: 2.0;
    }

        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 50%;
        }

        .topicshop li a {
            color: #505050;
        }

/* フレーム紹介
------------------------------------------------- */

/*#model.-visible .modelbg1 {
    transform: translate(0, 0);
}
*/

#model {
    width: 100%;
    position: relative;
    height: auto;
}
.model_inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #959595, 50%, #04042D);
    margin-top: -27vw;
    padding-bottom: 2vw;
}

#gatchmanV {
    width: 100%;
    position: relative;
    background: url(../img/flamecaption2.png) no-repeat center top;
    height: auto;
    padding-top: calc(1165 / 2000 * 100%);
    background-size: contain;
}
.pointWrap {
    position: absolute;
    width: 80%;
    top: 32vw;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
}
    .pointWrap .point:last-child {
        transition-delay: 0.3s;
    }
.point {
    width: 100%;
    position: relative;
}
.point:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/srkn_w.png) no-repeat center left;
    background-size: 100%;
    width: 10%;
    height: auto;
    padding-top: calc(152 / 152 * 10%);
    top: -3%;
    left: 12%;
    animation: 1s linear infinite rotation;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.p01 {
    background: url(../img/pointtxt.png) no-repeat left 40% top 3%, url(../img/point01_.png) no-repeat center top;
    background-size: 45%, 100%;
    width: 100%;
    height: auto;
    padding-top: calc(430 / 920 * 100%);
}

.p02 {
    background: url(../img/pointtxt.png) no-repeat left 40% top 3%, url(../img/point02_.png) no-repeat center top;
    background-size: 45%, 100%;
    width: 100%;
    height: auto;
    padding-top: calc(430 / 920 * 100%);
}


.swpWrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 23vw;
}
.swiper-container {
    position: relative;
    width: 100%;
    margin: 25px 0;
    padding: 45px 0;
}

.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

    .swiper-slide img {
        width: 100%;
    }

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5) !important; /* スライドの大きさ調整 */
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #eeeeee;
}



.modelflex {
    max-width: 60%;
    margin: 27vw auto 0;
}
.flamestmWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin: 10px auto 35px;
    color: #fff;
    border: #fff 1px solid;
    padding: 10px;
}

.flamestm {
    align-self: flex-start;
    width: 100%;
}

    .flamestm p {
        font-size: 1.3rem;
        text-align: left;
    }

.kakaku {
    width: 100%;
}

.tb_m {
    text-align: right;
    font-size: 1.5rem;
}

.flamekakaku {
    font-size: 2.3rem;
}

.ec_linkbutton {
    width: 400px;
    padding: 45px;
    color: #ffffff;
    background-color: #fff;
    margin: 45px auto;
    border-radius: 25px;
    border: 1px solid #000c52;
    position: relative;
}

    .ec_linkbutton a {
        border: none;
    }

    .ec_linkbutton img {
        width: 100%;
    }

    .ec_linkbutton span {
        position: absolute;
        width: 95%;
        text-align: center;
        color: #000000;
        font-size: 2.5rem;
        font-weight: 600;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .ec_linkbutton span:before {
        content: '';
        display: inline-block;
        background: url(../img/srkn_w.png) no-repeat left top;
        background-size: 100%;
        width: 15%;
        height: auto;
        padding-top: calc(152 / 152 * 15%);
        position: absolute;
        left: -25%;
        top: -20%;
        animation: 1s linear infinite rotation;
    }
    .ec_linkbutton span:after {
        content: '';
        display: inline-block;
        background: url(../img/srkn_w.png) no-repeat right top;
        background-size: 100%;
        width: 15%;
        height: auto;
        padding-top: calc(152 / 152 * 15%);
        position: absolute;
        left: auto;
        right: -25%;
        top: -20%;
        animation: 1s linear infinite rotation;
    }



/* 特典
------------------------------------------------- */
.tokuten {
    width: 100%;
    margin: 250px auto;
    color: #000;
    position: relative;
}
.tokuten_srknWrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
    .tokuten_srknWrap:before {
        content: '';
        display: inline-block;
        background: url(../img/srkn_w.png) no-repeat center top;
        background-size: 100%;
        width: 6%;
        height: auto;
        padding-top: calc(152 / 152 * 6%);
        position: absolute;
        top: 0;
        left: 68%;
        right: 0;
        margin: -3% auto;
        z-index: 5;
        animation: 1s linear infinite rotation;
    }
    .tokuten_srknWrap:after {
        content: '';
        display: inline-block;
        background: url(../img/srkn_b.png) no-repeat center top;
        background-size: 100%;
        width: 5%;
        height: auto;
        padding-top: calc(152 / 152 * 5%);
        position: absolute;
        top: 0;
        left: 0;
        right: 85%;
        margin: 20% auto 0;
        z-index: 5;
        animation: 1s linear infinite rotation;
    }

.tokuten_title {
    width: 50%;
    position: absolute;
    top: 0px;
}
.tokuten_title img {
    width: 45rem;
    display: block;
    margin: 0 0 0 auto;
    border-bottom: #FAD746 3px solid;
    padding-bottom: 10px;
}
.tokutenWrap {
    width: 100%;
    background: linear-gradient(to bottom, #000 0%, #000 30%, #fff 30%, #fff 70%, #000 70%, #000 100%);
}
.tokuten_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pWrap {
    width: 55%;
    margin: 0 0 0 auto;
}
    .pWrap p {
        font-size: 1.3rem;
        width: 80%;
        display: block;
        margin: 0 0 0 auto;
    }
.circleWrap {
    width: 45%;
}

.circle {
    width: 350px;
    height: auto;
    padding-top: 350px;
    background-color: #fff;
    border: #ffffff 1px solid;
    border-radius: 50% 50%;
    position: relative;
    margin: 0 auto;
}

    .circle span {
        position: absolute;
        width: 100%;
        background: url(../img/tokuten.png) no-repeat center top;
        background-size: 53%;
        padding-top: calc(364 / 234 * 53%);
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



/* 度付きメガネをご希望の方へ
------------------------------------------------- */
.lens {
    width: 100%;
    margin: 100px 0 0;
}

.paraWrap {
    width: 70%;
    max-width: 1030px;
    margin: 0 auto;
}

#parallax {
    height: 240px;
    background-image: url(../img/lensimg4.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: left center;
    position: relative;
}
    #parallax::after {
        content: '';
        background-color: rgb(255 255 255 / 50%);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 240px;
    }
    #parallax span {
        position: absolute;
        width: 95%;
        text-align: right;
        color: #ffffff;
        font-size: 6.0rem;
        font-weight: bold;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }



.lensimg {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.lensimg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: url(../img/lens.png) no-repeat center bottom;
    background-size: 100%;
    padding-top: 80px;
    bottom: -25px;
}


#lens {
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
}
    /* lens_guide
------------------------------------------------- */
    .lens_guide {
        max-width: 600px;
        margin: 120px auto 200px;
    }

    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .lens_guide ul li {
        flex-basis: 30%;
        display: block;
    }

    .lens_guide ul li img {
        width: 100%;
        height: auto;
    }

    .lens_guide ul a {
        border-bottom: none;
    }
    /* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
    .tabs {
        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;
    }

    @media (max-width: 980px) {
        .tabs {
        width: 98%;
    }
}

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

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

@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #000000;
}
@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
}

/* フッター
------------------------------------------------- */
.ft_line {
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, #FFD082, 40%, #DA6955, #808080);
}

#globalfooter {
    background-color: #cccccc;
    padding: 40px 0;
    width: 100%;
    font-size: 1.2rem;
}
.gf_wrap {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gf_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gf_r {
}
.bland {
    font-size: 1.2rem;
    color: #5E5E5E;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

#globalfooter a {
    color: #5E5E5E;
    border-bottom: none;
    text-decoration: none;
}

#globalfooter .copyright {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 80px;
    color: #5E5E5E;
}
  .spbr {
      display: none;
  }

/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    width: 100%;
}
.sold_out ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

    .sold_out ul li {
        width: calc(50% - 10px);
        border-radius: 50px;
        margin: 3px 5px;
        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: #52B4DF !important;
        color: #ffffff;
    }

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

/* ScrollTop button
------------------------------------------------- */
#page_top {
    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: #FED33F;
        }

@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;
    }
}


/* 左固定 nav/cart
------------------------------------------------- */
#right_tower {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    position: fixed;
    bottom: 3vh;
    right: 30px;
    z-index: 9999;
}

/* カートボタン
------------------------------------------------- */
#cartbutton {
    position: relative;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.cartbuttonwrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ea274a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.cartbuttonwrap:before {
    content: '';
    position: absolute;
    background: url(../menu_img/cart_w.png) no-repeat center center;
    background-size: 100%;
    width: 55%;
    height: 55%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cartbuttonwrap a {
    display: block;
    border: none;
}

/* カート閉×ボタン
------------------------------------------------- */
#round_btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #333; /* 枠の調整 */
    border-radius: 50%; /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    bottom: 0;
    right: 0;
    z-index: 20;
}

    #round_btn::before, #round_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px; /* 棒の幅（太さ） */
        height: 22px; /* 棒の高さ */
        background: #333; /* バツ印の色 */
    }

    #round_btn::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    #round_btn::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }

.modelWrapAllsp, .modelWrapAllsp2 {
    display: none;
}


/* 1200px以下
------------------------------------------------- */
@media (max-width: 1200px) {
}

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .topic {
        padding: 30% 0 5%;
    }
    .catch h1 {
        font-size: 2.0vw;
    }
    .p_boxWrap {
        width: 110%;
    }
    .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        transform: scale(2.0) !important;
    }
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .header {
        width: 100%;
        background: url(../img/kv_sp.jpg) no-repeat center top;
        background-size: cover;
        padding-top: calc(1600 / 800 * 100%);
        z-index: 1;
        position: relative;
        overflow: hidden;
    }
        .header::before {
            content: none;
        }
    .kv_character {
        display: none;
    }
    .srknWrap > div:first-child {
        margin: 18% 7% 0 auto;
        width: 100px;
        height: 100px;
    }
    .srknWrap > div:last-child {
        position: absolute;
        top: 51%;
        left: 7%;
        width: 120px;
        height: 120px;
        animation-delay: 0.5s;
    }
    .srknWrap2 {
        padding: 5px 0;
    }
        .srknWrap2 > div:first-child {
            width: 70px;
            height: 70px;
        }
        .srknWrap2 > div:last-child {
            position: absolute;
            bottom: 10px;
            width: 70px;
            height: 70px;
            right: 0;
        }
    @keyframes anim_lr {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(92vw) rotate(5turn);
        }
    }

    @keyframes anim_rl {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(-92vw) rotate(5turn);
        }
    }

    .catchinnWrap {
        position: relative;
    }
    .catch_img {
        width: 100%;
        background: url(../img/catch_sp.png) no-repeat center top;
        background-size: contain;
        height: auto;
        padding-top: calc(1140 / 800 * 100%);
    }
    .topic {
        padding: 40% 0 6%;
    }
    .catch h1 {
        width: 100%;
        display: block;
        position: absolute;
        text-align: center;
        font-size: 4.0rem;
        top: auto;
        left: 0;
        right: 0;
        bottom: 5%;
        margin: auto;
        word-break: break-all;
        line-height: 1.5;
    }
    .topic .fontchange {
        font-size: 8rem;
    }
    .topic h2 {
        font-size: 3rem;
    }
    .topic h1 {
        font-size: 5.5rem;
        width: 90%;
        line-height: 1.2;
    }
    .topic h5 {
        font-size: 2.5rem;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .topic h4 {
        font-size: 1.6rem;
    }
    .topicshop {
        flex-direction: column;
    }

        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
    #gatchmanV {
        width: 100%;
        position: relative;
        background: url(../img/flamecaption_sp.png) no-repeat center top;
        height: auto;
        padding-top: calc(1700 / 800 * 100%);
        background-size: contain;
    }
    .model_inner {
        margin-top: -100vw;
    }
    .pointWrap {
        width: 98%;
        top: 85vw;
        align-items: flex-end;
    }
    .p01 {
        background: url(../img/pointtxt.png) no-repeat left 70% top 0%, url(../img/point01_sp.png) no-repeat center bottom;
        background-size: 70%, 80%;
        width: 100%;
        height: auto;
        padding-top: calc(600 / 500 * 80%);
    }
    .p02 {
        background: url(../img/pointtxt.png) no-repeat left 70% top 0%, url(../img/point02_sp.png) no-repeat center bottom;
        background-size: 70%, 80%;
        width: 100%;
        height: auto;
        padding-top: calc(600 / 500 * 80%);
    }
    .point:before {
        width: 18%;
        padding-top: calc(152 / 152 * 18%);
        top: -5%;
        left: 1%;
    }
    .swpWrap {
        width: 95%;
        top: 27vw;
    }
    .modelflex {
        max-width: 85%;
        margin: 35vw auto 0;
    }
    .flamestm p {
        font-size: 1.5rem;
    }
    .tb_m {
        font-size: 1.6rem;
    }
    .flamekakaku {
        font-size: 3.5rem;
    }
    .ec_linkbutton {
        width: 70%;
    }
        .ec_linkbutton span {
            width: 95%;
            font-size: 3.5rem;
        }
    .tokuten_title {
        width: 100%;
        position: relative;
        border-bottom: #FAD746 5px solid;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
        .tokuten_title img {
            width: 90%;
            margin: 0 auto;
            border-bottom: none;
            padding-bottom: 0;
        }
    .tokutenWrap {
        width: 100%;
        background: none;
    }
    .tokuten_inner {
        flex-direction: column;
    }
    .pWrap {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
        background-color: #ffffff;
    }
        .pWrap p {
            font-size: 1.8rem;
            width: 90%;
            margin: 0 auto;
        }
    .circleWrap {
        width: 90%;
    }
    .circle {
        width: 100%;
        height: auto;
        padding-top: 100%;
        margin: 30px auto;
    }
    .tokuten_srknWrap:before {
        width: 12%;
        padding-top: calc(152 / 152 * 12%);
        left: 70%;
        margin: 120% auto 0;
    }
    .tokuten_srknWrap:after {
        width: 12%;
        padding-top: calc(152 / 152 * 12%);
        right: 75%;
        margin: 53% auto 0;
    }
    .paraWrap {
        width: 100%;
    }
    #parallax {
        height: 450px;
        background-image: url(../img/lensimg_sp3.png);
        background-repeat: no-repeat;
        background-size: 145%;
        background-position: center top;
        position: relative;
    }
        #parallax::after {
            height: 450px;
        }
        #parallax span {
            width: 95%;
            text-align: center;
            top: auto;
            left: 0;
            -ms-transform: translate(0%, 0%);
            -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
            right: 0;
            bottom: 0;
        }


    .tab_item {
        font-size: 2.5rem;
    }
    .shopEyemirror h2 {
        font-size: 2.5rem;
    }
    .shopEyemirror ul li {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    #main {
        margin-bottom: 100px;
    }

    .spnone {
        display: none;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .srknWrap > div:first-child {
        margin: 16% 4% 0 auto;
        width: 60px;
        height: 60px;
    }
    .srknWrap > div:last-child {
        position: absolute;
        top: 51%;
        left: 7%;
        width: 70px;
        height: 70px;
    }
    @keyframes anim_lr {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(87vw) rotate(5turn);
        }
    }

    @keyframes anim_rl {
        0% {
            transform: translateX(0vw) rotate(0deg);
        }

        100% {
            transform: translateX(-87vw) rotate(5turn);
        }
    }
    .catch h1 {
        width: 97%;
        font-size: 2.5rem;
        bottom: 2%;
        line-height: 1.3;
    }
    .topic {
        padding: 80% 0 5%;
    }
    .p_boxWrap {
        width: 120%;
    }
    .p_box {
        height: 370px;
         width: 100%; 
    }
    .textbox {
        position: absolute;
        width: 80%;
    }
    .sub_textbox {
        width: 80%;
    }

    .topic h2 {
        font-size: 2.5rem;
    }
    .topic h1 {
        font-size: 3.5rem;
        width: 100%;
        line-height: 1.2;
    }
    .topic .fontchange {
        font-size: 6rem;
    }
    .topic h3 {
        text-align: center;
        font-weight: normal;
        font-size: 1.8rem;
        margin: 30px 0 20px;
    }
    .topic h5 {
        font-size: 1.8rem;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .topic h4 {
        font-size: 1.4rem;
        margin: 25px 0;
    }
    .topicshop {
        width: 95%;
        font-size: 1.3rem;
    }
    .swpWrap {
        width: 100%;
        top: 15vw;
    }
    .swiper-slide-active {
        transform: scale(1.3) !important;
    }
    .modelflex {
        max-width: 90%;
        margin: 10vw auto 0;
    }
    .flamestmWrap {
        flex-direction: column;
    }
    .flamestm p {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .tb_m {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .flamekakaku {
        font-size: 2.5rem;
    }
    .sold_out ul li {
        font-size: 1.2rem;
    }
    .ec_linkbutton span {
        width: 95%;
        font-size: 2.5rem;
    }
        .ec_linkbutton span:before {
            width: 20%;
            padding-top: calc(152 / 152 * 20%);
            left: -30%;
            top: 0%;
        }
        .ec_linkbutton span:after {
            width: 20%;
            padding-top: calc(152 / 152 * 20%);
            right: -30%;
            top: 0%;
        }
    .tokuten {
        width: 100%;
        margin: 135px auto;
    }
    .tokuten_title img {
        width: 90%;
    }
    .pWrap {
        padding: 20px 0;
    }
        .pWrap p {
            font-size: 1.3rem;
        }
    .tokuten_srknWrap:before {
        width: 15%;
        padding-top: calc(152 / 152 * 15%);
        left: 73%;
        margin: 125% auto 0;
    }
    .tokuten_srknWrap:after {
        width: 15%;
        padding-top: calc(152 / 152 * 15%);
        right: 73%;
        margin: 75% auto 0;
    }
    #parallax {
        height: 260px;
        background-image: url(../img/lensimg3.png);
        background-repeat: no-repeat;
        background-size: 180%;
        background-position: center top;
        position: relative;
    }
        #parallax::after {
            height: 260px;
            background: linear-gradient(to bottom, rgb(255 255 255 / 50%), 50%,rgb(120 120 120 / 80%));
        }
        #parallax span {
            font-size: 10vw;
            margin: auto;
            z-index: 10;
        }
    .lens_guide {
        width: 100%;
        margin: 100px auto;
    }
    .lens_guide ul li {
        flex-basis: 40%;
    }
    .tab_item {
        font-size: 1.2em;
        height: 70px;
        padding-top: 10px
    }
    .shopEyemirror h2 {
        font-size: 1.6rem;
    }
    .shopEyemirror ul li {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
    .gf_top {
        flex-direction: column;
    }
    .bland {
        font-size: 1.5rem;
        text-align: center;
    }
    #globalfooter ul {
        margin: 20px 0;
    }
    #globalfooter ul li {
        padding: 20px 0 0;
        text-align: center;
    }
    #globalfooter li a {
        font-size: 1.5rem;
        display: block;
    }
    #globalfooter .copyright {
        font-size: 1.5rem;
        position: relative;
    }
    #globalfooter::before {
        width: 100%;
        padding-top: calc(354 / 819 * 100%);
    }

    #page_top {
        right: 3%;
        bottom: 15%;
    }
    #page_top a::before {
        font-size: 5rem;
    }
    #right_tower {
        right: 10px;
    }
    .cartbuttonwrap {
        width: 85%;
        height: 85%;
    }
    .spbr {
        display: block;
    }
}

/* SP(SE)
------------------------------------------------- */
@media (max-width: 375px) {
    .catch h1 {
        width: 97%;
        font-size: 2.2rem;
        bottom: 5%;
        line-height: 1.3;
    }
    
    .topic {
        padding: 100% 0 5%;
    }

    .p_boxWrap {
        width: 120%;
    }

    .p_box {
        height: 350px;
        width: 100%;
    }

    .textbox {
        position: absolute;
        width: 80%;
    }

    .sub_textbox {
        width: 80%;
    }
    .topic h1 {
        font-size: 2.5rem;
        width: 100%;
        line-height: 1.2;
        text-align: center;
    }
    .topic .fontchange {
        font-size: 5rem;
    }
    .topic h2 {
        font-size: 2.0rem;
    }
    .tokuten_srknWrap:before {
        width: 15%;
        padding-top: calc(152 / 152 * 15%);
        left: 73%;
        margin: 140% auto 0;
    }
    .tokuten_srknWrap:after {
        width: 15%;
        padding-top: calc(152 / 152 * 15%);
        right: 73%;
        margin: 75% auto 0;
    }
    #parallax {
        height: 220px;
    }
        #parallax::after {
            height: 220px;
        }
}

/* コピーガード
------------------------------------------------- */
/*.img-guard {
    position: relative;
    width: 100%;
    height: calc(1120 / 2000 * 100%);
    z-index: 100;
}

.guard-nopic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.guard-nopic img {
    width: 100%;
}
*/