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

/*KVカルーセルスライダー
-------------------------------------------------*/
.header {
    width: 100%;
    height: auto;
    }

#kv_slide {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.slider {
    z-index: 5;
}

#kv_slide .slider .slide-bg .slide-bg-inner {
    width: 100%;
    padding-top: calc(790 / 1920 * 100%);
}

#kv_slide .slider .slide-bg .slide_item1 {
    background: url(../img/kv/title.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item2 {
    background: url(../img/kv/reimari.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item3 {
    background: url(../img/kv/alice.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item4 {
    background: url(../img/kv/kamiyorigi.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item5 {
    background: url(../img/kv/udonge.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item6 {
    background: url(../img/kv/remifura.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item7 {
    background: url(../img/kv/sakuya.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item8 {
    background: url(../img/kv/patcukoa.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item9 {
    background: url(../img/kv/satokoi.png) no-repeat center top;
    background-size: contain;
}

#kv_slide .slider .slide-bg .slide_item10 {
    background: url(../img/kv/alswabya.png) no-repeat center top;
    background-size: contain;
}
#kv_slide:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: auto;
    padding-top: calc(790 / 1920 * 100%);
    background: url(../img/kv/topbg_pc.jpg) no-repeat center top;
    background-size: cover;
    top: 0;
    z-index: 0;
}

/* 	テキスト設定
-------------------------------------------------*/
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  font-size: 1.6rem;
  }
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0;
}

h2 {
  font-size: 4rem;
  margin: 30px 0;
  font-weight: bold;
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
h4, .h4 {
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
}

h5 {
    font-size: 2rem;
}

h6, .h6 {
    font-size: 2rem;
}

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

/* topic 
------------------------------------------------- */
.topic {
    width: 100%;
    height: 500px;
    position: relative;
}

.textbox {
    width: 95%;
    max-width: 980px;
    margin: 0 auto;
    color: #ffffff;
}

.circle {
    background: url(../img/topicbg.png) center top;
    top: -40%;
    left: 0;
    right: 0;
    position: absolute;
    max-width: 1500px;
    height: 750px;
    margin: auto;
    z-index: -50;
}

.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    margin: 0;
    line-height: 2.0;
}

.spbr {
    display: none;
}

.topic_title {
    width: 300px;
    margin: 70px auto 40px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

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

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5;
    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;
    padding-bottom: 20px;
    line-height: 1.8;
}

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

.topic a, a:link {
    color: #ffffff;
    border-bottom: 1px dotted #f1f1f1;
}


/* 東方MEGANEとは
------------------------------------------------- */
.what {
    width: 100%;
    height: 700px;
    position: relative;
}

.textbox2 {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    top: 250px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.zbtn {
    background-color: rgba(255,255,255,0.7);
    padding: 50px;
}
.textbox2 h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.textbox2 p {
    text-align: center;
    font-size: 1.5rem;
}

.whatbg {
    background: url(../img/whats_reimu.png) no-repeat right top, url(../img/whats_marisa.png) no-repeat left top;
    position: absolute;
    top: -110px;
    height: 800px;
    width: 100%;
    z-index: -100;
}

/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    background: url(../img/mainbg.jpg) center top repeat-y;
    background-size: 100%;
}

.flamewrap {
    width: 980px;
    margin: 0 auto 150px;
}

/* タイトル
------------------------------------------------- */
#wrap .title {
    width: 700px;
    margin: 0 auto;
    padding: 50px 0;
}

#wrap .title img {
    text-align: center;
    width: 100%;
}

/* フレーム紹介
------------------------------------------------- */
.frame {
    width: 100%;
}
.iconWrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.icon {
    width: 25%;
    max-width: 230px;
    margin: 10px 10px 50px;
}
    .icon img {
        width: 100%;
        cursor: pointer;
    }
    .icon ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
        .icon ul li {
            width: 100%;
            background-color: #b81d1f;
            border-radius: 50px;
            margin: 3px 0;
            color: #ffffff;
            text-align: center;
            font-size: 0.8vw;
            padding: 5px;
            font-weight: bold;
        }
        .icon ul .shopsold {
            background-color: #595959 !important;
        }

/*  完売商品
---------------------------------------*/
/*アコーディオン全体*/
.accordion-area {
}

    .accordion-area li {
    }

    .accordion-area section {
    }

/*アコーディオンタイトル*/
.sotitle {
    cursor: pointer;
    transition: all .5s ease;
    text-align: center;
    background-color: #4e4e4e;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}
    .sotitle h3 {
        font-size: 1.5rem;
        color: #f1f1f1;
        text-align: center;
        display: inline-block;
        position: relative;
        margin: 10px 0;
    }

        .sotitle h3:before {
            content: '';
            position: absolute;
            font-family: 'Material Symbols Outlined';
            font-weight: 900;
            content: '\e5c5';
            font-size: 3.0rem;
            top: -1rem;
            color: #f1f1f1;
            left: 75px;
            transition: transform 0.6s;
        }
    .sotitle.close h3:before {
        transform: rotate(180deg);
        transform-origin: 50% 50%;
    }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

/*アコーディオンで現れるエリア*/
.sobox {
    display: none; /*はじめは非表示*/
    width: 90%;
    max-width: 1000px;
    background: #4e4e4e;
    margin: 25px auto 0;
    padding: 3%;
}
.iconWrap_so {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iconWrap_so .icon {
    margin: 10px;
}
.iconWrap_so .icon img {
    opacity: 0.6;
}

/* モーダル内表示設定
------------------------------------------------- */
.iziModal {
    z-index: 10000 !important;
    max-height: 85%;
    max-width: 1000px !important;
}

#frame_details {
    width: 100%;
    margin: 0 auto;
    background: rgb(255,255,255,0.3);
}

#frame_details .frameKv img {
    width: 100%;
}
.frameKvWrap {
    width: 100%;
    position: relative;
}
.modalWrap {
    width: 55%;
    position: absolute;
    bottom: 0;
}
.kakaku {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 3% 10px;
}
.box1 {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
}
.dan2 .price {
    line-height: 1.3;
}


.price {
    font-size: 4rem;
}
.buttonWrap {
    margin-bottom: 20px;
}
    .buttonWrap .button {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .buttonWrap .button div {
        width: 45%;
        font-size: 1.8rem;
        text-align: center;
        color: #ffffff;
        background-color: #b81e20;
        border-radius: 15px;
    }
        .buttonWrap .button .singleButton {
            width: 95% !important;
        }
        .buttonWrap .button div .eclinkbutton {
            font-size: 2.0rem;
            font-weight: bold;
        }
        .buttonWrap .button div a {
            width: 100%;
            padding: 30px 0;
            display: block;
        }
        .buttonWrap .button div a, .buttonWrap .button div a:link {
            text-decoration: none;
            border-bottom: none;
            color: #ffffff;
        }
        .buttonWrap .button div:hover {
            opacity: 0.9;
        }

    /*__Button Color__*/
    .buttonWrap .button .bgBlue {
        background-color: #0005c2 !important;
    }
    .buttonWrap .button .bgBlack {
        background-color: #000000 !important;
    }
    .buttonWrap .button .bgMtBlack {
        background-color: #333333 !important;
    }
    .buttonWrap .button .bgSlv {
        background-color: #999999 !important;
    }
    .buttonWrap .button .bgBrnz {
        background-color: #c1a67f !important;
    }



.framecptWrap {
    width: 100%;
}
.framecptWrap img {
    width: 100%;
}
.framecptWrap .modal_pc {
    display: block;
}
.framecptWrap .modal_sp {
    display: none;
}
.modal_pc div {
    margin-top: 30px;
}
    .modal_pc div:nth-child(2) {
        margin-top: 50px;
    }
.modal_sp div {
    margin-top: 20px;
}

    .modal_sp div:nth-child(2) {
        margin-top: 50px;
    }

.soldOut {
    position: relative;
    overflow: hidden;
}
    .soldOut::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255 / 0.6);
        top: 0;
        left: 0;
    }
    .soldOut::after {
        content: 'SOLD OUT';
        position: absolute;
        display: block;
        width: 95%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #000000;
        font-size: 2.8rem;
        font-weight: bold;
        pointer-events: none;
    }




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


    /* lens_guide
------------------------------------------------- */
    .lens_guide {
        max-width: 1000px;
        margin: 100px auto;
        background-color: #ffffff;
    }

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

            .lens_guide ul li {
                width: 20%;
                max-width: 120px;
            }

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

    

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #b81d1f;
    /*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: #565656;
    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: #b81d1f;
    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
}

/* フッター内credit設定
------------------------------------------------- */
#globalfooter .credit {
    width: 90%;
    max-width: 500px;
    margin: 20px auto 50px;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    padding: 10px 0;
}
.credit ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}
    .credit ul li {
        width: 50%;
        font-size: 1.2rem;
        color: #ffffff;
    }
    .credit ul li:nth-child(2) {
        text-align: right;
    }

/* フッター
------------------------------------------------- */
#globalfooter {
    background-color: #b81d1f;
    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: #ffffff;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

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

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

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

        .sold_out ul li {
            /*width: calc(50% - 10px);*/
            width: 100%;
            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 {
    margin-right: -5px;
    margin-bottom: 10px;
    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: #9e0f0f;
        }

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

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1023px) {
    .ec_linkbutton span {
        font-size: 2.2vw;
    }
}
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .topic {
        height: 680px;
    }
    .what {
        height: 680px;
    }
    .circle {
        top: -20%;
    }
    .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;
        }

    .textbox2 {
        width: 80%;
        margin: 80px auto 0;
    }
    #wrap .title {
        width: 80%;
        padding: 80px 0;
    }
    .buttonWrap .button div {
        font-size: 1.8vw;
    }
    .iziModal {
        max-height: 90%;
        width: 90%;
    }
    .lens_guide {
        margin: 50px auto 200px;
    }
    .tabs {
        width: 98%;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {
    #kv_slide .slider .slide-bg .slide-bg-inner {
        width: 100%;
        padding-top: calc(1100 / 700 * 100%);
    }
    #kv_slide .slider .slide-bg .slide_item1 {
        background: url(../img/kv/title_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item2 {
        background: url(../img/kv/reimari_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item3 {
        background: url(../img/kv/alice_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item4 {
        background: url(../img/kv/kamiyorigi_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item5 {
        background: url(../img/kv/udonge_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item6 {
        background: url(../img/kv/remifura_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item7 {
        background: url(../img/kv/sakuya_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item8 {
        background: url(../img/kv/patcukoa_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item9 {
        background: url(../img/kv/satokoi_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide .slider .slide-bg .slide_item10 {
        background: url(../img/kv/alswabya_sp.png) no-repeat center top;
        background-size: cover;
    }

    #kv_slide:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: auto;
        padding-top: calc(1100 / 700 * 100%);
        background: url(../img/kv/topbg_sp.jpg) no-repeat center top;
        background-size: cover;
        top: 0;
        z-index: 0;
    }

    .topic {
        margin: 10px 0;
        height: 700px;
    }
    .circle {
        top: -35%;
    }
    .topic_title p {
        text-align: center;
        padding: 10px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 4.0vw;
    }

    .topic .textbox h1 {
        font-size: 5vw;
        letter-spacing: 2px;
    }
    .topic .textbox h4 {
        font-size: 3.5vw;
    }
    .topicshop {
        width: 95%;
        font-size: 3.5vw;
        flex-direction: column;
        align-items: center;
    }
    .topicshop li {
        padding-bottom: 30px;
    }

    .topicshop li:first-child, .topicshop li:nth-child(2) {
        width: 95%;
    }
    .what {
        height: 195px;
    }
    .zbtn {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 15px;
    }
    .zbtn {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    }
    .textbox2 h1 {
        font-size: 5vw;
        margin-bottom: 10px;
    }
    .textbox2 {
        width: 100%;
        margin: 0;
        top: -30px;
    }
        .textbox2 p {
            font-size: 3.0vw;
        }
    .whatbg {
        background-size: 75%;
        top: -25vh;
    }
    #wrap .title {
        width: 80%;
        padding: 50px 0 30px;
    }
    .iconWrap {
        width: 95%;
    }
    .iconWrap_so .icon {
        margin: 3.5%;
    }
    .icon {
        width: 43%;
        margin: 10px 10px 30px;
    }
    .icon ul li {
        font-size: 2.0vw;
    }
    .framecptWrap .modal_pc {
        display: none;
    }
    .framecptWrap .modal_sp {
        display: block;
    }
    .sotitle {
        width: 90%;
    }
    .box1 {
        font-size: 3.0vw;
    }
    .price {
        font-size: 5vw;
    }
    .box1.block2 {
        font-size: 3.0vw;
    }

        .box1.block2 .price {
            font-size: 4.5vw;
        }

    .buttonWrap.shortsize .button div a {
        padding: 5px 0;
    }

    .buttonWrap {
        margin-bottom: 5px;
    }
    .buttonWrap .button div {
        font-size: 3.0vw;
    }
        .buttonWrap .button div .eclinkbutton {
            font-size: 2.8vw;
            font-weight: bold;
        }
        .buttonWrap .button div a {
            padding: 15px 0;
        }
    .soldOut::after {
        font-size: 5vw;
        line-height: 1.2;
    }

    #lens {
        padding: 10px 0 150px;
    }
    .lens_guide {
        width: 100%;
        margin: 50px auto;
    }
        .lens_guide ul {
            justify-content: space-between;
        }
        .lens_guide ul li {
            width: 35%;
        }
    .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.2rem;
        line-height: 2.0rem;
    }
    #globalfooter .credit {
        padding: 5px 0;
    }
    #globalfooter .credit ul {
        flex-direction: column;
        margin: 10px 0;
    }
        #globalfooter .credit ul li {
            width: 100%;
            font-size: 1.2rem;
            color: #ffffff;
        }
        #globalfooter .credit ul li:first-child {
            font-weight: bold;
        }
        #globalfooter .credit ul li:last-child {
            padding: 10px 0;
        }


    .gf_top {
        flex-direction: column;
    }
    .bland {
        font-size: 1.2rem;
        text-align: center;
    }
    #globalfooter ul {
        margin: 20px 0;
    }
    #globalfooter ul li {
        padding: 20px 0 0;
        text-align: center;
    }
    #globalfooter li a {
        font-size: 1.2rem;
    }
    #globalfooter .copyright {
        font-size: 1.2rem;
        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;
    }
    .spnone {
        display: none;
    }
}


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