@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 {
    background: url(../img/mainbg.jpg) center top;
    background-size: cover;
    background-attachment: fixed;
    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;
  }
}
/*  パララックス
-------------------------------------*/
.cd-fixed-bg_kv {
    position: relative;
    height: auto;
    padding-top: calc(9 / 16 * 100vw);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}

.cd-fixed-bg {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}

.cd-fixed-bg {
    min-height: 90vh;
}


/*  背景画像設定
-------------------------------------------*/
@media (min-width: 769px) {
    .cd-fixed-bg_kv.cd-fixed-bg--1 {
        background-image: url("../img/kv.png");
        background-size: contain;
    }

    .cd-fixed-bg.cd-fixed-bg--2 {
        background-image: url("../img/albert.png"), url(../img/bg_a.jpg);
        min-height: 90vh;
        background-size: 162vh, cover;
    }

    .cd-fixed-bg.cd-fixed-bg--3 {
        background-image: url("../img/yurius.png"), url(../img/bg_y.jpg);
        min-height: 90vh;
        background-size: 162vh, cover;
    }
}



.cd-scrolling-bg {
    padding: 0;
    line-height: 1.6;
    z-index: 2;
}

    .cd-scrolling-bg.cd-scrolling-bg--color-1 {
        margin: 0px auto;
        background: url(../img/info_bg.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
    }

    .cd-scrolling-bg.cd-scrolling-bg--color-2 {
        background: linear-gradient(180deg, #ABA38E 0%, #5B2D2D 100%);
        color: #FFFFC7;
        position: relative;
    }


.cd-scrolling-bg.cd-scrolling-bg--color-3 {
    background: linear-gradient(180deg, #ABA38E 0%, #472F54 100%);
    color: #FFFFC7;
    position: relative;
}

.cd-scrolling-bg.cd-scrolling-bg--color-4 {
    background: linear-gradient(90deg, #efe6cd 0%,#fcfbf1 30%,#fcfbf1 70%,#efe6cd 100%);
    color: #ffffff;
    padding: 10em 0;
    position: relative;
}

    .cd-scrolling-bg.cd-scrolling-bg--color-5 {
        margin: 0 auto;
        padding: 5em 0 10em;
        position: relative;
        background: url(../img/mainbg.jpg) center top;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }


.cd-scrolling-bg.cd-scrolling-bg--color-8 {
    line-height: 1.6;
    position: relative;
}

.cd-scrolling-bg__content_8 {
    width: 100%;
    margin: 0 auto;
}

.cd-scrolling-bg__content_top {
    width: 100%;
}

.nameImgWrap {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 10;
}
.nameImginner {
    position: absolute;
    width: 100%;
    top: -15.5vw;
}
.nameImginner2 {
    position: absolute;
    width: 100%;
    top: -14.8vw;
}
.nameImg {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    margin: auto;
}
.albrt {
    background: url(../img/framename_albert.png) no-repeat center top;
    background-size: contain;
    padding-top: calc(442 / 1400 * 100%);
}
.yrus {
    background: url(../img/framename_yurius2.png) no-repeat center top;
    background-size: contain;
    padding-top: calc(423 / 1400 * 100%);
}


/* 	KV
-------------------------------------------------*/


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

/* 	メイン
-------------------------------------------------*/

/* お知らせ
------------------------------------------------- */
.topic {
    width: 100%;
    padding: 10em 0;
}
.textboxWrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #FFFFC7;
    border-bottom: 1px solid #FFFFC7;
}
    .linehead {
        width: 100%;
        background: url(../img/cacth_top.png) no-repeat center top;
        background-size: 8%;
        height: auto;
        padding-top: calc(34 / 137 * 8%);
    }

.textbox {
    color: #FFFFC7;
    padding: 90px 0;
}

.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: #D4D47C 3px solid;
    margin: 10px 0;
    display: inline-block;
}

.borderbottomline {
    text-align: center;
}

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

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

.t1 {
    background-color: #D4D47C;
}

    .t1 p {
        color: #565656;
    }

.t2 {
    border: #D4D47C 1px solid;
    margin-top: 70px;
    margin-bottom: 40px;
}
    .t2 p {
        color: #D4D47C;
    }

.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: normal;
    font-size: 2.0rem;
    line-height: 1.5;
}

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


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

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

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

.topicshop {
    width: 80%;
    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;
        line-height: 3;
    }

        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 50%;
        }
        .topicshop li a {
            color: #FFFFC7;
        }
.cyst {
    margin: 100px 0 0;
}
.topicLink {
    width: 250px;
    margin: 0 auto;
}
.topicLink img {
    width: 100%;
}

.CyStorelink {
    margin-top: 80px;
}
.CyStore_lb {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
}
.CyStore_lb img {
    width: 100%;
}

/* フレーム紹介
------------------------------------------------- */
.frameWrap {
    width: 100%;
    position: relative;
    padding: 85px 0 100px;
    background: url(../img/charabg2_.png) repeat left top;
    background-size: 50px;
}

