@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: #000;
}

a,
a:link {
  color: #061ec7;
  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;
  line-height: 2.0;
  }
}

.l-line {
  border-left: 10px double #38abe0;
  padding-left: 10px;
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 30px 50px 20px;
}
@media (min-width: 981px){
  .important{
    background: #ffffff;
    border: #000 1px solid;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    margin: 10px 0 40px 20px;
    width: 30%;
  }
}
.important a {
  border: 0;
  color: #616161;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 980px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5; 
  }
}

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}
/* 	メイン
-------------------------------------------------*/
#main {

}
@media (max-width: 980px) {
    #main {
        
    }
}
#top {
    width: 100%;
    background-color:#ffffff;
}
#header .header1 {
    background-image: url(../img/top-min2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 5%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 603px;
    z-index: 1;
}
@media (width: 980px){
  #header .header1 {
    background-image: url(../img/top_sp-min2.jpg);
    padding-top: 800px;
  }
}
.title {
    width: 980px;
}
.title img {
    width: 686px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -210px auto 0;
}
@media (max-width: 980px) {
    .title img {
        width: 90%;
        margin: -260px auto 0;
    }
}
.title p {
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: -20px auto 0;
    text-align: center;
}
@media (max-width: 980px) {
    .title p {
        font-size: 2.5rem;
        margin: -40px auto 0;
    }
}
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.5;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0 0 20px;
}
@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: 0 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 2.5rem;
  margin: 25px 0 15px;
}
@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: 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: "";
}

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    right: 35px;
    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: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f102';
            font-size: 5em;
            color: #38abe0;
        }
        @media(max-width: 980px) {
            #page_top a::before {
                font-size: 10em;
            }
        }

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

    40% {
        transform: translateY(0);
    }

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

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

/* ダウンロード対策
------------------------------------------------- */
.center1 img { 
    pointer-events: none; 
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

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

/* bg
------------------------------------------------- */
#bg_1 .bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #b4eefa 50%, #46c2f2 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-10;
}

#bg_1 .bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

#bg_1 .bg3 {
  animation-duration:5s;
}

.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/* topic 
------------------------------------------------- */
.topic {
    background-color: #e1faff;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
}

.textbox {
    width: 85%;
    margin: 0 auto;
    color: #004666;
    padding: 50px 10px 100px;
    border-radius: 10rem;
}

.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;
    margin: 20px 0;
    background-color: #fdffff;
}
.textboxWrap {
    margin: 20px 0;
    background-color: #fdffff;
    padding: 20px 0;
}
    .textboxWrap p {
        text-align: center;
    }
.topic .textbox .textboxWrap h5 {
    font-size: 1.6rem;
    line-height: 2.0;
}

.borderbottomline {
    text-align: center;
}

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

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

.t1 {
    background-color: #004666;
}

    .t1 p {
        color: #ffffff;
    }

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

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

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

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

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

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

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

.topicshop {
    width: 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: 15px;
    }

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

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

/* box、他背景
------------------------------------------------- */
.box {
  width: 970px;
  background: rgba(255,255,255,1.0);
  border-radius:10px;
  padding: 20px;
  margin: 50px auto;
  color: #000; 
}
.box2 {
  width: 950px;
  background: rgba(255,255,255,1.0);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  padding: 20px 20px 30px 20px;
  margin: 50px auto 0;
  color: #000; 
}
.box_flame {
    width: 950px;
    background-color: #ffffff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin: 0 auto 20px;
    padding: 20px;
}

.bg_w1 {
    width: 100%;
    background: #ffffff;
}
.bg_w2 {
    width: 100%;
    background: #d4fcfe;
    min-height: 100px;
    padding-bottom: 100px;
}
@media (max-width: 980px) {
    .bg_w2 {
        padding-bottom: 200px;
    }
}
.bg_w3 {
    width: 100%;
    background: #ed9aa8;
    min-height: 100px;
    padding-bottom: 100px;
}
@media (max-width: 980px) {
    .bg_w3 {
        padding-bottom: 200px;
    }
}
.bg_w4 {
    width: 100%;
    background: #ffffff99;
    min-height: 100px;
    padding-bottom: 0;
}

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

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

/* キャラクターキャプション
------------------------------------------------- */
.fubuki {
  background-image: url(../img/fubuki_.jpg) ;
  width: 950px;
  height: 758px;
  margin: 0 auto;
}
.mio {
  background-image: url(../img/mio_.jpg) ;
  width: 950px;
  height: 775px;
  margin: 0 auto;
}

/* フレーム紹介
------------------------------------------------- */
.imgwrap {
    width: 950px;
    position: relative;
    left: 0;
    right: 0;
    margin: -250px auto 10px;
}

.lb img {
    width: calc(97%/4);
    border: #cccccc 1px solid;
    margin: 0 0 0 2px;
}
@media (max-width: 980px) {
    .lb img {
        width: calc(97%/4);
    }
}

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

    .sold_out ul li {
        width: calc(98% / 3);
        border-radius: 25px;
        margin: 3px;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
        color: #ffffff;
        font-weight: bold;
        padding: 5px;
        font-size: 1.5rem;
    }

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

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

