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

/* 	bg cube
-------------------------------------------------*/
.bg {
    position: fixed;
}

.rollcube {
    background-attachment: fixed;
    height: 100vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -100;
}


.cube {
    position: absolute;
    top: 80vh;
    left: 62vw;
    width: 10px;
    height: 10px;
    border: solid 1px rgba(129,96,132,0.8);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
}

    .cube:nth-child(2n) {
        border-color: rgba(23,30,84,0.8);
    }

    .cube:nth-child(2) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        left: 5vw;
        top: 15vh;
    }

    .cube:nth-child(3) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
        left: 58vw;
        top: 92vh;
    }

    .cube:nth-child(4n) {
        border-color: rgba(212,173,220,0.8);
    }

    .cube:nth-child(4) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
        left: 95vw;
        top: 10vh;
    }

    .cube:nth-child(5n) {
        border-color: rgba(212,173,220,0.8);
    }

    .cube:nth-child(5) {
        -webkit-animation-delay: 8s;
        animation-delay: 8s;
        left: 10vw;
        top: 85vh;
    }

    .cube:nth-child(6) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 90vw;
        top: 95vh;
    }

@-webkit-keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}


/* 	header bg
-------------------------------------------------*/
.header-bg {
    background: url(../img/bg_pc.jpg) no-repeat center top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

@media (max-width: 1024px) {
    .header-bg {
        background: url(../img/bg_sp.jpg) no-repeat right top;
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }
}

/* 	header Illust
-------------------------------------------------*/
.hdIll {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.hdbox {
    position: relative;
    width: 100vw;
    height: 100vh;
}
    .hdbox .bgImg {
        position: absolute;
        background-repeat: no-repeat;
        background-position: right top;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transform-style: preserve-3d;
        animation: bgAnime 8s infinite; /* 2画像 × 各4s = 8s */
    }
    .hdbox .src1 {
        background-image: url(../img/kv_rei.png);
    }
    .hdbox .src2 {
        background-image: url(../img/kv_yukari.png);
        animation-delay: 4s;
    }


@media (max-width: 1024px) {
    .hdbox .src1 {
        background-image: url(../img/kv_rei_sp.png);
        background-size: contain;
    }
    .hdbox .src2 {
        background-image: url(../img/kv_yukari_sp.png);
        background-size: contain;
    }
}

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

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



/* 	header logo
-------------------------------------------------*/
#header {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#header {
    max-width: 100%;
    margin: 0 auto;
    height: 0 !important;
}

        #header .header1 h1 {
            padding-left: 5%;
        }

.header1 {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 10% 10%;
    background-size: 75%;
    width: 640px;
    padding-top: calc(190 / 600* 70%);
    z-index: -100;
    -webkit-animation: sizeScale 1.5s ease-out;
    -moz-animation: sizeScale 1.5s ease-out;
    animation: sizeScale 1.5s ease-out;
}

@keyframes sizeScale {
    0% {
        opacity: 0;
        -moz-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


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

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

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

/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    margin: 40vh auto 0;
}
.mainWrap {
    width: 100%;
    margin: 200px auto;
}

/* くるくる月
------------------------------------------------- */
.Moon {
    transform: scale(-1, 1);
    margin-right: 5px;
}
/*.Moon {
    animation: rotate-y 2.2s infinite;
    -webkit-animation: rotate-y 2.2s infinite;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes rotate-y {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(-360deg);
    }
}
*/
/*@-webkit-keyframes rotate-x {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}
*/
/* お知らせ
------------------------------------------------- */
.topic {
    margin: 300px 0 0;
    width: 100%;
    color: #543f56;
}
.p_box {
    width: 100%;
}
.p_box p {
    text-align: center;
}
.topic .textbox {
    margin: 50px auto;
    overflow: hidden;
}
    .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 #000;
        margin: 50px auto;
        display: inline-block;
    }
.titlewrap {
    text-align: center;
}
.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: 2.5;
    margin: 15px 0 0;
}
    .topic .textbox h4 a {
        color: #805f82;
    }

.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.0;
}
    .topic .textbox h6 {
        text-align: center;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.0;
        color: #b70101;
        margin-top: 5px;
    }
.Star {
    margin-right: 5px;
}
.akari {
    margin: 40px auto;
    width: 100%;
    color: #f28c1b;
}
.akari_banner {
    width: 75%;
    margin: 10px auto;
}
.akari_banner img {
    width: 100%;
}

