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

/* 	KV
-------------------------------------------------*/
.header {
    width: 100%;
    background: url(../img/kvbg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 800px;
    z-index: 1;
    position: relative;
}
    .header::before {
        content: '';
        background: url(../img/moon.png) no-repeat center top;
        background-size: 500px;
        width: 100%;
        height: calc(1253 / 1253 * 100%);
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
    }
.kv_character {
    position: absolute;
    max-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hdbox {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 2;
}

    .hdbox .bgImg {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transform-style: preserve-3d;
        animation: bgAnime 12s infinite; /* 3画像 × 各4s = 18s */
    }

    .hdbox .src1 {
        background-image: url(../img/kv_arc.png);
    }

    .hdbox .src2 {
        background-image: url(../img/kv_sc_.png);
        animation-delay: 4s;
    }

    .hdbox .src3 {
        background-image: url(../img/kv_chara02.png);
        animation-delay: 8s;
    }


@media (max-width: 700px) {
    .hdbox .src1 {
        background-image: url(../img/kv_arc_sp.png);
    }

    .hdbox .src2 {
        background-image: url(../img/kv_sc_sp.png);
    }

    .hdbox .src3 {
        background-image: url(../img/kv_chara02_sp.png);
    }
}

@keyframes bgAnime {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

    /*.kv_character::before {
        content: '';
        display: inline-block;
        background-image: url(../img/kv_text.png), url(../img/kv_shiki.png), url(../img/kv_ciel.png);
        background-position: center bottom 40px, left bottom, right bottom;
        background-size: 70%, 55%, 48%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }*/
.kv_character::before {
    content: '';
    display: inline-block;
    background-image: url(../img/kv_text03.png);
    background-position: center bottom 40px;
    background-size: 70%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}
.kv_character::after {
    content: '';
    display: block;
    background: url(../img/kvlogo.png) no-repeat center top;
    background-size: 40%;
    width: 100%;
    height: 100%;
    top: 20px;
    position: absolute;
    z-index: 4;
}
.kv_bottomline {
    width: 100%;
    background: url(../img/kv_bottomline.png) no-repeat center top;
    background-size: cover;
    height: 10px;
    overflow: hidden;
}
.hd_copy {
    position: absolute;
    z-index: 4;
    width: 100%;
    bottom: 0;
}
.hd_copy p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

/* 	発売日告知
-------------------------------------------------*/
.releasedate {
    width: 100%;
    background-color: #D9D9D9;
}
.releasedate h1 {
    text-align: center;
    padding: 15px;
    letter-spacing: 3px;
}

/* 	テキスト設定
-------------------------------------------------*/
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', '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;
}

/* catch copy
------------------------------------------------- */
.catch {
    background-color: #3B3B3B;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
    .catch::before {
        content: '';
        display: inline-block;
        background-image: url(../img/caption_moyaleft.png), url(../img/caption_moyaright.png);
        background-position: left bottom, right bottom;
        background-size: 40%, 50%;
        background-repeat: no-repeat;
        width: 100%;
        height: 430px;
        vertical-align: bottom;
    }
.catch_wrap {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
    .catch_wrap::before {
        content: '';
        display: inline-block;
        width: 100%;
        background-image: url(../img/caption_text.png), url(../img/frame.png);
        background-position: center bottom, center top;
        background-size: 50%, 65%;
        background-repeat: no-repeat;
        padding-top: 300px;
    }

/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    background-color: #3F4D6A;
    padding-top: 0;
    padding-bottom: 200px;
}

/* お知らせ
------------------------------------------------- */
.topic {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    color: #fff;
    position: relative;
    height: 800px;
}
    .topic::before {
        content: '';
        display: block;
        background: url(../img/infobg.png) no-repeat center top;
        background-size: contain;
        width: 100%;
        padding-top: calc(1160 / 1160 * 100%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
        opacity: 0.2;
    }
.p_box {
    padding-top: 10vw;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.p_box p {
    text-align: center;
}
.topic .textbox {
    margin: 50px 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: 2.7rem;
        letter-spacing: 4px;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff;
        margin: 10px auto 10px;
        width: 700px;
    }

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

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

.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%, #FEDD6D 0%);
    }

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.5;
}
    .topic .textbox h4 a, .topic .textbox h4 a:link {
        color: #ffffff;
        border-bottom: 1px dotted #999;
        text-decoration: none;
    }


    .topic .textbox h5 {
        text-align: center;
        font-weight: bold;
        font-size: 1.9rem;
        line-height: 1.0;
    }

    .topic .textbox h6 {
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 30px auto;
    }

    .topic .textbox p {
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 2.0;
    }
    .topic .textbox p.small {
        text-align: center;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 2.0;
    }

/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    margin: 0 auto;
}

/* line up
------------------------------------------------- */
.lineup {
    width: 100%;
    border-bottom: #A49A6D 1px solid;
    margin: 150px 0;
}
.lineupimg {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
    .lineupimg:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        background: url(../img/Lineup.png) no-repeat center bottom;
        background-size: 100%;
        padding-top: 80px;
        bottom: -25px;
    }

/* フレーム紹介
------------------------------------------------- */
#model {
    width: 100%;
    margin-top: 12vw;
}
.chara_wrap {
    width: 100%;
    background: linear-gradient(#33335A, #DDDDEE);
    height: 460px;
    position: relative;
    z-index: 1;
}
.chara_wrap::before {
        content: '';
        display: inline-block;
        background: url(../img/flame_flamebg_s.png) no-repeat right center;
        background-size: contain;
        width: 50%;
        height: calc(65 / 65 * 100%);
        position: absolute;
        left: 0;
    }
    .chara_wrap::after {
        content: '';
        display: inline-block;
        background-color: rgba(255,255,255,0.5);
        width: 50%;
        height: 460px;
        position: absolute;
        right: 0;
    }
.charaflex {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center; 
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    z-index: 5;
}
.chara {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-right: 230px;
}
.flametop {
    width: 100%;
}
.shiki {
    background: url(../img/flame_shiki.png) no-repeat left bottom;
    background-size: contain;
    width: 100%;
    padding-top: 651px;
}
.name_shiki {
    background: url(../img/flame_name_shiki.png) no-repeat left bottom;
    background-size: 100%;
    width: 103px;
    height: 460px;
}
.ciel {
    background: url(../img/flame_ciel.png) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    padding-top: 580px;
}

.name_ciel {
    background: url(../img/flame_name_ciel.png) no-repeat left bottom;
    background-size: 100%;
    width: 103px;
    height: 460px;
}
.arc {
    background: url(../img/flame_arc_.png) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    padding-top: 599px;
}

.name_arc {
    background: url(../img/flame_name_arc.png) no-repeat left bottom;
    background-size: 100%;
    width: 103px;
    height: 460px;
}

.spacer {
    width: 100%;
}
.modelWrapAll {
    background: #fff;
    width: 100%;
}
.modelWrap {
    width: 100%;
    position: relative;
    height: 400px;
}
.modelflex {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -380px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}
.modelflex > div {
    width: 50%;
}
.modelflex > *:nth-child(4) {
    align-self: flex-end;
}
.fl_shiki {
    background: url(../img/fl_shiki.png) no-repeat center center;
    background-size: 90%;
    padding-top: 320px;
}
.fl_ciel {
    background: url(../img/fl_ciel.png) no-repeat center center;
    background-size: 90%;
    padding-top: 320px;
}
.fl_arc {
    background: url(../img/fl_arcueid.png) no-repeat center center;
    background-size: 90%;
    padding-top: 320px;
}
.swiper-wrap {
    width: 100%;
    position: relative;
    border: 1px solid #3f4d6a;
}
.flamestmWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 20px;
}
.flamestm {
    align-self: flex-start;
}
.flamestm p {
    font-size: 1.3rem;
    margin-bottom: 30px;
}
.kakaku {
    width: 100%;
    margin: 10px auto;
}
.tb_m {
    text-align: right;
    font-size: 1.5rem;
}
.flamekakaku {
    font-size: 2.3rem;
}
.swiper-slide img {
    width: 100%;
}

.ec_linkbutton {
    width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}
.ec_linkbutton img {
    width: 100%;
}
    .ec_linkbutton span {
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        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%);
    }
