@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: 100%;
  }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
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; }

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

/*画像を縦に並べたときに隙間が空かないようにしています*/
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%;/* 16px x 0.625 = 10px(=1rem) */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  
body {
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
   }
@media (min-width: 981px) {
  body {
    font-size: 1.2em;
  }
}

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

a:visited,
a:hover,
a:active,
a:focus {
  color: #cecece; }
#shop .sectionBody p a {
  color: #3c5482;
}
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 2.0;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

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

h2 {
	font-size: 4rem;
	margin: 30px 0;
	font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
    margin: 20px 0;
  }
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

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

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

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

/* リスト形式のフォント上下間隔をp同様にしています
------------------------------------------------- */
.box li {
  line-height: 1.8;
}

/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #98c6ff; }
  .red a {
    color: inherit;
    border-bottom-color: #98c6ff; }
    .red a:hover {
      color: #98c6ff; }
.red2 {
    color: #c10000;
}

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 1000px) {
  .large {
  font-size: 1.8rem;
  }
}
.LL {
  font-size: 5rem; }
@media (min-width: 1000px) {
  .LL {
  font-size: 1.8rem;
  }
}
.row-down {
  margin-left: 40px;
  margin-right: 40px;
}

/* 文字装飾　蛍光マーカー風、左ライン
------------------------------------------------- */
.font_ill {
  background-color: #fef263;
}  
.l-line {
  border-left: 10px double #a29416;
  padding-left: 10px;
}
@media (max-width: 999px){
    .l-line {
        border-left: 15px double #a29416;
        padding-left: 10px;
    }
}
/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 20px 0 50px;
}
@media (min-width: 1000px){
  .important{
    width: 18%;
    padding: 0;
    background: none;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: #a8f1f9 1px dotted;
    margin: 5px 40px 10px;
  }
}
.important a {
  border: 0;
  color: #cecece;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 999px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5;
  color: #3c3c3c;

  }
}

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}

/*  固定背景設定
---------------------------------------*/
#main::before {
    content: "";
    background: url(../img/bg02.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

/*KVカルーセルスライダー
-------------------------------------------------*/
#kv_slide {
  width: 100%;
  height: 745px;
  margin: 0 auto;
  position:relative;
}
@media (max-width:999px){
  #kv_slide {
    width: 100%;
    height: 800px;
  }
}
.slider {
  position:absolute;
  z-index: 5;
}

#kv_slide .slider .slide-bg .slide-bg-inner{
  width: 100%;
  padding-top: 700px;
  background-repeat: no-repeat;
}
@media (max-width:999px){
  #kv_slide .slider .slide-bg .slide-bg-inner {
    padding-top: 800px;
  }
}
#kv_slide .slider .slide-bg .slide_item1 {
  background: url(../img/top01.png) no-repeat center top;
  background-size: auto 100%;
}

#kv_slide .slider .slide-bg .slide_item2 {
  background: url(../img/top02.png) no-repeat center top;
  background-size: auto 100%;
}

