@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: #000;
  background-color: #fff;
}
body {
    width: 100%;
    height: auto;
}

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

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

.zen-old mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.noto-serif jp-bold {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
}

/* 	メイン
-------------------------------------------------*/
#main {
    width: 100%;
    /*background: linear-gradient(90deg, #EFF9CB 0%, #EFF9CB 50%, #FCEAF4 50%, #FCEAF4 100%);*/
    padding-top: 0;
    padding-bottom: 50px;
}


/*KV
-------------------------------------------------*/
#header {
    width: 100%;
    height: auto !important;
    position: relative;
}
.header1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-top: calc(811 / 1185 * 1185px);
    z-index: 1;
    border-bottom: #DC5FA1 20px solid;
}
    .header1:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        max-width: 1185px;
        height: auto;
        padding-top: calc(811 / 1185 * 1185px);
        background: url(../img/kv_pc.jpg) no-repeat center top;
        background-size: contain;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }


/* topic 
------------------------------------------------- */
.topic {
    width: 100%;
    margin: 100px 0;
}

.catch {
    width: 65vw;
    max-width: 900px;
    margin: 0 auto 100px;
    background-color: #ffffff;
    border-top: 5px solid #DC5FA1;
    border-bottom: 5px solid #3E41A4;
    position: relative;
}
    .catch:before {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        background: url(../img/thirdeye_pink.png) no-repeat center top;
        background-size: 60px;
        height: auto;
        padding-top: 60px;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .catch:after {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        background: url(../img/thirdeye_blue.png) no-repeat center bottom;
        background-size: 60px;
        height: auto;
        padding-top: 60px;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .catch h1 {
        text-align: center;
        color: #18558A;
        margin: 100px 0;
        font-size: 3rem;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }
.textbox {
    width: 65vw;
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    color: #3E41A4;
    padding: 50px 0 100px;
    border: 5px solid;
    /*border-color: #FCEAF4 #EFF9CB #EFF9CB #FCEAF4;*/
    border-color: #dc5fa1 #3e41a4 #3e41a4 #dc5fa1;
}

.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.0rem;
    letter-spacing: 5px;
    padding-bottom: 0;
    border-bottom: #DC5FA1 3px solid;
    margin: 10px 0;
    display: inline-block;
}

.borderbottomline {
    text-align: center;
}

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

.topic_title {
    width: 300px;
    margin: 50px auto 10px;
    border-radius: 50px;
}

.t1 {
    background-color: #DC5FA1;
}

    .t1 p {
        color: #ffffff;
    }

.t2 {
    border: #DC5FA1 1px solid;
    margin-bottom: 30px;
    color: #DC5FA1;
}

.topic_title p {
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}

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

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

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

.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}

.topic .textbox h6 {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
}

.topicshop {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

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

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

.topic a, a:link {
    color: #3E41A4;
    border-bottom: 1px dotted #3E41A4;
    /*text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}


/* フレーム紹介
------------------------------------------------- */
.frame {
    width: 100%;
}
.frameWrap {
    width: 100%;
    height: auto;
    position: relative;
}
.satori {
    border-top: #DC5FA1 20px solid;
}
.koishi {
    border-top: #3E41A4 20px solid;
    border-bottom: #3E41A4 20px solid;
}
.satori:before {
    content: '';
    position: absolute;
    background: url(../img/framebg_satori.jpg) no-repeat left top;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.koishi:before {
    content: '';
    position: absolute;
    background: url(../img/framebg_koishi_.jpg) no-repeat right top;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.satori .txtboxWrap {
    width: 50%;
    display: block;
    margin: 0 0 0 auto;
}
.koishi .txtboxWrap {
    width: 50%;
    display: block;
    margin: 0 auto 0 0;
}
.frameInner {
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    padding: 6% 0;
    position: relative;
    z-index: 10;
}

.frameTitle {
    text-align: left;
    position: relative;
}

.satori .frameTitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/thirdeye_pink.png) no-repeat left top;
    background-size: 100%;
    width: 4rem;
    height: calc(60 / 60* 4rem);
}
.koishi .frameTitle:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../img/thirdeye_blue.png) no-repeat left top;
    background-size: 100%;
    width: 4rem;
    height: calc(60 / 60* 4rem);
}
.frameTitle h1 {
    color: #18558A;
    font-size: 3.0rem;
    border-bottom: 1px solid #18558A;
    position: relative;
    padding-left: 10%;
    padding-bottom: 2%;
}
.frameCaption {
    text-align: left; 
    margin-top: 2%;
}
    .frameCaption p {
        font-size: 1.3rem;
        display: inline-block;
        text-align: left;
        color: #18558A;
    }