.modelbottomline {
    background: url(../img/flame_wrapbottom.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 100px;
    width: 100%;
}
.flametop::before {
    display: none;
}

.flametop::after {
    display: none;
}

/* 特典
------------------------------------------------- */
.tokuten {
    max-width: 800px;
    margin: 100px auto 150px;
    padding: 20px;
    color: #fff;
}
.tokuten h1 {
    background: url(../img/rsvtokuten.png) no-repeat center top;
    background-size: 100%;
    padding-top: calc(209 / 800 * 100%);
}
    .tokuten h5 {
        font-size: 2.0rem;
        text-align: center;
        line-height: 3;
    }
.tokuten p {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 20px;
}
.cardmirrorWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.cardmirrorWrap > div {
    width: 40%;
}
.cardmirrorWrap > div img {
    width: 100%;
}


/* グッズ
------------------------------------------------- */
.goods {
    width: 100%;
    border-bottom: #A49A6D 1px solid;
    margin: 200px 0 0;
}

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

.goodsimg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background: url(../img/goods.png) no-repeat center bottom;
    background-size: 100%;
    padding-top: 80px;
    bottom: -25px;
}
.goodsWrap {
    width: 100%;
    margin: 50px auto;
    color: #fff;
}
.goodsinner {
    background-color: #fff;
    padding: 60px 0 0;
    width: 100%;
}

