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

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


/* 	KV
-------------------------------------------------*/
.header {
    max-width: 100%;
    margin: 0 auto;
    height: 850px;
    overflow: hidden;
    position: relative;
}
    .header::before {
        content: '';
        background-image: url(../img/kvbg.jpg);
        background-size: cover;
        display: inline-block;
        width: 100vw;
        padding-top: 850px;
    }
    .header .kv_line {
        position: absolute;
        max-width: 1854px;
        height: 850px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }
        .header .kv_line::before {
            content: '';
            display: inline-block;
            position: absolute;
            background-image: url(../img/kv_linetop.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            height: 95px;
            top: 0;
        }
        .header .kv_line::after {
            content: '';
            display: inline-block;
            position: absolute;
            background-image: url(../img/kv_linebottom.png);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 100%;
            height: calc(100% * (135 / 1854));
            bottom: 0;
        }
    .header .header1 {
        position: absolute;
        max-width: 1300px;
        height: 850px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
    }
    .header .header1::before {
        content: '';
        display: inline-block;
        background-image: url(../img/kv_logo.png),
            url(../img/kv_makino.png),
            url(../img/kv_miku.png);
        background-position: center 500px,
            left 3% bottom,
            right bottom;
        background-size: 805px, 427px, 567px;
        background-repeat: no-repeat;
        width: 100%;
        height: 770px;
        padding-top: 80px;
    }
    .header .kv_copy {
        position: absolute;
        width: 100vw;
        bottom: 0;
        z-index: 15;
    }
    .kv_copy p {
        text-align: center;
    }


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

/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    margin: 50px auto 0;
}
/* catchcopy
------------------------------------------------- */
.catch {
    width: 100%;
    background-color: #5DDDF8;
}
    .catch p {
        display: block;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 2.0rem;
        padding: 20px;
    }

/* お知らせ
------------------------------------------------- */
.topic {
    margin: 0 auto 100px;
    width: 100%;
    background: rgba(255,255,255,1.0);
}
.topic h1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 2.5rem;
}
.p_box {
    padding: 20px;
}
.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 #333;
        margin: 0 auto 25px;
        width: 500px;
    }

.topic .textbox .fontchange {
    font-size: 6.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: 1.6rem;
    margin: 30px 0 20px;
}

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

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.5;
}

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

/* Lineup
------------------------------------------------- */
.lineup {
    margin: 0 auto 100px;
    padding: 50px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
    .lineup::after {
        content: '';
        position: absolute;
        display: inline-block;
        background: url(../img/lineup_bg.png) no-repeat center top;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -10;
    }
    .lineup h1 {
        background: url(../img/lineup_title.png) no-repeat center top;
        background-size: 50%;
        width: 798px;
        height: 120px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px auto;
    }

.lu_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
    .lu_pc li {
        width: calc(40% / 2);
        margin: 0 30px 35px;
    }
.lu_pc li img {
    width: 100%;
}

.lineup a {
    border: none;
}

/* 中央寄せ
------------------------------------------------- */
.center {
  text-align: center;
}

/* キャラクターキャプション
------------------------------------------------- */
.title_model {
    width: 700px;
    margin: 0 auto;
}
.title_model img {
    width: 100%;
}
.flame_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
#vol1, #vol2 {
    margin-top: 100px;
}
#vol1 .flame_wrap::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/miku_bg.png) center top;
    background-size: cover;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
#vol2 .flame_wrap::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/makino_bg.png) center top;
    background-size: cover;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.f_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
    display: flex;
    flex-direction: row;
}
.miku {
    background: url(../img/miku.png) no-repeat left top;
    background-size: contain;
    width: 100%;
    height: auto;
}
.makino {
    background: url(../img/makino.png) no-repeat left top;
    background-size: contain;
    width: 100%;
    height: auto;
}
.wrap_r {
    width: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.flamecaption {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 10px;
    margin-bottom: 15px;
}

.sw-top {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
}
.top-p {
    padding-top: 15px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-left: 10px;
}
.tb_m {
    text-align: right;
}
.flamekakaku {
    font-size: 2.5rem;
}

.linkbutton {
    width: 400px;
    margin: 50px auto 0;
}
.linkbutton img {
    width: 100%;
}
.linkbutton a {
    border: none;
}

/* case
------------------------------------------------- */
.case {
    width: 700px;
    margin: 200px auto;
}
.case img {
    width: 100%;
}

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#lens {
    background-color: #F2FAFF;
    width: 100%;
    position: relative;
    margin-top: 300px;
    padding-top: 20px;
    padding-bottom: 150px;
}
    #lens h1 {
        background: url(../img/lens_title.png) no-repeat center top;
        background-size: 100%;
        width: 60%;
        height: 120px;
        top: -60px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }

