@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: #ea274a;
}
  .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;
}
.underLine {
    border-bottom: 1px dashed #ea274a; 
}

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

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

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}
/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 40px;
}

/* 	KV
-------------------------------------------------*/
.header {
    width: 100%;
    margin: 0 auto;
    height: calc(1120 / 2000 * 100%);
    position: relative;
}

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

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

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

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

/* catch copy
------------------------------------------------- */
.catch {
    background: url(../img/catch_bg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: calc((1562 / 4961 * 100%) + 20px);
}
.catch_wrap {
    position: absolute;
    max-width: 800px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.c_logo {
    width: 400px;
    margin: 0 auto;
}
.c_txt {
    width: 100%;
    margin: 30px auto;
}
.catch_wrap img {
    width: 100%;
}
.catch_wrap p {
    text-align: center;
    font-weight: 900;
    font-size: 2.0rem;
}

.circle_wrap {
    position: relative;
    z-index: 100;
    width: 100%;
}
.circle {
    position: absolute;
    width: 130px;
    height: 130px;
    background-color: #ea274a;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    top: -65px;
    left: 65%;
    right: 0;
    margin: auto;
}
.circle-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.7em;
    line-height: 1.2;
    text-align: center;
}
.circle-inner span {
    font-size: 1.8em;
}


/* お知らせ
------------------------------------------------- */
.topic {
    margin: 0 auto;
    width: 100%;
    color: #fff;
}
.topic .moon {
    max-width: 800px;
    margin: 0 auto;
}
.topic .moon img {
    width: 100%;
}
.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 #fff;
        margin: 0 auto 25px;
        width: 700px;
    }

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

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

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

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

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

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

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

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


/* フレーム紹介
------------------------------------------------- */
.flamecaption {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 650px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
    .flamecaption::after {
        content: '';
        position: absolute;
        background-color: #f1e5c9;
        width: 50%;
        height: 400px;
        top: 30%;
        left: 50%;
        right: 50%;
        bottom: 0;
        z-index: -1;
    }
.flamecaption2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 650px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
    .flamecaption2::after {
        content: '';
        position: absolute;
        background-color: #f1e5c9;
        width: 50%;
        height: 400px;
        top: 30%;
        left: 0;
        right: 30%;
        bottom: 0;
        z-index: -1;
    }
.flameill_l {
    width: 50%;
}
.cptn_r {
    width: 50%;
    /*margin-left: 1px*/
}
.alice {
    background: url(../img/teaparty.png) no-repeat right top;
    background-size: 475px;
    height: 650px;
}
.queen {
    background: url(../img/queen.png) no-repeat left top;
    background-size: 475px;
    height: 650px;
}
.cptn_inner {
    width: 65%;
    margin-left: 20px;
}
.cptn_inner2 {
    width: 65%;
    margin-right: 20px;
    margin-left: auto;
}
.modeltitle_alice {
    background: url(../img/model_tpt.png) no-repeat left top;
    background-size: 300px;
    height: 50px;
}
.modeltitle_queen {
    background: url(../img/model_queen.png) no-repeat right top;
    background-size: 300px;
    height: 60px;
}
.cptn_inner hr, .cptn_inner2 hr {
    border-top: 1px solid #000000;
    width: 100%;
}
.flamestm p {
    font-size: 1.2rem;
    font-weight: bold;
}
.kakaku {
    width: 100%;
    margin: 10px auto;
}
.cptn_inner .tb_m {
    text-align: left;
    font-size: 1.5rem;
}
.cptn_inner2 .tb_m {
    text-align: right;
    font-size: 1.5rem;
}
.flamekakaku {
    font-size: 2.3rem;
}
.model_btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.mb2 {
    justify-content: flex-end;
}
    .model_btn li {
        width: 25%;
    }
        .model_btn li:nth-child(2) {
            margin: 0 5%;
        }
        .model_btn li img {
            width: 100%;
        }

.fl_wrap {
    max-width: 1500px;
    margin: 50px auto;
}
.flame_wrap {
    max-width: 750px;
    margin: 0 auto;
}
.group {
    visibility: hidden;
    height: 0;
}
.is-showr {
    visibility: visible;
    height: auto;
    animation: fadeInr 0.5s ease-out 0s 1 normal;
    -webkit-animation: fadeInr 0.5s ease-out 0s 1 normal;
}
    @keyframes fadeInr {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInr {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }
.group {
    width: 100%;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
}

.ec_linkbutton {
    width: 200px;
    margin: 0 auto;
}
.ec_linkbutton img {
    width: 100%;
}

/* swiper 矢印 ここで飛ばしてます
--------------------------*/
.swiper-button-prev {
    left: -100%;
}

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

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

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

.swiper-button-prev-a,
.swiper-button-next-a {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 特典
------------------------------------------------- */
.tokuten {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.tokuten h1 {
    font-size: 3.0rem;
    text-align: center;
    background-color: #f1e6ca;
    padding: 10px;
}
.tokuten h5 {
    font-size: 2.0rem;
    text-align: center;
}
.tokuten p {
    font-size: 1.3rem;
    text-align: center;
    margin: 10px 0;
}
.cardmirror {
    width: 100%;
    background-color: #fff;
}
.tokuten img {
    width: calc(400 / 500 * 45%);
    display: block;
    margin: 0 auto;
}

/* グッズ
------------------------------------------------- */
.goods h1 {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 3.0rem;
    text-align: center;
    padding: 10px;
    background-color: #f1e6ca;
}
.goods {
    background: url(../img/block_bg.png) no-repeat center top;
    background-size: contain;
    margin: 200px auto;
    padding: 60px 0 0;
    width: 100%;
}
.fs_container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs_wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin: 3px;
}

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

    .fs_box img {
        width: 100%;
    }

.goodscaption {
    display: flex;
    flex-direction: column;
}
.title {
    height: 40px;
}

.goodscaption h6 {
    font-size: 1.5rem;
}
.goodscaption .goodsstmi {
    font-size: 1.3rem;
}
.goodscaption .tb_m {
    font-size: 1.2rem;
    text-align: right;
}
.goodscaption .flamekakaku {
    font-size: 1.8rem;
}

.fs_sold_out ul {
    max-width: 95%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .fs_sold_out ul li {
        width: 100%;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #dfdfdf;
        font-weight: bold;
        padding: 5px;
        font-size: 1.2rem;
    }

    .fs_sold_out ul .c0 {
        background-color: #cebe9a !important;
        color: #000000;
    }

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

.fs_wrap .linkbutton {
    width: 95%;
    padding: 10px;
    background-color: #cebe9a;
    margin: auto auto 0;
}

    .fs_wrap .linkbutton a p {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        color: #ffffff;
    }

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#lens {
    background: url(../img/block_bg.png) no-repeat center top;
    background-size: contain;
    margin: 200px auto 0;
    padding: 50px 0 0;
    width: 100%;
}

/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 600px;
    margin: 150px auto;
}
    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
.lens_guide ul li {
    flex-basis: 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 #000000;
    border-top: 1px solid #a29d7f;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #a29d7f;
    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: #d5c8a6;
    clear: both;
    overflow: hidden;
}

#b_content {
  padding-top: 0;
}
#c_content {
  padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #000;
    color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #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;
    border-top: 5px solid #ea264a;
}
.gf_wrap {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
   
}
.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;
}
.gf_bottom {
    margin-top: 20px;
}