.goodsWrap h5 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.0;
}

.goodsWrap p {
    font-size: 1.3rem;
    text-align: center;
    margin: 10px 0;
}

.fs_container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
}

.fs_wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin: 3px;
    border: 2px solid #98916D;
    border-radius: 10px;
    padding: 10px;
}

.fs_box {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ababab;
}

    .fs_box img {
        width: 100%;
    }

.fs_so {
    margin: 15px 0;
}
.fs_so .c1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.fs_so .c1 li {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 1px;
    line-height: 1.5;
}
.btn_goods {
    width: 100%;
    align-self: flex-end;
    margin-top: auto;
}
.btn_goods span {
    font-size: 1.8rem;
    font-weight: bold;
    width: 95%;
    text-align: center;
}


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

.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: 80px auto 120px;
}
    .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 #35355b;
    border-top: 1px solid #d9d988;
    border-left: 1px solid #d9d988;
    border-right: 1px solid #d9d988;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #d9d988;
    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: #ebebeb;
    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: #35355b;
    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
}

/* 下部クラウンアイコン
------------------------------------------------- */
.crown {
    width: 35px;
    margin: 65px auto;
}
.crown img {
    width: 100%;
}

/* フッター
------------------------------------------------- */
#globalfooter {
    background: #000;
    padding: 40px 0;
    width: 100%;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
}
    #globalfooter::before {
        content: '';
        background: url(../img/footer_deathline.png) no-repeat left bottom;
        background-size: contain;
        width: 40%;
        bottom: 0;
        padding-top: calc(354 / 819 * 40%);
        position: absolute;
        display: inline-block;
    }
.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: #fff;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

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

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

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

    .sold_out ul li {
        width: calc(50% - 10px);
        border-radius: 50px;
        margin: 0 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: #C7C75E !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: #6D7B98;
        }

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