/* frame info
------------------------------------------------- */
.frameinfo {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.infoimg {
    width: 85%;
    margin: 0 auto;
}
.infoimg img {
    width: 100%;
}
.infotext {
    font-size: 1.4rem;
    text-align: center;
    margin: 45px 0;
    background-color: #fff6;
}

/* line up
------------------------------------------------- */
.lineupWrap {
    width: 100%;
}
.lineup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.lineupModel {
    width: 200px;
}
.bg_rei {
    background-color: #5f5193;
}
.bg_sizuku {
    background-color: #807473;
}
.bg_jun {
    background-color: #816084;
}
.bg_onn {
    background-color: #e49ac1;
}
.bg_rin {
    background-color: #122a88;
}
.lineup ul li:first-child {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 3;
    position: relative;
}

/* new表示 */
/*.lineup .bg_sizuku li:first-child::before {
    content: 'NEW';
    display: inline-block;
    color: #FFFF3B;
    font-size: 1.2rem;
    text-align: left;
    position: absolute;
    top: -5px;
    left: 5px;
}*/
.lineup ul li:nth-child(2) {
    width: 90%;
    margin: 0 auto;
}
.lineup ul li a {
    display: inline-block;
    border: none;
    width: 100%;
    height: 100%;
}
    .lineup ul li a > span {
        width: 100%;
        margin: 0 auto;
        padding-top: calc(200 / 300 * 100%);
        background-size: contain;
        display: block;
    }
.reiframe {
    background: url(../img/lineup_rei.jpg) no-repeat center top;
}
.sizukuframe {
    background: url(../img/lineup_sizuku.jpg) no-repeat center top;
}
.junframe {
    background: url(../img/lineup_jun.jpg) no-repeat center top;
}
.onnframe {
    background: url(../img/lineup_onn.jpg) no-repeat center top;
}
.rinframe {
    background: url(../img/lineup_rin.jpg) no-repeat center top;
}
.lineup .soldoutimg li a > span {
    opacity: 0.6;
    position: relative;
}
    .lineup .soldoutimg li a > span::before {
        content: 'sold out';
        display: inline-block;
        color: #590000;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


/*　フレーム紹介
-------------------------------------------------*/
#wrap {
    width: 50%;
    margin: 0 auto;
}
.model_title {
    width: 100%;
    padding-top: calc(300 / 950 * 100%);
    margin: 200px auto 0;
}
.reiModel {
    background: url(../img/title_rei.png) no-repeat center top;
    background-size: cover;
}
.sizukuModel {
    background: url(../img/title_shizuku.png) no-repeat center top;
    background-size: cover;
}
.junModel {
    background: url(../img/title_jun.png) no-repeat center top;
    background-size: cover;
}
.onnModel {
    background: url(../img/title_onn.png) no-repeat center top;
    background-size: cover;
}
.rinModel {
    background: url(../img/title_lin.png) no-repeat center top;
    background-size: cover;
}
.modelbg_rei {
    background-color: #5f5193;
}
.modelbg_sizuku {
    background-color: #998B8A;
}

.modelbg_jun {
    background-color: #816084;
}

.modelbg_onn {
    background-color: #E49AC1;
}

.modelbg_rin {
    background-color: #122A88;
}

.modelWrap {
    padding-bottom: 30px;
}

.swiper-wrap {
    width: 90%;
    margin: 0px auto;
    padding: 10px 0;
    position: relative;
}

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

.framesetWrap {
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px;
}
.framesetWrap h1 {
    font-size: 2.0rem;
}
.flamestmWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}

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

.flamestm p {
    font-size: 1.2rem;
    margin-bottom: 0px;
    text-align: left;
}

.kakaku {
    width: 100%;
    margin: 0px auto;
}

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

.flamekakaku {
    font-size: 2.3rem;
}

.ec_linkbutton {
    width: 350px;
    margin: 10px auto;
    position: relative;
}
    .ec_linkbutton a {
        border: none;
    }

    .ec_linkbutton img {
        width: 100%;
    }

.ec_linkbutton span {
    position: absolute;
    width: 95%;
    text-align: center;
    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%);
}
    /* 特典
------------------------------------------------- */
.tokuten {
    width: 90%;
    margin: 20px auto;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tokuten_l {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.tokuten_r {
    width: 50%;
}
.tokuten_l h1 {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 2.0rem;
    color: #000;
    padding: 20px;
    width: 100%;
}
.tokuten p {
    font-size: 1.3rem;
    text-align: left;
    margin: 25px 0;
}

.tokuten_r img {
    width: 70%;
    display: block;
    margin: 0 auto;
}


/* 度付きメガネをご希望の方へ
------------------------------------------------- */
    .lens {
        width: 100%;
        margin: 180px 0 0;
    }
.lenstitle {
    background-color: #816084;
    border-radius: 20px;
    padding: 30px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.lens .lenstitle h6 {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}

    #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 #816084;
    border-top: 1px solid #816084;
    border-left: 1px solid #816084;
    border-right: 1px solid #816084;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #dee7ea;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 100px;
  font-size: 4rem;
  padding-top: 25px;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    padding: 15px 15px 0;
    background-color: #fff;
    clear: both;
    overflow: hidden;
}

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

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

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #816084;
    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
}

/* フッター
------------------------------------------------- */
#globalfooter {
    background: rgba(159, 121, 170, 0.8);
    padding: 40px 0;
    width: 100%;
    font-size: 1.2rem;
}
.gf_wrap {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gf_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gf_r {
}
.bland {
    font-size: 1.2rem;
    color: #fff;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

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

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

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

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

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

    .sold_out .c1 li {
        background-color: #000;
        color: #fff;
    }

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

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

    40% {
        transform: translateY(0);
    }

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

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

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


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

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

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

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

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

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

.modelWrapAllsp, .modelWrapAllsp2 {
    display: none;
}


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

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    #wrap {
        width: 80%;
    }
}