@media (max-width: 980px) {
    .sold_out ul li {
        width: calc(96% / 2);
        font-size: 3.0rem;
    }
}
.gds ul li {
    width: calc(97% / 2);
}

/* ドロップダウンリスト
------------------------------------------------- */
.syncer-acdn-child {
	display:none;
}
.fa-angle-down {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.dropdown_toggle .fa-angle-down {
    -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
          transition-duration: 0.3s;
}
.size {
    margin: 10px 40px; 
}
@media (max-width: 980px) {
    .size {
        margin: 50px 30px 80px 20px;
        font-size: 3.5rem;
        line-height: 1.5;
    }
}
.black {
    color: #000000;
}
.what {
    pointer-events:none;
}
.syncer-acdn-parent .syncer-acdn .dropdown .hand {
    cursor: pointer;
}

/* flame set
------------------------------------------------- */
.bg_flameset {
    width: 100%;
    height: 633px;
    background-color: #dcf9ff;
}
.flameset {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.flameset img {
    text-align: center;
}
.flameset img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 55px;
}

/* 特典、Goods
------------------------------------------------- */
.tokuten {
    /*background-color: #38abe0;*/
}
.tokuten .g_wrap {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 50px;
}
.tokuten .g_wrap h2 {
    background-color: #ffffff;
    border: #38abe0 1px solid;
    border-radius: 20px;
    width: 900px;
    text-align: center;
    color: #0783b3;
    font-size: 3.5rem;
    margin: 0 auto 10px;
    padding: 10px 0;
}
@media (max-width: 980px) {
    .tokuten .g_wrap h2 {
        font-size: 5.5rem;
        padding: 20px 0;
    }
}

.goodswrap {
    width: 450px;
    margin: 30px 17px;
    display: inline-block;
}
@media (max-width: 980px) {
    .goodswrap {
        width: 900px;
        margin: 100px auto;
        display: block;
    }
}
.center1 {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    margin: 0 auto;
}
.center1 img {
    width: 100%;
}
@media (max-width: 980px){
    .center1 .pc {
        display: none;
    }
}
@media (min-width: 981px){
    .center1 .sp {
        display: none;
    }
}

.g_wrap {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 50px;
}
    .g_wrap h1 {
        font-family: 'Anton', sans-serif;
        font-family: 'Archivo Black', sans-serif;
        font-family: 'Oswald', sans-serif;
        background-color: #45c0f0;
        border: #45c0f0 1px solid;
        border-radius: 20px;
        width: 950px;
        text-align: center;
        color: #ffffff;
        font-size: 4.0rem;
        margin: 0 auto;
        padding: 10px 0;
        letter-spacing: 1rem;
    }
@media (max-width: 980px) {
    .g_wrap h1 {
        font-size: 8.0rem;
        padding: 20px 0;
    }
}
.g_wrap h2 {
    background-color: #5eddec;
    border: #5eddec 1px solid;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    margin: 20px auto 10px;
}
@media (max-width: 980px) {
    .g_wrap h2 {
        font-size: 5.0rem;
        padding: 20px 0;
    }
}
.g_line h2 {
    background-color: #919191 /*#ec5e5e*/;
    border: #919191 1px solid;
}
.g_line2 .goodswrap:nth-child(1) h2, .g_line2 .goodswrap:nth-child(2) h2 {
    background-color: #919191 /*#ec5e5e*/;
    border: #919191 1px solid;
}

.k_wrap h3, .k_wrap p {
    margin-left: 20px;
    margin-bottom: 20px
}
.k_wrap img {
    width: 100%;
    margin: 0;
}
@media (max-width: 980px){
    .k_wrap img {
        width: 100%;
    }
}
.k_wrap .gry {
    background-color: #000000;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}
.gry img {
    opacity: 0.5;
    display: block;
}
.gry::after {
    content: "販売は終了しました";
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.0em;
    font-weight: 900;
    color: #ffffff;
}
@media (max-width: 980px) {
    .gry::after {
        font-size: 4.0em;
    }
}
.kakaku {
    font-size: 2.5rem;
}
@media (max-width: 980px) {
    .kakaku {
        font-size: 5.0rem;
    }
}
.k_wrap .textgr {
    color: #919191;
}
/* オンラインショップへのボタン
------------------------------------------------- */
.buttonwrap {
    width: 950px;
    margin: 80px auto;
    position: relative;
}
@media (max-width: 980px) {
    .buttonwrap {
        margin: 150px auto;
    }
}
.button_ {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 500px;
  border: 5px solid #000000;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -moz-transition: all 0.15s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.15s;
  -webkit-transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.15s;
  transition: all 0.15s ease-out 0.15s;
}
@media (max-width: 980px) {
    .button_ {
        width: 800px;
    }
}
.button_:after, .button_:before {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 100%;
  left: 0;
  bottom: -10px;
  content: "";
  z-index: 1;
  -moz-transition: all 0.15s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.15s;
  -webkit-transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.15s;
  transition: all 0.15s ease-out 0.15s;
}
.button_:before {
  background: #000000;
  top: 10px;
  left: -15px;
  height: 100%;
  width: 15px;
}
.button_:after {
  width: 100%;
  background: #000000;
  right: 0px;
  left: -15px;
  height: 15px;
}
.button_:hover {
  background: #000000;
  color: #fff;
  margin-left: -7.5px;
  margin-bottom: -7.5px;
}
.button_:hover:after, .button_:hover:before {
  top: 100%;
  left: 0;
  bottom: 0px;
}
.button_:hover:before {
  top: 0px;
  left: 0px;
  width: 0px;
}
.button_:hover:after {
  right: 0px;
  left: 0px;
  height: 0px;
}
.button_ a {
  border-bottom: none;
  display: block;
  color: #000000;
  padding: 20px 30px;
}
@media (max-width: 980px) {
  .button_ a {
    font-size: 5rem;
    padding: 20px 30px;
  }
}
.button_ a:hover {
    color: #ffffff;
    -moz-transition: all 0.15s ease-out 0.15s;
    -o-transition: all 0.15s ease-out 0.15s;
    -webkit-transition: all 0.15s ease-out;
    -webkit-transition-delay: 0.15s;
    transition: all 0.15s ease-out 0.15s;
}
.button_ a:hover:after, .button_ a:hover:before {
    color: #000000;
    -moz-transition: all 0.15s ease-out 0.15s;
    -o-transition: all 0.15s ease-out 0.15s;
    -webkit-transition: all 0.15s ease-out;
    -webkit-transition-delay: 0.15s;
    transition: all 0.15s ease-out 0.15s;
}


.buttonwrap2 {
    width: 80%;
    margin: 60px auto 100px;
    position: relative;
}
@media (max-width: 980px) {
    .buttonwrap2 {
        margin: 90px auto 380px;
    }
}
.buttonwrap2 .button_ {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 85%;
  border: 5px solid #000000;
  font-size: 2.0rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -moz-transition: all 0.15s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.15s;
  -webkit-transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.15s;
  transition: all 0.15s ease-out 0.15s;
}
.buttonwrap2 .button_ a {
  border-bottom: none;
  display: block;
  color: #000000;
  padding: 10px 30px;
}
@media (max-width: 980px) {
  .buttonwrap2 .button_ a {
    font-size: 5rem;
    padding: 20px 30px;
  }
}
/* lens_guide
------------------------------------------------- */
#lens {
    width: 100%;
    padding: 50px 0 200px;
}

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

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

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

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

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

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

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.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: 16px;
  text-align: center;
  color: #565656;
  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;
  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: #3a8bc3;
  color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
}
@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 2.5rem;
        line-height: 5.0rem;
    }
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map{
	max-width: 920px;
	height: auto;
}
@media (max-width: 980px) {
    .shopEyemirror .map{
        margin: 20px auto;
        width: 920px;
        height: auto;
    }
   .shopEyemirror .map p iframe {
        width: 920px;
    }
}
.shopEyemirror .map a{
	color:#00bbcc
}

