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

/* 汎用パーツ 書き出しなし
------------------------------------------------- */
#why ul li, .information .informationThumb, .lens .sectionBody .shopWrap, .lens .sectionBody .shopWrap .shopEyemirror, #globalfooter #dlBox {
  zoom: 1; }
  #why ul li:before, .information .informationThumb:before, .lens .sectionBody .shopWrap:before, .lens .sectionBody .shopWrap .shopEyemirror:before, #globalfooter #dlBox:before, #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    content: "\0020";
    display: table; }
  #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    clear: both; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  color: #333;
  background: #fff;
}

a,
a:link {
  color: #d00892;
  border-bottom: 1px dotted #999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

p {
  text-align: justify;
  text-justify: inter-ideograph;
 }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: red; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }

.p_top {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-left: -7px;
  }
.l-line {
  border-left: 10px double #9c04ec;
  padding-left: 10px;
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 0 80px 20px;
}
.important a {
  border: 0;
  color: #b9b9b9;
  padding: 10px 15px;
  display: block;
}


/* 	メイン
-------------------------------------------------*/
body::before {
    content: "";
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
#header {
    height: 100% !important;
}
#header .header1 {
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-position: 50% 5%;
    max-width: 980px;
    margin: 0 auto;
    background-size: 100%;
    padding-top: 800px;
}

p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 2.0;
  }
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 2.0rem;
  margin: 0 0 20px;
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
h4, .h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
}

h5 {
    font-size: 2rem;
}

h6, .h6 {
    font-size: 12px;
}

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

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

/* くりあふぃっくす(フロート解除)
-------------------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*KVカルーセルスライダー
-------------------------------------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/*スライド画像の横幅可変*/
.swiper-slide {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
    .swiper-slide div {
        height: 100%;
    }
    .swiper-slide img {
        width: 100%;
    }

/* wrap
------------------------------------------------- */
#wrap {
    width: 95%;
    max-width: 950px;
    margin: 50px auto;
}

/* row-down
------------------------------------------------- */
.row-down {
  margin-left: 20px;
}

/* お知らせ
------------------------------------------------- */
.topic {
    background-color: #E1FAFF;
    width: 100%;
    margin: 50px auto;
    padding: 5% 0;
}
.textbox {
    background-color: #e1faff;
    width: 100%;
    color: #555555;
}
.borderbottomline {
    text-align: center;
}
.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: #675eec 5px solid;
    margin: 10px 0;
    display: inline-block;
}
.topic .textbox .fontchange {
    font-size: 5.0rem;
}
.topic_title {
    width: 300px;
    margin: 50px auto 10px;
    border-radius: 50px;
    border: #95a3ff 3px solid;
    margin-bottom: 30px;
    background: linear-gradient(160deg, #4b23eb, #d78ed5);
}
    .topic_title p {
        text-align: center;
        padding: 5px 0;
        font-weight: bold;
        font-size: 2.0rem;
        color: #ffffff;
    }

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

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


.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
}

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

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

.topic .textbox h5 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    background: linear-gradient(transparent 80%, #d175e1 100%);
    display: inline-block;
}

