@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/*テーブルの中身を天地中央にします*/
th, td {
  vertical-align: middle; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 15px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*フォームの入力項目をいい感じに配置します*/
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }


/*フォームの入力値が正常だった場合のスタイルです*/
:valid {
  background-color: #fff; }

/*フォームの入力値が異常だった場合のスタイルです*/
:invalid {
  background-color: #80beb9; }

/*フォームの入力値が範囲内だった場合のスタイルです*/
:in-range {
  background-color: lightgreen; }

/*フォームの入力値が範囲外だった場合のスタイルです*/
:out-of-range {
  background-color: red; }

/*フォームへの入力が必須の場合のスタイルです*/
:required {
  border-style: solid; }

/*フォームへの入力が必須でない場合のスタイルです*/
:optional {
  border-style: dashed; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
textarea {
  overflow: auto;
  vertical-align: top; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

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

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

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

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


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

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 981px) {
  .large {
  font-size: 1.8rem;
  }
}

.l-line {
  border-left: 10px double #3a8bc3;
  padding-left: 10px;
}

/* 	背景
-------------------------------------------------*/
body {
    background-color: #ffffff;
}

/* パララックス
------------------------------------------------- */
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    /*z-index: 2;*/
    overflow: hidden;
}

    .cd-fixed-bg.cd-bg-1 {
        background-image: url('../img/kv.png'),url('../img/kv_bg.jpg');
        background-size: contain, cover;
        background-position: center 110px, center center;
        background-repeat: no-repeat;
    }

        .cd-fixed-bg.cd-bg-1:before {
            content: "";
            display: block;
            padding-top: 105vh
        }

    .cd-fixed-bg.cd-bg-2 {
        background-image: url('../img/kv2.png');
        background-color: #CFCFC2;
        background-size: contain;
        background-position: center 110px;
    }

        /*.cd-fixed-bg.cd-bg-2:before {
            content: "";
            display: block;
            padding-top: 3380px;
        }*/

/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

/* hd_logo
------------------------------------------------- */
.hd_logo {
    width: 100%;
    background-color: #000000;
    position: sticky;
    position: -webkit-sticky;
    top: 45px;
    z-index: 100;
}

    .hd_logo img {
        width: 372px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 5px 0;
    }

/* scrolldown
------------------------------------------------- */
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 1%;
    right: 50%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
    z-index: 10;
}

@media (max-width: 980px) {
    .scrolldown {
        display: none;
    }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

/*Scrollテキストの描写*/
.scrolldown span {
    /*描画位置*/
    position: absolute;
    left: -30px;
    bottom: 10px;
    /*テキストの形状*/
    color: #7c0000;
    font-size: 2.0rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 3px;
    height: 20px;
    background: #505050;
    transform: skewX(-31deg);
}

.scrolldown:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: 0;
    /*矢印の形状*/
    width: 2px;
    height: 90px;
    background: #505050;
}

.none {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* KV img
------------------------------------------------- */
.kvImg {
    position: absolute;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    top: -25vw;
}
@media (min-width: 1480px) {
    .kvImg {
        top: -30vh;
    }
}

    .kvImg .kv_img {
        width: 50%;
    }

    .kvImg .kv_gentei {
        width: 40%;
        margin: 0 auto;
    }

/* 	テキスト設定
-------------------------------------------------*/
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  font-size: 1.6rem;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
}
@media (max-width: 980px) {
  h4, .h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 2rem;
}
@media (max-width: 980px) {
    h6 {
        font-size: 3.5rem;
    }
}

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

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

/* area 
------------------------------------------------- */
.area {
    position: relative;
    width: 100%;
    z-index: 5;
    top: 0;
    height: auto;
}

/* topic 
------------------------------------------------- */
.topic {
    background-color: #ffffff;
    width: 100%;
}

.textbox {
    width: 850px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px 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: 4rem;
    letter-spacing: 4px;
    padding-bottom: 5px;
    border-bottom: 2px solid #c3c3c3;
    margin: 0;
}

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


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

@media (max-width: 980px) {
    .topic .textbox h2 {
        font-size: 2.0rem;
    }
}

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

@media (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 3.0rem;
    }
}

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