/* SNS表示領域設定
------------------------------------------------- */
#globalfooter #share {
  width: 100%;
  margin: 0px auto;
}
#globalfooter #share ul {
  padding: 30px 0 20px;
  width: 980px;
  margin: 0 auto; 
}
#globalfooter #share ul li {
  display: inline-block;
  min-width: 48px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 200px;
}
@media (max-width: 980px) {
    #globalfooter #share ul li:nth-child(2) {
        margin: 0 200px;
    }
}

#globalfooter #share ul li img {
  width: 48px;
}
@media (max-width: 980px){
  #globalfooter #share ul li img {
    width: 130px;
  }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #46c2f2;
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 3.5rem;
  }
}

#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 980px) {
  #globalfooter p {
  font-size: 3.5rem;
  }
}
#globalfooter a {
  color: #ffffff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #bef1fb; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
  #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
   }


/* SP
------------------------------------------------- */
@media (max-width: 980px) {
    .textbox {
        width: 95%;
    }
    .topic_title p {
        text-align: center;
        padding: 10px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 3.0vw;
    }

    .topic .textbox h1 {
        font-size: 4vw;
        letter-spacing: 2px;
    }
    .textboxWrap p {
        text-align: center;
        font-size: 1.5rem;
    }

    .topic .textbox .textboxWrap h5 {
        font-size: 1.8vw;
        line-height: 2.0;
    }
    .topic .textbox .fontchange {
        font-size: 8vw;
    }

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

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

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

    .topic .textbox h2 {
        font-size: 3.5vw;
    }
    .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;
            font-size: 2.0vw;
        }
    .lens_guide {
        max-width: 65%;
        margin: 50px auto 200px;
    }

        .lens_guide ul li {
            flex-basis: 40%;
        }

}