#kv_slide .slider .slide-bg .slide_item3 {
  background: url(../img/top03.png) no-repeat center top;
  background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item4 {
  background: url(../img/top04.png) no-repeat center top;
  background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item5 {
  background: url(../img/top05.png) no-repeat center top;
  background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item6 {
  background: url(../img/top06.png) no-repeat center top;
  background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item7 {
    background: url(../img/top07.png) no-repeat center top;
    background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item8 {
    background: url(../img/top08.png) no-repeat center top;
    background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item10 {
    background: url(../img/top10.png) no-repeat center top;
    background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item11 {
    background: url(../img/top11.png) no-repeat center top;
    background-size: auto 100%;
}
#kv_slide .slider .slide-bg .slide_item12 {
    background: url(../img/top12.png) no-repeat center top;
    background-size: auto 100%;
}

/*  各セクションタイトル表示
---------------------------------------*/
.title {
  width: 400px;
  margin: 3% auto;
}
@media (max-width: 980px) {
    .title {
        width: 95%;
        margin: 100px auto;
    }
}
.title img {
  width: 100%;
  margin: 0 auto;
}

/*  bg1設定
---------------------------------------*/
.bg_1 {
  width: 100%;
  margin-top: -18%;
}
@media (max-width: 980px){
  .bg_1 {
    height: 100%;
    padding: 5% 0 0 0;
  }
}
.bg_1 .contents {
  position: relative;
  overflow: hidden;
  padding: 15% 0 15%;
  z-index: 2;
}
@media (max-width: 1200px){
 .bg_1 .contents {
  padding: 10% 0 20%;
 }
}

.bg_1 .contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 88%;
  margin: 3% -10% 0;
  border: 2px solid #d0ca96;
  background: #002463;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
@media (min-width: 981px) {
    .bg_1 .contents:before {
        height: 80%;
    }
}
.bg_1 .contents_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 980px){
  .bg_1 .contents_inner {
    padding: 15vw 10px 0;
  }
}
.h1content {
    margin-bottom: 50px;
    text-align: center;
}
.contents_inner h1 {
    text-align: center;
    margin: 0 0 0;
    border-bottom: 1px solid #98c6ff;
    display: inline-block;
    padding-bottom: 0;
}
.contents_inner h2 {
    font-size: 1.5rem;
    margin: 20px 0;
    font-weight: normal;
    text-align: center;
}
.contents_inner h3 {
    font-size: 1.4rem;
    margin: 15px 0;
    font-weight: bold;
    color: #a29416;
    text-align: center;
}
@media (max-width: 980px) {
    .contents_inner h1 {
        border-bottom: 3px solid #98c6ff;
        padding-bottom: 10px;
    }
    .contents_inner h2 {
        font-size: 3.5vw;
        margin: 20px 0;
    }

    .contents_inner h3 {
        font-size: 3vw;
    }
}
.topic_title {
    width: 300px;
    margin: 70px auto 40px;
    border-radius: 50px;
}
@media (max-width: 980px) {
    .topic_title {
        width: 50%;
        margin: 100px auto 60px;
    }
}
.t1 {
    background-color: #ffffff;
}

    .t1 p {
        color: #002463;
    }
.t2 {
    border: #805050 1px solid;
    margin-bottom: 30px;
}

.topic_title p {
    text-align: center;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}
@media (max-width: 980px) {
    .topic_title p {
        font-size: 3.5rem;
    }
}

.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 15px 0;
}
@media (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 3vw;
        margin: 40px 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;
}
@media (max-width: 980px) {
    .topicshop {
        width: 95%;
        font-size: 3vw;
        flex-direction: column;
        align-items: center;
    }
}

    .topicshop li {
        display: inline-block;
        text-align: center;
        padding-bottom: 10px;
        line-height: 1.8;
    }
@media (max-width: 980px) {
    .topicshop li {
        padding-bottom: 30px;
    }
}

        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 50%;
        }
@media (max-width: 980px) {
    .topicshop li:first-child, .topicshop li:nth-child(2) {
        width: 95%;
    }
}

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


/*  お知らせ 完売情報
---------------------------------------*/
.so_caption {
    background-color: #000;
    width: 90%;
    margin: 40px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .so_caption h6 {
        font-size: 1.3rem;
        color: #c10202;
        background-color: #fff;
        padding: 5px;
        display: inline-block;
        margin: 0 10px 0 0;
        width: 150px;
        text-align: center;
    }
.so_caption p {
    color: #fff;
}
@media (max-width: 980px) {
    .so_caption {
        width: 100%;
        margin: 65px auto;
        padding: 30px;
        display: block;
    }
        .so_caption h6 {
            font-size: 3.5rem;
            padding: 20px;
            display: block;
            width: 100%;
        }
    .so_caption p {
        line-height: 3.0;
    }
}

/*  bg2設定
---------------------------------------*/
.bg_2 {
    width: 100%;
    padding: 0;
    margin: 10vw 0;
}
@media (max-width: 980px){
    .bg_2 {
        height: 100%;
        padding: 0 0 10%;
    }
}
.bg_2 .contents2 {
  position: relative;
  overflow: hidden;
  padding: 10vw 0;
  z-index: 2;
}
@media (max-width: 980px) {
    .bg_2 .contents2 {
        padding: 20vw 0;
    }
}
.bg_2 .contents2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 94%;
    margin: 2% -19% 0;
    border: 2px solid #d0ca96;
    background: #002463;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}
@media (min-width: 981px){
    .bg_2 .contents2:before {
        height: 90%;
    }
}
.bg_2 .contents2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 92%;
    margin: 1% -20% 0;
    background: #000000;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -2;
}
@media (max-width: 980px) {
    .bg_2 .contents2:after {
        width: 140%;
        height: 95%;
        margin: 0% -17% 0;
    }
}
.bg_2 .contents_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 10px 160px;
  color: #fff;
  text-align: center;
}
@media (max-width: 980px){
    .bg_2 .contents_inner {
        padding: 10px 10px 130px;
    }
}

/*  ラインナップ設定
---------------------------------------*/
/*.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
*/
.lineup_character {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg); */
}
@media (max-width: 999px) {
  .lineup_character {
    display: none;
  }
}
.lineup_character_sp {
  width: 90%;
  margin: 50px auto;
}
@media (min-width: 1000px){
  .lineup_character_sp {
    display: none;
  }
}
.lineup_character_sp .characterWrap {
    width: 100%;
    margin-bottom: 100px;
}
.lineup_character_sp .characterWrap img {
    width: 100%;
}