.frameInnerAllWrap {
    width: 95%;
    max-width: 980px;
    margin: 50px auto;
    position: relative;
    z-index: 2;
}
.bgcolor {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .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: 60%;
    margin: 0 auto;
}
.ecInnerWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .ec_linkbuttonWrap {
        margin-top: 50px;
    }

.ec_linkbutton {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    height: 5vw;
    min-height: 100px;
    border-radius: 10px;
    margin: 20px auto;
    position: relative;
}

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


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

.swiper-container {
    position: relative;
    width: 100%;
    margin: 50px 0;
    padding: 45px 0;
}

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

    .swiper-slide img {
        width: 100%;
        border: 1px solid #8e8e8e;
    }

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

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


/* 特典
------------------------------------------------- */
.tokuten {
    width: 950px;
    margin: 0 auto;
    color: #927448;
}

.tokuten_title {
    width: 650px;
    margin: 0 auto;
}
.tokuten_title img {
    width: 100%;
}
.notice {
    text-align: center;
    margin-top: 50px;
}
    .notice p {
        text-align: center;
        padding: 20px;
        border: 1px solid #927448;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.0;
        display: inline-block;
    }

.shoptitle {
    width: 400px;
    margin: 90px auto 30px;
}

.shoptitle img {
    width: 100%;
    text-align: center;
}

.tokuten h1 {
    width: 650px;
    margin: 50px auto 30px;
    font-size: 2.0rem;
    line-height: 2.5;
    letter-spacing: 5.0px;
    font-weight: bold;
    color: #ffffff;
    background-color: #927448;
    border-radius: 50px;
    text-align: center;
}

.tokuten_pWrap {
    text-align: center;
}
    .tokuten_pWrap p {
        text-align: left;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.5;
    }


.tokuten .item {
    width: 100%;
    margin: 30px auto;
}
    .tokuten .item ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 90%;
        margin: 0 auto;
        max-width: 650px;
    }
        .tokuten .item ul li {
            width: 50%;
            max-width: 250px;
        }
        .tokuten .item .itemSize {
            max-width: 750px;
        }
        .tokuten .item .itemSize li {
            max-width: 350px;
        }


.tokuten .item ul li img {
    width: 100%;
    text-align: center;
}

.shoptokuten {
    margin: 0 auto 120px;
}