#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 ul {
    max-width: 900px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    .sold_out ul li {
        width: calc(98% / 3);
        border-radius: 0;
        margin: 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: #cebe9a !important;
        color: #000000;
    }

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

/* ScrollTop button
------------------------------------------------- */
#page_top {
    opacity: 1.0;
    margin-right: 10px;
    margin-bottom: 20px;
}

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

        #page_top a::before {
            content: '';
            background: url(../img/return_top.png) no-repeat center top;
            background-size: 100%;
            display: block;
            width: 35px;
            padding-top: 65px;
        }

/* 左固定 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);
    }


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

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .topic .textbox h3 {
        font-size: 2.0rem;
    }
    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .model_btn li {
        width: 30%;
    }
    .flamecaption {
        font-size: 1.6rem;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
}
/* pc 970px以下
------------------------------------------------- */
@media (max-width: 970px) {
    .c_logo {
        width: 70%;
    }
    .c_txt {
        margin: 20px auto;
    }
    .alice {
        background-size: 100%;
        height: 0;
        padding-top: calc(650 / 476 * 100%);
    }
    .cptn_inner {
        width: 80%;
    }
    .queen {
        background-size: 100%;
        height: 0;
        padding-top: calc(650 / 476 * 100%);
    }
    .cptn_inner2 {
        width: 80%;
    }

    .fl_wrap {
        max-width: 100%;
    }

    .flame_wrap {
        width: calc(100% - 20%);
    }

    .swiper-button-prev-a {
        left: -10%;
        width: 5em;
        height: 3.5em;
    }

    .swiper-button-next-a {
        right: -10%;
        width: 5em;
        height: 3.5em;
    }
}