.bgcolor {
    width: 80%;
    max-width: 800px;
    background-color: #ffffffd9;
    padding: 10px;
    margin: 1% auto;
    color: #18558A;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
    .bgcolor h3 {
        text-align: right;
        margin: 5px 0 0;
    }

.kakaku {
    font-size: 2.5rem;
}

.tb_m {
    color: #000;
    width: 100%;
    font-size: 3.0rem;
    text-align: center;
    background-color: #000;
    padding: 0 10rem;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.ecWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.ecInnerWrap {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.frameName {
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #d2691e;
    border-radius: 50px;
    text-align: center;
    color: #d2691e;
    font-size: 1.5rem;
    line-height: 4;
    font-weight: bold;
    margin-bottom: 10px;
}
.ecInnerWrap img {
    width: 100%;
    display: block;
}

    .ec_linkbuttonWrap {
        margin-top: 50px;
    }

.ec_linkbutton {
    background-color: #af2b3d;
    width: 100%;
    max-width: 600px;
    height: 3vw;
    min-height: 75px;
    border-radius: 30px;
    margin: 10px auto;
    position: relative;
}
.ec_sold {
    background-color: #333333 !important;
}

    .ec_linkbutton span {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 2.0rem;
        font-weight: 900;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


/* カルーセル
------------------------------------------------- */
.swpWrap {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 200px 0 5px;
    padding: 65px 0;
}

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

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

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

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


/* tokuten
-------------------------------------------------*/
.tokuten {
    width: 100%;
    background: url(../img/tokuten_bg.png) no-repeat center top, #DAF5EE;
    background-size: cover;
    height: auto;
    color: #18558A;
    margin: 100px 0;
}
.tokutenWrap {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    padding: 100px 0;
    border-top: 5px solid #DC5FA1;
    border-bottom: 5px solid #3E41A4;
    position: relative;
}
.tokutenWrap:before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    background: url(../img/thirdeye_pink.png) no-repeat center top;
    background-size: 60px;
    height: auto;
    padding-top: 60px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tokutenWrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    background: url(../img/thirdeye_blue.png) no-repeat center bottom;
    background-size: 60px;
    height: auto;
    padding-top: 60px;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tokuten .title h1 {
    font-size: 3.0rem;
    text-align: center;
}
.tokuten p {
    font-size: 1.3rem;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}
.tokutenInner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .tokutenInner div {
        width: 45%;
        max-width: 450px;
    }
.tokutenInner div img {
    width: 100%;
}

/* Whats
------------------------------------------------- */
.whats {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
}
    .whats:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        background: url(../img/what_line.png) repeat-x center top;
        background-size: 445px;
        height: auto;
        padding-top: 10px;
        top: 0;
        left: 0;
    }
    .whats:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        background: url(../img/what_line.png) repeat-x center bottom;
        background-size: 445px;
        height: auto;
        padding-top: 10px;
        left: 0;
        bottom: 0;
    }
.whatsWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
    .whatsWrap .thm {
        cursor: pointer
    }
.whatsWrap div {
    width: 45%;
    max-width: 400px;
}
.whatsWrap div img {
    width: 100%;
}
.modal_text h2 {
    font-size: 1.5rem;
    margin: 15px 0 10px;
    font-weight: bold;
    border-bottom: #0e0ead 1px solid;
    display: block;
}
.modal_text p {
    font-size: 1.3rem;
}

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


    /* lens_guide
------------------------------------------------- */
    .lens_guide {
        max-width: 600px;
        margin: 120px auto 200px;
    }

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

    .lens_guide ul li {
        flex-basis: 25%;
        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 #18558A;
    /*border-top: 1px solid #384C80;*/
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #BCBCBC;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.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: #18558A;
    color: #fff;
}

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

.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #000000;
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px auto;
}
.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

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

/* フッター
------------------------------------------------- */
#globalfooter {
    background-color: #18558A;
    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: 100%;
    margin: 20px auto;
    flex-grow: 1
}
    .sold_out ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

        .sold_out ul li {
            width: calc(50% - 20px);
            border-radius: 50px;
            margin: 5px 0;
            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.2rem;
        }

        .sold_out ul .c0 {
            background-color: #ffffff !important;
            color: #000 !important;
            border: 1px solid #707070;
        }

    .sold_out .c1 li {
        background-color: #333333;
        color: #ffffff;
    }