/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .header1 {
        background-size: 100%;
        width: 55%;
        padding-top: 145px;
    }
    #header .header1 h1 {
        font-size: 2.5rem;
    }
    .topic {
        margin-left: 5px;
    }
    .topic .textbox h1 {
        width: 95%;
    }
    .topic .textbox h2 .large {
        font-size: 2.3rem;
    }
    .topic .textbox h3 {
        font-size: 2.0rem;
    }
    .topic .textbox h4 {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .topic .textbox h5 {
        margin-bottom: 25px;
    }
    #wrap {
        width: 90%;
    }
    .lineup {
        width: 95%;
    }
    p {
        font-size: 2.0rem;
    }
    .tb_m {
        font-size: 1.5rem;
    }
    .flamekakaku {
        font-size: 3.0rem;
    }
    .tokuten p {
        width: 80%;
        font-size: 1.6rem;
        margin: 5% auto;
    }
    .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) {
    .header1 {
        background-size: 100%;
        width: 60%;
        padding-top: calc(190 / 600 * 60%);
    }
    #header .header1 h1 {
        font-size: 1.8rem;
    }
    #main {
        margin: 60vw auto 0;
    }
    .topic {
        margin: 0 auto;
        width: 95%;
    }
    .topic .textbox h1 {
        font-size: 3.0rem;
        width: 100%;
    }
    .topic .textbox h2 {
        font-size: 1.8rem;
    }
    .topic .textbox .fontchange {
        font-size: 4rem;
    }
    .topic .textbox h3 {
        font-size: 1.5rem;
        margin: 20px 0 20px;
    }
    .topic .textbox h4 {
        font-size: 3.2vw;
        line-height: 2.5;
    }
    .infotext {
        font-size: 3.5vw;
        text-align: justify;
        padding: 0 10px;
    }
    .lineup {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .lineupModel {
        flex-basis: 33.3%;
    }
    #wrap {
        width: 100%;
    }
    .model_title {
        margin: 100vw auto 0;
    }
    .flamestmWrap {
        flex-direction: column;
        width: 100%;
    }
    .kakaku {
        width: 100%;
        margin: 0 auto;
    }
    p {
        font-size: 1.5rem;
    }
    .flamestm p {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .tb_m {
        font-size: 1.4rem;
    }
    .flamekakaku {
        font-size: 2.3rem;
    }
    .sold_out ul li {
        font-size: 3vw;
    }
    .tokuten {
        flex-direction: column;
    }
    .tokuten_l {
        width: 100%;
    }
    .tokuten p {
        width: 100%;
        font-size: 1.5rem;
    }
    .tokuten_r {
        width: 100%;
    }
    .ec_linkbutton {
        width: 80%;
    }
    .ec_linkbutton span {
        font-size: 2.2rem;
    }
    .lenstitle {
        padding: 10px;
    }
    #lens {
        padding: 0px 0 0;
    }
    .lens .lenstitle h6 {
        color: #fff;
        font-size: 2.0rem;
        text-align: center;
    }
    .lens_guide {
        width: 100%;
        margin: 60px auto;
    }
    .lens_guide ul li {
        flex-basis: 40%;
    }
    .tab_item {
        font-size: 1.2em;
        height: 70px;
        padding-top: 10px
    }
    .shopEyemirror h2 {
        font-size: 1.6rem;
    }
    .shopEyemirror ul li {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
    .gf_top {
        flex-direction: column;
    }
    .bland {
        font-size: 1.5rem;
        text-align: center;
    }
    #globalfooter ul {
        margin: 20px 0;
    }
    #globalfooter ul li {
        padding: 20px 0 0;
        text-align: center;
    }
    #globalfooter li a {
        font-size: 1.5rem;
        display: block;
    }
    #globalfooter .copyright {
        font-size: 1.5rem;
        position: relative;
    }
    #globalfooter::before {
        width: 100%;
        padding-top: calc(354 / 819 * 100%);
    }

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