.characterWrap {
    width: 20%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .characterWrap img {
        transition-duration: 0.5s;
        display: block;
    }

.characterWrap .hover:hover {
    transform: translateY(10px);
    opacity: 0.6;
}

.soinfo {
    width: 90%;
    display: flex;
    flex-direction: column;
}
    .soinfo li {
        text-align: center;
        margin: 3px 0;
    }
.lineup_character_sp .characterWrap .soinfo {
    width: 90%;
    margin: 10px auto;
    font-size: 3.5vw;
}
    .lineup_character_sp .characterWrap .soinfo li {
        margin: 5px 0;
    }



/* 販売情報表示
------------------------------------------------- */
    .soinfo {
        color: #000000;
    }
.soinfo li {
    background-color: #ffffff;
    border-radius: 25px;
    border: #000000 1px solid;
}
.soinfo .socolor {
    background-color: #4c4c4c !important;
    color: #e5e5e5 !important;
}

/* Soldout表示
------------------------------------------------- */
#soldoutWrap {
    width: 100%;
    background-color: rgb(0 0 0 / 0.70);
    padding: 50px 0;
}
#soldoutWrap h1 {
    color: #ffffff;
    font-size: 4rem;
    text-align: center;
}
    #soldoutWrap h1::after {
        content: '';
        border-bottom: #ffffff 1px solid;
        width: 80%;
        max-width: 900px;
        display: block;
        margin: 0 auto;
    }
    #soldoutWrap ul {
        width: 85%;
        max-width: 950px;
        margin: 50px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #soldoutWrap ul li {
        width: 20%;
    }
    #soldoutWrap ul li img {
        width: 100%;
    }

.soldout {
    background-color: #000000;
    /*clip-path: polygon(50% 0%, 94% 19%, 94% 81%, 50% 100%, 6% 81%, 6% 19%);*/
    display: block;
    position: relative;
    text-align: center;
}

#soldoutWrap ul li img {
    opacity: 0.4;
    transition-duration: 0.5s;
    display: block;
}
#soldoutWrap ul li .hover:hover {
    /*transform: translateY(10px);*/
    opacity: 0.7;
}
/*.soldout::after {
    content: "SOLDOUT";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.0em;
    font-weight: 900;
    color: #e9e9e9;
}
@media(max-width: 980px) {
    .soldout::after {
        content: "SOLD OUT";
        position: absolute;
        top: 38%;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 2.0em;
        font-weight: 900;
        color: #e9e9e9;
    }
}
*/
@media(max-width: 980px) {
    .soldout {
        clip-path: inset(0 0 0 0);
    }
    #soldoutWrap {
        padding: 50px 0 150px;
    }
    #soldoutWrap h1 {
        font-size: 8vw;
    }
    #soldoutWrap ul li {
        width: 33%;
    }
}

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