@media (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 1.6rem;
        margin: 20px 0;
    }
}

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

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
}

@media (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 1.5rem;
    }
}

.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #700000;
    margin: 30px 0;
}

@media (max-width: 980px) {
    .topic .textbox h5 {
        font-size: 1.5rem;
    }
}

.topic .textbox h6 {
    width: 60%;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #505050;
    border: 1px solid #505050;
    padding: 5px;
}

.topicImg {
    width: 600px;
    margin: 35px auto 0;
}

@media (max-width: 980px) {
    .topicImg {
        width: 100%;
    }
}

.topicImg img {
    width: 100%;
}
.topic p {
    font-size: 1.1rem;
    text-align: center;
}

.sp {
    display: none;
}

@media (max-width: 980px) {
    .sp {
        display: block;
    }
}
.linkbn {
    width: 100%;
    margin-top: 30px;
}
.linkbn img {
    width: 100%;
}

/* item
------------------------------------------------- */
.itemWrap {
    /*position: absolute;*/
    width: 100%;
    height: auto;
    z-index: 40;
    top: 230px;
    display: block;
    margin-top: 230px;
}

.point {
    margin: 0 auto 80px;
    width: 980px;
}

.itemImg {
    background-size: 55%;
    height: 500px;
}

.item1 {
    background-image: url(../img/f_01_.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.item2 {
    background-image: url(../img/f_02.png);
    background-repeat: no-repeat;
    background-position: right;
}

.item3 {
    background-image: url(../img/f_03.png);
    background-repeat: no-repeat;
    background-position: left;
}

.point .right {
    margin: 0 0 0 auto;
}

@media (max-width: 980px) {
    .point .right {
        margin: 0;
    }
}

/* flexslider
------------------------------------------------- */
.slideWrap {
    max-width: 980px;
    margin: auto;
    height: 100%;
}

@media (max-width: 980px) {
    .slideWrap {
        width: 95%;
    }
}

.flexslider {
    height: 100%;
    margin: 0 0 !important;
}
.flex-control-thumbs li {
    border: 1px solid #ccc;
}


/* flexslider
------------------------------------------------- */
.frame {
    max-width: 980px;
    margin: 0 auto;
}

.model {
    margin-top: 20px;
}

    .model h1 {
        font-size: 2.5rem;
        text-align: center;
    }

@media (max-width: 980px) {
    .model h1 {
        font-size: 1.5rem;
    }
}

.model h1 .kakaku {
    font-size: 3.5rem;
}

@media (max-width: 980px) {
    .model h1 .kakaku {
        font-size: 2.5rem;
    }
}

.model h2 {
    font-size: 1.5rem;
    text-align: center;
}

@media (max-width: 980px) {
    .model h2 {
        font-size: 1.0em;
    }
}

.linkbutton {
    margin: 40px auto;
    width: 500px;
    position: relative;
}

@media (max-width: 980px) {
    .linkbutton {
        width: 95%;
    }
}

.linkbotton a, .linkbutton a:link {
    border-bottom: none;
}

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

    /* lessWrap
------------------------------------------------- */
    .lessWrap {
    width: 980px;
    margin: 250px auto;
    z-index: 40;
}


.lessImg {
    background: url(../img/less.png) no-repeat center top;
    height: 230px;
    background-size: 85%;
}

/* ec linkbutton
------------------------------------------------- */
.ec_linkbutton {
    width: 350px;
    margin: 50px auto 0;
    position: relative;
}
    .ec_linkbutton a {
        border: none;
    }

    .ec_linkbutton img {
        width: 100%;
    }

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

/* lens_guide
------------------------------------------------- */
#lens {
    background-color: #000;
    padding-bottom: 200px;
    position: relative;
    z-index: 100;
}
#lens h6 {
    font-size: 4.0rem;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 50px;
}    
.lens_guide {
        max-width: 600px;
        margin: 80px auto 120px;
    }

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

    .lens_guide ul li {
        flex-basis: 30%;
        display: block;
    }

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

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

    @media (max-width: 980px) {
        .tabs {
        width: 98%;
    }
}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #7D7600;
    border-top: 1px solid #7D7600;
    border-left: 1px solid #7D7600;
    border-right: 1px solid #7D7600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #BCBCBC;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #555555;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 100px;
  font-size: 4rem;
  padding-top: 25px;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

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

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

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

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

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #7D7600;
    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: #7D7600;
    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: #E8E8E8;
}
.bland li {
    padding-left: 15px;
}
.gf_wrap ul li {
    margin: 5px 0;
}

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

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

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

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

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

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

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

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

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

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

    40% {
        transform: translateY(0);
    }

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

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

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


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

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

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

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

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

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