.tokuten .shoptokuten2 h5 {
    width: 600px;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.shoptokuten2 {
    margin: 0 auto;
}

.tokuten .shoptokuten2 .item {
    width: 350px;
    margin: 20px auto;
}
    .tokuten .shoptokuten2 .item img {
        width: 100%;
    }
.shopInnerline {
    width: 90%;
    margin: 10px auto;
    border-top: 1px solid #927448;
}


/* 度付きメガネをご希望の方へ
------------------------------------------------- */
#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 #844C4C;
    /*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: #844C4C;
    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: #B1A372;
    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: #333333;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

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

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

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

    .sold_out ul li {
        width: 100%;
        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: #D4D47C !important;
            color: #000 !important;
            border: 1px solid #707070;
        }

    .sold_out .c1 li {
        background-color: #555555;
        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;
    }

        #page_top a::before {
            font-family: 'Material Symbols Rounded';
            font-weight: 900;
            content: '\eacf';
            font-size: 7rem;
            color: #8f7f47;
        }
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 20
}

@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;*/
    background: #a5a29a;
    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);
    }


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

    .pcnone {
        display: block;
    }
}


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

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .topic .topictitle h1 {
        font-size: 2.5rem;
    }
    .modelWrap {
        width: 100%;
    }
    .tb_m {
        font-size: 2.5rem;
        padding: 0 4rem;
    }
    .flamekakaku {
        font-size: 4rem;
    }
    .ec_linkbutton span {
        font-size: 2.8vw;
    }
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    body {
        background: url(../img/mainbg_sp.jpg) center top;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }
    .cd-fixed-bg_kv.cd-fixed-bg--1:before {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        top: 9%;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        content: "";
        z-index: -1;
    }

    .cd-fixed-bg.cd-fixed-bg--1:before {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        content: "";
        z-index: -1;
    }
    /* スマホの場合は同じ要素の背景画像を変更する */
    .cd-fixed-bg_kv.cd-fixed-bg--1.bgA:before {
        background-image: url("../img/kv.png");
        background-size: 100%;
    }

    .cd-fixed-bg_kv.cd-fixed-bg--1.bgB:before {
        background-image: url(../img/albert_2.png), url(../img/bg_a_sp.jpg);
        min-height: 90vh;
        background-size: cover, cover
    }

    .cd-fixed-bg_kv.cd-fixed-bg--1.bgC:before {
        background-image: url(../img/yurius_2.png), url(../img/bg_y_sp.jpg);
        min-height: 90vh;
        background-size: cover, cover;
    }
    
    .cd-scrolling-bg.cd-scrolling-bg--color-1 {
        margin: 0px auto;
        background: url(../img/info_bg_sp.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .cd-scrolling-bg.cd-scrolling-bg--color-5 {
        background: url(../img/mainbg_sp.jpg) center top;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .topic .textbox .sprotate {
            display: inline-block;
            transform: rotate( 90deg );
        }
    .topicshop {
        flex-direction: column;
    }
        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
    .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        transform: scale(1.9) !important;
    }
    .bgcolor {
        width: 70%;
    }
    .bgcolor h3 {
        font-size: 2.0rem;
    }
    .kakaku {
        font-size: 3.0rem;
    }
    .ecWrap {
        width: 80%;
        margin: 0 auto;
    }
    .tokuten {
        width: 90%;
    }

    .tokuten_title {
        width: 60%;
        margin: 0 auto;
    }

    .shoptitle {
        width: 50%;
    }

    .tokuten h1 {
        width: 80%;
        font-size: 2.0rem;
    }

    .tokuten .shoptokuten2 h5 {
        width: 80%;
        font-size: 1.3rem;
    }
    .spbr {
        display: block;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    .cd-fixed-bg_kv {
        position: relative;
        height: auto;
        padding-top: calc(1244 / 700 * 100%);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 1;
    }
    
    .cd-fixed-bg_kv.cd-fixed-bg--1:before {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        top: 7%;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        content: "";
        z-index: -1;
    }

    .cd-fixed-bg.cd-fixed-bg--1:before {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        content: "";
        z-index: -1;
    }
    /* スマホの場合は同じ要素の背景画像を変更する */
    .cd-fixed-bg_kv.cd-fixed-bg--1.bgA:before {
        background-image: url("../img/kv_sp.png");
        background-size: 100%;
    }

    .cd-fixed-bg_kv.cd-fixed-bg--1.bgB:before {
        background-image: url(../img/albert_2.png), url(../img/bg_a_sp.jpg);
        background-size: cover;
    }

    .cd-fixed-bg_kv.cd-fixed-bg--1.bgC:before {
        background-image: url("../img/yurius_2.png"), url(../img/bg_y_sp.jpg);
        background-size: cover;
    }

    /*.cd-fixed-bg_kv {
        height: 1367px;
    }*/
    .topic {
        width: 100%;
        padding: 5em 0;
    }

    .linehead {
        width: 100%;
        background: url(../img/cacth_top.png) no-repeat center top;
        background-size: 25%;
        height: auto;
        padding-top: calc(34 / 137 * 25%);
    }

    .textbox {
        padding: 50px 0;
    }

    .topic_title p {
        text-align: center;
        padding: 10px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
    }
    .topic .textbox h1 {
        font-size: 2rem;
    }
    .topic .textbox .fontchange {
        font-size: 3.5rem;
    }
    .shopWrap {
        flex-direction: column;
    }
        .shopWrap ul li {
            font-size: 2.5vw;
        }
    .shopWrap ul:nth-child(2) {
        margin-top: 5px;
    }
    .topic .textbox h4 {
        font-size: 1.3rem;
    }
    .topicshop {
        width: 95%;
        font-size: 1.3rem;
    }
    .nameImgWrap {
        width: 98%;
    }
    .frameWrap {
        padding: 20px 0 100px;
    }
    .swiper-slide-active {
        opacity: 1;
        z-index: 1;
        transform: scale(1.3) !important;
    }
    .swiper-container {
        position: relative;
        width: 100%;
        margin: 10px 0;
        padding: 50px 0;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 35px !important;
    }
    .bgcolor {
        width: 90%;
    }
        .bgcolor h3 {
            font-size: 1.3rem;
        }
        .bgcolor ul li {
            line-height: 1.8;
        }
    .kakaku {
        font-size: 2.0rem;
    }
    .ecWrap {
        width: 90%;
    }

    .sold_out {
        width: 100%;
        margin: 10px auto;
    }
        .sold_out ul {
            flex-direction: column;
            margin-top: 15px;
        }
            .sold_out ul li {
                margin: 5px 5px;
                font-size: 1.2rem;
            }
    .ec_linkbutton {
        height: 10vw;
        min-height: 70px;
    }
        .ec_linkbutton span {
            font-size: 2.0rem;
        }
        .ec_linkbutton .ec_linkbutton_smltext {
            font-size: 1.2rem;
        }
    .tokuten_title {
        width: 90%;
        margin: 0 auto;
    }
    .notice p {
        font-size: 1.2rem;
        padding: 10px;
        line-height: 1.6;
    }
    .shoptitle {
        width: 70%;
        margin: 50px auto 30px;
    }
    .tokuten h1 {
        width: 90%;
        font-size: 1.5rem;
        line-height: 1.8;
        padding: 5px;
    }
    .tokuten .item ul {
        justify-content: space-between;
        width: 100%;
    }
        .tokuten .item ul li {
            padding: 0 5px;
        }
    .tokuten .shoptokuten2 .item {
        width: 65%;
    }




    #lens {
        padding: 10px 0 150px;
    }
    .lens_guide {
        width: 90%;
        margin: 100px auto;
    }
    .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%;
    }
}

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