/* lens_guide
------------------------------------------------- */
.lens_guide {
    width: 850px;
    margin: 150px auto;
}
.lens_guide ul li {
    width: calc(97%/2);
    margin: 0 5px;
    display: inline-block;
}
.lens_guide ul li img {
    width: 100%;
    height: auto;
}

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

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

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #2681C8;
    border-top: 1px solid #2681C8;
    border-left: 1px solid #2681C8;
    border-right: 1px solid #2681C8;
    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;
  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: #2681C8;
    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;
}
@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;
}
@media (max-width: 980px) {
    .shopEyemirror .map {
        margin: 20px auto;
        width: 920px;
        height: auto;
    }
}
.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

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

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #2681C8;
  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 #fff;
  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;
}

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

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

.sold_out .c1 li {
    background-color: #1a1a1a;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    right: 35px;
    bottom: 300px;
    opacity: 0.6;
    animation-name: updown1; /* アニメーション名の指定 */
    animation-delay: 0s; /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
    z-index: 100;
}

    #page_top a {
        position: relative;
        display: block;
        text-decoration: none;
        border-bottom: none;
    }

        #page_top a::before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f102';
            font-size: 5em;
            color: #000;
        }

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

/* SP
------------------------------------------------- */
@media(max-width: 980px) {
    .catch p {
        font-size: 3.5rem;
    }
    .header {
        width: 100%;
        height: 0;
        background: url(../img/kv_sp.png) center top / cover no-repeat;
        padding-top: calc(1000 / 800 * 100%);
        overflow: hidden;
        position: relative;
    }
    .header::before {
        display: none;
    }
    .header .kv_line::before {
        display: none;
    }

    .header .kv_line::after {
        display: none;
    }
    .header .header1::before {
        display: none;
    }
    .header .kv_copy {
        display: none;
    }
    .topic h1 {
        font-size: 5.5rem;
        padding-bottom: 35px;
    }
    .topic .textbox h5 {
        font-size: 4.0rem;
        line-height: 1.0;
    }
    .topic .textbox h1 {
        font-size: 7.5rem;
        letter-spacing: 4px;
        padding-bottom: 5px;
        margin: 0 auto 25px;
        width: 95%;
    }

    .topic .textbox .fontchange {
        font-size: 13.0rem;
    }
    .topic .textbox h2 {
        font-size: 5.0rem;
        line-height: 1.0;
    }

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

    .topic .textbox h3 {
        font-size: 4.0rem;
        margin: 30px 0 20px;
    }
    .topic .textbox h4 {
        font-size: 4.0rem;
        line-height: 2.0;
    }
    .topic p {
        font-size: 3.5rem;
        line-height: 1.5;
    }
    .lineup {
        padding: 100px 0;
    }
    .lineup h1 {
        margin: 30px auto;
        background-size: 70%;
        height: 160px;
    }
    .lu_pc {
        margin: 50px auto 0;
    }
    .lu_pc li {
        width: calc(85% / 2);
        margin: 0 30px 35px;
    }
    .title_model {
        width: 100%;
    }
    #vol1 .flame_wrap::before {
        top: 400px;
        background: url(../img/miku_bg.png) no-repeat left top;
        background-size: cover;
    }
    #vol2 .flame_wrap::before {
        top: 400px;
        background: url(../img/makino_bg.png) no-repeat left top;
        background-size: cover;
    }
    .f_wrap {
        width: 98%;
        margin: 100px auto 0;
        display: flex;
        flex-direction: column;
    }
    .miku {
        background: url(../img/miku.png) no-repeat center top;
        background-size: 80%;
        width: 100%;
        height: 1070px;
    }
    .makino {
        background: url(../img/makino.png) no-repeat center top;
        background-size: 80%;
        width: 100%;
        height: 1070px;
    }
    .wrap_r {
        width: 100%;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }
    .flamecaption {
        font-size: 3.5rem;
    }
    .top-p {
        font-size: 3.0rem;
        line-height: 1.5;
    }
    .flamekakaku {
        font-size: 5.5rem;
    }
    .sold_out ul {
        max-width: 100%;
    }
        .sold_out ul li {
            width: calc(95% / 2);
            font-size: 3.2rem;
            padding: 10px;
            margin: 10px;
        }
    .linkbutton {
        width: 70%;
        margin: 80px auto;
    }
    .case {
        width: 95%;
    }
    #lens {
        margin-top: 400px;
    }
    #lens h1 {
        background: url(../img/lens_title_sp.png) no-repeat center top;
        background-size: 100%;
        width: 60%;
        height: 230px;
        top: -200px;
    }
    .lens_guide {
        width: 75%;
        margin: 150px auto;
    }
    .lens_guide ul li {
        width: 100%;
        display: block;
        margin-bottom: 100px;
    }
    #globalfooter .copyright {
        font-size: 2.5rem;
    }
    .spbr {
        display: block;
    }
    #page_top {
        right: 50px;
        bottom: 200px;
    }
    #page_top a::before {
        font-size: 13rem;
    }
}

/* ページ内リンク調整
------------------------------------------------- */
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

@media (max-width: 980px) {
    .anchor {
        padding-top: 185px;
        margin-top: -185px;
    }
}