.modelWrapAllsp, .modelWrapAllsp2 {
    display: none;
}


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

/* Pad 1024px以下
------------------------------------------------- */
@media (max-width: 1024px) {
    .hd_logo {
        top: 4.4vw;
    }
    #wrap {
        margin-top: 11vw;
    }
    .scrolldown {
        display: none;
    }
    .cd-fixed-bg {
        min-height: 100vh;
        background-size: cover;
        background-attachment: scroll;
    }
    .cd-fixed-bg.cd-bg-1 {
        background-size: cover, cover;
        background-position: center top, center center;
    }
        .cd-fixed-bg.cd-bg-1:before {
            content: "";
            display: block;
            padding-top: 100vh;
        }
        .cd-fixed-bg.cd-bg-2 {
            background-size: cover;
            background-position: center top;
        }

    .hd_logo img {
        width: 65%;
    }

    .kvImg {
        width: 95%;
        top: -35vw;
    }
        .kvImg .kv_gentei {
            width: 50%;
            margin: 0 auto;
        }

    .topic {
        width: 100%;
    }

    .textbox {
        width: 95%;
    }

    .cd-fixed-bg.cd-bg-2:before {
        padding-top: 4500px;
    }

    .itemWrap {
        top: 100px;
    }

    .point {
        width: 75%;
    }

    .itemImg {
        width: 100%;
        background-size: 100%;
        position: relative;
    }

    .item1, .item2, .item3 {
        height: 85vw;
        display: flex;
        justify-content: center;
    }

    .slideWrap::before {
        padding-top: 200vw;
    }

    .model {
        width: 100%;
    }

    .linkbutton {
        width: 70%;
    }
        .linkbutton span {
            font-size: 3.5rem;
        }

    .lessImg {
        background-size: 95%;
    }
}

@media (max-width: 1023px) {
    .lessWrap {
        width: 80%;
        margin: 360px auto;
    }

    /* カルーセル設定
    ---------------------------------*/
    .flex-direction-nav a:before {
        font-size: 20px !important;
    }
    .flex-direction-nav a {
        width: 20px !important;
        height: 20px !important;
        margin: auto 0 !important;
        top: 40% !important;
    }
}

/* @media notePC
------------------------------------------------- */
@media (max-width: 1024px) {
    .hd_logo {
        top: 4.5vw;
    }
    .cd-fixed-bg.cd-bg-1 {
        background-position: center 0vw, center center;
        background-repeat: no-repeat;
    }
    #wrap {
        margin-top: 0;
    }
    .cd-fixed-bg.cd-bg-2 {
        background-position: center 0vw;
    }
}
 