.topic .textbox h6 {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
}
.topicshop {
    width: 95%;
    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 .btmline {
    text-align: center;
    margin-top: 10px;
}

/* 中央寄せ
------------------------------------------------- */
.center {
  text-align: center;
}

/*KVカルーセルスライダー
-------------------------------------------------*/
.title {
    background: url(../img/title.jpg) no-repeat center top;
    width: 100%;
    height: auto;
    padding-top: calc(300 / 890 * 100%);
    margin: 0 auto;
    background-size: cover;
}

/* ギャラリー
------------------------------------------------- */
.box {
    background: rgba(255,255,255,0.7);
    padding: 20px;
}
.sw-top {
    width: 100%;
    margin: 0 auto;
}
.caption {
    width: 100%;
    margin: 0 auto;
}
    .caption h1 {
        width: 95%;
        max-width: 700px;
        font-size: 1.8rem;
        text-align: center;
        color: #ffffff;
        margin: 25px auto;
        padding: 20px 0;
        border-radius: 50px;
        background: linear-gradient(160deg, #4325a3, #1a9b6b);
    }
.caption p {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}
.detail {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #2d65a0;
    padding-top: 25px;
}
    .detail h3 {
        font-size: 1.5rem;
        margin: 0;
    }

.kakaku {
    font-size: 2.5rem;
}

.buyflex {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
    .buyflex > div {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 0 2%;
        align-items: center;
    }
        .buyflex > div h2 {
            font-size: 1.5rem;
            width: 100%;
            border: 1px solid #cccccc;
            border-radius: 15px;
            text-align: center;
            padding: 10px;
            color: #ffffff;
            margin: 0;
        }
        .buyflex > div .hrn {
            background-color: #4325a3;
        }
        .buyflex > div .hn {
            background-color: #1a9b6b;
        }

.ec_linkbutton {
    background: linear-gradient(180deg, #040e79, #4da5c7, #040e79);
    width: 95%;
    height: 5vw;
    min-height: 80px;
    border-radius: 5px;
    border: 2px solid #c5fcff;
    margin: 0 auto;
    position: relative;
}

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

/* 完売テキストバナー
------------------------------------------------- */
.sold_out ul {
    width: 100%;
    max-width: 900px;
    margin: 5px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .sold_out ul li {
        border: 1px solid #707070;
        border-radius: 25px;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        padding: 5px 10px;
        font-size: 1.2rem;
    }

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

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

.gds ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

    .gds ul li {
        width: 47%;
        margin: 1%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
    }

/* バナー
------------------------------------------------- */
.othercollabo {
    margin-top: 100px;
}
.othclbWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 3%;
}
.othclbWrap > div {
    margin: 10px 0;
}
.othercollabo .link {
    display: block;
    border: none;
    width: 100%;
    max-width: 400px;
}
.othercollabo .link img {
    width: 100%;
}



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


/* 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: 30%;
            display: block;
        }

            .lens_guide ul li img {
                width: 100%;
                height: auto;
            }

        .lens_guide ul a {
            border-bottom: none;
        }

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 950px;
    margin: 0 auto 200px;
    width: 97%;
}


/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #3a8bc3;
    border-top: 1px solid #4c4c4c;
    border-left: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #efefef;
    line-height: 50px;
    font-size: 18px;
    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;
    }

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

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

#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: #3a8bc3;
    color: #fff;
}

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


.shopEyemirror ul li {
    font-size: 1.3rem;
    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: #46c2f2;
    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;
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    right: 35px;
    bottom: 340px;
    opacity: 0.6;
    animation-name: updown1; /* アニメーション名の指定 */
    animation-delay: 0s; /* アニメーションの開始時間指定 */
    animation-duration: 3s; /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
    z-index: 100;
}

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

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

@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: 2vw;
    z-index: 9999;
}

/* カートボタン
------------------------------------------------- */
#cartbutton {
    position: relative;
    bottom: 0;
    width: 100px;
    height: 100px;
}

.cartbuttonwrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ea274a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}

    .cartbuttonwrap:before {
        content: '';
        position: absolute;
        background: url(../menu_img/cart_w.png) no-repeat center center;
        background-size: 100%;
        width: 55%;
        height: 55%;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .cartbuttonwrap a {
        display: block;
        border: none;
    }

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

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

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

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

.modelWrapAllsp, .modelWrapAllsp2 {
    display: none;
}


.spbr {
    display: none;
}


/* iPad (768px)
------------------------------------------------- */
@media (max-width: 768px) {
    #header .header1 {
        background-image: url(../img/top_sp.jpg);
        background-repeat: no-repeat;
        background-position: 50% 5%;
        width: 95%;
        max-width: 768px;
        margin: 0 auto;
        background-size: 100%;
        padding-top: calc(940/ 980 * 95%);
    }
    .othclbWrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
        padding: 0 3%;
        align-items: center;
    }
}
/* SP (700px)
------------------------------------------------- */
@media (max-width: 700px) {
    .spbr {
        display: block;
    }
    .textbox {
        width: 95%;
        margin: 0 auto;
    }
    .topic .textbox h3 {
        font-size: 1.3rem;
    }
    .topic .textbox h2 {
        font-size: 1.6rem;
    }
    .topic .textbox h1 {
        font-size: 2.3rem;
        border-bottom: #675eec 2px solid;
    }
    .topic .textbox .fontchange {
        font-size: 4.0rem;
    }
    .topic_title p {
        padding: 2px 0;
        font-size: 1.5rem;
    }
    .topicshop {
        display: flex;
        flex-direction: column;
        font-size: 1.3rem;
        align-items: center;
    }
    .topic .textbox h4 {
        font-size: 1.3rem;
    }
        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
    .topic .textbox h5 {
        font-size: 1.5rem;
    }
    .caption h1 {
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .detail {
        display: flex;
        flex-direction: column;
    }
        .detail h3 {
            font-size: 1.3rem;
            margin: 10px 0 0;
        }
        .kakaku {
            font-size: 2.0rem;
        }
    .buyflex {
        display: flex;
        flex-direction: column;
    }
        .buyflex > div {
            width: 100%;
        }
    .buyflex >div:first-child {
        margin-bottom: 35px;
    }
    h1 {
        font-size: 1.6rem;
        margin: 0 0 20px;
    }
    .tab_item {
        font-size: 1.2em;
        height: 50px;
        padding-top: 0px;
    }

    .shopEyemirror h2 {
        font-size: 1.5rem;
    }

    .shopEyemirror ul li {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

    .gf_top {
        flex-direction: column;
    }

    #globalfooter ul {
        margin: 20px 0;
        margin: 20px 0;
        text-align: center;
        font-size: 1.5rem;
    }

        #globalfooter ul li {
            padding: 20px 0 0;
            text-align: center;
        }

    #globalfooter li a {
        font-size: 1.3rem;
        display: block;
    }

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

    .cartbuttonwrap {
        width: 85%;
        height: 85%;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 27px !important;
        height: 20px !important;
        background-size: 20px 20px !important;
    }
    .swiper-button-prev {
        left: 0px !important;
    }
    .swiper-button-next {
        right: 0px !important;
    }
}