/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .header {
        height: calc(2022 / 1500 * 100%);
    }

    .circle {
        width: 100px;
        height: 100px;
        top: -50px;
    }

    .circle-inner {
        font-size: 1.5em;
    }

    .catch_wrap {
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .catch {
        padding-top: calc(2022 / 1500 * 50%);
    }

    .c_logo {
        width: 75%;
    }

    .c_txt {
        width: 95%;
        margin: 30px auto;
    }

    .topic .textbox h3 {
        font-size: 2.0rem;
    }

    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    p {
        font-size: 2.0rem;
    }

    .flamecaption {
        width: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        position: relative;
        overflow: visible;
        z-index: 1;
    }
    .flamecaption2 {
        width: 100%;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .flameill_l {
        width: 100%;
    }

    .alice {
        background: url(../img/teaparty.png) no-repeat center bottom;
        background-size: 90%;
        padding-top: calc(1000 / 732 * 100%);
    }

    .queen {
        background: url(../img/queen.png) no-repeat center bottom;
        background-size: 90%;
        padding-top: calc(1000 / 732 * 100%);
    }

    .cptn_r {
        width: 100%;
        position: absolute;
        top: 0;
        padding-top: 122%;
        z-index: 10;
    }
    .cptn_r_q {
        width: 100%;
        position: absolute;
        top: 0;
        padding-top: 119%;
        z-index: 10;
    }

    .cptn_inner {
        width: 85%;
        margin: 0 auto;
    }
    .cptn_inner2 {
        width: 85%;
        margin: 0 auto;
    }
    .modeltitle_alice {
        background-size: 80%;
        padding-top: calc(205 / 1230 * 80%);
    }
    .modeltitle_queen {
        background: url(../img/model_queen.png) no-repeat left top;
        background-size: 80%;
        padding-top: calc(205 / 960 * 80%);
    }
    .flamestm p {
        font-size: 1.5rem;
    }
    .cptn_r::after {
        content: '';
        position: absolute;
        background-color: #f1e5c9cc;
        width: 100%;
        height: 33%;
        top: 60%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .flamecaption::after {
        content: none;
    }
    .flamecaption2::after {
        content: none;
    }
    .fl_wrap {
        max-width: 100%;
        margin-top: 440px;
    }
    .fl_wrapq {
        max-width: 100%;
        margin-top: 460px;
    }
    .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) {
    .circle {
        width: 100px;
        height: 100px;
        top: -50px;
    }
    .circle-inner {
        font-size: 1.5em;
    }
    .catch_wrap {
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .catch {
        padding-top: calc(2022 / 1500 * 100%);
    }
    .c_logo {
        width: 75%;
    }
    .c_txt {
        width: 95%;
        margin: 30px auto;
    }
    .topic h1 {
        font-size: 2.0rem;
        padding-bottom: 35px;
    }
    .topic .textbox h5 {
        font-size: 2.0rem;
        line-height: 1.0;
    }
    .topic .textbox h1 {
        font-size: 2.0rem;
        letter-spacing: 4px;
        padding-bottom: 5px;
        margin: 0 auto 25px;
        width: 95%;
    }
    .topic .textbox .fontchange {
        font-size: 2.5rem;
    }
    .topic .textbox h2 {
        font-size: 2.0rem;
        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: 1.5rem;
        line-height: 2.0;
    }
    p {
        font-size: 1.5rem;
    }
    hr {
        margin: 0em 0;
    }
    .modeltitle_alice {
        background-size: 75%;
    }
    .modeltitle_queen {
        background-size: 75%;
    }
    .cptn_r::after {
        height: 40%;
        top: 54%;
    }
    .cptn_r_q::after {
        height: 45%;
        top: 50%;
    }
    .flamestm p {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .cptn_inner .tb_m {
        font-size: 1.4rem;
    }
    .flamekakaku {
        font-size: 2.3rem;
    }
    .fl_wrap {
        max-width: 100%;
        margin-top: 320px;
    }
    .fl_wrapq {
        margin-top: 360px !important;
    }
    .flame_wrap {
        width: calc(100% - 15%);
    }
    .swiper-button-prev-a {
        top: calc(50% - 0.75em);
        left: -9%;
        width: 2.3em;
        height: 1.5em;
    }
    .swiper-button-next-a {
        top: calc(50% - 0.75em);
        right: -9%;
        width: 2.3em;
        height: 1.5em;
    }
    .sold_out ul {
        max-width: 100%;
        margin: 15px auto;
    }
        .sold_out ul li {
            width: calc((100% / 2) - 10px);
            font-size: 1.2rem;
            padding: 5px;
            margin: 0 5px;
        }
    .ec_linkbutton {
        width: 55%;
    }
    .tokuten img {
        width: calc(400 / 500 * 70%);
    }
    .goods {
        background-size: 200%;
        margin: 100px auto;
    }
    .fs_container {
        max-width: 100%;
        margin: 30px auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .fs_wrap {
        width: calc(98% / 2);
        margin: 10px;
    }
    .goodscaption {
        height: 270px;
    }
    .goodscaption .goodsstmi {
        height: 180px;
        line-height: 1.5;
    }
    .goodscaption .tb_m {
        letter-spacing: 0.5px;
    }
    .fs_sold_out ul {
        max-width: 100%;
        margin: 10px auto 20px;
    }
    .fs_sold_out ul li {
        font-size: 1.3rem;
        margin: 5px;
        padding: 10px;
    }
    .fs_wrap .linkbutton a p {
        font-size: 1.5rem;
    }
    #lens {
        margin: 100px auto 0;
        padding: 10px 0 0;
    }
    .lens_guide {
        width: 100%;
        margin: 120px 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;
    }

    .crown {
        width: 25px;
        margin: 85px auto 40px;
    }

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

    .spbr {
        display: block;
    }

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


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