@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: #000;
  background: #000;
   }
@media (min-width: 1000px) {
  body {
    font-size: 1.2em;
  }
}

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

a:visited,
a:hover,
a:active,
a:focus {
  color: #696969; }

p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  }

b, strong {
    font-weight: bold;
}

h1 {
	font-size: 3rem;
	margin: 0 0 20px;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
	font-size: 3rem;
	margin: 15px 0;
	font-weight: bold;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 1.2rem;
  }
}

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

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

.bold {
  font-weight: bold; }

.large {
  font-size: 1.8rem; }
@media (max-width: 981px) {
  .large {
  font-size: 3.7rem;
  }
}
.font_ill {
    background-color: #fef263;
}
.l-line {
  border-left: 10px double #9dbafe;
  padding-left: 10px;
}

/* top
------------------------------------------------- */
#header {
    background-image:url(../img/top_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 800px;
}
@media (max-width: 980px) {
    #header {
        background-image:none;
        height: 1200px;
    }
}
#header .header1 {
    position: relative;
    overflow: hidden;
    width: 980px;
    padding-top: 800px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 980px) {
    #header .header1 {
        padding-top: 1200px;
    }
}
#header .header1::after {
    content: '';
    position: absolute;
    background-image: url(../img/top_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 980px;
    height: 800px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 980px){
  #header .header1::after {
    background-image: url(../img/top_sp.jpg);
    width: 980px;
    height: 1200px;
    display: block;
  }
}

/* wrap
------------------------------------------------- */
.wrap {
    margin: 40px auto 150px;
}
@media (max-width: 980px) {
    .wrap {
        margin: 40px auto 250px;
    }
}

/* topic 
------------------------------------------------- */
.topic {
    width: 100%;
    padding: 20px 0;
}
@media (max-width: 980px) {
    .topic {
        padding: 50px 0;
    }
}
.catch_model {
    width: 750px;
    margin: 0 auto;
}
.catch_model img {
    width: 100%;
}
.catch_gentei {
    width: 400px;
    margin: 15px auto 50px;
}
.catch_gentei img {
    width: 100%;
}
.textbox {
    width: 630px;
    margin: 0 auto;
    color: #ffffff;
}
@media (max-width: 980px) {
    .textbox {
        width: 930px;
    }
}
.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;
}
@media (max-width: 980px) {
    .topic .textbox h1 {
        font-size: 4.5rem;
    }
}
.topic .textbox .fontchange {
    font-size: 6.0rem;    
}
@media (max-width: 980px) {
    .topic .textbox .fontchange {
        font-size: 7.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: 4rem;
    }
}
.topic .textbox .fontchange2 {
    font-size: 4.0rem; 
    font-weight: bold;
}
@media (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 5.0rem;
    }
}
.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 2.5rem;
    margin: 40px 0 20px;
}
@media (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 4.0rem;
    }
}
.topic .textbox h3 .marker {
    background:linear-gradient(transparent 60%, #fabd0060);
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.5;
}
@media (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 3.5rem;
    }
}
.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
}
@media (max-width: 980px) {
    .topic .textbox h5 {
        font-size: 3.5rem;
    }
}
.topic .textbox h5 .large {
    font-size: 2.3rem;
}
@media (max-width: 980px) {
    .topic .textbox h5 .large {
        font-size: 3.8rem;
    }
}
.topic .textbox p {
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 980px){
    .topic .textbox p {
        font-size: 2.5rem;
    }
}