#flame_details {
    width: 850px;
    margin: 0 auto;
    background: rgb(255,255,255,0.3);
}
.modalWrap {
    position: relative;
    top: -152px;
}
.kakaku {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.box1 {
    width: 55%;
    font-size: 1.2rem;
}
.box2 {
    width: 100%;
    font-size: 1.2rem;
}
.price {
    font-size: 2.0rem;
    font-weight: bold;
}
.center {
    width: 750px;
    margin: 0 auto;
}

.pointcaption {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 1.3rem;
}

.point ul li img {
    width: 402px;
    height: 302px;
}

.point {
    margin: 30px 0 0 0;
}

.point ul .left {
    float: left;
    padding-left: 12px;
    margin-bottom: 40px;
}

.point ul .right {
    float: right;
    margin: 171px 0;
    padding-right: 12px;
}

.point ul li img {
    border: 1px solid #ccc;
}


.eclinkbuttonWrap {
    width: 45%;
    position: relative;
    display: flex;
    align-items: center;
}

.ec_linkbutton {
    background-color: #af2b3d;
    width: 100%;
    max-width: 600px;
    height: 50%;
    min-height: 50px;
    border-radius: 15px;
    margin: 10px auto;
    position: relative;
    z-index: 10;
}
    .ec_linkbutton a {
        display: block;
        border-bottom: none;
        height: 100%;
    }

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

.pt2 {
    flex-direction: row;
    width: 50%;
}

    .pt2 .ec_linkbutton {
        width: 45%;
        height: 90%;
    }

        .pt2 .ec_linkbutton span .modelcpt {
            font-size: 1.5rem;
            font-weight: normal;
            text-align: center;
            line-height: 1.0;
            top: 20%;
        }



.ec_sold {
    background-color: #333333 !important;
}


@media (max-width: 980px) {
    .modalWrap {
        position: relative;
        top: 0;
    }
    .kakaku {
        flex-direction: column;
    }
    .pt2 {
        width: 100%;
    }
        .pt2 .ec_linkbutton {
            height: 20vw;
        }
            .pt2 .ec_linkbutton span .modelcpt {
                font-size: 3.5vw;
            }

    .box1, .box2 {
        width: 95%;
        font-size: 3.0rem;
        line-height: 1.6;
    }
    .price {
        font-size: 5vw;
    }

    .pointcaption2 {
        margin-top: 20px;
    }

    .point ul li img {
        width: 800px;
        height: 600px;
    }

    .point {
        width: 800px;
        margin: 30px auto 0;
    }

    .point ul .left {
        float: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .point ul .right {
        float: none;
        margin: 0;
        padding-right: 0;
    }
    .pointcaption {
        font-size: 3.2rem;
    }
    .eclinkbuttonWrap {
        width: 100%;
    }
    .ec_linkbutton {
        height: 15vw;
        min-height: 70px;
        width: 100%;
    }

        .ec_linkbutton span {
            font-size: 4.5vw;
        }

}

/*  bg4設定
---------------------------------------*/
.bg_4 {
  width: 100%;
  padding: 5% 0 10%;
}
@media (max-width: 980px) {
    .bg_4 {
        padding: 25% 0 35%;
    }
}

.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: 23%;
            display: block;
        }

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

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

@media(max-width: 980px) {
    .lens_guide {
        max-width: 90%;
        margin: 10px auto 20vw;
    }

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

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.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: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #383a75;
  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: #383a75;
  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: 3.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
}
/* br
------------------------------------------------- */
.spbr {
    display: none;
}
@media (max-width: 980px) {
    .spbr {
        display: block;
    }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #000000;
  padding-top: 30px;
  width: 100%;
  display: block;
  bottom: 0;
  font-size: 1.2rem;
}
  
@media (max-width: 999px) {
  #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: #fff;
  border-bottom: 1px dotted #37cfde;
  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 #999; }
      #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: #fff;
   }

/* ScrollTop button
------------------------------------------------- */
#page_top {
    position: fixed;
    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;
}
@media (max-width: 980px) {
    #page_top {
        right: 25px;
        bottom: 230px;
    }
}

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

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

    40% {
        transform: translateY(0);
    }

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

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