/* Pad mini 768px以下
------------------------------------------------- */
@media (max-width: 768px) {
    .hd_logo {
        top: 15vw;
    }
    #wrap {
        width: 100%;
        margin-top: 0vw;
        overflow: hidden;
    }
    .cd-fixed-bg {
        background-size: cover;
        background-attachment: scroll;
    }

        .cd-fixed-bg.cd-bg-1 {
            background-image: none;
        }

            .cd-fixed-bg.cd-bg-1:before {
                content: "";
                display: block;
                padding-top: 87vh;
                background-image: url(../img/kv_sp.jpg);
                background-size: cover;
                width: 100%;
                position: fixed;
                z-index: -1;
            }

        .cd-fixed-bg.cd-bg-2 {
            background-image: url(../img/kv2_sp.png);
            background-size: cover;
        }

            .cd-fixed-bg.cd-bg-2:before {
                content: "";
                display: block;
                /*padding-top: 87vh;*/
                width: 100%;
                position: fixed;
                z-index: -1;
            }


        /*.cd-fixed-bg.cd-bg-2 {
            padding-top: 0vh;
            position: relative;
            background-image: none;*/
            /*overflow: scroll;
            -webkit-overflow-scrolling: touch;*/
        /*}

            .cd-fixed-bg.cd-bg-2:before {
                content: "";
                display: block;
                background-image: url('../img/kv2_sp.png');
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                padding-top: 300vh;
                width: 100%;
                position: absolute;
                top: 0;
            }*/




/*    .cd-fixed-bg {
        min-height: 93vh;
        background-size: cover;
        background-attachment: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .cd-fixed-bg.cd-bg-1 {
        background-position: center top, center center;
    }
    .cd-fixed-bg::before {
        content: '';
        display: block;
    }
*/    .kvImg {
        top: -43vw;
    }
    .cd-fixed-bg.cd-bg-2 {
        background-position: left 60% top 0;
    }
    .tab_item {
        font-size: 2.5rem;
    }

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

    .shopEyemirror ul li {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}


/* SP
------------------------------------------------- */
@media (max-width: 700px) {

    .cd-fixed-bg.cd-bg-1 {
        background-position: left 60% top 0, center center;
    }
    .cd-fixed-bg.cd-bg-2 {
        background-size: cover;
        background-position: left 60% top 0;
    }
/*    .cd-fixed-bg.cd-bg-2:before {
        content: "";
        display: block;
        padding-top: 680vw;
    }
*/
    .hd_logo {
        top: 15vw;
    }

        .hd_logo img {
            width: 90%;
        }

    #wrap {
        margin-top: 0vw;
    }

    .kvImg {
        width: 100%;
        top: -65vw;
    }

        .kvImg .kv_img {
            width: 85%;
        }

        .kvImg img {
            width: 100%;
        }

        .kvImg .kv_gentei {
            width: 90%;
            margin-right: 0;
            margin-top: 15px;
        }

    .topic .textbox h1 {
        font-size: 3.5rem;
        letter-spacing: 1px;
    }

    .topic .textbox .fontchange {
        font-size: 5.5rem;
        letter-spacing: 3px;
    }

    .topic .textbox h6 {
        width: 100%;
        font-size: 1.3rem;
    }

    .itemWrap {
        top: 300px;
    }

    .point {
        width: 95%;
    }

    .itemImg {
        width: 100%;
        background-size: 100%;
    }

    .item1, .item2, .item3 {
        height: 100vw;
    }
    /*.item2 {
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .slideWrap::before {
        padding-top: 255vw;
    }

    .model {
        width: 100%;
    }

    .sold_out {
    }

    .linkbutton {
        width: 90%
    }

        .linkbutton span {
            font-size: 2.2rem;
        }

    .lessWrap {
        width: 97%;
        margin: 150px auto;
    }

    .lessImg {
        background: url(../img/less_sp.png) no-repeat center top;
        background-size: 100%;
    }
    #lens h6 {
        font-size: 2.5rem;
        letter-spacing: 5px;
    }
    .lens_guide {
        width: 98%;
        margin: 50px auto 100px;
    }
    .tab_item {
        font-size: 1.2em;
        height: 70px;
        padding-top: 10px
    }

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

    .shopEyemirror ul li {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }
    .gf_top {
        flex-direction: column;
    }

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

    #globalfooter ul {
        margin: 20px 0;
    }

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

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

    #globalfooter .copyright {
        font-size: 1.5rem;
        position: relative;
    }

    #globalfooter::before {
        width: 100%;
        padding-top: calc(354 / 819 * 100%);
    }
    #right_tower {
        right: 10px;
    }
}

html {
    -webkit-overflow-scrolling: touch;
}