/* 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;
        text-align: right;
    }

        #page_top a::before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f102';
            font-size: 7rem;
            color: #9E0F0F;
        }

@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: center;
    align-items: end;
    position: fixed;
    bottom: 3vh;
    right: 30px;
    z-index: 9999;
}

/* カートボタン
------------------------------------------------- */
#cartbutton {
    position: relative;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin-top: 35px;
}
.cartbuttonwrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background: #ea274a;*/
    background: #9E0F0F;
    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);
    }


/* 表示/非表示
------------------------------------------------- */
.pc_kv {
    display: block;
}
.sp_kv {
    display: none;
}
@media (max-width: 700px) {
    .pc_kv {
        display: none;
    }

    .sp_kv {
        display: block;
    }
}


/* 1200px以下
------------------------------------------------- */
@media (max-width: 1200px) {
    .header1 {
        padding-top: calc(811 / 1185* 100%);
    }
}
/* 1185px以下 (KVサイズぴったり
------------------------------------------------- */
@media (max-width: 1185px) {

}

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .ec_linkbutton span {
        font-size: 2.2vw;
    }
    .swiper-container {
        width: 85%;
        margin: 50px auto 5px;
    }
    .tokutenWrap {
        width: 70%;
    }
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .catch {
        width: 80vw;
    }
    .catch h1 {
        font-size: 3.5vw;
    }
    .textbox {
        width: 80vw;
    }
    .topic .textbox h1 {
        font-size: 4vw;
    }
    .topicshop {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        font-size: 1.5rem;
        flex-direction: column;
        align-items: center;
    }

        .topicshop li {
            padding-bottom: 15px;
        }
            .topicshop li:first-child, .topicshop li:nth-child(2) {
                width: 95%;
            }
    .frameCaption {
        width: 80%;
        margin: 0 auto;
    }
    .bgcolor h3 {
        font-size: 2.0vw;
    }
    .kakaku {
        font-size: 3.0rem;
    }
    .ecWrap {
        width: 80%;
        margin: 0 auto;
    }
    .frameName {
        line-height: 3;
    }
    .tokutenWrap {
        width: 85%;
    }
    .lens_guide {
        margin: 50px auto 200px;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .header1 {
        padding-top: calc(1104 / 700 * 100%);
    }
    .header1:before {
        padding-top: calc(1104 / 700 * 100%);
        background: url(../img/kv_sp.jpg) no-repeat center top;
        background-size: 100%;
    }
    .catch {
        width: 85vw;
    }
    .catch:before {
        width: 10vw;
        background-size: 10vw;
        padding-top: 10vw;
        top: -5vw;
    }
    .catch:after {
        width: 10vw;
        background-size: 10vw;
        padding-top: 10vw;
        bottom: -5vw;
    }
    .catch h1 {
        font-size: 4.5vw;
        margin: 40px 0;
    }
    .textbox {
        width: 85vw;
        padding: 10px 0 50px;
    }
    .topic {
        margin: 75px 0;
    }
    .topic_title {
        width: 80%;
    }
    .topic_title p {
        text-align: center;
        padding: 10px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 4.0vw;
    }

    .topic .textbox h1 {
        font-size: 4vw;
        letter-spacing: 2px;
    }

    .topic .textbox .fontchange {
        font-size: 9vw;
    }

    .topic .textbox h5 {
        font-size: 3.5vw;
    }

    .topic .textbox h4, .topicshop {
        font-size: 3.0vw;
    }

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

    .topic .textbox h2 {
        font-size: 3.5vw;
    }

    .satori:before {
        background: url(../img/framebg_sp_satori.jpg) no-repeat center top;
        background-size: cover;
    }
    .koishi:before {
        background: url(../img/framebg_sp_koishi.jpg) no-repeat center top;
        background-size: cover;
    }
    .frameInner {
        margin: 100vw auto 0;
    }

    .satori .txtboxWrap, .koishi .txtboxWrap {
        width: 100%;
    }
    .frameTitle h1 {
        font-size: 2.5rem;
    }
    .satori .frameTitle:before, .koishi .frameTitle:before {
        width: 3rem;
        height: calc(60 / 60* 3rem);
    }
    .frameCaption {
        width: 100%;
    }
    .bgcolor {
        flex-direction: column;
        align-items: normal;
    }

    .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        transform: scale(1.3) !important;
    }
    .swiper-container {
        position: relative;
        width: 100%;
        margin: 10px 0;
        padding: 30px 0;
    }
    .bgcolor {
        width: 90%;
        margin: 20px auto;
    }
        .bgcolor h3 {
            font-size: 1.3rem;
        }
    .kakaku {
        font-size: 2.0rem;
    }
    .ecWrap {
        width: 100%;
        justify-content: space-between;
    }
    .ecInnerWrap {
        width: 48%;
        margin-bottom: 20px;
    }
    .frameName {
        line-height: 2;
    }
    .sold_out {
        width: 100%;
        margin: 10px auto;
    }
        .sold_out ul li {
            font-size: 2.5vw;
            margin: 2px 0;
        }
    .ec_linkbutton {
        height: 10vw;
        min-height: 50px;
    }
        .ec_linkbutton span {
            font-size: 4.5vw;
        }
    .tokutenWrap:before {
        width: 10vw;
        background-size: 10vw;
        padding-top: 10vw;
        top: -5vw;
    }
    .tokutenWrap:after {
        width: 10vw;
        background-size: 10vw;
        padding-top: 10vw;
        bottom: -5vw;
    }
    .tokutenWrap {
        width: 90%;
        padding: 70px 0;
    }
    .tokuten .title h1 {
        font-size: 7vw;
    }
    .tokuten p {
        font-size: 3.2vw;
    }
    .tokutenInner {
        flex-direction: column;
        align-items: center;
    }
        .tokutenInner div {
            width: 70%;
            margin: 10px 0;
        }

    .whats {
        padding: 50px 0;
    }
    .whatsWrap {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
        .whatsWrap div {
            width: 70%;
            margin: 10px 0;
        }
    #lens {
        width: 100%;
        padding: 50px 0 100px;
    }
    .lens_guide {
        width: 90%;
        margin: 50px auto 100px;
    }
    .lens_guide ul li {
        flex-basis: 30%;
    }
    .tab_item {
        font-size: 1.2em;
        height: 50px;
        padding-top: 0px;
    }
    .shopEyemirror h2 {
        font-size: 1.5rem;
        margin: 10px 0;
    }
    .shopEyemirror ul li {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }
    .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.3rem;
        display: block;
    }
    #globalfooter .copyright {
        font-size: 1.3rem;
        position: relative;
    }
    #globalfooter::before {
        width: 100%;
        padding-top: calc(354 / 819 * 100%);
    }

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

/* SP(SE)
------------------------------------------------- */
@media (max-width: 375px) {
}

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