@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.8em;
  font-style: inherit;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  color: #514C4A;
  font-feature-settings: "palt";
}

@media only screen and ( max-width : 750px ) {
  body {
    font-size: 14px;
  }
}
table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {display: block;}

a {
  outline:none;
  color: #514C4A;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}




.campaign-banner {
  display: none;
}
@media (max-width: 750px) {
  .campaign-banner {
    position: fixed;
    z-index: 1;
    bottom: 0;
    display: block;
  }
  .campaign-banner img {
    width: 75rem;
    background-color: #fff;
  }
}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

#footer {
  font-size: 19px;
  text-align: center;
  padding: 10px 0;
}
#footer .copy {
  margin-top: 100px;
}
@media only screen and ( max-width : 580px ) {
  #footer {
    font-size: 3.07vw;
  }
  #footer .copy {
    margin-top: 18vw;
  }
}


/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#main {
  overflow: hidden;
}
#main img {
  display: block;
}
.inner {
  padding: 0 4.6%;
}
#spec .inner {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 22px;
}
#spec table {
  width: 100%;
}
#spec table th,
#spec table td {
  border-bottom: 3px solid #fff;
  font-weight: 500;
  padding: .45em 1em;
  letter-spacing: .12em;
}
#spec table th {
  background: #ff9ecc;
  color: #fff;
  text-align: center;
  border-right: 3px solid #fff;
  width: 40%;
}
#spec table td {
  background: #ffe8f3;
  color: #514C4A;
  width: 60%;
}
#toc {
  font-size: 26px;
  background: url(../img/bg.jpg) repeat center / 74px;
  padding: 1.5em 0;
}
.toc_box {
  border: 1px solid #404040;
  background: #fff;
  border-radius: 1.2em;
  padding: 1.2em 2.3em;
}
#toc .mokuji_title {
  cursor: pointer;
}
#toc .mokuji_title img {
  width: 21.2%;
  margin: 0 auto;
}
.accordion_inner {
  margin-top: 1.2em;
  display: none;
}
.toc_box ul {
  counter-reset: number 0;
}
.toc_box ul li {
  position: relative;
  padding-left: 2em;
}
.toc_box li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  background: #ff9ecc;
  color: #fff;
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  position: absolute;
  left: 0;
  top: .7em;
  font-size: 13px;
}
.toc_box li li {
  padding-left: .5em;
}
.toc_box li li:before {
  content: "";
  width: .4em;
  height: .4em;
  background: #514C4A;
  top: 1.7em;
}
.toc_box li a {
  text-decoration: underline;
  margin-bottom: .5em;
  display: inline-block;
}
#lens_design {
  padding-bottom: 80px;
}
.lens_design_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5.334%;
}
.lens_design_contents figure {
  width: 48%;
  max-width: 323px;
  margin-top: 3%;
  font-size: 21px;
}
.lens_design_contents figure:nth-child(-n+2) {
  margin-top: 0;
}
.lens_design_contents figcaption {
  text-align: center;
  letter-spacing: .08em;
}
#eye_color {
  padding-bottom: 80px;
}
.eye_color_contents {
  padding: 0 5.334%;
}
.eye_color_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eye_color_contents li {
  width: 49%;
  max-width: 327px;
  margin-top: 3%;
  font-size: 23px;
}
.eye_color_contents figcaption {
  text-align: center;
  letter-spacing: .08em;
}
#eye_color_brown .eye_color_contents figcaption {
  color: #7E663D;
}
#eye_color_black .eye_color_contents figcaption {
  color: #514C4A;
}
.introduction_btn {
  display: flex;
}
.introduction_btn a {
  flex: 1;
}
#comparison p {
  padding: 0 6.667%;
  text-align: justify;
  font-size: 25px;
  line-height: 1.5em;
}
.color_brown {
  color: #70534A;
}
.color_black {
  color: #1C1C1C;
}
.btn_buy {
  display: block;
  margin: 70px 0 120px;
}
#questionnaire {
  background: #f5ecf4;
  margin-bottom: 45px;
}
.questionnaire_inner {
  text-align: center;
  padding-bottom: 20px;
}
.questionnaire_inner p {
  line-height: 1.5em;
  font-weight: 500;
  font-size: 24px;
}
.questionnaire_inner small {
  display: block;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 21px;
  margin-top: 1em;
}

@media only screen and ( max-width : 750px ) {
  #spec .inner {
    font-size: 2.94vw;
  }
  #toc {
    font-size: 3.47vw;
  }
  .toc_box li:before {
    font-size: 1.75vw;
  }
  #lens_design,
  #eye_color {
    padding-bottom: 12vw;
  }
  .lens_design_contents figure {
    font-size: 2.8vw;
  }
  .eye_color_contents li {
    font-size: 3.07vw;
  }
  #comparison p {
    font-size: 3.34vw;
  }
  .btn_buy {
    margin: 9.3333vw 0 16vw;
  }
  #questionnaire {
    margin-bottom: 6vw;
  }
  .questionnaire_inner {
    padding-bottom: 2.6666vw;
  }
  .questionnaire_inner p {
    font-size: 3.2vw;
  }
  .questionnaire_inner small {
    font-size: 2.8vw;
  }
}
@media only screen and ( max-width : 480px ) {
  #spec .inner {
    font-size: 11px;
  }
  #toc {
    background-size: 37px;
  }
}




.btn_buy2 {
  display: block;
  margin: 0px 0 90px;
}
@media only screen and ( max-width : 750px ) {
  .btn_buy2 {
    margin: 0vw 0 16vw;
  }
}

/*----------------------------------------
// Floating Banner
----------------------------------------*/
.floating-banner {
  position: fixed;
  z-index: 98;
  bottom: 0;
}

@media (min-width: 750px) {
  .floating-banner {
    display: none;
  }
}
.floating-banner__link {
  display: block;
}

/*----------------------------------------
// ビュームショップボタン
----------------------------------------*/
 .shopbutton-block {
  margin-top: -10%;
}

@media (min-width: 750px) {
	.shopbutton-block {
  margin-top: -10%;
		}
	}