/* 1200px以下
------------------------------------------------- */
@media (max-width: 1200px) {
    #model {
        margin-top: 249px;
    }
    .chara_wrap {
        height: 400px;
    }
    .chara {
        margin-right: 150px;
    }
    .modelflex {
        top: -360px;
        padding: 0 10px;
    }
    .name_arc {
        width: 86px;
    }
    .name_shiki {
        width: 86px;
    }
    .name_ciel {
        width: 86px;
    }
    .flamestm p {
        margin-bottom: 15px;
    }
    .kakaku {
         margin: 0 auto; 
    }
    .modelWrap {
        height: 350px;
    }
}

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .topic .textbox h3 {
        font-size: 2.0rem;
    }
    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
}
/* Pad mini 1023px以下
------------------------------------------------- */
@media (max-width: 1023px) {
    .header {
        padding-top: calc(800 / 1000 * 100%);
    }
    .topic {
        height: 95vw;
    }
    .topic .textbox h3 {
        font-size: 2.0rem;
    }
    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    p {
        font-size: 2.0rem;
    }
    .chara_wrap {
        height: 500px;
    }
    .chara_wrap::before, .chara_wrap::after {
        display: none;
    }
    .charaflex {
        flex-direction: column;
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .chara {
        margin-right: 0;
        width: 90%;
        align-self: self-start;
    }
    .name_shiki {
        background-size: 93px;
        height: 500px;
        width: 30%;
    }
    .name_ciel {
        background-size: 93px;
        height: 500px;
        width: 30%;
    }
    .spacer {
        display: none;
    }
    .modelflex {
        top: 0;
        flex-direction: column;
        padding: 0;
    }
    .modelflex > div {
        width: 100%;
    }
    .flametop {
        position: relative;
    }
        .flametop::before {
            content: '';
            display: inline-block;
            background-color: #eeeef6;
            width: 100%;
            height: 65%;
            position: absolute;
            top: 0;
            z-index: -1;
        }
        .flametop::after {
            content: '';
            display: inline-block;
            background: url(../img/flame_flamebg_btm.png) no-repeat center bottom;
            background-size: cover;
            width: 100%;
            height: calc(275 / 750 * 100%);
            position: absolute;
            top: 65%;
            z-index: -1;
            background-color: #dcdced;
        }
    .fl_arc {
        background-size: 85%;
        padding-top: calc(335 / 736 * 100%);
    }
    .fl_shiki {
        background-size: 85%;
        padding-top: calc(335 / 736 * 100%);
    }
    .fl_ciel {
        background-size: 85%;
        padding-top: calc(335 / 736 * 100%);
    }
    .swiper-wrap {
        width: 95%;
        margin: 0px auto;
    }
    .flamestmWrap {
        width: 95% !important;
        margin: 20px auto;
        padding-right: 0;
    }
    .modelWrap {
        height: auto;
    }
    .modelWrap:before {
        content: "";
        display: block;
        padding-top: 145%;
    }
    .modelflex {
        width: 100%;
        height: 100%;
        flex-wrap: nowrap;
    }
    .ec_linkbutton {
        width: 75%;
    }
        .ec_linkbutton span {
            font-size: 1.8rem;
        }
    .flamestm p {
        font-size: 1.5rem;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
    .tokuten {
        margin: 10em auto 0;
    }
    .tokuten img {
        width: calc(400 / 500 * 60%);
    }
    .tab_item {
        font-size: 2.5rem;
    }
    .shopEyemirror h2 {
        font-size: 2.5rem;
    }

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


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .header {
        background: url(../img/kvbg_sp.jpg) no-repeat center top;
        background-size: 100%;
        padding-top: calc(950 / 700 * 100%);
        width: 100%;
        z-index: 1;
        position: relative;
    }
        .header::before {
            background-size: 700px;
        }
    .kv_character::before {
        background-position: center bottom 65px;
        background-size: 95%;
    }
    .kv_character::after {
        background-size: 80%;
    }
    .kv_bottomline {
        height: 3px;
    }
    .releasedate h1 {
        font-size: 3.5vw;
    }
    .catch::before {
        background-image: url(../img/caption_moyaleft_sp.png), url(../img/caption_moyaright_sp.png);
        background-position: left bottom, right bottom;
        background-size: 45%, 65%;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;
        vertical-align: bottom;
    }
    .catch_wrap {
        height: 150px;
    }
        .catch_wrap::before {
            padding-top: 160px;
            background-size: 100%, 100%;
        }
    .topic::before {
        background-size: cover;
        padding-top: calc(1160 / 1160 * 120%);
    }
    .p_box {
        width: 98%;
    }
    .topic {
         height: 68rem; 
    }
    .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: 6.5vw;
        letter-spacing: 5px;
        padding-bottom: 5px;
        margin: 0 auto 25px;
        width: 95%;
    }
    .topic .textbox .fontchange {
        font-size: 3.5rem;
    }
    .topic .textbox h2 {
        font-size: 1.7rem;
        line-height: 1.0;
    }
    .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: 3.2vw;
        line-height: 2.0;
    }
    p {
        font-size: 1.5rem;
    }
    .lineup {
        margin: 130px 0;
    }
    #model {
        margin-top: 10vw;
    }
    .chara_wrap {
        height: 88vw;
        margin-top: 50vw;
    }
    .chara {
        width: 97%;
    }
    .name_arc {
        background-size: 100%;
        height: auto;
        width: 20%;
        padding-top: calc(532 / 98* 100%);
    }
    .arc {
        padding-top: calc(651 / 440 * 100%);
    }
    .name_shiki {
        background-size: 100%;
        height: auto;
        width: 20%;
        padding-top: calc(532 / 98* 100%);
    }
    .shiki {
        padding-top: calc(639 / 446 * 100%);
    }
    .name_ciel {
        background-size: 100%;
        height: auto;
        width: 20%;
        padding-top: calc(532 / 98* 100%);
    }
    .ciel {
        padding-top: calc(618 / 338 * 63%);
    }
    .modelWrap:before {
        padding-top: 200vw;
    }
    .flamestm {
        min-height: 22vw;
    }
    .flamestm p {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .tb_m {
        font-size: 1.4rem;
    }
    .flamekakaku {
        font-size: 2.3rem;
    }
    .sold_out {
        margin-top: 20px;
    }
    .sold_out ul li {
        font-size: 1.2rem;
    }
    .ec_linkbutton {
        width: 90%;
    }
    .ec_linkbutton span {
        font-size: 2.2rem;
    }
    .modelbottomline {
        background: url(../img/flame_wrapbottom_sp.png) no-repeat center bottom;
        background-size: cover;
        padding-top: 50px;
        width: 100%;
    }
    .tokuten {
        margin: 5em auto 0;
    }
    .cardmirrorWrap > div {
        width: 80%;
    }
    .goods {
        background-size: 100%;
        margin: 130px auto 0;
    }
    .fs_wrap {
        width: calc(98% / 2);
        margin: 5px;
        padding: 5px;
    }
    .goodscaption {
        height: 270px;
    }
    .goodscaption .goodsstmi {
        height: 180px;
        line-height: 1.5;
    }
    .goodscaption .tb_m {
        letter-spacing: 0.5px;
    }
    .btn_goods span {
        font-size: 1.4rem;
    }
    .lens {
        margin: 150px 0 0;
    }
    #lens {
        padding: 10px 0 0;
    }
    .lens_guide {
        width: 100%;
        margin: 60px auto;
    }

        .lens_guide ul li {
            flex-basis: 40%;
        }
    .tab_item {
        font-size: 1.6rem;
        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%);
    }

    .spbr {
        display: block;
    }
    .spnone {
        display: none;
    }

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


/* SP(s)
------------------------------------------------- */
@media (max-width: 370px) {
    .sp_eclinkbutton {
        margin-top: 40px;
    }
    .ec_linkbutton span {
        font-size: 1.8rem;
    }
}

/* コピーガード
------------------------------------------------- */
/*.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%;
}
*/