/* 紹介
-------------------------------------------------*/
.caption_syoukai {
    width: 950px;
    margin: 100px auto 0;
    color: #ffffff;
}
.caption_syoukai h2 {
    font-size: 2.5rem;
    text-align: center;
}
@media (max-width: 980px) {
    .caption_syoukai h2 {
    font-size: 4.5rem;
    }
}
.caption_syoukai h3 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 980px) {
    .caption_syoukai h3 {
    font-size: 3.5rem;
    }
}
.caption02 {
    background: url(../img/caption02_pc.png) no-repeat center top;
    width: 883px;
    height: 460px;
    top: 0;
    left: 0;
    right: 0;
    margin: 30px auto;
}
@media (max-width: 980px) {
    .caption02 {
        background: url(../img/caption02_sp.png) no-repeat center top;
        width: 950px;
        height: 665px;
        top: 0;
        left: 0;
        right: 0;
        margin: 30px auto;
    }
}
.siyou {
    width: 350px;
    margin: 100px auto 30px;
}
@media (max-width: 980px) {
    .siyou {
        width: 500px;
        margin: 150px auto 60px;
    }
}
.siyou img {
    width:100%;
}
.caption03_siyou {
    background: url(../img/caption03_siyou.png) no-repeat center top;
    width: 950px;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
}
@media (max-width: 980px) {
    .caption03_siyou {
        background: url(../img/caption03_siyou_sp.png) no-repeat center top;
        width: 950px;
        height: 491px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 35px;
    }
}
.caption05_comment {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 510px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 980px) {
    .caption05_comment {
        width: 980px;
    }
}
.caption05_comment::after {
    content: '';
    position: absolute;
    background-image: url(../img/caption05_comment.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 510px;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 980px) {
    .caption05_comment {
        background-image: url(../img/caption05_comment_sp.jpg);
        width: 980px;
        height: 510px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* 商品カルーセル設定
-------------------------------------------------*/ 
.swiper-container {
    width: 950px;
    height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important;
}

/* 商品名、価格
-------------------------------------------------*/ 
.item {
    width: 980px;
    margin: 0 auto 200px;
}
@media (max-width: 980px) {
    .item {
        margin: 0 auto 250px;
    }
}
.model {
    width: 950px;
    background: #ffffff;
    padding: 0;
    border-radius: 50px;
    margin: 10px auto;
}
.model p {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 980px) {
    .model p {
        font-size: 3.0rem;
    }
}
.model p .kakaku {
    font-size: 3.5rem;
}
@media (max-width: 980px) {
    .model p .kakaku {
        font-size: 5.0rem;
    }
}
.linkbutton {
    width: 600px;
    margin: 50px auto;
}
@media (max-width: 980px) {
    .linkbutton {
        width: 850px;
        margin: 50px auto;
    }
}
.linkbutton img:hover {
    transform: translateY(10px);
    opacity: 0.9;
}
.linkbutton a {
    border: none;
}
.linkbutton img {
    width:100%;
    transition-duration: 0.3s;
}
.syaganshi {
    width: 950px;
    margin: 0 auto;
}
/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    width: 850px;
    margin: 30px auto 20px;
}
.sold_out ul li {
    width: calc(98%/3);
    border-radius: 5px;
    margin: 3px 1px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .sold_out ul li {
        width: calc(97%/2);
        margin: 5px 0 5px 5px;
        font-size: 3.1rem;
    }
}
.sold_out ul .c0 {
    background-color: #7799e7 !important;
}
.sold_out .c1 li {
    background-color: #757575;
}

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
.lens {
    margin-bottom: 65px;
    width: 950px;
    margin: 0 auto;
}
  .lens h1 {
    margin: 0;
    height: 70px;
    font-size: 2.5rem;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #ffffff;
    background: #7799e7;
    border: 1px solid #7799e7;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box; }
@media (max-width: 1000px) {
  .lens h1 {
    font-size: 4.0rem;
    height: 120px;
    line-height: 120px;  }
}
/* lens_guide
------------------------------------------------- */
.lens {
    font-size: 4.0rem;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1.5;
    margin: 200px auto 100px;
}
@media (max-width: 980px) {
    .lens {
        font-size: 6.0rem;
        line-height: 2.0;
        letter-spacing: 5px;
        margin: 250px auto 100px;
    }
}
.lens_guide {
    width: 850px;
    margin: 100px auto 150px;
}
@media (max-width: 980px) {
    .lens_guide {
        margin: 150px auto 200px;
    }
}
.lens_guide ul li {
    width: calc(95%/2);
    margin: 0 5px;
    display: inline-block;
}
@media (max-width: 980px) {
    .lens_guide ul li {
        width: 850px;
        display: block;
        margin: 100px auto;
    }
}
.lens_guide ul li img {
    width: 100%;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.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 #7799e7;
  border-top: 1px solid #7799e7;
  border-left: 1px solid #7799e7;
  border-right: 1px solid #7799e7;
  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: #7799e7;
  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
}


/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 0 80px 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: #b9b9b9;
  padding: 10px 15px;
  display: block;
}

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

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

/* 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: 75px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 150px;
}
@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: #7799e7;
  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: #fff;
  border-bottom: 1px dotted #8beaf1;
  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;
   }