@charset "UTF-8";
/* Slider */
/* line 3, ../scss/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 5, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************
variable
****************/
/****************
mixin
****************/
/****************
commonClass
****************/
/* line 66, ../scss/_common.scss */
.hide {
  opacity: 0;
  visibility: hidden;
}

/* line 71, ../scss/_common.scss */
.ano {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transform: translateY(-6px);
  color: #000;
}

/* line 79, ../scss/_common.scss */
.aco {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 84, ../scss/_common.scss */
.acoInner {
  display: none;
}

/* line 87, ../scss/_common.scss */
.ovhi {
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  /* line 90, ../scss/_common.scss */
  .visiblePC {
    display: none !important;
  }
}

/* line 95, ../scss/_common.scss */
.sptbbr {
  display: none;
}
@media screen and (max-width: 580px) {
  /* line 95, ../scss/_common.scss */
  .sptbbr {
    display: block !important;
  }
}

/* line 101, ../scss/_common.scss */
strong {
  font-weight: normal;
  text-decoration: underline;
}

/****************
font
****************/
@font-face {
  font-family: 'BellGothicStd';
  src: url("../font/bell-gothic-std-light.woff") format("woff");
}
@font-face {
  font-family: 'BellGothicStdBold';
  src: url("../font/BellGothicStd-Bold.woff") format("woff");
}
/****************
style
****************/
/* line 128, ../scss/_common.scss */
html, body {
  text-rendering: optimizeLegibility;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

/* line 133, ../scss/_common.scss */
html {
  font-size: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #fff;
}
/* line 140, ../scss/_common.scss */
html.on {
  font-size: 110%;
}
@media screen and (max-width: 580px) {
  /* line 133, ../scss/_common.scss */
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 480px) {
  /* line 133, ../scss/_common.scss */
  html {
    font-size: 80%;
  }
}
/* line 149, ../scss/_common.scss */
html * {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

/* line 159, ../scss/_common.scss */
body {
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  letter-spacing: 0.25rem;
  color: #0e0e0e;
  overflow-x: hidden;
  width: 100vw;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) font-size;
  overscroll-behavior-y: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 173, ../scss/_common.scss */
body.tra {
  transition: 1s ease;
}
/* line 176, ../scss/_common.scss */
body.fade {
  opacity: 0;
  visibility: hidden;
}
/* line 180, ../scss/_common.scss */
body.of {
  display: none;
  visibility: hidden;
}
/* line 184, ../scss/_common.scss */
body.fix {
  position: fixed;
}

/* line 188, ../scss/_common.scss */
img.of_js {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* line 195, ../scss/_common.scss */
main, footer {
  position: relative;
  z-index: 1;
}

/* line 199, ../scss/_common.scss */
main {
  overflow: hidden;
  overscroll-behavior: none;
  margin-top: 55px;
}
@media screen and (max-width: 1050px) {
  /* line 199, ../scss/_common.scss */
  main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 850px) {
  /* line 199, ../scss/_common.scss */
  main {
    margin-top: 65px;
  }
}

/* line 212, ../scss/_common.scss */
main#home {
  margin-top: 0;
}

/* line 215, ../scss/_common.scss */
img {
  width: 100%;
  display: block;
  flex-shrink: 0;
}

/* line 220, ../scss/_common.scss */
a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #0e0e0e;
}

/* line 226, ../scss/_common.scss */
address {
  color: #024da2;
  font-size: 12px;
  background-color: #f3f8fb;
  padding: 6px 18px;
  display: flex;
}
/* line 232, ../scss/_common.scss */
address span:first-of-type {
  letter-spacing: 0;
}
/* line 235, ../scss/_common.scss */
address span {
  letter-spacing: 1px;
}

/* line 242, ../scss/_common.scss */
#luxy {
  overscroll-behavior: none;
  overflow: hidden;
}

/* line 250, ../scss/_common.scss */
#bgLine {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
/* line 258, ../scss/_common.scss */
#bgLine span {
  display: block;
  width: 100%;
  height: calc(100vh - 55px);
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  /* line 258, ../scss/_common.scss */
  #bgLine span {
    height: calc(100vh - 65px);
  }
}
/* line 266, ../scss/_common.scss */
#bgLine span:nth-of-type(1), #bgLine span:nth-of-type(5), #bgLine span:nth-of-type(9), #bgLine span:nth-of-type(13), #bgLine span:nth-of-type(17) {
  border-right: 1px solid #f5f5f5;
}

/* line 423, ../scss/_common.scss */
header {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 55px;
  top: 0;
  background-color: #fff;
  z-index: 999;
  box-sizing: border-box;
  border-bottom: 1px solid #878787;
  transform: translateX(-25px);
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 850px) {
  /* line 423, ../scss/_common.scss */
  header {
    height: 65px;
  }
}
/* line 438, ../scss/_common.scss */
header.on {
  opacity: 1;
  transform: none;
}
/* line 442, ../scss/_common.scss */
header > a {
  display: block;
  width: 100%;
  max-width: 640px;
  height: 55px;
  margin-left: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  /* line 442, ../scss/_common.scss */
  header > a {
    height: 65px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  /* line 442, ../scss/_common.scss */
  header > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 442, ../scss/_common.scss */
  header > a {
    margin-left: 10px;
    padding: 0;
  }
}
/* line 462, ../scss/_common.scss */
header > a:before {
  content: "";
  width: 100%;
  max-width: 360px;
  height: 55px;
  display: block;
  background-image: url(../img/nav-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  /* line 462, ../scss/_common.scss */
  header > a:before {
    height: 38px;
    display: block;
    background-size: contain;
    background-position: left;
  }
}
@media screen and (max-width: 580px) {
  /* line 462, ../scss/_common.scss */
  header > a:before {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 480px) {
  /* line 462, ../scss/_common.scss */
  header > a:before {
    width: 70%;
  }
}
/* line 490, ../scss/_common.scss */
header > #langBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 192px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #878787;
}
/* line 500, ../scss/_common.scss */
header > #langBtn a {
  display: block;
  font-size: 0.75rem;
  font-family: 'BellGothicStd';
  padding: 3px 7px 2px;
  box-sizing: border-box;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #333333;
}
/* line 509, ../scss/_common.scss */
header > #langBtn a:nth-of-type(1) {
  padding-left: 8px;
  border-right: 1px solid #878787;
}
/* line 513, ../scss/_common.scss */
header > #langBtn a.current {
  cursor: default;
  background-color: #f3f8fb;
}
@media screen and (max-width: 1050px) {
  /* line 519, ../scss/_common.scss */
  header > #fsBtn {
    display: none;
  }
}
/* line 524, ../scss/_common.scss */
header > #fsBtn.on > div > a {
  transform: translateX(-12px);
  background-color: #cde4fd;
}
/* line 529, ../scss/_common.scss */
header > #fsBtn > p {
  position: absolute;
  top: 50%;
  right: 273px;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
}
/* line 538, ../scss/_common.scss */
header > #fsBtn > div {
  position: absolute;
  top: 50%;
  right: 192px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #878787;
  border-radius: 20px;
  overflow: hidden;
  width: 70px;
  height: 30px;
  box-sizing: border-box;
  background-color: #fbfbfb;
}
/* line 553, ../scss/_common.scss */
header > #fsBtn > div > a {
  cursor: pointer;
  display: block;
  font-size: 0.6875rem;
  font-family: 'BellGothicStd';
  padding: 3px 7px 2px;
  box-sizing: border-box;
  letter-spacing: 0px;
  line-height: 1;
  padding: 8px 0;
  color: #333333;
  width: 46px;
  transform: translateX(12px);
  position: relative;
  z-index: -10;
  text-align: center;
  background-color: #f3f8fb;
  box-shadow: 0px 0px 6px -1px #878787;
  border-radius: 20px;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 576, ../scss/_common.scss */
header > #menuBtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #cde4fd;
  box-sizing: border-box;
  border-left: 1px solid #878787;
  border-bottom: 1px solid #878787;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 150px;
}
@media screen and (max-width: 850px) {
  /* line 576, ../scss/_common.scss */
  header > #menuBtn {
    height: 65px;
  }
}
@media screen and (max-width: 480px) {
  /* line 576, ../scss/_common.scss */
  header > #menuBtn {
    width: 60px;
  }
}
/* line 597, ../scss/_common.scss */
header > #menuBtn:hover {
  background-color: #fff;
}
/* line 599, ../scss/_common.scss */
header > #menuBtn:hover > div span:nth-of-type(1) {
  transform: translateX(-6px);
}
/* line 602, ../scss/_common.scss */
header > #menuBtn:hover > div span:nth-of-type(2) {
  transform: translateX(-3px);
}
/* line 606, ../scss/_common.scss */
header > #menuBtn > div {
  margin-right: 25px;
  position: relative;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  height: 16px;
}
@media screen and (max-width: 480px) {
  /* line 606, ../scss/_common.scss */
  header > #menuBtn > div {
    margin-right: 0px;
    width: 14px;
  }
}
/* line 617, ../scss/_common.scss */
header > #menuBtn > div span {
  width: 14px;
  height: 1px;
  background-color: #272727;
  display: inline-block;
  transition: all .4s ease;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  border-radius: 4px;
}
/* line 627, ../scss/_common.scss */
header > #menuBtn > div span:nth-of-type(1) {
  top: 0;
}
/* line 630, ../scss/_common.scss */
header > #menuBtn > div span:nth-of-type(2) {
  top: 7px;
}
/* line 633, ../scss/_common.scss */
header > #menuBtn > div span:nth-of-type(3) {
  bottom: 0;
}
/* line 638, ../scss/_common.scss */
header > #menuBtn > div.op span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
/* line 642, ../scss/_common.scss */
header > #menuBtn > div.op span:nth-of-type(2) {
  opacity: 0;
}
/* line 645, ../scss/_common.scss */
header > #menuBtn > div.op span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
/* line 651, ../scss/_common.scss */
header > #menuBtn > p {
  line-height: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 480px) {
  /* line 651, ../scss/_common.scss */
  header > #menuBtn > p {
    display: none;
  }
}
/* line 660, ../scss/_common.scss */
header > #menuBtn > p span {
  font-size: 0.8125rem;
  font-family: 'BellGothicStdBold';
  letter-spacing: 1px;
  transition: all .4s ease;
  position: absolute;
}
/* line 666, ../scss/_common.scss */
header > #menuBtn > p span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
/* line 673, ../scss/_common.scss */
header > #menuBtn > div.op + p span:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
/* line 677, ../scss/_common.scss */
header > #menuBtn > div.op + p span:nth-of-type(2) {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 684, ../scss/_common.scss */
header > nav {
  height: calc( 100vh - 55px);
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 850px) {
  /* line 684, ../scss/_common.scss */
  header > nav {
    height: calc( 100vh - 65px);
  }
}
@media screen and (max-width: 580px) {
  /* line 684, ../scss/_common.scss */
  header > nav {
    display: block;
  }
}
/* line 700, ../scss/_common.scss */
header > nav.op {
  opacity: 1;
  visibility: visible;
}
/* line 703, ../scss/_common.scss */
header > nav.op #menuInner > div:first-of-type a:before {
  transform: translate3d(7px, 7px, 0);
}
/* line 707, ../scss/_common.scss */
header > nav #menuInner {
  width: 100%;
  max-width: 930px;
  box-sizing: border-box;
  padding: 30px;
  transform: translateY(-20px);
}
/* line 713, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type {
  display: flex;
}
@media screen and (max-width: 480px) {
  /* line 713, ../scss/_common.scss */
  header > nav #menuInner > div:first-of-type {
    margin-top: 10px;
  }
}
/* line 719, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a.sns {
  position: absolute;
  right: 215px;
  width: auto;
  letter-spacing: 0.5px;
  height: auto;
  line-height: 2;
  display: inline-block;
  border: none;
  text-decoration: underline;
}
/* line 729, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a.sns:before {
  content: none;
}
/* line 733, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a {
  display: block;
  font-size: 0.6875rem;
  width: 140px;
  margin-left: auto;
  padding: 7px 0;
  text-align: center;
  box-sizing: border-box;
  transform: translateX(-8px);
  border: 1px solid #9ab8da;
  position: relative;
  z-index: 9;
  letter-spacing: 0px;
  line-height: 2;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  /* line 733, ../scss/_common.scss */
  header > nav #menuInner > div:first-of-type a {
    margin: 20px 0 10px auto;
  }
}
/* line 752, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a:hover {
  opacity: 0.7;
}
/* line 755, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a:hover:before {
  transform: none;
}
/* line 758, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccdbec;
  box-sizing: border-box;
  position: absolute;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: none;
  top: 0;
  z-index: 1;
}
/* line 773, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a > form {
  display: inline-block;
}
/* line 775, ../scss/_common.scss */
header > nav #menuInner > div:first-of-type a > form > input {
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 580px) {
  /* line 775, ../scss/_common.scss */
  header > nav #menuInner > div:first-of-type a > form > input {
    font-size: 10px;
  }
}
/* line 787, ../scss/_common.scss */
header > nav #menuInner section:nth-of-type(1) {
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  /* line 787, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(1) {
    margin-bottom: 50px;
  }
  /* line 792, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(1) ul li {
    margin-right: 20px;
  }
  /* line 794, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(1) ul li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  /* line 802, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(1) ul li {
    margin-right: 0px;
  }
  /* line 804, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(1) ul li:last-of-type {
    margin-right: 0;
  }
}
/* line 811, ../scss/_common.scss */
header > nav #menuInner section h1 {
  font-family: 'BellGothicStd';
  color: #024da2;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  /* line 811, ../scss/_common.scss */
  header > nav #menuInner section h1 {
    margin-bottom: 30px;
  }
}
/* line 821, ../scss/_common.scss */
header > nav #menuInner section h1.on > span:nth-of-type(1) > span {
  transform: none;
  opacity: 1;
}
/* line 831, ../scss/_common.scss */
header > nav #menuInner section h1.on > span:nth-of-type(2) > span {
  opacity: 1;
}
/* line 839, ../scss/_common.scss */
header > nav #menuInner section h1 > span {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 843, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(1) {
  font-size: 1.1875rem;
}
/* line 845, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(1) > span {
  display: inline-block;
  transform: translateY(32px);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
/* line 852, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(2) {
  font-size: 0.625rem;
  margin-top: 13px;
}
/* line 855, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(2) > span {
  display: inline-block;
  transition: 1s ease;
  transition-delay: 0.3s;
  opacity: 0;
}
/* line 860, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(2) > span:before {
  content: "";
  display: block;
  width: calc(100% - 15em);
  border-bottom: 1px solid #024da2;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 15em;
}
/* line 870, ../scss/_common.scss */
header > nav #menuInner section h1 > span:nth-of-type(2) > span:after {
  content: "";
  display: block;
  width: calc(100% - 15em);
  border-bottom: 1px solid #024da2;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 15em;
}
/* line 884, ../scss/_common.scss */
header > nav #menuInner section ul {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  width: calc( 100% - 13px);
  max-width: 800px;
  margin-right: auto;
  margin-left: 13px;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  /* line 884, ../scss/_common.scss */
  header > nav #menuInner section ul {
    max-width: 700px;
  }
}
/* line 896, ../scss/_common.scss */
header > nav #menuInner section ul li {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 580px) {
  /* line 896, ../scss/_common.scss */
  header > nav #menuInner section ul li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
  }
  /* line 908, ../scss/_common.scss */
  header > nav #menuInner section ul li:nth-of-type(2n) {
    padding-right: 0;
    margin-right: 0 !important;
  }
}
/* line 913, ../scss/_common.scss */
header > nav #menuInner section ul li:hover {
  transform: translateX(7px);
  opacity: 0.7;
}
/* line 917, ../scss/_common.scss */
header > nav #menuInner section ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #878787;
}
/* line 924, ../scss/_common.scss */
header > nav #menuInner section ul li a {
  display: block;
  font-size: 0.8125rem;
  padding-left: 5px;
  box-sizing: border-box;
  letter-spacing: 0px;
  width: calc(100% - 5px);
}
@media screen and (max-width: 580px) {
  /* line 924, ../scss/_common.scss */
  header > nav #menuInner section ul li a {
    font-size: 11px;
  }
}
/* line 939, ../scss/_common.scss */
header > nav #menuInner section:nth-of-type(2) h1 span:before {
  left: 29em !important;
}
@media screen and (max-width: 580px) {
  /* line 939, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(2) h1 span:before {
    left: 23em !important;
  }
}
/* line 945, ../scss/_common.scss */
header > nav #menuInner section:nth-of-type(2) h1 span:after {
  left: 29em !important;
}
@media screen and (max-width: 580px) {
  /* line 945, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(2) h1 span:after {
    left: 23em !important;
  }
}
/* line 952, ../scss/_common.scss */
header > nav #menuInner section:nth-of-type(2) ul {
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  /* line 952, ../scss/_common.scss */
  header > nav #menuInner section:nth-of-type(2) ul {
    max-width: 200px;
  }
}

/* line 964, ../scss/_common.scss */
.subNav {
  position: fixed;
  top: 50%;
  left: 25px;
  transform: translateY(-32%);
  z-index: 10;
}
@media screen and (max-width: 1050px) {
  /* line 964, ../scss/_common.scss */
  .subNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transform: none;
    text-align: center;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 985, ../scss/_common.scss */
  .subNav.on {
    height: 100%;
  }
  /* line 987, ../scss/_common.scss */
  .subNav.on.on2 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* line 992, ../scss/_common.scss */
.subNav.history {
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  /* line 992, ../scss/_common.scss */
  .subNav.history {
    transform: none;
  }
}
/* line 998, ../scss/_common.scss */
.subNav > p {
  cursor: pointer;
  display: none;
  margin-top: calc(55px + 60px);
  position: relative;
  color: #024da2;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 13px;
  letter-spacing: 4px;
  text-decoration: underline;
  font-family: 'BellGothicStd';
  padding: 7px 10px 7px 30px;
  transform: translateX(-10px);
}
/* line 1013, ../scss/_common.scss */
.subNav > p.scrollOn {
  transform: translate3D(-10px, -40px, 0);
}
/* line 1016, ../scss/_common.scss */
.subNav > p:hover {
  opacity: 0.5;
}
/* line 1019, ../scss/_common.scss */
.subNav > p.on {
  background-color: none;
}
/* line 1021, ../scss/_common.scss */
.subNav > p.on:after {
  transform: rotate(0deg);
}
/* line 1025, ../scss/_common.scss */
.subNav > p:before {
  content: "";
  display: block;
  width: 11px;
  border-bottom: 1px solid #024da2;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  left: 10px;
  height: 1px;
}
/* line 1036, ../scss/_common.scss */
.subNav > p:after {
  content: "";
  display: block;
  width: 11px;
  border-bottom: 1px solid #024da2;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  left: 10px;
  transform: rotate(90deg);
  height: 1px;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1050px) {
  /* line 998, ../scss/_common.scss */
  .subNav > p {
    display: inline-block;
  }
}
/* line 1054, ../scss/_common.scss */
.subNav ul {
  height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  /* line 1054, ../scss/_common.scss */
  .subNav ul {
    padding-top: 40px;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    visibility: hidden;
  }
  /* line 1068, ../scss/_common.scss */
  .subNav ul.on {
    visibility: visible;
    height: 100% !important;
  }
}
/* line 1073, ../scss/_common.scss */
.subNav ul li {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1050px) {
  /* line 1073, ../scss/_common.scss */
  .subNav ul li {
    margin-bottom: 15px;
    opacity: 0;
    transform: translateX(20px);
  }
  /* line 1079, ../scss/_common.scss */
  .subNav ul li.on {
    transform: none;
    opacity: 1;
  }
}
/* line 1085, ../scss/_common.scss */
.subNav ul li.current a, .subNav ul li.current2 a {
  cursor: default;
}
/* line 1088, ../scss/_common.scss */
.subNav ul li.current:hover, .subNav ul li.current2:hover {
  transform: none;
  opacity: 1;
}
/* line 1092, ../scss/_common.scss */
.subNav ul li.current a, .subNav ul li.current2 a {
  color: #2263ae;
  position: relative;
}
/* line 1095, ../scss/_common.scss */
.subNav ul li.current a:before, .subNav ul li.current2 a:before {
  content: "";
  position: absolute;
  width: 15px;
  top: 50%;
  height: 1px;
  background-color: #2263ae;
  transform: translateY(-40%);
  left: -25px;
}
@media screen and (max-width: 1050px) {
  /* line 1095, ../scss/_common.scss */
  .subNav ul li.current a:before, .subNav ul li.current2 a:before {
    content: none;
  }
}
/* line 1109, ../scss/_common.scss */
.subNav ul li.current input[type="submit"], .subNav ul li.current2 input[type="submit"] {
  color: #2263ae;
}
/* line 1114, ../scss/_common.scss */
.subNav ul li.current2 a {
  cursor: pointer;
}
/* line 1118, ../scss/_common.scss */
.subNav ul li:hover {
  transform: translateX(7px);
  opacity: 0.7;
}
@media screen and (max-width: 1050px) {
  /* line 1118, ../scss/_common.scss */
  .subNav ul li:hover {
    transform: none;
    opacity: 1;
  }
}
/* line 1126, ../scss/_common.scss */
.subNav ul li a {
  color: #231815;
  display: block;
  font-size: 0.8125rem;
  box-sizing: border-box;
  letter-spacing: 0px;
  padding: 10px 5px;
}
@media screen and (max-width: 1050px) {
  /* line 1126, ../scss/_common.scss */
  .subNav ul li a {
    display: inline-block;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 1136, ../scss/_common.scss */
  .subNav ul li a:hover {
    transform: translateX(7px);
    opacity: 0.7;
  }
}
/* line 1141, ../scss/_common.scss */
.subNav ul li a input[type="submit"] {
  display: block;
  cursor: pointer;
}

/* line 1152, ../scss/_common.scss */
footer {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  transition: 1s ease;
}
@media screen and (max-width: 580px) {
  /* line 1152, ../scss/_common.scss */
  footer {
    padding-top: 40px;
  }
}
/* line 1161, ../scss/_common.scss */
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 650px) {
  /* line 1161, ../scss/_common.scss */
  footer ul {
    width: 320px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  /* line 1161, ../scss/_common.scss */
  footer ul {
    width: 80%;
    transform: translateX(20px);
  }
}
/* line 1175, ../scss/_common.scss */
footer ul li {
  box-sizing: border-box;
  padding: 10px 15px;
}
@media screen and (max-width: 580px) {
  /* line 1175, ../scss/_common.scss */
  footer ul li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1183, ../scss/_common.scss */
  footer ul li:nth-of-type(2n) {
    text-align: left;
  }
}
/* line 1188, ../scss/_common.scss */
footer ul li.sns a {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
/* line 1194, ../scss/_common.scss */
footer ul li a {
  font-size: 0.6875rem;
  color: #333333;
  letter-spacing: -0.5px;
  cursor: pointer;
}
/* line 1199, ../scss/_common.scss */
footer ul li a input {
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  /* line 1194, ../scss/_common.scss */
  footer ul li a {
    font-size: 12px;
  }
}
/* line 1205, ../scss/_common.scss */
footer ul li a input[type="submit"] {
  font-size: 0.6875rem;
  color: #333333;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 580px) {
  /* line 1205, ../scss/_common.scss */
  footer ul li a input[type="submit"] {
    font-size: 12px;
  }
}
/* line 1216, ../scss/_common.scss */
footer small {
  color: #0a0a0a;
  font-size: 0.625rem;
  font-family: 'BellGothicStd';
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 480px) {
  /* line 1216, ../scss/_common.scss */
  footer small {
    letter-spacing: 0px;
  }
}
/* line 1229, ../scss/_common.scss */
footer #secom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  /* line 1229, ../scss/_common.scss */
  footer #secom {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 1229, ../scss/_common.scss */
  footer #secom {
    bottom: 40px;
  }
}

/* line 1242, ../scss/_common.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/* line 1246, ../scss/_common.scss */
.breadcrumb ol {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0 20px 25px;
  box-sizing: border-box;
}
/* line 1253, ../scss/_common.scss */
.breadcrumb ol li {
  box-sizing: border-box;
  padding-right: 20px;
  position: relative;
}
/* line 1257, ../scss/_common.scss */
.breadcrumb ol li:after {
  content: "/";
  position: absolute;
  right: 5px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}
/* line 1266, ../scss/_common.scss */
.breadcrumb ol li a {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0px;
  color: #024da2;
  cursor: pointer;
  box-sizing: border-box;
  padding: 5px 8px;
  line-height: 0;
}
/* line 1277, ../scss/_common.scss */
.breadcrumb ol li:last-of-type a {
  color: #333333;
  cursor: default;
}
/* line 1281, ../scss/_common.scss */
.breadcrumb ol li:last-of-type:after {
  content: none;
}

/* line 1289, ../scss/_common.scss */
.decLens {
  letter-spacing: 0px;
  padding-left: 0px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 5px;
  padding-left: 20px;
}
/* line 1297, ../scss/_common.scss */
.decLens.open:before {
  transform: translate3d(5px, calc(-50% - 2px), 0);
}
/* line 1301, ../scss/_common.scss */
.decLens.open:after {
  transform: translate3d(-5px, calc(-50% -+ 2px), 0);
}
/* line 1305, ../scss/_common.scss */
.decLens:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #9ab8da;
  border-radius: 50%;
  left: -5px;
  z-index: -1;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1318, ../scss/_common.scss */
.decLens:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #c6d7e9;
  border-radius: 50%;
  left: 0px;
  z-index: -1;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1332, ../scss/_common.scss */
.sep {
  display: inline-block;
  margin: 0 5px;
}

/****************
plugin
****************/
/* line 1342, ../scss/_common.scss */
.slick-slider {
  position: relative;
}
/* line 1344, ../scss/_common.scss */
.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 1350, ../scss/_common.scss */
.slick-slider .slick-prev:hover > span:nth-of-type(1), .slick-slider .slick-next:hover > span:nth-of-type(1) {
  transform: none;
}
/* line 1354, ../scss/_common.scss */
.slick-slider .slick-prev > span, .slick-slider .slick-next > span {
  width: 100%;
  height: 100%;
}
/* line 1358, ../scss/_common.scss */
.slick-slider .slick-prev > span:nth-of-type(1), .slick-slider .slick-next > span:nth-of-type(1) {
  position: absolute;
  display: block;
  border: 1px solid #878787;
  box-sizing: border-box;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 2;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1370, ../scss/_common.scss */
.slick-slider .slick-prev > span:nth-of-type(2), .slick-slider .slick-next > span:nth-of-type(2) {
  display: block;
  background-color: #eeeeee;
  z-index: 1;
  position: absolute;
}
/* line 1378, ../scss/_common.scss */
.slick-slider .slick-prev {
  top: 47%;
  left: 21.5%;
  z-index: 99;
}
/* line 1382, ../scss/_common.scss */
.slick-slider .slick-prev > span:nth-of-type(1) {
  transform: translate3d(5px, -5px, 0);
  background-image: url(../img/home/sec3/sec3-arrowL.png);
}
@media screen and (max-width: 950px) {
  /* line 1378, ../scss/_common.scss */
  .slick-slider .slick-prev {
    left: 9.5% !important;
  }
}
@media screen and (max-width: 850px) {
  /* line 1378, ../scss/_common.scss */
  .slick-slider .slick-prev {
    left: 6.5% !important;
  }
}
@media screen and (max-width: 580px) {
  /* line 1378, ../scss/_common.scss */
  .slick-slider .slick-prev {
    left: 2.5% !important;
  }
}
/* line 1396, ../scss/_common.scss */
.slick-slider .slick-next {
  top: 47%;
  right: 21.5%;
  z-index: 99;
}
/* line 1400, ../scss/_common.scss */
.slick-slider .slick-next > span:nth-of-type(1) {
  transform: translate3d(-5px, -5px, 0);
  background-image: url(../img/home/sec3/sec3-arrowR.png);
}
@media screen and (max-width: 950px) {
  /* line 1396, ../scss/_common.scss */
  .slick-slider .slick-next {
    right: 9.5% !important;
  }
}
@media screen and (max-width: 850px) {
  /* line 1396, ../scss/_common.scss */
  .slick-slider .slick-next {
    right: 6.5% !important;
  }
}
@media screen and (max-width: 580px) {
  /* line 1396, ../scss/_common.scss */
  .slick-slider .slick-next {
    right: 2.5% !important;
  }
}

/* line 1415, ../scss/_common.scss */
.slick-center {
  transform: none !important;
}

/* line 1418, ../scss/_common.scss */
.slick-track > div {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.4s;
  box-sizing: border-box;
  padding: 0 50px;
  transform: translateY(80px);
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1418, ../scss/_common.scss */
  .slick-track > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1418, ../scss/_common.scss */
  .slick-track > div {
    padding: 0 0.5%;
  }
}
/* line 1431, ../scss/_common.scss */
.slick-track > div li > a > img {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 850px) {
  /* line 1431, ../scss/_common.scss */
  .slick-track > div li > a > img {
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  /* line 1431, ../scss/_common.scss */
  .slick-track > div li > a > img {
    width: 100%;
  }
}

/* formボタンデザインリセット */
/* line 1447, ../scss/_common.scss */
button,
input[type="submit"] {
  color: #231815;
  display: block;
  font-size: 0.8125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* line 1460, ../scss/_common.scss */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* line 1469, ../scss/_common.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
/* line 1472, ../scss/_common.scss */
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* line 1478, ../scss/_common.scss */
#pgNation {
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}
/* line 1483, ../scss/_common.scss */
#pgNation.on {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 850px) {
  /* line 1478, ../scss/_common.scss */
  #pgNation {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1478, ../scss/_common.scss */
  #pgNation {
    margin-top: 30px;
  }
}
/* line 1493, ../scss/_common.scss */
#pgNation ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  /* line 1493, ../scss/_common.scss */
  #pgNation ol {
    justify-content: center;
  }
}
/* line 1500, ../scss/_common.scss */
#pgNation ol li {
  max-width: 35px;
  margin-right: 10px;
  letter-spacing: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1505, ../scss/_common.scss */
#pgNation ol li:hover {
  transform: translateY(-8px);
}
/* line 1508, ../scss/_common.scss */
#pgNation ol li a {
  width: 35px;
  height: 35px;
  border: 1px solid #878787;
  background-color: #f3f8fb;
  border-radius: 50% 50%;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1520, ../scss/_common.scss */
#pgNation ol li a span {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
}
/* line 1526, ../scss/_common.scss */
#pgNation ol li.active {
  width: 35px;
  height: 35px;
  border-radius: 50% 50%;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #0e0e0e;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cde4fd;
  border: 1px solid #878787;
}
/* line 1539, ../scss/_common.scss */
#pgNation ol li.active span {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
}
/* line 1546, ../scss/_common.scss */
#pgNation ol li:last-child a {
  margin-right: 0;
}
/* line 1550, ../scss/_common.scss */
#pgNation ol li.pgn {
  position: relative;
}
/* line 1552, ../scss/_common.scss */
#pgNation ol li.pgn:last-of-type {
  margin-right: 0;
}
/* line 1555, ../scss/_common.scss */
#pgNation ol li.pgn span:nth-of-type(1) {
  display: block;
  width: 8px;
  height: 1px;
  background-color: #878787;
  position: absolute;
  left: 0;
  transform: translate3d(7px, -2px, 0) rotate(-30deg);
}
/* line 1564, ../scss/_common.scss */
#pgNation ol li.pgn span:nth-of-type(2) {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #878787;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 1579, ../scss/_common.scss */
#pgNation ol li.pgn a.next > span:nth-of-type(1) {
  right: 0;
  transform: translate3d(-7px, -2px, 0) rotate(30deg);
  left: auto;
}

/* line 1590, ../scss/_common.scss */
#pgTitle {
  opacity: 0;
  transform: translateX(-30px);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.6s;
}
/* line 1595, ../scss/_common.scss */
#pgTitle.on {
  opacity: 1;
  transform: none;
}

/* line 1601, ../scss/_common.scss */
#jm {
  max-width: 700px;
  margin: 0 auto 120px;
}
/* line 1604, ../scss/_common.scss */
#jm h2 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #a12525;
}
/* line 1608, ../scss/_common.scss */
#jm h2 span {
  display: block;
  font-size: 12px;
  color: #0e0e0e;
}
/* line 1614, ../scss/_common.scss */
#jm ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
/* line 1618, ../scss/_common.scss */
#jm ul li {
  width: 50%;
}
/* line 1620, ../scss/_common.scss */
#jm ul li:nth-of-type(1) > a {
  padding: 20px 10px 20px 0;
}
/* line 1623, ../scss/_common.scss */
#jm ul li:nth-of-type(2) > a {
  padding: 20px 0 20px 10px;
}
/* line 1626, ../scss/_common.scss */
#jm ul li a {
  box-sizing: border-box;
}

/* line 1635, ../scss/_common.scss */
#modalWin {
  width: 100vw;
  height: 100vh;
  background-color: rgba(236, 238, 237, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
/* line 1650, ../scss/_common.scss */
#modalWin.on {
  opacity: 1;
  visibility: visible;
}
/* line 1655, ../scss/_common.scss */
#modalWin > div > img {
  cursor: default;
  max-width: 450px;
  margin: 0 auto;
}

/* line 1665, ../scss/_common.scss */
#lens.option #sec1 > div:nth-of-type(1) {
  height: 400px;
  background-position: top;
}
/* line 1668, ../scss/_common.scss */
#lens.option #sec1 > div:nth-of-type(1).inWord {
  display: flex;
  align-items: center;
}
/* line 1671, ../scss/_common.scss */
#lens.option #sec1 > div:nth-of-type(1).inWord > span {
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: #e3006c;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  margin-left: 6%;
  letter-spacing: 5px;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  /* line 1671, ../scss/_common.scss */
  #lens.option #sec1 > div:nth-of-type(1).inWord > span {
    letter-spacing: 1px;
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
/* line 1692, ../scss/_common.scss */
#lens.option #sec1 > h1.coating_uvp > span:nth-of-type(2) img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 480px) {
  /* line 1692, ../scss/_common.scss */
  #lens.option #sec1 > h1.coating_uvp > span:nth-of-type(2) img {
    max-width: 230px;
  }
}

/* line 1706, ../scss/_common.scss */
#backBtn {
  display: block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9;
  background-color: #cde4fd;
  border-radius: 50% 50%;
  box-sizing: border-box;
  padding: 12px;
  box-shadow: 3px 2px 18px -4px #888888;
  transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
/* line 1727, ../scss/_common.scss */
#backBtn.on {
  opacity: 1;
  visibility: visible;
}
/* line 1731, ../scss/_common.scss */
#backBtn.hide {
  opacity: 0;
  visibility: hidden;
}
/* line 1735, ../scss/_common.scss */
#backBtn > div {
  transform: rotate(0deg) scale(0.8);
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='512pt' viewBox='-32 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m192 512c-68.394531 0-132.671875-26.625-181.035156-74.988281-4.160156-4.160157-4.160156-10.921875 0-15.082031 4.160156-4.160157 10.921875-4.160157 15.082031 0 44.332031 44.332031 103.277344 68.738281 165.953125 68.738281s121.601562-24.40625 165.929688-68.738281c44.332031-44.328126 68.738281-103.253907 68.738281-165.929688s-24.40625-121.621094-68.738281-165.953125c-44.328126-44.328125-103.253907-68.714844-165.929688-68.714844s-121.601562 24.40625-165.929688 68.738281c-4.160156 4.160157-10.921874 4.160157-15.082031 0-4.160156-4.160156-4.160156-10.921874 0-15.082031 48.359375-48.363281 112.636719-74.988281 181.011719-74.988281 68.394531 0 132.671875 26.625 181.035156 74.988281 48.363282 48.359375 74.964844 112.636719 74.964844 181.011719s-26.625 132.652344-74.988281 181.011719c-48.359375 48.363281-112.636719 74.988281-181.011719 74.988281zm0 0'/%3E%3Cpath d='m96 106.667969h-85.332031c-5.890625 0-10.667969-4.78125-10.667969-10.667969v-85.332031c0-5.890625 4.777344-10.667969 10.667969-10.667969 5.886719 0 10.664062 4.777344 10.664062 10.667969v74.664062h74.667969c5.886719 0 10.667969 4.78125 10.667969 10.667969s-4.78125 10.667969-10.667969 10.667969zm0 0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 580px) {
  /* line 1735, ../scss/_common.scss */
  #backBtn > div {
    width: 24px;
    height: 24px;
  }
}
/* line 1749, ../scss/_common.scss */
#backBtn:hover {
  background-color: #fff;
}
/* line 1751, ../scss/_common.scss */
#backBtn:hover > div {
  transform: rotate(-360deg) scale(0.8);
}

/* line 1756, ../scss/_common.scss */
input, select, textarea {
  font-size: 16px;
}

/* line 1760, ../scss/_common.scss */
.add-coating {
  max-width: 380px;
  margin: 0 auto;
}
/* line 1763, ../scss/_common.scss */
.add-coating li {
  text-align: right;
}
/* line 1765, ../scss/_common.scss */
.add-coating li > a {
  display: inline-block;
}
/* line 1767, ../scss/_common.scss */
.add-coating li > a > span {
  width: 120px;
  display: block;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  border-bottom: 1px solid #b4c8e8;
  position: relative;
}
/* line 1777, ../scss/_common.scss */
.add-coating li > a > span:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  transform: rotate(-40deg);
  background-color: #b4c8e8;
  position: absolute;
  left: -5px;
  bottom: -2px;
}
/* line 1788, ../scss/_common.scss */
.add-coating li > a > span:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  transform: rotate(-40deg);
  background-color: #698bc2;
  position: absolute;
  left: -12px;
  bottom: -2px;
}

/* line 1806, ../scss/_common.scss */
.newBadge {
  position: absolute;
  top: -10px;
  left: 3px;
  z-index: 1;
  font-size: 10px;
  background-color: #fff;
  padding: 10px 15px 15px 0px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #2263ae;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: underline;
}

/* line 1820, ../scss/_common.scss */
.fmDetSpec .newBadge {
  background-color: transparent;
  position: absolute;
  text-decoration: none;
  padding: 0;
  left: -28px;
  top: -1.5px;
  transform: scale(0.75);
  letter-spacing: 1px;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  /* line 1820, ../scss/_common.scss */
  .fmDetSpec .newBadge {
    position: static;
    display: inline-block;
    transform: translate3d(1px, -2px, 0) scale(0.75);
  }
}

/* line 1836, ../scss/_common.scss */
.newBadge-d {
  font-size: 10px;
  position: absolute;
  top: -18px;
  right: 2px;
  letter-spacing: 0.5px;
  color: #707070;
}

/* line 1844, ../scss/_common.scss */
.newBadgeLens {
  position: absolute;
  top: -10px;
  left: 3px;
  z-index: 1;
  font-size: 10px;
  background-color: #fff;
  padding: 5px 10px 5px 5px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #2263ae;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: underline;
}

/* line 1858, ../scss/_common.scss */
.pdsubnews {
  font-size: 12px;
  letter-spacing: 0px;
  position: absolute;
  top: -20px;
  letter-spacing: 1px;
  color: #2263ae;
  right: 0;
}
@media screen and (max-width: 800px) {
  /* line 1858, ../scss/_common.scss */
  .pdsubnews {
    right: 10px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1858, ../scss/_common.scss */
  .pdsubnews {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* line 1874, ../scss/_common.scss */
#shopListGizaWrap {
  background-color: rgba(156, 156, 156, 0.9);
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1886, ../scss/_common.scss */
#shopListGizaWrap div:nth-of-type(2) > ul > li {
  pointer-events: none;
}
/* line 1889, ../scss/_common.scss */
#shopListGizaWrap.on {
  opacity: 1;
  visibility: visible;
}
/* line 1892, ../scss/_common.scss */
#shopListGizaWrap.on div:nth-of-type(2) > ul > li {
  pointer-events: auto;
}
/* line 1901, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner {
  position: relative;
  width: calc(100% - 150px);
  height: calc(95vh - 15px);
  margin: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: default;
}
@media screen and (max-width: 710px) {
  /* line 1901, ../scss/_common.scss */
  #shopListGizaWrap #shopListGizaInner {
    width: calc(100% - 30px);
    height: calc(100vh - 30px);
    display: flex;
    align-items: center;
  }
}
/* line 1916, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 {
  border: 1px solid #d0b40f;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: auto;
}
/* line 1921, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2.mgi {
  border: 1px solid #b4b4b4;
}
/* line 1924, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2.lgi {
  border: 1px solid #d0b40f;
}
/* line 1927, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 {
  margin: 30px auto 0;
  max-width: 760px;
  transform: translateY(5px);
}
@media screen and (max-width: 710px) {
  /* line 1927, ../scss/_common.scss */
  #shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 {
    margin: 20px auto 30px;
    box-sizing: border-box;
    padding: 0 25px;
  }
}
/* line 1936, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1941, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 span.mgi p {
  color: #b4b4b4;
}
/* line 1946, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 span.lgi p {
  color: #d0b40f;
}
/* line 1950, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 span img {
  max-width: 170px;
}
/* line 1953, ../scss/_common.scss */
#shopListGizaWrap #shopListGizaInner #shopListGizaInner2 h1 span p {
  font-size: 0.75rem;
  margin-left: 30px;
  letter-spacing: 1px;
}

/* line 1963, ../scss/_common.scss */
#shopSearchBox {
  padding: 10px 10px 10px;
  max-width: 600px;
  margin: 0 auto;
  transform: translateX(42px) translateY(25px);
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 710px) {
  /* line 1963, ../scss/_common.scss */
  #shopSearchBox {
    transform: translateY(-10px);
    flex-direction: row;
    padding: 10px 5px;
  }
  /* line 1979, ../scss/_common.scss */
  #shopSearchBox p {
    display: none !important;
  }
}
/* line 1983, ../scss/_common.scss */
#shopSearchBox > p {
  font-size: 0.75rem;
  letter-spacing: 0px;
  line-height: 1;
  padding: 3px 12px;
  margin-bottom: 12px;
  color: #024da2;
  border-left: 1px solid #ccdbec;
  border-right: 1px solid #ccdbec;
}
/* line 1992, ../scss/_common.scss */
#shopSearchBox > p > span {
  font-size: 0.625rem;
}
/* line 1994, ../scss/_common.scss */
#shopSearchBox > p > span > span {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 5px;
  color: #8e1b1b;
}
/* line 2002, ../scss/_common.scss */
#shopSearchBox > div {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 710px) {
  /* line 2002, ../scss/_common.scss */
  #shopSearchBox > div {
    transform: translateX(6px);
  }
}
/* line 2009, ../scss/_common.scss */
#shopSearchBox > div > div {
  display: flex;
  align-items: center;
}
/* line 2012, ../scss/_common.scss */
#shopSearchBox > div > div:nth-of-type(1) {
  position: relative;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 2015, ../scss/_common.scss */
#shopSearchBox > div > div:nth-of-type(1).off {
  position: absolute;
}
/* line 2019, ../scss/_common.scss */
#shopSearchBox > div > div:nth-of-type(2) {
  margin-left: 20px;
  transform: none;
  transition: 0.8 cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 710px) {
  /* line 2019, ../scss/_common.scss */
  #shopSearchBox > div > div:nth-of-type(2) {
    margin-left: 0px;
  }
}
/* line 2028, ../scss/_common.scss */
#shopSearchBox > div > div:nth-of-type(2).off {
  visibility: hidden;
  opacity: 0;
}
/* line 2032, ../scss/_common.scss */
#shopSearchBox > div > div:nth-of-type(2) > input {
  width: 5.5rem;
}
/* line 2036, ../scss/_common.scss */
#shopSearchBox > div > div > span {
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  display: inline-block;
  margin-right: 5px;
  color: #413e3e;
}
@media screen and (max-width: 710px) {
  /* line 2036, ../scss/_common.scss */
  #shopSearchBox > div > div > span {
    letter-spacing: 0.4px;
  }
}
/* line 2045, ../scss/_common.scss */
#shopSearchBox > div > div > span > span {
  display: inline-block;
  margin-left: 1px;
  color: #8e1b1b;
  transform: translateY(-3px);
}
/* line 2052, ../scss/_common.scss */
#shopSearchBox > div > div > input {
  max-width: 100px;
  width: 4.5rem;
  height: 1.2rem;
  font-size: 0.8125rem;
  padding: 4px;
  letter-spacing: 0px;
  border: 1px solid #024da2;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  line-height: 1.3;
}
/* line 2063, ../scss/_common.scss */
#shopSearchBox > div > div > input::-webkit-input-placeholder {
  color: #ced2d7;
  padding: 0;
}
/* line 2067, ../scss/_common.scss */
#shopSearchBox > div > div > input:-ms-input-placeholder {
  color: #ced2d7;
}
/* line 2070, ../scss/_common.scss */
#shopSearchBox > div > div > input::placeholder {
  color: #ced2d7;
}
/* line 2073, ../scss/_common.scss */
#shopSearchBox > div > div > input:focus {
  border: 1px solid #ccdbec;
}
@media screen and (max-width: 710px) {
  /* line 2052, ../scss/_common.scss */
  #shopSearchBox > div > div > input {
    font-size: 16px;
    height: 23px;
    transform: scale(0.8) translateX(-10px);
  }
  /* line 2080, ../scss/_common.scss */
  #shopSearchBox > div > div > input::-webkit-input-placeholder {
    transform: scale(0.8);
  }
  /* line 2083, ../scss/_common.scss */
  #shopSearchBox > div > div > input:-ms-input-placeholder {
    transform: scale(0.8);
  }
  /* line 2086, ../scss/_common.scss */
  #shopSearchBox > div > div > input::placeholder {
    transform: scale(0.8);
  }
}

/* line 2094, ../scss/_common.scss */
#shopListGiza {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 760px;
  height: calc(100% - 80px);
  margin: 0 auto;
  width: calc(100% - 60px);
}
@media screen and (max-width: 710px) {
  /* line 2094, ../scss/_common.scss */
  #shopListGiza {
    width: calc(100% - 10px);
    display: block;
    height: 90%;
  }
}
/* line 2108, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) {
  padding-right: 0px;
  margin-right: 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  /* line 2108, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(1) {
    position: relative;
    top: 0;
    z-index: 99;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    z-index: 9999;
  }
}
/* line 2122, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) #shopListFilterBtn {
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 5px;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1;
  display: none;
}
@media screen and (max-width: 710px) {
  /* line 2122, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(1) #shopListFilterBtn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
  }
}
/* line 2139, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) #shopListFilterBtn::before {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 2149, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) #shopListFilterBtn::after {
  content: "";
  display: block;
  height: 1px;
  width: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/* line 2160, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) #shopListFilterBtn.open + ul {
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 9;
  height: 340px;
}
/* line 2165, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) #shopListFilterBtn.open + ul li {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 1s;
}
/* line 2174, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) ul {
  width: 75px;
}
@media screen and (max-width: 710px) {
  /* line 2174, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(1) ul {
    width: calc(100% + 30px);
    left: 0px;
    height: 0px;
    overflow: hidden;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* line 2188, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(1) ul > li {
    width: 50%;
  }
}
/* line 2192, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) ul li {
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 15px 10px 15px 5px;
  border-bottom: 1px dotted #e0e0e0;
  cursor: pointer;
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 2200, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) ul li.current {
  color: #024da2;
}
/* line 2203, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) ul li:first-of-type {
  border-top: 0px;
}
/* line 2206, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(1) ul li:last-of-type {
  border-bottom: 0px;
}
@media screen and (max-width: 710px) {
  /* line 2192, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(1) ul li {
    opacity: 0;
    visibility: hidden;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(30px);
    transition-delay: 0.5s;
    border: 0;
  }
}
/* line 2220, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) {
  height: 90%;
  width: 100%;
  margin-right: -20px;
  padding-right: 20px;
  transform: translateZ(0) !important;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 710px) {
  /* line 2220, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) {
    padding-right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    padding-right: 20px;
    width: calc(100% + 0px);
    height: calc(90% - 46px);
    padding-left: 0;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    margin-right: 0 !important;
  }
}
/* line 2249, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2).scrollable {
  padding-right: 0;
}
/* line 2252, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul {
  padding: 5px 10px;
  box-sizing: border-box;
  max-width: 620px;
  margin-right: 20px;
}
@media screen and (max-width: 710px) {
  /* line 2252, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul {
    padding: 0;
    padding-bottom: 50px;
  }
}
/* line 2263, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul.on > li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
/* line 2269, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 15px 25px;
  margin-bottom: 15px;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s ease;
}
@media screen and (max-width: 710px) {
  /* line 2269, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li {
    padding: 6px 10px;
  }
}
/* line 2279, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.searching {
  opacity: 0;
  visibility: hidden;
}
/* line 2282, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.searching.none {
  display: none;
}
/* line 2286, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.searching2 {
  opacity: 0;
  visibility: hidden;
}
/* line 2289, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.searching2.none {
  display: none;
}
/* line 2293, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li:hover {
  box-shadow: 5px 5px 15px -12px #323232;
  transform: translate3d(-5px, -5px, 0);
}
/* line 2297, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.m0 {
  margin-bottom: 0;
}
/* line 2300, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li.hide {
  display: none;
}
/* line 2303, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 2307, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dt {
  font-size: 0.9375rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: #0e0e0e;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 710px) {
  /* line 2307, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li > dl > dt {
    margin-bottom: 10px;
  }
}
/* line 2319, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dt .specBtn {
  margin-left: 15px;
}
@media screen and (max-width: 710px) {
  /* line 2319, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li > dl > dt .specBtn {
    font-size: 0.875rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2319, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li > dl > dt .specBtn {
    transform: scale(0.8);
  }
}
/* line 2329, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dt > a {
  display: inline-block;
  color: #2263ae;
  line-height: 1.2;
}
/* line 2357, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address {
  color: #413e3e;
  font-size: 1rem;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 580px) {
  /* line 2357, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address {
    display: block;
    width: 100%;
  }
}
/* line 2367, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: 25px;
}
@media screen and (max-width: 580px) {
  /* line 2367, ../scss/_common.scss */
  #shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/* line 2377, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
/* line 2381, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl > dt {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
/* line 2389, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl > dd {
  font-size: 0.75rem;
  line-height: 1.2;
  width: calc(100% - 12px);
  letter-spacing: 1.5px;
  padding-left: 10px;
  border-left: 1px dashed #413e3e;
}
/* line 2398, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad1 {
  width: 60%;
}
/* line 2400, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad1 > dt {
  background-image: url(../img/list/location.svg);
}
/* line 2404, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad1 > dd > span {
  display: flex;
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
  align-items: center;
  margin-bottom: 4px;
  font-size: 0.75rem;
}
/* line 2412, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad1 > dd > span > span {
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  font-weight: bold;
}
/* line 2421, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad2 {
  display: flex;
  align-items: center;
  width: 40%;
}
/* line 2425, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad2 > dt {
  background-image: url(../img/list/phone.svg);
}
/* line 2428, ../scss/_common.scss */
#shopListGiza > div:nth-of-type(2) > ul > li > dl > dd > address > dl.ad2 > dd {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.2 !important;
  height: 100%;
}
/* line 2442, ../scss/_common.scss */
#shopListGiza .scrollbar {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 2px;
  transform: translateY(-50%);
  height: calc(100% - 0px);
  background-color: #dce7f2;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  height: calc(84% +  35px);
  overflow: hidden;
}
@media screen and (max-width: 710px) {
  /* line 2442, ../scss/_common.scss */
  #shopListGiza .scrollbar {
    height: calc( 90% - 46px);
    right: 5px;
  }
}
/* line 2460, ../scss/_common.scss */
#shopListGiza .scrollbar.on {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-10px, -50%, 0);
}
/* line 2465, ../scss/_common.scss */
#shopListGiza .scrollbar .scrollbarThumb {
  background-color: #9ab8da;
}
/* line 2469, ../scss/_common.scss */
#shopListGiza .specBtn {
  height: 18px;
  width: 70px;
  margin: 0;
}
/* line 2474, ../scss/_common.scss */
#shopListGiza .specBtn a span {
  font-size: 10px;
  width: 100%;
}
/* line 2477, ../scss/_common.scss */
#shopListGiza .specBtn a span :before {
  opacity: 0.6;
  transform: translate3d(6px, 6px, 0);
}

/* line 2485, ../scss/_common.scss */
#slCERRAR {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  margin-left: 36px;
  display: flex;
  align-items: center;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  z-index: 99999;
}
@media screen and (max-width: 710px) {
  /* line 2485, ../scss/_common.scss */
  #slCERRAR {
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2485, ../scss/_common.scss */
  #slCERRAR {
    margin-left: 26px;
  }
}
/* line 2503, ../scss/_common.scss */
#slCERRAR.rm {
  transform: rotate3d(10, 10, 0, 180deg);
}
/* line 2506, ../scss/_common.scss */
#slCERRAR:hover {
  opacity: 0.3;
}
/* line 2509, ../scss/_common.scss */
#slCERRAR > span {
  display: block;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 16px;
  border: 1px solid #333;
  padding: 23px;
}
@media screen and (max-width: 480px) {
  /* line 2509, ../scss/_common.scss */
  #slCERRAR > span {
    padding: 17px;
  }
}
/* line 2520, ../scss/_common.scss */
#slCERRAR > span > span {
  width: 15px;
  height: 1px;
  background-color: #333;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* line 2532, ../scss/_common.scss */
#slCERRAR > span > span:nth-of-type(1) {
  transform: rotate(-45deg);
}
/* line 2535, ../scss/_common.scss */
#slCERRAR > span > span:nth-of-type(2) {
  transform: rotate(45deg);
}

/* line 2541, ../scss/_common.scss */
#serchResult {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2546, ../scss/_common.scss */
#serchResult > p {
  transform: translateY(-35px);
  font-size: 0.75rem;
  letter-spacing: 2px;
  background-color: #f3f8fb;
  padding: 10px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  /* line 2546, ../scss/_common.scss */
  #serchResult > p {
    transform: translateY(-35px) translateX(-10px);
  }
}

/****************
style
****************/
/* line 9, ../scss/_top.scss */
.btnT-a {
  display: block;
}
/* line 11, ../scss/_top.scss */
.btnT-a span {
  cursor: pointer;
  position: relative;
  display: block;
  margin-left: auto;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 13px 25px;
  text-align: center;
  border: 1px solid #878787;
  color: #034d9b;
  background-color: #fff;
}
/* line 24, ../scss/_top.scss */
.btnT-a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  transform: rotate(30deg);
  left: -20px;
  width: 40px;
  height: 1px;
  background-color: #878787;
}
/* line 37, ../scss/_top.scss */
.btnT-a.viewOn span {
  transform: none;
  opacity: 1;
}

/* line 44, ../scss/_top.scss */
#sec2 .btnT-a span {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translate3d(-30%, -70%, 0);
}

/* line 51, ../scss/_top.scss */
.bgEff {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
/* line 58, ../scss/_top.scss */
.bgEff .circle {
  z-index: -1;
  position: relative;
  transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 62, ../scss/_top.scss */
.bgEff .circle:before {
  content: "";
  width: 470px;
  height: 470px;
  border-radius: 50%;
  border: 1px solid #d1dfee;
  position: absolute;
  left: -45px;
  top: 10px;
  z-index: -2;
  opacity: 0;
  transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
  transform: translate3d(100px, -50px, 0);
}
@media screen and (max-width: 480px) {
  /* line 62, ../scss/_top.scss */
  .bgEff .circle:before {
    width: 320px !important;
    height: 320px !important;
  }
}
/* line 81, ../scss/_top.scss */
.bgEff .circle:after {
  content: "";
  width: 302px;
  height: 302px;
  border-radius: 50%;
  border: 1px solid #9ab8da;
  position: absolute;
  z-index: -2;
  left: 115px;
  top: 70px;
  opacity: 0;
  transition: 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
  transform: translate3d(-150px, -90px, 0);
}
@media screen and (max-width: 480px) {
  /* line 81, ../scss/_top.scss */
  .bgEff .circle:after {
    width: 252px !important;
    height: 252px !important;
  }
}
/* line 101, ../scss/_top.scss */
.bgEff .circle.viewOn:before {
  opacity: 1;
  transform: none;
}
/* line 105, ../scss/_top.scss */
.bgEff .circle.viewOn:after {
  opacity: 1;
  transform: none;
}
/* line 111, ../scss/_top.scss */
.bgEff .square {
  position: absolute;
  width: 763px;
  height: 274px;
  background-color: #ebf4f9;
  opacity: 0.6;
  z-index: -1;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 121, ../scss/_top.scss */
.secTitle {
  font-family: 'BellGothicStd';
  font-size: 1.5rem;
  color: #024da2;
  width: 180px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 120px;
  letter-spacing: 5px;
  line-height: 1;
  margin: 40px auto 160px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: scale(0.9) translateY(40px);
}
/* line 136, ../scss/_top.scss */
.secTitle span {
  display: block;
  font-size: 0.6875rem;
  margin-top: 20px;
  letter-spacing: 5px;
}
/* line 142, ../scss/_top.scss */
.secTitle.viewOn {
  opacity: 1;
  transform: none;
}

/* line 151, ../scss/_top.scss */
#s140 {
  position: absolute;
  top: 90px;
  right: 50px;
  z-index: 99;
  width: 170px;
}
@media screen and (max-width: 1000px) {
  /* line 151, ../scss/_top.scss */
  #s140 {
    right: 20px;
    width: 150px;
  }
}
@media screen and (max-width: 580px) {
  /* line 151, ../scss/_top.scss */
  #s140 {
    right: 10px;
    width: 122px;
  }
}

/* line 168, ../scss/_top.scss */
main#home {
  overflow: hidden;
}
/* line 170, ../scss/_top.scss */
main#home #greet {
  color: #333;
  font-size: 0.8125rem;
  letter-spacing: -1px;
  text-align: center;
  border: 1px solid #878787;
  max-width: 860px;
  margin: 0 auto;
  padding: 33px 80px;
  line-height: 1.8;
  box-sizing: border-box;
  width: 90%;
  transition: 1s ease;
}
@media screen and (max-width: 580px) {
  /* line 170, ../scss/_top.scss */
  main#home #greet {
    padding: 22px 44px;
  }
}
@media screen and (max-width: 480px) {
  /* line 170, ../scss/_top.scss */
  main#home #greet {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 950px) {
  /* line 189, ../scss/_top.scss */
  main#home #greet > br {
    display: none;
  }
}
/* line 195, ../scss/_top.scss */
main#home a#greet:hover {
  background-color: #e3f1ff;
}
/* line 198, ../scss/_top.scss */
main#home #sec1,
main#home #sec3 {
  overflow: hidden;
}
/* line 202, ../scss/_top.scss */
main#home #sec1 {
  padding-bottom: 2px;
}
/* line 205, ../scss/_top.scss */
main#home #sec1 {
  position: relative;
  margin-bottom: 55px;
}
/* line 208, ../scss/_top.scss */
main#home #sec1 > a {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
}
/* line 215, ../scss/_top.scss */
main#home #sec1:before {
  content: "";
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: block;
  transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}
@media screen and (max-width: 850px) {
  /* line 215, ../scss/_top.scss */
  main#home #sec1:before {
    height: 65px;
  }
}
/* line 231, ../scss/_top.scss */
main#home #sec1:after {
  content: "";
  width: 100%;
  height: 57px;
  background-color: #fff;
  display: block;
  transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateY(2px);
  z-index: 998;
}
@media screen and (max-width: 850px) {
  /* line 231, ../scss/_top.scss */
  main#home #sec1:after {
    content: none;
  }
}
/* line 255, ../scss/_top.scss */
main#home #sec1 nav {
  position: absolute;
  z-index: 98;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 850px) {
  /* line 255, ../scss/_top.scss */
  main#home #sec1 nav {
    display: none;
  }
}
/* line 268, ../scss/_top.scss */
main#home #sec1 nav.on ul li a {
  transform: none;
  box-sizing: border-box;
  padding: 10px 5px;
}
/* line 277, ../scss/_top.scss */
main#home #sec1 nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 25px;
  max-height: 320px;
  height: 40vh;
}
/* line 284, ../scss/_top.scss */
main#home #sec1 nav ul li {
  overflow: hidden;
  cursor: pointer;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 288, ../scss/_top.scss */
main#home #sec1 nav ul li:hover {
  transform: translateX(7px);
  opacity: 0.7;
}
/* line 292, ../scss/_top.scss */
main#home #sec1 nav ul li a {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(2em);
  display: block;
  font-size: 0.8125rem;
  color: #293f3e;
  letter-spacing: 0px;
  font-weight: bold;
  text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.6);
  padding: 5px;
  color: #fff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
/* line 308, ../scss/_top.scss */
main#home #sec1 nav ul li:nth-of-type(2) a {
  transition-delay: 0.1s;
}
/* line 311, ../scss/_top.scss */
main#home #sec1 nav ul li:nth-of-type(3) a {
  transition-delay: 0.2s;
}
/* line 314, ../scss/_top.scss */
main#home #sec1 nav ul li:nth-of-type(4) a {
  transition-delay: 0.3s;
}
/* line 317, ../scss/_top.scss */
main#home #sec1 nav ul li:nth-of-type(5) a {
  transition-delay: 0.4s;
}
/* line 320, ../scss/_top.scss */
main#home #sec1 nav ul li:nth-of-type(6) a {
  transition-delay: 0.5s;
}
/* line 328, ../scss/_top.scss */
main#home #sec1 #newsTop {
  opacity: 0;
  position: absolute;
  bottom: calc(55px + 27px);
  z-index: 99;
  left: 20px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transform: rotateY(180deg);
  transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 850px) {
  /* line 328, ../scss/_top.scss */
  main#home #sec1 #newsTop {
    bottom: calc(65px + 27px);
    position: static;
    max-width: none;
    border-bottom: 1px solid #eceeed;
    background-color: #fff;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 850px) {
  /* line 328, ../scss/_top.scss */
  main#home #sec1 #newsTop {
    transform: translate3d(0, 30px, 0) rotateY(0);
  }
}
/* line 352, ../scss/_top.scss */
main#home #sec1 #newsTop.on {
  opacity: 1;
  transform: none;
}
/* line 356, ../scss/_top.scss */
main#home #sec1 #newsTop p {
  color: #333;
  font-size: 0.8125rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 850px) {
  /* line 356, ../scss/_top.scss */
  main#home #sec1 #newsTop p {
    display: flex;
    align-items: flex-start;
  }
}
/* line 364, ../scss/_top.scss */
main#home #sec1 #newsTop p > span:nth-of-type(1) {
  font-family: 'BellGothicStdBold';
  font-size: 0.625rem;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
@media screen and (max-width: 850px) {
  /* line 364, ../scss/_top.scss */
  main#home #sec1 #newsTop p > span:nth-of-type(1) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 850px) {
  /* line 375, ../scss/_top.scss */
  main#home #sec1 #newsTop p > span:nth-of-type(2) {
    line-height: 1;
  }
  /* line 380, ../scss/_top.scss */
  main#home #sec1 #newsTop p > span:nth-of-type(2) br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 375, ../scss/_top.scss */
  main#home #sec1 #newsTop p > span:nth-of-type(2) {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 392, ../scss/_top.scss */
main#home #sec1 #newsTop:hover {
  background-color: white;
}
/* line 398, ../scss/_top.scss */
main#home #sec1 #icnScroll {
  opacity: 0;
  position: absolute;
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  flex-flow: column;
  bottom: calc(20px + 55px);
  right: 0;
  z-index: 98;
  transition: 2s ease;
}
@media screen and (max-width: 850px) {
  /* line 398, ../scss/_top.scss */
  main#home #sec1 #icnScroll {
    bottom: calc(45px + 65px);
  }
}
/* line 413, ../scss/_top.scss */
main#home #sec1 #icnScroll.on {
  opacity: 1;
}
/* line 416, ../scss/_top.scss */
main#home #sec1 #icnScroll > div {
  background-image: url(../img/scroll.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 42px;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 416, ../scss/_top.scss */
  main#home #sec1 #icnScroll > div {
    width: 20px;
    margin-bottom: 0;
  }
}
/* line 429, ../scss/_top.scss */
main#home #sec1 #icnScroll > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #fff;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: moveBall 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes moveBall {
  0% {
    top: 20%;
    opacity: 1;
  }
  100% {
    top: 40%;
    opacity: 0;
  }
}
/* line 453, ../scss/_top.scss */
main#home #sec1 #icnScroll > p {
  font-family: 'BellGothicStdBold';
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
/* line 463, ../scss/_top.scss */
main#home #sec1 #copy {
  z-index: 98;
  font-size: 2.125rem;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  position: absolute;
  margin: 0 auto;
  right: 5%;
  bottom: calc(16.5% + 55px);
  right: 9%;
  bottom: calc(22.5% + 55px);
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 850px) {
  /* line 463, ../scss/_top.scss */
  main#home #sec1 #copy {
    bottom: calc(26.5% + 40px);
    font-size: 32px;
  }
}
@media screen and (max-width: 580px) {
  /* line 463, ../scss/_top.scss */
  main#home #sec1 #copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  /* line 463, ../scss/_top.scss */
  main#home #sec1 #copy {
    font-size: 21px;
    right: 2%;
  }
}
/* line 490, ../scss/_top.scss */
main#home #sec1 #copy span {
  opacity: 0;
  display: inline-block;
  margin-right: 0.8px;
  transform: translateX(-25px) scale(0.7) rotate(0.0001deg);
  transition: 0.8s ease;
  filter: blur(8px);
  will-change: transform;
}
/* line 498, ../scss/_top.scss */
main#home #sec1 #copy span:last-of-type {
  margin-right: 0;
}
/* line 501, ../scss/_top.scss */
main#home #sec1 #copy span.on {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
/* line 512, ../scss/_top.scss */
main#home #sec1 #visualWrap {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 523, ../scss/_top.scss */
main#home #sec1 #visualWrap.on {
  opacity: 1;
}
/* line 525, ../scss/_top.scss */
main#home #sec1 #visualWrap.on > div > div > span {
  will-change: transform;
  transform: translate3d(0, 0, 0) !important;
}
/* line 530, ../scss/_top.scss */
main#home #sec1 #visualWrap > div {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes diffuseShadow {
  0% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: -2px 3px 20px -2px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
/* line 561, ../scss/_top.scss */
main#home #sec1 #visualWrap > div > div {
  height: 100vh;
  position: relative;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 850px) {
  /* line 561, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div > div {
    top: calc(50% + -5px);
  }
}
@media screen and (max-width: 850px) {
  /* line 561, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div > div {
    top: calc(50% + -10px);
  }
}
/* line 576, ../scss/_top.scss */
main#home #sec1 #visualWrap > div > div::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
/* line 584, ../scss/_top.scss */
main#home #sec1 #visualWrap > div > div > span {
  display: block;
  width: 111vw;
  height: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform,opacity;
}
/* line 595, ../scss/_top.scss */
main#home #sec1 #visualWrap > div > div > span.mainVisualOff {
  width: 100vw;
}
@media screen and (max-width: 1000px) {
  /* line 584, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div > div > span {
    width: 100vw;
  }
}
@media screen and (max-width: 580px) {
  /* line 584, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div > div > span {
    background-image: url(../img/main-sp.jpg);
    background-position: 70% 50%;
  }
}
/* line 606, ../scss/_top.scss */
main#home #sec1 #visualWrap > div > div.flash > span {
  animation: flash 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/* line 623, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(1) {
  width: 50vw;
  height: 50vw;
  border-radius: 25vw;
  z-index: 97;
}
/* line 628, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(1).mainVisualOff {
  display: none;
}
@media screen and (max-width: 1000px) {
  /* line 623, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div:nth-of-type(1) {
    display: none;
  }
}
/* line 634, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(1) > div > span {
  transform: translate3d(-3vw, 0, 0) rotate(0.0001deg);
  transition-delay: 10ms;
  animation-delay: 160ms;
}
/* line 652, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(2) {
  width: 68vw;
  height: 68vw;
  border-radius: 34vw;
  z-index: 95;
}
/* line 657, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(2).mainVisualOff {
  display: none;
}
@media screen and (max-width: 1000px) {
  /* line 652, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div:nth-of-type(2) {
    display: none;
  }
}
/* line 663, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(2) > div > span {
  transform: translate3d(-5vw, 0, 0) rotate(0.0001deg);
  transition-delay: 20ms;
  animation-delay: 110ms;
}
/* line 683, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(3) {
  width: 89vw;
  height: 89vw;
  border-radius: 44.5vw;
  z-index: 93;
}
/* line 688, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(3).mainVisualOff {
  display: none;
}
@media screen and (max-width: 1000px) {
  /* line 683, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div:nth-of-type(3) {
    display: none;
  }
}
/* line 695, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(3) > div > span {
  transform: translate3d(-7vw, 0%, 0) rotate(0.0001deg);
  transition-delay: 30ms;
  animation-delay: 60ms;
}
/* line 713, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(4) {
  width: 140vw;
  height: 100vh;
  border-radius: 70vw;
  z-index: 91;
}
/* line 718, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(4).mainVisualOff {
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  /* line 713, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div:nth-of-type(4) {
    border-radius: 0;
  }
}
/* line 724, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(4) > div > span {
  transform: translate3d(-9vw, 0%, 0) rotate(0.0001deg);
  transition-delay: 40ms;
  animation-delay: 10ms;
}
/* line 729, ../scss/_top.scss */
main#home #sec1 #visualWrap > div:nth-of-type(4) > div > span.mainVisualOff {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
  animation: none !important;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  /* line 724, ../scss/_top.scss */
  main#home #sec1 #visualWrap > div:nth-of-type(4) > div > span {
    opacity: 0;
    transform: translate3d(0, 0, 0) !important;
    animation: none !important;
    width: 100%;
  }
}
/* line 758, ../scss/_top.scss */
main#home #sec2 {
  margin-bottom: 165px;
}
/* line 760, ../scss/_top.scss */
main#home #sec2 > h1 {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  /* line 760, ../scss/_top.scss */
  main#home #sec2 > h1 {
    margin: 120px auto 140px;
  }
}
/* line 766, ../scss/_top.scss */
main#home #sec2 .sec2Base {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 766, ../scss/_top.scss */
  main#home #sec2 .sec2Base {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
/* line 773, ../scss/_top.scss */
main#home #sec2 .sec2Base > h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 6px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translate3d(23px, 0, 0);
  transition-delay: 0.4s;
}
/* line 783, ../scss/_top.scss */
main#home #sec2 .sec2Base > h2.viewOn {
  opacity: 1;
  transform: translate3d(3px, 0, 0);
}
@media screen and (max-width: 580px) {
  /* line 773, ../scss/_top.scss */
  main#home #sec2 .sec2Base > h2 {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 773, ../scss/_top.scss */
  main#home #sec2 .sec2Base > h2 {
    letter-spacing: 1px;
  }
}
/* line 794, ../scss/_top.scss */
main#home #sec2 .sec2Base p {
  letter-spacing: 0.3px;
  line-height: 1.8;
  font-size: 0.875rem;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}
/* line 801, ../scss/_top.scss */
main#home #sec2 .sec2Base p.viewOn {
  opacity: 1;
  transform: none;
}
/* line 806, ../scss/_top.scss */
main#home #sec2 .sec2Base a.hoverEfLine {
  cursor: pointer;
  position: relative;
  display: block;
  margin-left: auto;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 !important;
  text-align: center;
  border: 1px solid #878787;
  color: #034d9b;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 823, ../scss/_top.scss */
main#home #sec2 .sec2Base a.hoverEfLine span {
  display: block;
  width: 100%;
  height: 100%;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  padding: 13px 25px !important;
  transform: translate3d(-30%, -70%, 0);
}
/* line 831, ../scss/_top.scss */
main#home #sec2 .sec2Base a.hoverEfLine span:before {
  border: none;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  transform: rotate(30deg);
  left: -20px;
  width: 40px;
  height: 1px;
  background-color: #878787;
}
/* line 845, ../scss/_top.scss */
main#home #sec2 .sec2Base a.hoverEfLine.viewOn span {
  transform: none;
  opacity: 1;
}
/* line 853, ../scss/_top.scss */
main#home #sec2 #sec2-1 {
  max-width: 890px;
  margin-bottom: 105px;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 853, ../scss/_top.scss */
  main#home #sec2 #sec2-1 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 850px) {
  /* line 853, ../scss/_top.scss */
  main#home #sec2 #sec2-1 {
    margin-bottom: 110px;
    box-sizing: border-box;
    padding: 0 30px;
  }
}
/* line 864, ../scss/_top.scss */
main#home #sec2 #sec2-1 > h2 {
  letter-spacing: 0px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  /* line 864, ../scss/_top.scss */
  main#home #sec2 #sec2-1 > h2 {
    margin: 0 auto 30px;
  }
}
/* line 873, ../scss/_top.scss */
main#home #sec2 #sec2-1 > div:first-of-type {
  max-width: 884px;
  height: 289px;
  width: 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/home/sec2/sec2-1.jpg);
  margin: 0 auto 44px;
  transform: translate3d(15px, 35px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}
/* line 885, ../scss/_top.scss */
main#home #sec2 #sec2-1 > div:first-of-type.viewOn {
  width: 100%;
  transform: translate3d(-5px, 0, 0);
}
@media screen and (max-width: 850px) {
  /* line 873, ../scss/_top.scss */
  main#home #sec2 #sec2-1 > div:first-of-type {
    background-size: cover;
    background-position: 10%;
    height: 239px;
  }
}
@media screen and (max-width: 580px) {
  /* line 873, ../scss/_top.scss */
  main#home #sec2 #sec2-1 > div:first-of-type {
    height: 209px;
  }
}
@media screen and (max-width: 480px) {
  /* line 873, ../scss/_top.scss */
  main#home #sec2 #sec2-1 > div:first-of-type {
    height: 169px;
    margin: 0 auto 24px;
  }
}
/* line 902, ../scss/_top.scss */
main#home #sec2 #sec2-1 p {
  width: 100%;
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 20px;
  transition-delay: 0.2s;
}
/* line 909, ../scss/_top.scss */
main#home #sec2 #sec2-1 .hoverEfLine {
  width: 240px;
  margin-left: auto;
  margin-right: 10px;
  transition-delay: 0.2s;
  opacity: 0;
  transform: translate3d(-30%, -70%, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 909, ../scss/_top.scss */
  main#home #sec2 #sec2-1 .hoverEfLine {
    margin: 0 auto;
  }
}
/* line 920, ../scss/_top.scss */
main#home #sec2 #sec2-1 .hoverEfLine.viewOn {
  transform: none;
  opacity: 1;
}
/* line 936, ../scss/_top.scss */
main#home #sec2 #sec2-1 .bgEff .square {
  bottom: -30px;
  right: -4%;
}
/* line 943, ../scss/_top.scss */
main#home #sec2 #sec2-2 {
  max-width: 1020px;
  margin-bottom: 120px;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 943, ../scss/_top.scss */
  main#home #sec2 #sec2-2 {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 850px) {
  /* line 943, ../scss/_top.scss */
  main#home #sec2 #sec2-2 {
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 160px;
  }
}
/* line 954, ../scss/_top.scss */
main#home #sec2 #sec2-2 > h2 {
  margin-bottom: 50px;
  transition-delay: 0.7s;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 954, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > h2 {
    max-width: 720px;
    margin: 0 auto 72px;
  }
}
@media screen and (max-width: 850px) {
  /* line 954, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > h2 {
    margin-bottom: 70px;
  }
}
/* line 965, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 965, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) {
    display: block;
  }
  /* line 972, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  /* line 965, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) {
    display: block;
    margin: 0 auto;
  }
}
/* line 980, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 720px;
}
@media screen and (max-width: 850px) {
  /* line 980, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  /* line 980, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) {
    width: 100%;
  }
}
/* line 992, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div {
  width: 360px;
  height: 376px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  /* line 992, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div {
    height: 296px;
  }
}
@media screen and (max-width: 580px) {
  /* line 992, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div {
    height: 266px;
  }
}
@media screen and (max-width: 580px) {
  /* line 992, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div {
    height: 206px;
  }
}
/* line 1008, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  background-image: url(../img/home/sec2/sec2-2_1.jpg);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.6s;
  transform: translate3d(-10px, 20px, 0);
}
/* line 1015, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  background-image: url(../img/home/sec2/sec2-2_2.jpg);
  transform: translate3d(50px, -60px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
  transform: translate3d(40px, -50px, 0);
}
/* line 1024, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) {
  transform: translateY(30px);
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1024, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) {
    max-width: 720px;
    margin: 0 auto;
  }
}
/* line 1030, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > p {
  width: 260px;
  transform: translateY(15px);
  transition-delay: 0.4s;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1030, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > p {
    width: 100%;
    margin: 15px auto 0;
  }
}
/* line 1039, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine {
  transform: translateY(25px);
  width: 170px;
  margin: 0 auto;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translate3d(-30%, -70%, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1039, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine {
    transform: translateY(15px);
    margin-left: 50px;
  }
}
/* line 1051, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine.viewOn {
  transform: translateY(25px);
  opacity: 1;
}
@media screen and (max-width: 850px) {
  /* line 1051, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine.viewOn {
    transform: translate3d(0px, 15px, 0);
  }
}
/* line 1058, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine > span {
  width: 170px;
}
/* line 1065, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1).viewOn > div:nth-of-type(1) > div:nth-of-type(1) {
  transform: none;
  opacity: 1;
}
/* line 1069, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1).viewOn > div:nth-of-type(1) > div:nth-of-type(2) {
  transform: translateY(-30px);
  opacity: 1;
}
/* line 1075, ../scss/_top.scss */
main#home #sec2 #sec2-2 > div:nth-of-type(1).viewOn > div:nth-of-type(2) > p {
  opacity: 1;
  transform: translateY(-15px);
}
@media screen and (max-width: 850px) {
  /* line 1075, ../scss/_top.scss */
  main#home #sec2 #sec2-2 > div:nth-of-type(1).viewOn > div:nth-of-type(2) > p {
    max-width: 720px;
    width: 90%;
    margin: 5px auto 0;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1) opacity, 2s cubic-bezier(0.23, 1, 0.32, 1) transform;
  }
}
/* line 1091, ../scss/_top.scss */
main#home #sec2 #sec2-2 .bgEff .circle:before {
  left: 523px;
  top: 133px;
  transition-delay: 1s;
}
@media screen and (max-width: 580px) {
  /* line 1091, ../scss/_top.scss */
  main#home #sec2 #sec2-2 .bgEff .circle:before {
    left: -57px;
    top: 140px;
  }
}
/* line 1100, ../scss/_top.scss */
main#home #sec2 #sec2-2 .bgEff .circle:after {
  left: 455px;
  top: 290px;
  transition-delay: 1s;
}
@media screen and (max-width: 580px) {
  /* line 1100, ../scss/_top.scss */
  main#home #sec2 #sec2-2 .bgEff .circle:after {
    left: 154px;
    top: 245px;
  }
}
/* line 1110, ../scss/_top.scss */
main#home #sec2 #sec2-2 .bgEff .square {
  transform: translateY(-250px);
  width: 396px;
  left: -50px;
  bottom: -240px;
  height: 375px;
}
@media screen and (max-width: 480px) {
  /* line 1110, ../scss/_top.scss */
  main#home #sec2 #sec2-2 .bgEff .square {
    height: 275px;
  }
}
/* line 1123, ../scss/_top.scss */
main#home #sec2 #sec2-3 {
  max-width: 875px;
  margin-bottom: 195px;
}
@media screen and (max-width: 850px) {
  /* line 1123, ../scss/_top.scss */
  main#home #sec2 #sec2-3 {
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 155px;
  }
}
/* line 1133, ../scss/_top.scss */
main#home #sec2 #sec2-3 .bgEff .circle:before {
  transition-delay: 1.5s;
}
/* line 1136, ../scss/_top.scss */
main#home #sec2 #sec2-3 .bgEff .circle:after {
  transition-delay: 1.5s;
}
/* line 1141, ../scss/_top.scss */
main#home #sec2 #sec2-3 > h2 {
  margin-bottom: 10px;
  text-align: right;
  opacity: 0;
  transform: translate3d(20px, 40px, 0);
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
}
@media screen and (max-width: 850px) {
  /* line 1141, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > h2 {
    margin-bottom: 45px;
  }
}
/* line 1152, ../scss/_top.scss */
main#home #sec2 #sec2-3 > h2.viewOn {
  opacity: 1;
  transform: translate3d(10px, 10px, 0);
}
/* line 1157, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) {
  position: relative;
}
/* line 1159, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 1164, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1).viewOn > div:nth-of-type(1) {
  transform: none;
}
/* line 1167, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1).viewOn > div:nth-of-type(2) {
  transform: translate3d(-15px, 56px, 0);
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1167, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1).viewOn > div:nth-of-type(2) {
    transform: translate3d(-15px, 36px, 0);
  }
}
@media screen and (max-width: 850px) {
  /* line 1167, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1).viewOn > div:nth-of-type(2) {
    margin-left: 20px;
    transform: translate3d(0px, 36px, 0);
  }
}
/* line 1178, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1) > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1183, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  width: 345px;
  height: 490px;
  background-image: url(../img/home/sec2/sec2-3_1.jpg);
  transform: translate3d(40px, 40px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 850px) {
  /* line 1183, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
    height: 240px;
  }
}
/* line 1194, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 361px;
  height: 207px;
  background-image: url(../img/home/sec2/sec2-3_2.jpg);
  transform: translate3d(-75px, 16px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
/* line 1203, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) {
  position: absolute;
  top: 75px;
  right: 60px;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1203, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) {
    right: 36px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1203, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) {
    position: static;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 480px) {
  /* line 1203, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) {
    display: block;
  }
}
/* line 1218, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > p {
  width: 390px;
  margin-bottom: 45px;
  transition-delay: 0.2s;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1218, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > p {
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1218, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > p {
    width: 50%;
    margin-top: 30px;
    max-width: 345px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1218, ../scss/_top.scss */
  main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > p {
    width: 60%;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
/* line 1238, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine {
  width: 170px;
  margin-left: 35px;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translate3d(-30%, -70%, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1245, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine.viewOn {
  transform: none;
  opacity: 1;
}
/* line 1249, ../scss/_top.scss */
main#home #sec2 #sec2-3 > div:nth-of-type(1) > div:nth-of-type(2) > a.hoverEfLine span {
  width: 170px;
}
/* line 1258, ../scss/_top.scss */
main#home #sec2 #sec2-3 .bgEff .circle:before {
  left: 315px;
  top: 258px;
  width: 430px;
  height: 430px;
}
@media screen and (max-width: 850px) {
  /* line 1258, ../scss/_top.scss */
  main#home #sec2 #sec2-3 .bgEff .circle:before {
    left: 190px;
    top: 218px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1258, ../scss/_top.scss */
  main#home #sec2 #sec2-3 .bgEff .circle:before {
    top: 128px;
  }
}
/* line 1271, ../scss/_top.scss */
main#home #sec2 #sec2-3 .bgEff .circle:after {
  left: 177px;
  top: 425px;
  width: 324px;
  height: 324px;
}
@media screen and (max-width: 850px) {
  /* line 1271, ../scss/_top.scss */
  main#home #sec2 #sec2-3 .bgEff .circle:after {
    left: 37px;
    top: 265px;
    width: 324px;
    height: 324px;
  }
}
/* line 1284, ../scss/_top.scss */
main#home #sec2 #sec2-3 .bgEff .square {
  width: 351px;
  top: 470px;
  right: 60px;
  height: 475px;
  transform: translateY(-383px);
}
@media screen and (max-width: 850px) {
  /* line 1284, ../scss/_top.scss */
  main#home #sec2 #sec2-3 .bgEff .square {
    top: 370px;
    height: 380px;
  }
}
/* line 1298, ../scss/_top.scss */
main#home #sec2 #sec2-4 {
  max-width: 1100px;
}
/* line 1300, ../scss/_top.scss */
main#home #sec2 #sec2-4 > div:first-of-type {
  max-width: 1100px;
  height: 350px;
  width: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/home/sec2/sec2-4.jpg);
  margin: 0 auto 55px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 850px) {
  /* line 1300, ../scss/_top.scss */
  main#home #sec2 #sec2-4 > div:first-of-type {
    height: 300px;
    margin-bottom: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  /* line 1300, ../scss/_top.scss */
  main#home #sec2 #sec2-4 > div:first-of-type {
    height: 200px;
    background-position: 50% 15%;
  }
}
/* line 1320, ../scss/_top.scss */
main#home #sec2 #sec2-4 > div:first-of-type.viewOn {
  width: 100%;
}
/* line 1324, ../scss/_top.scss */
main#home #sec2 #sec2-4 > h2 {
  text-align: center;
  margin: 0 auto 45px;
  transform: translate3d(0, -30px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
/* line 1330, ../scss/_top.scss */
main#home #sec2 #sec2-4 > h2.viewOn {
  transform: none;
}
@media screen and (max-width: 850px) {
  /* line 1324, ../scss/_top.scss */
  main#home #sec2 #sec2-4 > h2 {
    margin-bottom: 40px;
  }
}
/* line 1337, ../scss/_top.scss */
main#home #sec2 #sec2-4 p {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 50px;
  transform: translate3d(0, -30px, 0);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.4s;
  text-align: center;
}
/* line 1345, ../scss/_top.scss */
main#home #sec2 #sec2-4 p.viewOn {
  transform: none;
}
/* line 1349, ../scss/_top.scss */
main#home #sec2 #sec2-4 .hoverEfLine {
  width: 200px;
  margin: 0 auto;
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.6s;
}
/* line 1356, ../scss/_top.scss */
main#home #sec2 #sec2-4 .hoverEfLine > span {
  width: 200px;
}
/* line 1358, ../scss/_top.scss */
main#home #sec2 #sec2-4 .hoverEfLine > span:before {
  transform: translateX(-50%);
  left: 50%;
  top: -22px;
  width: 1px;
  height: 30px;
}
/* line 1366, ../scss/_top.scss */
main#home #sec2 #sec2-4 .hoverEfLine.viewOn {
  transform: none;
  opacity: 1;
}
/* line 1372, ../scss/_top.scss */
main#home #sec2 #sec2-4 .bgEff .circle {
  top: -10px;
  left: 110px;
}
@media screen and (max-width: 850px) {
  /* line 1372, ../scss/_top.scss */
  main#home #sec2 #sec2-4 .bgEff .circle {
    left: 20px;
  }
}
/* line 1378, ../scss/_top.scss */
main#home #sec2 #sec2-4 .bgEff .circle:before {
  width: 450px;
  height: 450px;
  right: 47px;
  top: 380px;
  left: auto;
  transition-delay: 1.5s;
}
@media screen and (max-width: 580px) {
  /* line 1378, ../scss/_top.scss */
  main#home #sec2 #sec2-4 .bgEff .circle:before {
    top: 170px;
    right: 170px;
  }
}
/* line 1390, ../scss/_top.scss */
main#home #sec2 #sec2-4 .bgEff .circle:after {
  width: 345px;
  height: 345px;
  right: 17px;
  top: 414px;
  left: auto;
  transition-delay: 1.5s;
}
@media screen and (max-width: 480px) {
  /* line 1390, ../scss/_top.scss */
  main#home #sec2 #sec2-4 .bgEff .circle:after {
    top: 304px;
  }
}
/* line 1402, ../scss/_top.scss */
main#home #sec2 #sec2-4 .bgEff .square {
  transform: translateY(-511px);
  left: -4%;
  bottom: -430px;
  width: 480px;
}
@media screen and (max-width: 480px) {
  /* line 1402, ../scss/_top.scss */
  main#home #sec2 #sec2-4 .bgEff .square {
    bottom: -340px;
  }
}
/* line 1417, ../scss/_top.scss */
main#home #sec3 {
  margin-bottom: 195px;
}
@media screen and (max-width: 850px) {
  /* line 1417, ../scss/_top.scss */
  main#home #sec3 {
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1417, ../scss/_top.scss */
  main#home #sec3 {
    margin-bottom: 115px;
  }
}
/* line 1425, ../scss/_top.scss */
main#home #sec3 .secTitle {
  margin-bottom: 55px;
  width: 210px;
  transition-delay: 0.5s;
}
/* line 1430, ../scss/_top.scss */
main#home #sec3 .brandSlider {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition-delay: 0.5s;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 1438, ../scss/_top.scss */
main#home #sec3 .brandSlider:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}
/* line 1452, ../scss/_top.scss */
main#home #sec3 .brandSlider:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 9;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 1467, ../scss/_top.scss */
main#home #sec3 .brandSlider li a {
  color: #0a0a0a;
}
/* line 1469, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div {
  text-align: center;
}
/* line 1471, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > p.bsCC {
  margin-bottom: 35px;
  overflow: hidden;
}
/* line 1474, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > p.bsCC > span {
  display: block;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.125rem;
  letter-spacing: 4px;
  transform: translateY(80px);
  transition: 1s ease;
  transition-delay: 0.7s;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1474, ../scss/_top.scss */
  main#home #sec3 .brandSlider li a > div > p.bsCC > span {
    transform: translateY(80px);
  }
}
/* line 1489, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > p.bsCC > span > ruby > rt {
  letter-spacing: 0px;
}
/* line 1495, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL {
  display: inline-block;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
/* line 1503, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL.ds > img {
  margin-right: 10px;
}
/* line 1505, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL.ds > img:last-of-type {
  margin-right: 0;
}
/* line 1510, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL:before {
  content: "";
  display: block;
  background-color: #878787;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: 0.5s;
}
/* line 1524, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL > img {
  transition: 1s ease;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 1s;
}
/* line 1529, ../scss/_top.scss */
main#home #sec3 .brandSlider li a > div > h2.bsL > img.sliderLogo {
  width: auto;
  height: 34px;
}
/* line 1538, ../scss/_top.scss */
main#home #sec3 .brandSlider.viewOn {
  opacity: 1 !important;
  transform: none !important;
}
/* line 1545, ../scss/_top.scss */
main#home #sec3 .slick-active .bsCC span {
  transform: none !important;
}
/* line 1550, ../scss/_top.scss */
main#home #sec3 .slick-active .bsL:before {
  opacity: 1 !important;
}
/* line 1553, ../scss/_top.scss */
main#home #sec3 .slick-active .bsL > img {
  opacity: 1 !important;
  transform: none !important;
}
/* line 1562, ../scss/_top.scss */
main#home #sec4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 125px;
  margin-bottom: 120px;
  z-index: 9;
}
@media screen and (max-width: 580px) {
  /* line 1562, ../scss/_top.scss */
  main#home #sec4 {
    display: block;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 1562, ../scss/_top.scss */
  main#home #sec4 {
    margin-bottom: 90px;
  }
}
/* line 1578, ../scss/_top.scss */
main#home #sec4 article {
  width: calc(50% - 1px);
  height: 257px;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  z-index: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 1578, ../scss/_top.scss */
  main#home #sec4 article {
    height: 240px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1578, ../scss/_top.scss */
  main#home #sec4 article {
    height: 200px;
  }
}
/* line 1595, ../scss/_top.scss */
main#home #sec4 article:before {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  box-sizing: border-box;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -1px;
  transition: 2s ease;
}
/* line 1609, ../scss/_top.scss */
main#home #sec4 article:after {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  box-sizing: border-box;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: -2px;
  left: -1px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
}
/* line 1622, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2):after {
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
}
/* line 1626, ../scss/_top.scss */
main#home #sec4 article:hover:before {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 1629, ../scss/_top.scss */
main#home #sec4 article a {
  color: #0a0a0a;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1636, ../scss/_top.scss */
main#home #sec4 article a h1 {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate3d(10%, -50%, 0);
  text-align: right;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 1651, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2) {
  transform: translateY(125px);
}
/* line 1653, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2) h1 {
  left: 15%;
  text-align: left;
}
/* line 1658, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(1) {
  transition: linear 7s;
  background-position: top right;
  background-image: url(../img/home/sec4/sec4-l.jpg);
}
@media screen and (max-width: 580px) {
  /* line 1658, ../scss/_top.scss */
  main#home #sec4 article:nth-of-type(1) {
    width: 100%;
  }
}
/* line 1665, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(1):hover {
  background-position: bottom right;
}
/* line 1668, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(1) h1 {
  transition-delay: 0.5s;
  opacity: 0 !important;
}
/* line 1673, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(1).viewOn h1 {
  opacity: 1 !important;
  transform: translate3d(0, -50%, 0) !important;
}
/* line 1679, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2) {
  transition: linear 7s;
  background-position: top left;
  background-image: url(../img/home/sec4/sec4-r.jpg);
}
@media screen and (max-width: 580px) {
  /* line 1679, ../scss/_top.scss */
  main#home #sec4 article:nth-of-type(2) {
    width: 100%;
    transform: none;
  }
}
/* line 1687, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2):hover {
  background-position: bottom left;
}
/* line 1690, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2) h1 {
  transition-delay: 0.5s;
  opacity: 0 !important;
}
/* line 1695, ../scss/_top.scss */
main#home #sec4 article:nth-of-type(2).viewOn h1 {
  opacity: 1 !important;
  transform: translate3d(0, -50%, 0) !important;
}
/* line 1705, ../scss/_top.scss */
main#home .sec4-p {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 850px) {
  /* line 1705, ../scss/_top.scss */
  main#home .sec4-p {
    margin-bottom: 115px;
  }
}
/* line 1716, ../scss/_top.scss */
main#home .sec4-p.fc {
  border-bottom: none;
  padding-bottom: 135px;
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  /* line 1716, ../scss/_top.scss */
  main#home .sec4-p.fc {
    padding-bottom: 0px;
  }
}
/* line 1724, ../scss/_top.scss */
main#home .sec4-p.sc {
  border-top: none;
}
@media screen and (max-width: 850px) {
  /* line 1724, ../scss/_top.scss */
  main#home .sec4-p.sc {
    padding-top: 30px;
  }
}
/* line 1731, ../scss/_top.scss */
main#home .sec4-p .secTitle {
  margin-top: 50px;
  margin-bottom: 62px;
}
/* line 1735, ../scss/_top.scss */
main#home .sec4-p article.proeye {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  transform: translateX(-20px);
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  /* line 1735, ../scss/_top.scss */
  main#home .sec4-p article.proeye {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1735, ../scss/_top.scss */
  main#home .sec4-p article.proeye {
    transform: translate3d(-20px, 20px, 0);
  }
}
/* line 1754, ../scss/_top.scss */
main#home .sec4-p article.proeye > div {
  opacity: 0 !important;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.4s;
}
/* line 1759, ../scss/_top.scss */
main#home .sec4-p article.proeye.viewOn > div {
  opacity: 1 !important;
}
/* line 1764, ../scss/_top.scss */
main#home .sec4-p article.proeye.viewOn > div:nth-of-type(1) > a > span {
  opacity: 1;
  transform: translate3d(320%, 8px, 0);
}
/* line 1770, ../scss/_top.scss */
main#home .sec4-p article.proeye.viewOn > div:nth-of-type(2) {
  background-size: 140%;
}
/* line 1773, ../scss/_top.scss */
main#home .sec4-p article.proeye.viewOn > div:nth-of-type(2) > a > span {
  opacity: 1;
  transform: translate3d(320%, 2px, 0);
}
/* line 1780, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) {
  width: 100%;
  max-width: 346px;
  height: 100%;
}
@media screen and (max-width: 850px) {
  /* line 1780, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(1) {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
/* line 1788, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) h1 {
  color: #0a0a0a;
  transform: none;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-top: 36px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 580px) {
  /* line 1788, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(1) h1 {
    width: 74%;
    margin: 0 auto;
  }
}
/* line 1805, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) h1 > span:nth-of-type(1) {
  color: #024da2;
  margin-top: 0px;
  font-size: 10px;
  letter-spacing: 4px;
}
/* line 1811, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) h1 > span:nth-of-type(2) {
  display: flex;
}
/* line 1814, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) h1 > span:nth-of-type(2) > span:nth-of-type(1) {
  display: block;
  width: 306px;
  height: 41px;
  background-position: center;
  background-size: contain;
  background-image: url(../img/home/sec4/sec4-p.png);
  background-repeat: no-repeat;
  margin-left: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 580px) {
  /* line 1814, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(1) h1 > span:nth-of-type(2) > span:nth-of-type(1) {
    margin-top: 5px;
  }
}
/* line 1832, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) > a {
  display: block;
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
  /* max-width: 255px; */
  height: 61px;
  width: 64%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  /* line 1832, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(1) > a {
    display: none;
  }
}
/* line 1852, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) > a:hover {
  transform: translateX(20px);
}
/* line 1855, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) > a > span {
  font-size: 11px;
  letter-spacing: 1.8px;
  display: inline-block;
  position: relative;
  transform: translate3d(200%, 8px, 0);
  opacity: 0;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
/* line 1864, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(1) > a > span:before {
  content: "";
  display: block;
  background-color: #878787;
  top: 50%;
  right: 42px;
  height: 1px;
  width: 136px;
  transform: translate3d(-30px, -50%, 0);
  position: absolute;
  z-index: 0;
}
/* line 1879, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2) {
  max-width: 395px;
  width: 50%;
  height: 244px;
  background-position: 60% 80%;
  background-size: 120%;
  background-image: url(../img/home/sec4/arc.jpg);
  background-repeat: no-repeat;
  transform: translateY(-20px);
  z-index: 2;
  transition-delay: 1s;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 850px) {
  /* line 1879, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(2) {
    display: block;
    margin: 0 auto;
    z-index: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1879, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(2) {
    width: 90%;
  }
}
/* line 1900, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2).on {
  background-size: 120%;
}
/* line 1903, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2) > a {
  display: block;
  position: absolute;
  bottom: -35px;
  background-color: #fff;
  z-index: 1;
  height: 58px;
  width: 60%;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
@media screen and (min-width: 851px) {
  /* line 1903, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(2) > a {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  /* line 1903, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(2) > a {
    bottom: -25px;
    height: 40px;
    min-width: 192px;
  }
}
/* line 1925, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2) > a:hover {
  transform: translateX(10px);
}
/* line 1928, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2) > a > span {
  font-size: 11px;
  letter-spacing: 1.8px;
  display: inline-block;
  position: relative;
  transform: translate3d(200%, 2px, 0);
  opacity: 0;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 580px) {
  /* line 1928, ../scss/_top.scss */
  main#home .sec4-p article.proeye > div:nth-of-type(2) > a > span {
    letter-spacing: 1.5px;
    font-size: 10px;
  }
}
/* line 1941, ../scss/_top.scss */
main#home .sec4-p article.proeye > div:nth-of-type(2) > a > span:before {
  content: "";
  display: block;
  background-color: #878787;
  top: 50%;
  right: 42px;
  height: 1px;
  width: 136px;
  transform: translate3d(-30px, -50%, 0);
  position: absolute;
  z-index: 0;
}
/* line 1957, ../scss/_top.scss */
main#home .sec4-p .bgEff {
  z-index: 0;
  position: absolute;
  top: 0;
  height: 100%;
  max-width: 710px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 850px) {
  /* line 1957, ../scss/_top.scss */
  main#home .sec4-p .bgEff {
    left: 30%;
  }
}
/* line 1968, ../scss/_top.scss */
main#home .sec4-p .bgEff .square {
  left: 0%;
  width: 378px;
  height: 244px;
  top: 780px;
}
@media screen and (max-width: 850px) {
  /* line 1968, ../scss/_top.scss */
  main#home .sec4-p .bgEff .square {
    left: 7%;
    top: 890px;
  }
}
/* line 1981, ../scss/_top.scss */
main#home .sec4-p .gx {
  opacity: 1;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.4s;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 850px) {
  /* line 1981, ../scss/_top.scss */
  main#home .sec4-p .gx {
    display: block;
    margin: 0 auto;
    z-index: 0;
    width: 90%;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1981, ../scss/_top.scss */
  main#home .sec4-p .gx {
    width: 90%;
  }
}
/* line 1998, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn {
  opacity: 1 !important;
}
/* line 2004, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a h1 > div > span:nth-of-type(1), main#home .sec4-p .gx.viewOn > a h1 > div > span:nth-of-type(2) {
  transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: none;
  transition-delay: 1s !important;
}
/* line 2011, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a h1 > div > span:nth-of-type(2) {
  transition-delay: 1.6s !important;
}
/* line 2017, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a h1 > span::before {
  width: 326px;
}
@media screen and (max-width: 850px) {
  /* line 2017, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a h1 > span::before {
    width: 216px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2017, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a h1 > span::before {
    width: 176px;
  }
}
/* line 2026, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a h1 > span::after {
  width: 424px;
}
@media screen and (max-width: 850px) {
  /* line 2026, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a h1 > span::after {
    width: 274px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2026, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a h1 > span::after {
    width: 234px;
  }
}
/* line 2037, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a > .gxCopy {
  background-color: #0e0e0e;
  opacity: 1;
}
/* line 2043, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a > .gxCopy > div > article:nth-of-type(1) {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 850px) {
  /* line 2043, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a > .gxCopy > div > article:nth-of-type(1) {
    transform: translate3d(20px, 0px, 0px);
  }
}
@media screen and (max-width: 480px) {
  /* line 2043, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a > .gxCopy > div > article:nth-of-type(1) {
    transform: translate3d(30px, 0px, 0px);
  }
}
/* line 2053, ../scss/_top.scss */
main#home .sec4-p .gx.viewOn > a > .gxCopy > div > article:nth-of-type(2) {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 850px) {
  /* line 2053, ../scss/_top.scss */
  main#home .sec4-p .gx.viewOn > a > .gxCopy > div > article:nth-of-type(2) {
    transform: translate3d(20px, 0px, 0px);
  }
}
/* line 2064, ../scss/_top.scss */
main#home .sec4-p .gx > a {
  display: block;
}
/* line 2069, ../scss/_top.scss */
main#home .sec4-p .gx > a.on .gxCopy > div::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  transition-delay: 0.5s;
  animation: reflect 2s ease infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* line 2099, ../scss/_top.scss */
main#home .sec4-p .gx > a.on .gxCopy > div article:nth-of-type(1)::after {
  opacity: 0;
}
/* line 2104, ../scss/_top.scss */
main#home .sec4-p .gx > a.on .gxCopy > div article:nth-of-type(2) > span::before {
  width: 40px;
}
/* line 2112, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  /* line 2115, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > span {
    display: none;
  }
}
/* line 2120, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 > div {
  max-width: 250px;
}
@media screen and (max-width: 850px) {
  /* line 2120, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > div {
    max-width: none;
    width: 100%;
  }
}
/* line 2126, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 > div > span:nth-of-type(1) {
  background-image: url(../img/gx/premium.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  padding-top: 8%;
  display: block;
  margin-bottom: 11px;
  max-width: 196px;
  transform: translate3d(30px, 0px, 0px);
  transition-delay: 1s;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  /* line 2126, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > div > span:nth-of-type(1) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 2126, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > div > span:nth-of-type(1) {
    max-width: 176px;
  }
}
/* line 2146, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 > div > span:nth-of-type(2) {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 12px;
  transform: translate3d(-3px, 0px, 0px);
  letter-spacing: 1px;
  transform: translate3d(30px, 0px, 0px);
  opacity: 0;
  transition-delay: 1s;
}
@media screen and (max-width: 850px) {
  /* line 2146, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > div > span:nth-of-type(2) {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 2146, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > div > span:nth-of-type(2) {
    font-size: 11px;
  }
}
/* line 2164, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 > span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #0e0e0e;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1.5s;
}
@media screen and (max-width: 480px) {
  /* line 2164, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > span::before {
    bottom: -2px;
    height: 2px;
  }
}
/* line 2182, ../scss/_top.scss */
main#home .sec4-p .gx > a h1 > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 6px;
  background-color: #0e0e0e;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1.5s;
}
@media screen and (max-width: 480px) {
  /* line 2182, ../scss/_top.scss */
  main#home .sec4-p .gx > a h1 > span::after {
    height: 4px;
  }
}
/* line 2199, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy {
  background-image: url(../img/gx/pattern-bg.png);
  background-color: #fff;
  opacity: 0;
  transition: 1s ease;
  transition-delay: 1s;
  animation: flipInY 1s ease;
  -webkit-transform: rotate3d(-90deg);
  -webkit-animation: flipInY 1s ease;
}
@keyframes flipInY {
  0% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
@-webkit-keyframes flipInY {
  0% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  100% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
}
/* line 2216, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  /* line 2216, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div {
    height: 230px;
  }
}
@media screen and (max-width: 850px) {
  /* line 2216, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div {
    height: 240px;
  }
}
/* line 2231, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(1) {
  max-width: 306px;
  max-height: 281px;
  padding-top: 31%;
  padding-right: 34%;
  transform: translate3d(-30px, 0px, 0px);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/gx/slashbg.png);
  transform: translate3d(50px, -50px, 0px);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1.5s;
  opacity: 0;
  background-size: contain;
  position: relative;
}
/* line 2246, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(1)::after {
  content: "";
  transition-delay: 0s;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/gx/slash.svg);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  /* line 2231, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(1) {
    padding-top: 36%;
    padding-right: 40%;
  }
}
/* line 2266, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) {
  width: 100%;
  max-width: 225px;
  height: 100%;
  padding-left: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  transform: translate3d(50px, -50px, 0px);
  transition: 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
  opacity: 0;
}
/* line 2281, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(1) {
  width: 200px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/gx/precision.png);
  transform: translate3d(0px, -25px, 0px);
}
@media screen and (max-width: 850px) {
  /* line 2281, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(1) {
    height: 36px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2281, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(1) {
    height: 31px;
  }
}
/* line 2295, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(2) {
  width: 180px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/gx/gx-logo.png);
  transform: translate3d(-10px, -7px, 0px);
}
@media screen and (max-width: 850px) {
  /* line 2295, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(2) {
    height: 27px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2295, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > div:nth-of-type(2) {
    height: 25px;
  }
}
/* line 2310, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > span {
  font-size: 11px;
  letter-spacing: 1.8px;
  display: inline-block;
  position: relative;
  transform: translate3d(23px, 45px, 0);
  color: #f9f9f9;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 850px) {
  /* line 2310, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > span {
    transform: translate3d(23px, 30px, 0);
  }
}
@media screen and (max-width: 850px) {
  /* line 2310, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > span {
    font-size: 10px;
    width: 105px;
  }
}
/* line 2326, ../scss/_top.scss */
main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > span::before {
  content: "";
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  background-color: #f9f9f9;
  top: 50%;
  right: 42px;
  height: .5px;
  width: 130px;
  transform: translate3d(-20px, -50%, 0);
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  /* line 2326, ../scss/_top.scss */
  main#home .sec4-p .gx > a > .gxCopy > div article:nth-of-type(2) > span::before {
    transform: translate3d(-73px, -50%, 0);
    width: 80px;
  }
}
/* line 2354, ../scss/_top.scss */
main#home #sec5 {
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
/* line 2357, ../scss/_top.scss */
main#home #sec5 ul {
  display: flex;
  padding-top: 35px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 2357, ../scss/_top.scss */
  main#home #sec5 ul {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  /* line 2357, ../scss/_top.scss */
  main#home #sec5 ul {
    padding: 35px 0 0 20px;
  }
}
@media screen and (max-width: 580px) {
  /* line 2357, ../scss/_top.scss */
  main#home #sec5 ul {
    padding: 40px 0 10px;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
/* line 2380, ../scss/_top.scss */
main#home #sec5 ul li {
  width: 25%;
  max-width: 216px;
  height: 86px;
  margin-bottom: 20px;
  transition: 2s ease;
  opacity: 0;
  transform: translate3d(10px, 0, 0);
  transition-delay: 0.5s;
}
@media screen and (min-width: 851px) and (max-width: 1100px) {
  /* line 2380, ../scss/_top.scss */
  main#home #sec5 ul li {
    height: auto;
    margin-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 850px) {
  /* line 2380, ../scss/_top.scss */
  main#home #sec5 ul li {
    box-sizing: border-box;
    padding: 0 20px 0 0;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  /* line 2380, ../scss/_top.scss */
  main#home #sec5 ul li {
    width: 50%;
  }
}
/* line 2404, ../scss/_top.scss */
main#home #sec5 ul li a img {
  display: block;
  width: 100%;
}
/* line 2409, ../scss/_top.scss */
main#home #sec5 ul li.on {
  opacity: 1;
  transform: none;
}

/* line 2419, ../scss/_top.scss */
#loader.on2 ~ #luxy main#home #sec1 #visualWrap > div > div > span.mainVisualOff {
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  /* line 2418, ../scss/_top.scss */
  #loader.on2 ~ #luxy main#home #sec1 #visualWrap > div > div > span {
    opacity: 1 !important;
  }
}

/****************
variable
****************/
/****************
commonClass
****************/
/* line 14, ../scss/lens/_lens-common.scss */
.feature {
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateX(30px);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
  padding-top: 20px;
}
/* line 23, ../scss/lens/_lens-common.scss */
.feature.viewOn {
  transform: none;
  opacity: 1;
}
/* line 27, ../scss/lens/_lens-common.scss */
.feature:first-of-type {
  padding-top: 0px;
}
/* line 30, ../scss/lens/_lens-common.scss */
.feature > h2 {
  text-align: left;
  margin: 0 0 25px;
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
  padding-left: 16px;
  box-sizing: border-box;
}
/* line 39, ../scss/lens/_lens-common.scss */
.feature > h2:before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 50, ../scss/lens/_lens-common.scss */
.feature > p {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
/* line 56, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:first-of-type {
  width: 30%;
}
/* line 59, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:last-of-type {
  width: 70%;
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 64, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
/* line 68, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl dt {
  position: relative;
  margin-bottom: 5px;
}
/* line 72, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl:first-of-type dt:after {
  content: '';
  position: absolute;
  top: 11px;
  left: -158px;
  height: 1px;
  width: 30%;
  background-color: #707070;
  transform: rotate(-25deg);
  transform-origin: right top;
}
/* line 83, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl:last-of-type dt:after {
  content: '';
  position: absolute;
  top: 12px;
  left: -66px;
  height: 1px;
  width: 13%;
  background-color: #707070;
  transform: rotate(25deg);
  transform-origin: right top;
}
/* line 94, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl dd {
  padding-left: 1rem;
}
/* line 96, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl dd > span.anno {
  font-size: 10px;
  vertical-align: text-top;
  display: inline;
  letter-spacing: 0;
}
/* line 102, ../scss/lens/_lens-common.scss */
.feature .sprit.zone dl dd > span {
  letter-spacing: 0;
  display: block;
  font-size: 10px;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 110, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:last-of-type dl dt span {
  color: #707070;
  font-size: 10px;
}
/* line 114, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:last-of-type dl:first-of-type {
  margin-bottom: 20px;
}
/* line 117, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:last-of-type dl:first-of-type dt {
  color: #6475B0;
}
/* line 120, ../scss/lens/_lens-common.scss */
.feature .sprit.zone > div:last-of-type dl:last-of-type dt {
  color: #90CCE1;
}

/* line 124, ../scss/lens/_lens-common.scss */
.lens-qu-style {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 770px;
  margin-left: auto;
  padding-bottom: 40px;
}
/* line 131, ../scss/lens/_lens-common.scss */
.lens-qu-style li {
  padding-right: 20px;
  box-sizing: border-box;
  width: 25%;
}
/* line 135, ../scss/lens/_lens-common.scss */
.lens-qu-style li:last-of-type {
  padding-right: 0;
}
/* line 138, ../scss/lens/_lens-common.scss */
.lens-qu-style li:nth-of-type(2n) {
  transform: translate3d(-4%, 40px, 0);
}
/* line 141, ../scss/lens/_lens-common.scss */
.lens-qu-style li div {
  height: 280px;
  overflow: hidden;
  position: relative;
  transform: skew(-12deg);
  margin-bottom: 15px;
}
/* line 147, ../scss/lens/_lens-common.scss */
.lens-qu-style li div img {
  height: 100%;
  width: auto;
  position: absolute;
  transform: skew(10deg);
}
/* line 154, ../scss/lens/_lens-common.scss */
.lens-qu-style li h3 {
  transform: translateX(-17%);
  font-size: 0.875rem;
  color: #024da2;
  letter-spacing: 1px;
}
/* line 159, ../scss/lens/_lens-common.scss */
.lens-qu-style li h3 span {
  display: block;
  font-size: 0.6875rem;
  margin-top: 10px;
  color: #0e0e0e;
}

/* line 168, ../scss/lens/_lens-common.scss */
.lens-qu-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  /* line 168, ../scss/lens/_lens-common.scss */
  .lens-qu-list {
    flex-flow: column;
  }
}
/* line 175, ../scss/lens/_lens-common.scss */
.lens-qu-list li {
  width: calc(50% - 20px);
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  /* line 175, ../scss/lens/_lens-common.scss */
  .lens-qu-list li {
    width: 100%;
  }
}
/* line 182, ../scss/lens/_lens-common.scss */
.lens-qu-list li > img {
  width: 60px;
}
@media screen and (max-width: 710px) {
  /* line 182, ../scss/lens/_lens-common.scss */
  .lens-qu-list li > img {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 182, ../scss/lens/_lens-common.scss */
  .lens-qu-list li > img {
    width: 40px;
  }
}
/* line 191, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div {
  margin-left: 14px;
}
/* line 193, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div > h3 {
  font-size: 0.875rem;
  color: #024da2;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  /* line 193, ../scss/lens/_lens-common.scss */
  .lens-qu-list li > div > h3 {
    margin-bottom: 3px;
  }
}
/* line 201, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div > h3 > img {
  height: 17px;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  /* line 201, ../scss/lens/_lens-common.scss */
  .lens-qu-list li > div > h3 > img {
    height: 13px;
  }
}
/* line 210, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div > h3 > span {
  font-size: 0.625rem;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 216, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div > p {
  font-size: 0.6785rem;
  letter-spacing: 1px;
  padding-left: 8px !important;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 480px) {
  /* line 216, ../scss/lens/_lens-common.scss */
  .lens-qu-list li > div > p {
    padding-left: 0px !important;
  }
}
/* line 224, ../scss/lens/_lens-common.scss */
.lens-qu-list li > div > p > span {
  margin-top: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 232, ../scss/lens/_lens-common.scss */
.lens-qu-list li:nth-of-type(2n) {
  margin-left: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  /* line 232, ../scss/lens/_lens-common.scss */
  .lens-qu-list li:nth-of-type(2n) {
    margin-left: 0px;
    margin-bottom: 25px;
  }
}
/* line 240, ../scss/lens/_lens-common.scss */
.lens-qu-list li:nth-of-type(2n + 1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  /* line 240, ../scss/lens/_lens-common.scss */
  .lens-qu-list li:nth-of-type(2n + 1) {
    margin-bottom: 25px;
  }
}
/* line 246, ../scss/lens/_lens-common.scss */
.lens-qu-list li:nth-last-child(2), .lens-qu-list li:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  /* line 246, ../scss/lens/_lens-common.scss */
  .lens-qu-list li:nth-last-child(2), .lens-qu-list li:nth-last-child(1) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 252, ../scss/lens/_lens-common.scss */
  .lens-qu-list li:nth-last-child(1) {
    margin-bottom: 0;
  }
}

/* line 259, ../scss/lens/_lens-common.scss */
.lens-qu-cross {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
/* line 266, ../scss/lens/_lens-common.scss */
.lens-qu-cross > img:nth-of-type(1) {
  display: block;
  max-width: 267px;
  width: 34%;
}
/* line 271, ../scss/lens/_lens-common.scss */
.lens-qu-cross > img:nth-of-type(2) {
  position: absolute;
  right: -10px;
  top: -15px;
  display: block;
  width: 75px;
  height: 75px;
}
/* line 279, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul {
  box-sizing: border-box;
  padding-left: 5%;
  transform: translateY(30px);
}
/* line 283, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li {
  margin-bottom: 28px;
}
/* line 285, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li:last-of-type {
  margin-bottom: 0;
}
/* line 288, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li > p {
  font-size: 0.6875rem;
  letter-spacing: 0;
  margin-bottom: 5px;
  position: relative;
}
/* line 293, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li > p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0075c2;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
/* line 305, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li > p:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #0075c2;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
}
/* line 318, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li > div h3 {
  letter-spacing: 1px;
  font-size: 0.75rem;
  margin-bottom: 4px;
}
/* line 323, ../scss/lens/_lens-common.scss */
.lens-qu-cross ul li > div p {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.4;
}

/* line 333, ../scss/lens/_lens-common.scss */
.lens-opt ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
/* line 337, ../scss/lens/_lens-common.scss */
.lens-opt ul li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  max-width: 400px;
}
/* line 343, ../scss/lens/_lens-common.scss */
.lens-opt ul li a {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
/* line 348, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(1) {
  position: relative;
  margin-right: 13px;
}
/* line 351, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ccdbec;
  border-radius: 50%;
  left: -20px;
  z-index: -1;
}
/* line 361, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(1) img {
  display: block;
  width: 62px;
}
/* line 367, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(2) > h2 {
  text-align: left;
  margin: 0 0 12px;
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
  padding-left: 16px;
  box-sizing: border-box;
}
/* line 376, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(2) > h2:before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 387, ../scss/lens/_lens-common.scss */
.lens-opt ul li a div:nth-of-type(2) > img {
  display: block;
  width: auto;
}

/* line 397, ../scss/lens/_lens-common.scss */
.exampleIg h2 {
  color: #000;
  font-size: 1.125rem;
  position: static;
  padding: 0;
  letter-spacing: 2px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 20px;
  margin-bottom: 30px !important;
}
/* line 406, ../scss/lens/_lens-common.scss */
.exampleIg h2:before {
  content: none !important;
}
/* line 410, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style {
  flex-wrap: wrap;
}
/* line 412, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li {
  width: calc(50% - 20px) !important;
}
@media screen and (max-width: 850px) {
  /* line 416, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style > li:first-of-type img {
    transform: translateX(-21%);
  }
}
@media screen and (max-width: 480px) {
  /* line 412, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style > li {
    margin: 0 !important;
  }
}
/* line 424, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li:nth-of-type(2n) {
  margin-left: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  /* line 424, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style > li:nth-of-type(2n) {
    margin-left: auto !important;
  }
}
/* line 431, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li:nth-of-type(2n + 1) {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  /* line 431, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style > li:nth-of-type(2n + 1) {
    margin-right: auto !important;
  }
}
/* line 437, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li:nth-last-child(2), .exampleIg .lens-qu-style > li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 440, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > div {
  margin-bottom: 0;
}
/* line 443, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex {
  transform: translate3d(-12px, -12px, 0);
}
/* line 445, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol {
  display: flex;
  align-items: center;
}
/* line 448, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol > li {
  width: auto !important;
  padding-right: 0px;
  box-sizing: border-box;
  margin-right: 5px;
}
/* line 453, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol > li:nth-of-type(2n) {
  transform: none;
}
/* line 456, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol > li:nth-last-child(1) {
  margin-right: 0;
}
/* line 459, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol > li img {
  margin-right: 10px;
  width: 40px;
}
/* line 462, ../scss/lens/_lens-common.scss */
.exampleIg .lens-qu-style > li > article.select-ex > ol > li img:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 710px) {
  /* line 471, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp {
    display: flex !important;
    padding-left: 20px !important;
    padding-right: 30px !important;
  }
  /* line 475, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li {
    width: calc(50% - 30px) !important;
  }
}
@media screen and (max-width: 710px) and (max-width: 480px) {
  /* line 475, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 710px) {
  /* line 480, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > img {
    width: 50px !important;
  }
  /* line 483, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > div {
    margin-bottom: 0 !important;
  }
  /* line 485, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > div > img {
    margin: 0 !important;
  }
  /* line 489, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > article.select-ex {
    transform: translate3d(0px, -10px, 0) !important;
  }
  /* line 492, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > article.select-ex > ol > li {
    margin: 0 8px 0 0 !important;
  }
  /* line 496, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > article.select-ex > ol > li:nth-last-child(1) {
    margin: 0 !important;
  }
  /* line 499, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li > article.select-ex > ol > li img {
    width: 30px;
  }
  /* line 506, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp > li:nth-last-child(2) p, .exampleIg .lens-qu-style.igsp > li:nth-last-child(1) p {
    margin-bottom: 0 !important;
  }
  /* line 512, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp:first-of-type img {
    transform: translateX(-21%);
  }
}
@media screen and (max-width: 480px) {
  /* line 519, ../scss/lens/_lens-common.scss */
  .exampleIg .lens-qu-style.igsp {
    padding: 0 !important;
  }
}

/* line 525, ../scss/lens/_lens-common.scss */
.specBtn {
  width: 100%;
  max-width: 600px;
  height: 90px;
  margin: 40px auto 130px;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border: 1px solid #9ab8da;
  position: relative;
}
@media screen and (max-width: 650px) {
  /* line 525, ../scss/lens/_lens-common.scss */
  .specBtn {
    height: 70px;
    margin: 100px auto 130px;
  }
}
/* line 538, ../scss/lens/_lens-common.scss */
.specBtn:hover {
  opacity: 0.7;
}
/* line 541, ../scss/lens/_lens-common.scss */
.specBtn:hover:before {
  transform: none;
}
/* line 544, ../scss/lens/_lens-common.scss */
.specBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccdbec;
  box-sizing: border-box;
  position: absolute;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(8px, 8px, 0);
  z-index: 1;
}
/* line 556, ../scss/lens/_lens-common.scss */
.specBtn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 561, ../scss/lens/_lens-common.scss */
.specBtn a span {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  font-size: 0.875rem;
  color: #024da2;
  text-align: center;
  z-index: 9;
  letter-spacing: 1px;
}

/****************
style
****************/
/****************
style
****************/
/* line 9, ../scss/lens/_lens-base.scss */
#lens > #sec1 {
  box-sizing: border-box;
  margin-bottom: 100px;
}
/* line 12, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1 {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  text-align: center;
  transition-delay: 0.5s;
  padding-bottom: 105px;
  padding-top: 105px;
  background-color: #fff;
}
/* line 20, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1.viewOn {
  opacity: 1;
  transform: translate3d(3px, 0, 0);
}
/* line 24, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1 span:nth-of-type(1) {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.375rem;
  letter-spacing: 5px;
  margin-bottom: 35px;
}
/* line 32, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1 span:nth-of-type(1).eng {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.625rem;
}
/* line 38, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1 span:nth-of-type(2) {
  display: block;
  text-align: center;
}
/* line 41, ../scss/lens/_lens-base.scss */
#lens > #sec1 h1 span:nth-of-type(2) img {
  display: inline-block;
  width: auto;
}
/* line 47, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 800px;
  height: 440px;
  margin: 0 auto;
  transform: translateY(-60px);
  position: relative;
}
/* line 56, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(1):before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  background-color: #e0e0e0;
}
/* line 64, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(1):after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  background-color: #e0e0e0;
}
/* line 73, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(2) {
  text-align: center;
  color: #333333;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px !important;
}
/* line 82, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(2) h2 {
  font-size: 1.125rem;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
/* line 87, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: -1px;
}
/* line 90, ../scss/lens/_lens-base.scss */
#lens > #sec1 > div:nth-of-type(2) p:not(:nth-of-type(1)) {
  margin-top: 15px;
}
@media screen and (max-width: 580px) {
  /* line 90, ../scss/lens/_lens-base.scss */
  #lens > #sec1 > div:nth-of-type(2) p:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}
/* line 101, ../scss/lens/_lens-base.scss */
#lens > #sec2 {
  position: relative;
  margin-bottom: 115px;
}
/* line 104, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 710px;
  margin: 0 auto;
  position: relative;
  left: 40px;
}
/* line 112, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 363px;
  height: 246px;
}
/* line 118, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/forYou.jpg);
}
/* line 122, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(2) {
  width: calc(100% - 363px);
  padding-left: -7%;
  padding-left: 45px;
  box-sizing: border-box;
  transform: translateY(45px);
}
/* line 128, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(2) h1 {
  text-align: left;
  margin: 0 0 40px;
  opacity: 1;
  transform: none;
}
/* line 137, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(2) ul li {
  font-size: 0.875rem;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
/* line 141, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(2) ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
/* line 146, ../scss/lens/_lens-base.scss */
#lens > #sec2 > div:nth-of-type(1) > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 153, ../scss/lens/_lens-base.scss */
#lens > #sec2 .bgEff {
  max-width: 710px;
  margin: 0 auto;
}
/* line 156, ../scss/lens/_lens-base.scss */
#lens > #sec2 .bgEff .circle {
  right: -18%;
  top: -110px;
}
/* line 159, ../scss/lens/_lens-base.scss */
#lens > #sec2 .bgEff .circle:before {
  width: 330px;
  height: 330px;
  top: 70px;
  right: 29%;
  left: auto;
}
/* line 166, ../scss/lens/_lens-base.scss */
#lens > #sec2 .bgEff .circle:after {
  width: 240px;
  height: 240px;
  top: 195px;
  right: 43%;
  left: auto;
}
/* line 174, ../scss/lens/_lens-base.scss */
#lens > #sec2 .bgEff .square {
  width: 149px;
  height: 254px;
  left: -9.5%;
  top: -25px;
}
/* line 185, ../scss/lens/_lens-base.scss */
#lens #sec3 > section {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* line 192, ../scss/lens/_lens-base.scss */
#lens #sec3 > section h1 {
  text-align: left;
  margin: 0 0 45px !important;
}

/****************
commonClass
****************/
/* line 9, ../scss/lens/_archive.scss */
.hiddenArc {
  opacity: 0;
  visibility: hidden;
}

/* line 13, ../scss/lens/_archive.scss */
.hiddenArcNone {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/****************
style
****************/
/* line 25, ../scss/lens/_archive.scss */
#archive {
  transition: 1s ease;
}

/* line 31, ../scss/lens/_archive.scss */
.arcStyle {
  padding-top: 100px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 200px;
  padding-left: 120px;
}
@media screen and (max-width: 1050px) {
  /* line 31, ../scss/lens/_archive.scss */
  .arcStyle {
    padding: 100px 25px 0;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 850px) {
  /* line 31, ../scss/lens/_archive.scss */
  .arcStyle {
    padding: 130px 25px 0;
  }
}
/* line 45, ../scss/lens/_archive.scss */
.arcStyle:last-of-type {
  margin-bottom: 160px;
}
/* line 48, ../scss/lens/_archive.scss */
.arcStyle > h1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  /* line 48, ../scss/lens/_archive.scss */
  .arcStyle > h1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 48, ../scss/lens/_archive.scss */
  .arcStyle > h1 {
    margin-bottom: 80px;
  }
}
/* line 56, ../scss/lens/_archive.scss */
.arcStyle > h1 > div {
  display: inline-block;
  width: 100%;
}
/* line 59, ../scss/lens/_archive.scss */
.arcStyle > h1 > div > span {
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1;
  display: block;
}
/* line 68, ../scss/lens/_archive.scss */
.arcStyle > h1 > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  /* line 68, ../scss/lens/_archive.scss */
  .arcStyle > h1 > div > div {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 68, ../scss/lens/_archive.scss */
  .arcStyle > h1 > div > div {
    transform: scale(0.85);
  }
}
/* line 78, ../scss/lens/_archive.scss */
.arcStyle > h1 > div > div svg {
  width: 100%;
  max-width: 118px;
  max-height: 23px;
  margin-right: 15px;
}
/* line 83, ../scss/lens/_archive.scss */
.arcStyle > h1 > div > div svg.sv {
  max-width: 150px;
}
/* line 87, ../scss/lens/_archive.scss */
.arcStyle > h1 > div > div p {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  color: #333333;
}
/* line 96, ../scss/lens/_archive.scss */
.arcStyle > section {
  margin-bottom: 180px;
}
@media screen and (max-width: 750px) {
  /* line 96, ../scss/lens/_archive.scss */
  .arcStyle > section {
    margin-bottom: 140px;
  }
}
/* line 101, ../scss/lens/_archive.scss */
.arcStyle > section:last-of-type {
  margin-bottom: 0;
}
/* line 104, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8%;
}
/* line 109, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection.fsOn {
  padding-left: 7%;
}
@media screen and (max-width: 750px) {
  /* line 104, ../scss/lens/_archive.scss */
  .arcStyle > section > div.innerSection {
    display: block;
    position: relative;
  }
}
/* line 117, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div > div.descImg.ss {
  max-width: 340px !important;
  margin: 0 auto;
}
/* line 121, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 259px;
  height: 353px;
  margin: 0 auto;
  position: relative;
  transform: translateY(15px);
}
@media screen and (max-width: 750px) {
  /* line 121, ../scss/lens/_archive.scss */
  .arcStyle > section > div.innerSection > div:nth-of-type(1) {
    transform: translate3d(10px, 15px, 0) !important;
    position: absolute !important;
    top: -40px;
    left: 25px;
    z-index: 0;
    opacity: 0.1;
  }
}
@media screen and (max-width: 480px) {
  /* line 121, ../scss/lens/_archive.scss */
  .arcStyle > section > div.innerSection > div:nth-of-type(1) {
    width: 80%;
    transform: none !important;
    left: -56px;
    right: 0;
    height: 330px;
  }
}
/* line 145, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(1):before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  background-color: #e0e0e0;
}
/* line 153, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(1):after {
  content: "";
  width: 85%;
  height: 1px;
  right: 0;
  position: absolute;
  bottom: -17px;
  background-color: #e0e0e0;
}
/* line 163, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) {
  width: calc(100% - 259px - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  /* line 163, ../scss/lens/_archive.scss */
  .arcStyle > section > div.innerSection > div:nth-of-type(2) {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 400px !important;
  }
}
/* line 171, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 {
  font-size: 1.125rem;
  color: #024da2;
  margin-bottom: 40px;
  letter-spacing: 2px;
  line-height: 1;
}
/* line 177, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > p {
  display: inline-block;
  line-height: 1;
  transform: translateY(-8px);
  margin-left: 2px;
  font-size: 1rem;
}
/* line 184, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > span {
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1;
  display: block;
}
/* line 192, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > span.subTitle {
  color: #024da2;
  font-size: 10px;
  margin: 7px 0 0;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 12px;
}
/* line 201, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > span.subTitle:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 2px;
  bottom: 0;
  background-color: #024da2;
  top: 0;
  margin: auto;
}
/* line 216, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
/* line 220, ../scss/lens/_archive.scss */
.arcStyle > section > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 45px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  max-width: 388px;
  height: 227px;
}
@media screen and (max-width: 750px) {
  /* line 220, ../scss/lens/_archive.scss */
  .arcStyle > section > div.innerSection > div:nth-of-type(2) > div.descImg {
    display: none;
  }
}
/* line 235, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea {
  margin-top: 55px;
  padding-left: 8%;
  box-sizing: border-box;
}
/* line 242, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  /* line 242, ../scss/lens/_archive.scss */
  .arcStyle > section div.linkArea ul {
    max-width: 400px;
  }
}
/* line 249, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li {
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  /* line 249, ../scss/lens/_archive.scss */
  .arcStyle > section div.linkArea ul li {
    width: 100% !important;
  }
}
/* line 256, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li:nth-of-type(2n) {
  transform: translateY(20px);
}
@media screen and (max-width: 1050px) {
  /* line 256, ../scss/lens/_archive.scss */
  .arcStyle > section div.linkArea ul li:nth-of-type(2n) {
    transform: translateY(0px) !important;
  }
}
/* line 262, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 25px 15px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  width: calc(100% - 20px);
  height: 100%;
  background-color: white;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: 66px;
  max-width: 380px;
}
/* line 277, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 279, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a:hover span:nth-of-type(3) {
  background-position: bottom;
}
/* line 282, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a:hover + .newBadge {
  opacity: 0;
  transform: translate3d(-5px, -5px, 0);
}
/* line 287, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a span:nth-of-type(1) {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40%;
  height: 38px;
  margin-right: 10px;
}
/* line 296, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a span:nth-of-type(2) {
  font-size: 0.75rem;
  color: #0e0e0e;
  letter-spacing: 0;
  width: 70%;
  display: block;
  box-sizing: border-box;
  padding-left: 10px;
}
/* line 305, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea ul li a span:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: 8s linear;
  z-index: -1;
}
/* line 321, ../scss/lens/_archive.scss */
.arcStyle > section div.linkArea > ul > li > a > span:nth-of-type(1) {
  margin: 0;
}

/* line 329, ../scss/lens/_archive.scss */
#archive.lens {
  /*
      単焦点レンズ
  */
  /*
      累進レンズ
  */
  /*
      Soporteレンズ
  */
  /*
      レンズオプション
  */
}
/* line 339, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] {
  padding-bottom: 30px;
}
/* line 342, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id1/visual.jpg);
}
/* line 346, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: none;
}
/* line 352, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] div.linkArea {
  padding: 0;
}
/* line 355, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 358, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/myfocus/logo.svg);
}
/* line 361, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 364, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/myfocus/visual1.jpg);
}
/* line 374, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id2/visual.jpg);
}
/* line 378, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: url(../img/lens/archive/single/id2/graph.png);
  background-size: contain;
}
/* line 385, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] div.linkArea {
  padding-bottom: 20px;
}
/* line 390, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/a_zone/logo.svg);
  height: 32px;
}
/* line 394, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 397, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/a_zone/main.jpg);
}
/* line 407, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id3/visual.jpg);
}
/* line 411, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: url(../img/lens/archive/single/id3/graph.png);
  background-size: contain;
}
/* line 418, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] div.linkArea {
  padding-bottom: 20px;
}
/* line 423, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/spg/logogr.svg);
  width: 80%;
}
/* line 427, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 430, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/spg/main.jpg);
}
/* line 440, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id4/visual.jpg);
}
/* line 444, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: url(../img/lens/archive/single/id4/graph.png);
  background-size: contain;
}
/* line 451, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] div.linkArea {
  padding-bottom: 20px;
}
/* line 456, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/prestige/logogr.svg);
  width: 100%;
  height: 42px;
}
/* line 461, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 464, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/prestige/main.jpg);
}
/* line 474, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id5/visual.jpg);
}
/* line 478, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: url(../img/lens/archive/single/id5/graph.png);
  background-size: 80%;
}
/* line 485, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] div.linkArea {
  padding-bottom: 20px;
}
/* line 490, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/up/logogr.svg);
  width: 100%;
}
/* line 494, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 497, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/up/main.jpg);
}
/* line 507, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id6/visual.jpg);
}
/* line 511, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 0;
  background-image: url(../img/lens/archive/single/id6/graph.png);
  background-size: 80%;
}
/* line 518, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] div.linkArea {
  padding-bottom: 20px;
}
/* line 523, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/up2/logogr.svg);
  width: 100%;
}
/* line 527, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 530, ../scss/lens/_archive.scss */
#archive.lens #single section[data-lensSingleID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/up2/main.jpg);
}
/* line 551, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id1/visual.jpg);
}
/* line 555, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/individual/id1/graph.png);
}
/* line 560, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] div.linkArea {
  padding-bottom: 20px;
}
/* line 565, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/sr_px/logo.svg);
}
/* line 568, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/sr_px/main.jpg);
}
/* line 575, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/sr_p1/logo.svg);
}
/* line 578, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/sr_p1/main.jpg);
}
/* line 588, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id2/visual.jpg);
}
/* line 592, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/individual/id2/graph.png);
}
/* line 601, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pt_acx/logo.svg);
}
/* line 604, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/pt_acx/main.jpg);
}
/* line 621, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.svg);
}
/* line 624, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/pcvx/main.jpg);
}
/* line 631, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/pt_nvx/logo.svg);
}
/* line 634, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/lens/pt_nvx/main.jpg);
}
/* line 641, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(1) {
  height: 77px;
  background-image: url(../img/lens/pt_nv/logogr.svg);
}
/* line 645, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(3) {
  background-image: url(../img/lens/pt_nv/main.jpg);
}
/* line 652, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(5) a span:nth-of-type(1) {
  background-image: url(../img/lens/synergy/logo.svg);
}
/* line 655, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="2"] div.linkArea ul li:nth-of-type(5) a span:nth-of-type(3) {
  background-image: url(../img/lens/synergy/main.jpg);
}
/* line 675, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="3"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id3/visual.jpg);
}
/* line 679, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="3"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  max-width: 361px;
  height: 173px;
  background-image: url(../img/lens/archive/individual/id3/graph.png);
}
/* line 690, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/vo_ds/logo_dsgr.svg);
  height: 130px;
}
/* line 694, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/vo_ds/main.jpg);
}
/* line 704, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="4"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id4/visual.jpg);
}
/* line 708, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="4"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  max-width: 361px;
  height: 173px;
  background-image: url(../img/lens/archive/individual/id4/graph.png);
}
/* line 719, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pt_ev/logo.svg);
}
/* line 722, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/pt_ev/main.jpg);
}
/* line 732, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id5/visual.jpg);
}
/* line 736, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  max-width: 389px;
  height: 219px;
  background-image: url(../img/lens/archive/individual/id5/graph.png);
}
/* line 743, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea {
  padding-bottom: 20px;
}
/* line 748, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/in_ld/logo.svg);
}
/* line 751, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/in_ld/main.jpg);
}
/* line 758, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/in_md/logo.svg);
}
/* line 761, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/in_md/main.jpg);
}
/* line 768, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/in_100200/logo.svg);
}
/* line 771, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/lens/in_100200/main.jpg);
}
/* line 778, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(1) {
  background-image: url(../img/lens/in_pc/logo.svg);
}
/* line 781, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="5"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(3) {
  background-image: url(../img/lens/in_pc/main.jpg);
}
/* line 792, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id6/visual.jpg);
}
/* line 796, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  max-width: 389px;
  height: 219px;
  background-image: url(../img/lens/archive/individual/id6/graph.png);
  background-size: 80%;
  margin-top: 0;
}
/* line 805, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] div.linkArea {
  padding-bottom: 20px;
}
/* line 810, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/regard/logo.svg);
  height: 30px;
}
/* line 814, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/regard/main.jpg);
}
/* line 821, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/wing/logo.svg);
  height: 30px;
}
/* line 825, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="6"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/wing/main.jpg);
}
/* line 846, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="7"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id7/visual.jpg);
}
/* line 850, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="7"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  max-width: 389px;
  height: 219px;
  background-image: url(../img/lens/archive/individual/id7/graph.png);
  background-size: 80%;
  margin-top: 0;
}
/* line 859, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="7"] div.linkArea {
  padding-bottom: 20px;
}
/* line 864, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="7"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/caster/logo.svg);
  height: 28px;
}
/* line 868, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="7"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/caster/main.jpg);
}
/* line 878, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/individual/id8/visual.jpg);
}
/* line 882, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/individual/id8/graph.png);
}
/* line 891, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/integral/logogr.svg);
  height: 75px;
}
/* line 895, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/integral/main.jpg);
}
/* line 902, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pt_nv/logogr.svg);
  height: 75px;
}
/* line 906, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/pt_nv/main.jpg);
}
/* line 913, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/synergy/logogr.svg);
  height: 75px;
}
/* line 917, ../scss/lens/_archive.scss */
#archive.lens #individual section[data-lensIndiID="8"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/lens/synergy/main.jpg);
}
/* line 933, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] {
  padding-bottom: 30px;
}
/* line 936, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/support/id1/visual.jpg);
}
/* line 940, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/support/id1/graph.png);
}
/* line 945, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] div.linkArea {
  padding: 0;
}
/* line 948, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 951, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/smartaid/logogr.svg);
  width: 58%;
}
/* line 955, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 958, ../scss/lens/_archive.scss */
#archive.lens #support section[data-lensSupportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/smartaid/main.jpg);
}
/* line 974, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] {
  padding-bottom: 30px;
}
/* line 977, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/frontier/main.jpg);
}
/* line 981, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id1/graph.png);
}
/* line 986, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] div.linkArea {
  padding: 0;
}
/* line 989, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 992, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/frontier/logo.png);
  width: 58%;
}
/* line 996, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 999, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/frontier/main.jpg);
}
/* line 1008, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] {
  padding-bottom: 30px;
}
/* line 1011, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/trans/main.jpg);
}
/* line 1015, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id2/graph.png);
}
/* line 1020, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] div.linkArea {
  padding: 0;
}
/* line 1023, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1026, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/trans/logo.png);
  height: 50px;
  width: 45%;
}
/* line 1031, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1034, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/trans/main.jpg);
}
/* line 1043, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] {
  padding-bottom: 30px;
}
/* line 1046, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/solaire/main.jpg);
}
/* line 1050, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id3/graph.png);
}
/* line 1055, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] div.linkArea {
  padding: 0;
}
/* line 1058, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1061, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/solaire/logo.png);
  width: 35%;
}
/* line 1065, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1068, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/solaire/main.jpg);
}
/* line 1077, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] {
  padding-bottom: 30px;
}
/* line 1080, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/polarthin/main.jpg);
}
/* line 1084, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id4/graph.png);
}
/* line 1089, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] div.linkArea {
  padding: 0;
}
/* line 1092, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1095, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/polarthin/logo.png);
  width: 45%;
}
/* line 1099, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1102, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/polarthin/main.jpg);
}
/* line 1111, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] {
  padding-bottom: 30px;
}
/* line 1114, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/trivex/main.jpg);
}
/* line 1118, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id5/graph.png);
}
/* line 1123, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] div.linkArea {
  padding: 0;
}
/* line 1126, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1129, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/trivex/logo.png);
  height: 28px;
}
/* line 1133, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1136, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/trivex/main.jpg);
}
/* line 1145, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] {
  padding-bottom: 30px;
}
/* line 1148, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/functionColor/main.jpg);
}
/* line 1152, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id6/graph.png);
}
/* line 1157, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] div.linkArea {
  padding: 0;
}
/* line 1160, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1163, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/functionColor/logo.png);
  width: 50%;
}
/* line 1167, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1170, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/functionColor/main.jpg);
}
/* line 1179, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] {
  padding-bottom: 30px;
}
/* line 1182, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/arriate/main.jpg);
}
/* line 1186, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id7/graph.png);
}
/* line 1191, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] div.linkArea {
  padding: 0;
}
/* line 1194, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1197, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/arriate/logo.png);
  width: 55%;
}
/* line 1201, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1204, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="7"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/arriate/main.jpg);
}
/* line 1213, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] {
  padding-bottom: 30px;
}
/* line 1216, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/coating/main.jpg);
}
/* line 1220, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id8/graph.png);
}
/* line 1225, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] div.linkArea {
  padding: 0;
}
/* line 1228, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1231, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0px;
  width: 100%;
  height: 1em;
  text-align: center;
}
@media screen and (max-width: 580px) {
  /* line 1231, ../scss/lens/_archive.scss */
  #archive.lens #option section[data-lensOptionID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
    font-size: 16px;
  }
}
/* line 1246, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1249, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="8"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/coating/main.jpg);
}
/* line 1258, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] {
  padding-bottom: 30px;
}
/* line 1261, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/option/frontierpalette/main.jpg);
}
/* line 1265, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/option/id8/graph.png);
}
/* line 1270, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea {
  padding: 0;
}
/* line 1273, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 1275, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) a {
  padding: 20px 15px;
}
@media screen and (max-width: 480px) {
  /* line 1275, ../scss/lens/_archive.scss */
  #archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) a {
    padding: 15px;
  }
}
/* line 1280, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/option/frontierpalette/logo.png);
  width: 55%;
  height: 70px;
}
/* line 1285, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 1288, ../scss/lens/_archive.scss */
#archive.lens #option section[data-lensOptionID="9"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/option/frontierpalette/main.jpg);
}

/****************
style
****************/
/* line 11, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 19, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 24, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 29, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 34, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 46, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 49, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 55, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 62, ../scss/lens/_lens-pcvx.scss */
main[data-lensName="pcvx"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}

/****************
style
****************/
/* line 11, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section > div.innerSection > div:nth-of-type(1) {
  width: 300px;
  height: 261px;
}
@media screen and (max-width: 750px) {
  /* line 11, ../scss/frame/_archive.scss */
  #archive.frame .arcStyle > section > div.innerSection > div:nth-of-type(1) {
    height: 300px;
  }
}
/* line 20, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr h1 {
  transform: translateY(15px);
}
@media screen and (max-width: 750px) {
  /* line 24, ../scss/frame/_archive.scss */
  #archive.frame .arcStyle {
    margin-bottom: 80px;
  }
}
/* line 31, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > h1 > div > div > h2 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  color: #333333;
}
/* line 40, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section {
  margin-bottom: 150px;
}
/* line 42, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section:last-of-type {
  margin-bottom: 0;
}
/* line 45, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section > div.innerSection > div:nth-of-type(2) {
  width: calc(100% - 180px - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  /* line 45, ../scss/frame/_archive.scss */
  #archive.frame .arcStyle > section > div.innerSection > div:nth-of-type(2) {
    margin: 0 auto;
  }
}
/* line 57, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section div.linkArea ul li a {
  padding: 13px 15px;
  width: calc(100% - 20px);
  font-family: 'BellGothicStd';
}
/* line 61, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section div.linkArea ul li a span:nth-of-type(1) {
  width: 100%;
  background: none !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0px;
  font-size: 20px;
  height: auto;
  line-height: 1;
}
/* line 71, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section div.linkArea ul li a span:nth-of-type(1) > strong {
  margin-right: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
}
/* line 79, ../scss/frame/_archive.scss */
#archive.frame .arcStyle > section div.linkArea ul li a span:nth-of-type(1) > span {
  display: block;
  line-height: 1;
  height: auto;
  margin-right: 0;
  width: auto;
  font-size: 18px;
}

/* line 101, ../scss/frame/_archive.scss */
#archive.frame {
  /*
      Gafas Xtraview
  */
  /*
      ライセンス
  */
  /*
      オリジナル
  */
}
/* line 111, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/ginza.jpg);
}
/* line 115, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea {
  padding: 0;
}
@media screen and (max-width: 750px) {
  /* line 115, ../scss/frame/_archive.scss */
  #archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea {
    display: block;
  }
}
/* line 121, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea ul li {
  width: 50%;
}
/* line 124, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/ginza-m.jpg);
}
/* line 133, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea ul li a span:nth-of-type(2) {
  display: none !important;
}
/* line 136, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="5"] div.linkArea ul li a span:nth-of-type(3) {
  background-image: url(../img/frame/ginza.jpg);
}
/* line 148, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/biz.jpg);
}
/* line 152, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] div.linkArea {
  padding: 0;
}
@media screen and (max-width: 750px) {
  /* line 152, ../scss/frame/_archive.scss */
  #archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] div.linkArea {
    display: block;
  }
}
/* line 158, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 163, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 166, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="4"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/biz.jpg);
}
/* line 178, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/miwaku.jpg);
}
/* line 182, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] div.linkArea {
  padding: 0;
}
@media screen and (max-width: 750px) {
  /* line 182, ../scss/frame/_archive.scss */
  #archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] div.linkArea {
    display: block;
  }
}
/* line 188, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 193, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 196, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="6"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/miwaku.jpg);
}
/* line 208, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/mens.jpg);
}
/* line 212, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea {
  padding: 0;
}
/* line 215, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 218, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 221, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 224, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/mp-series.jpg);
}
/* line 229, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(2) {
  width: 50%;
}
/* line 232, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 235, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(2) {
  display: none !important;
}
/* line 238, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/frame/s-series.jpg);
}
/* line 243, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(3) {
  width: 50%;
}
/* line 246, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 249, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(2) {
  display: none !important;
}
/* line 252, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/frame/t-series.jpg);
}
/* line 257, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(4) {
  width: 50%;
}
/* line 260, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 263, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(2) {
  display: none !important;
}
/* line 266, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="1"] div.linkArea ul li:nth-of-type(4) a span:nth-of-type(3) {
  background-image: url(../img/frame/majesta.jpg);
}
/* line 278, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/p-series.jpg);
}
/* line 282, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea {
  padding: 0;
}
@media screen and (max-width: 750px) {
  /* line 282, ../scss/frame/_archive.scss */
  #archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea {
    display: block;
  }
}
/* line 288, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 291, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 294, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 297, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/p-series.jpg);
}
/* line 302, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(2) {
  width: 50%;
}
/* line 305, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 308, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(2) {
  display: none !important;
}
/* line 311, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/frame/c-series.jpg);
}
/* line 316, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(3) {
  width: 50%;
  margin-bottom: 0;
}
/* line 320, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 323, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(2) {
  display: none !important;
}
/* line 326, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="2"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/frame/stella.jpg);
}
/* line 336, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] {
  padding-bottom: 30px;
}
/* line 339, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/lune.jpg);
}
/* line 343, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] div.linkArea {
  padding: 0;
}
/* line 346, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 349, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 352, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 355, ../scss/frame/_archive.scss */
#archive.frame #Xtraview LensBr section[data-frameXtraview LensBrID="3"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/lune.jpg);
}
/* line 369, ../scss/frame/_archive.scss */
#archive.frame #licenceBr {
  padding-bottom: 30px;
}
/* line 375, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/vivi.jpg);
}
/* line 379, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] div.linkArea {
  padding: 0;
}
/* line 382, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 385, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 388, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 391, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/vivi.jpg);
}
/* line 403, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/hanae.jpg);
}
/* line 407, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] div.linkArea {
  padding: 0;
}
/* line 410, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 413, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 416, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 419, ../scss/frame/_archive.scss */
#archive.frame #licenceBr section[data-frameLicenseBrID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/hanae.jpg);
}
/* line 438, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/frame/minima.jpg);
}
/* line 442, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea {
  padding: 0;
}
/* line 445, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 50%;
}
/* line 448, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 451, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 454, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/frame/minima.jpg);
}
/* line 459, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(2) {
  width: 50%;
}
/* line 462, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 465, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(2) {
  display: none !important;
}
/* line 468, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/frame/minima.jpg);
}
/* line 473, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(3) {
  width: 50%;
  margin-bottom: 0;
}
/* line 477, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 480, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(2) {
  display: none !important;
}
/* line 483, ../scss/frame/_archive.scss */
#archive.frame #originalBr section[data-frameOriginalBrID="1"] div.linkArea ul li:nth-of-type(3) a span:nth-of-type(3) {
  background-image: url(../img/frame/minima.jpg);
}

/****************
style
****************/
/* line 10, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 {
  box-sizing: border-box;
  margin-bottom: 100px;
}
@media screen and (max-width: 580px) {
  /* line 10, ../scss/frame/_itemBase.scss */
  #frameDetail #sec1 {
    margin-bottom: 120px;
  }
}
/* line 16, ../scss/frame/_itemBase.scss */
#frameDetail #sec1.pt1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 580px) {
  /* line 16, ../scss/frame/_itemBase.scss */
  #frameDetail #sec1.pt1 {
    margin-bottom: 60px;
  }
}
/* line 21, ../scss/frame/_itemBase.scss */
#frameDetail #sec1.pt1 > h1 {
  padding-bottom: 75px;
}
@media screen and (max-width: 850px) {
  /* line 21, ../scss/frame/_itemBase.scss */
  #frameDetail #sec1.pt1 > h1 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 580px) {
  /* line 21, ../scss/frame/_itemBase.scss */
  #frameDetail #sec1.pt1 > h1 {
    padding-bottom: 45px;
  }
}
/* line 30, ../scss/frame/_itemBase.scss */
#frameDetail #sec1.pt1 > div:nth-of-type(1) {
  display: none !important;
}
/* line 34, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  text-align: center;
  transition-delay: 0.5s;
  padding-bottom: 105px;
  padding-top: 105px;
  background-color: #fff;
}
/* line 42, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1.viewOn {
  opacity: 1;
  transform: translate3d(3px, 0, 0);
}
/* line 46, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 > span:nth-of-type(1) {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.375rem;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
/* line 54, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 > span:nth-of-type(1).eng {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.625rem;
}
/* line 60, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 span:nth-of-type(2) {
  font-family: 'BellGothicStd';
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0px;
  height: auto;
  line-height: 1;
}
/* line 69, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 span:nth-of-type(2) > strong {
  margin-right: 7px;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}
/* line 77, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 h1 span:nth-of-type(2) > span {
  display: block;
  line-height: 1;
  height: auto;
  margin-right: 0;
  width: auto;
  font-size: 1.5625rem;
}
/* line 87, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  transform: translateY(-60px);
  position: relative;
}
/* line 96, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(1):before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  background-color: #e0e0e0;
}
/* line 104, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(1):after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  background-color: #e0e0e0;
}
/* line 112, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(1) > div {
  width: 100%;
  padding-top: 55%;
}
/* line 117, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(2) {
  text-align: center;
  color: #333333;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}
/* line 126, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(2) h2 {
  font-size: 1.125rem;
  letter-spacing: 0px;
  margin-bottom: 35px;
}
/* line 131, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: -1px;
}
/* line 134, ../scss/frame/_itemBase.scss */
#frameDetail #sec1 > div:nth-of-type(2) p:not(:nth-of-type(1)) {
  margin-top: 15px;
}
@media screen and (max-width: 580px) {
  /* line 134, ../scss/frame/_itemBase.scss */
  #frameDetail #sec1 > div:nth-of-type(2) p:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}
/* line 144, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 {
  overflow: hidden;
  margin-bottom: 120px;
}
/* line 147, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 580px) {
  /* line 147, ../scss/frame/_itemBase.scss */
  #frameDetail #sec2 ul {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 147, ../scss/frame/_itemBase.scss */
  #frameDetail #sec2 ul {
    padding: 0;
  }
}
/* line 164, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li {
  width: calc(50% - 30px);
  margin-bottom: 120px;
  opacity: 0;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
/* line 169, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li.mens {
  margin-bottom: 90px;
}
@media screen and (max-width: 580px) {
  /* line 164, ../scss/frame/_itemBase.scss */
  #frameDetail #sec2 ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  /* line 164, ../scss/frame/_itemBase.scss */
  #frameDetail #sec2 ul li {
    width: calc(50% - 10px);
  }
}
/* line 178, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li:hover {
  opacity: 0.4;
}
/* line 181, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li:nth-last-child(1), #frameDetail #sec2 ul li:nth-last-child(2) {
  margin-bottom: 90px;
}
/* line 184, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li:nth-of-type(2n + 1) {
  transform: translateX(-15px);
}
/* line 187, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li:nth-of-type(2n) {
  transform: translate(15px, 90px);
}
/* line 190, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li.viewOn {
  opacity: 1;
  transform: none;
}
/* line 193, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li.viewOn:nth-of-type(2n) {
  transform: translateY(90px);
}
/* line 197, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li a {
  cursor: pointer;
}
/* line 199, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li a img {
  max-width: 400px;
  width: 100%;
}
/* line 203, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li a figcaption {
  font-family: 'BellGothicStd';
  font-size: 1rem;
  letter-spacing: 2px;
  transform: translateX(15px);
  margin-top: 5px;
}
/* line 209, ../scss/frame/_itemBase.scss */
#frameDetail #sec2 ul li a figcaption > span {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 10px;
}
/* line 222, ../scss/frame/_itemBase.scss */
#frameDetail #sec3 {
  text-align: center;
  margin-bottom: 70px;
}
/* line 225, ../scss/frame/_itemBase.scss */
#frameDetail #sec3 > a {
  display: inline-block;
  font-size: 0.75rem;
  cursor: pointer;
  color: #034d9b;
  padding: 10px 10px 10px 20px;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 232, ../scss/frame/_itemBase.scss */
#frameDetail #sec3 > a:hover {
  opacity: 0.6;
}
/* line 234, ../scss/frame/_itemBase.scss */
#frameDetail #sec3 > a:hover:before {
  transform: translate3d(5px, calc(-50% - 2px), 0);
}
@media screen and (max-width: 480px) {
  /* line 244, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 {
    margin-bottom: 100px;
  }
}
/* line 248, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 h1 > span {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  /* line 248, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 h1 > span {
    max-width: 260px;
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 248, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 h1 > span {
    width: 70% !important;
  }
}
/* line 258, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 h1 > span > p {
  padding-top: 15px;
  font-size: 0.875rem;
  margin-top: 30px;
  border-top: 1px solid #d0b40f;
  color: #d0b40f;
  box-sizing: border-box;
  text-align: right;
  letter-spacing: 1px;
}
/* line 267, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 h1 > span > p.mens {
  border-top: 1px solid #b4b4b4;
  color: #b4b4b4;
}
@media screen and (max-width: 480px) {
  /* line 258, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 h1 > span > p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  /* line 248, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 h1 > span {
    width: 114px;
  }
}
/* line 279, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/ginza/ladies/main.jpg);
}
/* line 282, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > div:nth-of-type(1).img-vi.mens {
  background-image: url(../img/frame/detailMainVisual/ginza/mens/main.jpg);
}
/* line 285, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article {
  max-width: 800px;
  margin: 70px auto 0;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  /* line 285, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  /* line 285, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article {
    margin: 30px auto 0;
  }
}
/* line 301, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) {
  width: 55%;
  max-width: 380px;
  padding: 25px 20px;
  transform: translateY(10px);
  box-sizing: border-box;
  border: 1px solid #d0b40f;
}
/* line 308, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1).mens {
  max-width: 440px;
  border: 1px solid #b4b4b4;
  padding: 25px 15px;
}
/* line 312, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1).mens p:nth-of-type(2) {
  font-size: 0.8125rem;
}
@media screen and (max-width: 580px) {
  /* line 301, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 80%;
    max-width: none !important;
    transform: none;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border: none !important;
    z-index: 1;
    align-items: center !important;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  /* line 332, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) > span {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 337, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) > span h1 {
  padding: 0;
  transition: none;
  text-align: left;
  font-size: 1rem;
  padding-bottom: 25px;
  line-height: 1.4;
  margin-bottom: 25px;
  border-bottom: 1px solid #d0b40f;
  letter-spacing: 2px;
  color: #231815;
  background: none;
}
/* line 349, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) > span h1.mens {
  border-bottom: 1px solid #b4b4b4;
}
/* line 353, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) > span p {
  color: #231815;
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
/* line 358, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(1) > span p:nth-of-type(1) {
  margin-bottom: 10px;
}
/* line 364, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(2) {
  width: 35%;
  max-width: 300px;
  margin-left: 30px;
}
/* line 368, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(2).mens {
  background-image: url(../img/frame/detailMainVisual/ginza/mens/bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 20px 20px;
  box-sizing: border-box;
  width: 42%;
}
@media screen and (max-width: 580px) {
  /* line 368, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(2).mens {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 580px) {
  /* line 364, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(2) {
    margin: 0 auto;
    width: 80%;
    max-height: 470px;
    opacity: 0.5;
    max-width: none;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  /* line 364, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1 > article > div:nth-of-type(2) {
    width: 100% !important;
  }
}
/* line 399, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 399, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 {
    padding: 0 20px 0;
  }
}
/* line 410, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section h1 {
  text-align: left;
  margin: 0 0 45px;
}
/* line 414, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) {
  padding: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 580px) {
  /* line 414, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) {
    margin-bottom: 80px;
  }
}
/* line 420, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  /* line 420, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul {
    padding: 0 10px;
    width: 90%;
    margin-bottom: 30px;
  }
}
/* line 435, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 710px) {
  /* line 435, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 435, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li {
    display: block;
    margin-bottom: 25px;
  }
}
/* line 447, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li:hover {
  opacity: 1 !important;
}
/* line 450, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li:nth-of-type(2n) {
  transform: none;
}
/* line 453, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 456, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) {
  max-width: 270px;
  width: 40%;
  box-sizing: border-box;
  border: 1px solid #d0b40f;
  height: 140px;
  object-fit: cover;
}
/* line 463, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1).mens {
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 480px) {
  /* line 456, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 10px;
  }
}
/* line 471, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
/* line 478, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
  width: 60%;
  margin-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(-60px);
}
/* line 488, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2).mens:before {
  background-color: #b4b4b4;
}
@media screen and (max-width: 480px) {
  /* line 478, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
    width: 100%;
    transform: none;
    margin: 0 auto !important;
    max-width: 260px;
  }
}
/* line 498, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2):before {
  content: "";
  display: block;
  width: 60px;
  position: absolute;
  height: 1px;
  background-color: #d0b40f;
  transform: rotate(-45deg);
  left: -15px;
  bottom: -20px;
}
@media screen and (max-width: 480px) {
  /* line 498, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2):before {
    content: none;
  }
}
@media screen and (max-width: 710px) {
  /* line 478, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
    padding-top: 0;
    margin-left: 20px;
  }
}
/* line 516, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  padding-left: 3px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #b42e26;
}
@media screen and (max-width: 710px) {
  /* line 516, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
/* line 529, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding-left: 50px;
  transform: translateY(20px);
}
@media screen and (max-width: 580px) {
  /* line 529, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 529, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
    padding: 0;
    transform: none;
  }
}
/* line 541, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span {
  padding: 0px 0 15px 0px;
  border-bottom: 1px #d0b40f solid;
  box-sizing: border-box;
  display: block;
  line-height: 1.3;
  letter-spacing: 0px;
  width: calc(100% - 10px);
  margin-left: auto;
}
/* line 550, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span.mens {
  border-bottom: 1px #b4b4b4 solid;
}
@media screen and (max-width: 480px) {
  /* line 541, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span {
    padding: 0;
    margin: auto;
    width: 100%;
    border: none !important;
  }
}
/* line 568, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #secShopList {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  margin-bottom: 100px;
  z-index: 999;
}
@media screen and (max-width: 580px) {
  /* line 568, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #secShopList {
    padding: 0 20px 0;
  }
}
/* line 583, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #secShopList > h1 {
  text-align: left;
  margin: 0 0 45px;
}
@media screen and (max-width: 710px) {
  /* line 583, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="ginza"] #secShopList > h1 {
    margin: 0 0 35px;
  }
}
/* line 590, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="ginza"] #secShopList > div {
  font-size: 0.75rem;
  width: 140px;
  text-align: center;
  padding: 12px 12px;
  margin: 60px auto;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #878787;
  color: #333;
  background-color: #f3f8fb;
}
@media screen and (max-width: 480px) {
  /* line 608, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec1 {
    margin-bottom: 70px;
  }
}
/* line 612, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 h1 > span {
  width: 128px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  /* line 612, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec1 h1 > span {
    width: 114px;
  }
}
/* line 619, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/sbz/biz/main.jpg);
}
/* line 623, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > div:nth-of-type(2) > h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  letter-spacing: 2px;
  padding-bottom: 2px;
  display: inline-block;
}
/* line 631, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > article {
  max-width: 800px;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  /* line 631, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec1 > article {
    margin: 50px auto 0;
  }
}
/* line 639, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > article h1 {
  padding: 0;
  transition: none;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
/* line 648, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > article div h2 {
  text-align: left;
  margin: 0 0 25px;
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
  box-sizing: border-box;
}
/* line 658, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > article div h2:before {
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 669, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec1 > article div p {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
/* line 677, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 677, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 {
    padding: 0 20px 0;
  }
}
/* line 688, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section h1 {
  text-align: left;
  margin: 0 0 45px;
}
/* line 692, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(1) {
  margin-bottom: 60px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(30px);
  opacity: 0;
}
/* line 700, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(1).viewOn {
  opacity: 1;
  transform: none;
}
/* line 704, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(1) > img {
  margin: 0 auto;
  max-width: 704px;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 711, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) {
  margin-bottom: 90px;
  padding: 0;
}
/* line 714, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  /* line 714, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul {
    padding: 0 10px;
  }
}
/* line 727, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 710px) {
  /* line 727, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 727, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li {
    margin-bottom: 20px;
  }
}
/* line 737, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li:hover {
  opacity: 1 !important;
}
/* line 740, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li:nth-of-type(2n) {
  transform: none;
}
/* line 743, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 746, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(1) {
  max-width: 270px;
  width: 40%;
}
/* line 750, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) {
  width: 60%;
  margin-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  /* line 750, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) {
    padding-top: 0;
    margin-left: 20px;
  }
}
/* line 759, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  padding-left: 3px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #b42e26;
}
@media screen and (max-width: 710px) {
  /* line 759, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
/* line 772, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 710px) {
  /* line 772, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) p {
    font-size: 0.75rem;
  }
}
/* line 784, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article {
  position: relative;
  display: flex;
}
/* line 788, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) {
  background-image: url(../img/frame/detailMainVisual/sbz/biz/qu.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 660px;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 750px) {
  /* line 788, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) {
    width: 500px;
    height: 330px;
  }
}
@media screen and (max-width: 580px) {
  /* line 788, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) {
    width: 256.5px;
    height: 167px;
    padding: 15px 0;
  }
}
/* line 807, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div {
  border-radius: 50%;
  background-color: rgba(195, 24, 53, 0.3);
  animation: bgc 3s linear infinite;
  position: absolute;
}
/* line 811, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div.on {
  background-color: rgba(195, 24, 53, 0.6) !important;
}
@keyframes bgc {
  0% {
    background-color: rgba(195, 24, 53, 0);
  }
  20% {
    background-color: rgba(195, 24, 53, 0);
  }
  45% {
    background-color: rgba(195, 24, 53, 0.5);
  }
  55% {
    background-color: rgba(195, 24, 53, 0.5);
  }
  80% {
    background-color: rgba(195, 24, 53, 0);
  }
  100% {
    background-color: rgba(195, 24, 53, 0);
  }
}
/* line 823, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(1) {
  cursor: pointer;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.5px;
  background-color: #be1c37;
  font-weight: bold;
  font-style: italic;
  padding: 2px 7px 2px 5px;
  display: none;
}
/* line 837, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(1) > span {
  font-size: 1rem;
  padding-left: 2px;
}
@media screen and (max-width: 580px) {
  /* line 823, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(1) {
    left: -72px;
    top: -12px;
  }
}
/* line 845, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(1)::before, #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(1)::after {
  content: none;
}
/* line 849, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2) {
  position: relative;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) transform;
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 858, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2).on, #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2):hover {
  transform: scale(1.2);
}
/* line 861, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2).on::before, #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2).on::after {
  animation-play-state: paused;
}
/* line 864, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::before, #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  /* line 867, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::before, #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::after {
    content: none;
  }
}
/* line 875, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::before {
  z-index: 1;
  animation: r1 8s linear infinite;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-image: url(../img/frame/detailMainVisual/sbz/biz/point.svg);
}
@media screen and (max-width: 580px) {
  /* line 875, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::before {
    width: 25px;
    height: 25px;
  }
}
@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 891, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::after {
  animation: r2 4s linear infinite;
  width: 66px;
  height: 66px;
  background-size: contain;
  background-image: url(../img/frame/detailMainVisual/sbz/biz/pointinner.svg);
}
@media screen and (max-width: 580px) {
  /* line 891, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2)::after {
    width: 20px;
    height: 20px;
  }
}
@keyframes r2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* line 907, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2).on > span {
  opacity: 1;
  visibility: visible;
  width: 350px;
}
@media screen and (max-width: 580px) {
  /* line 907, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2).on > span {
    width: 160px;
  }
}
/* line 916, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2) > span {
  position: absolute;
  background-color: #be1c37;
  display: block;
  height: 2px;
  width: 0px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1) width;
  opacity: 0;
  visibility: hidden;
}
/* line 926, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2) > span::before {
  content: "";
  display: block;
  background-color: #be1c37;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -2.5px;
  left: 0;
}
@media screen and (max-width: 580px) {
  /* line 926, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div > span:nth-of-type(2) > span::before {
    width: 5px;
    height: 5px;
    top: -1.5px;
  }
}
/* line 944, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) {
  top: 10%;
  left: 42.5%;
}
@media screen and (max-width: 580px) {
  /* line 944, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) {
    top: 15.5%;
  }
}
/* line 950, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(1) {
  left: 31px;
}
@media screen and (max-width: 580px) {
  /* line 950, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(1) {
    left: 15px;
    top: -200%;
  }
}
/* line 957, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) {
  width: 0px !important;
  height: 0px !important;
}
@media all and (-ms-high-contrast: none) {
  /* line 961, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) {
    width: 17px;
    height: 17px;
  }
}
/* line 966, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2)::before {
  transform: rotate(20deg);
}
/* line 969, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
/* line 972, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) > span {
  left: 50px;
}
@media screen and (max-width: 580px) {
  /* line 972, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) > span {
    left: 20px;
  }
}
/* line 980, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) {
  top: 37.5%;
  left: 13.5%;
}
/* line 983, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(1) {
  left: 44px;
}
@media screen and (max-width: 580px) {
  /* line 983, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(1) {
    left: 28px;
    top: -55%;
  }
}
/* line 990, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2) {
  width: 0px !important;
  height: 0px !important;
}
@media all and (-ms-high-contrast: none) {
  /* line 994, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2) {
    width: 27px;
    height: 27px;
  }
}
/* line 999, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2)::before {
  width: 80px;
  height: 80px;
  transform: rotate(70deg);
}
@media screen and (max-width: 580px) {
  /* line 999, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2)::before {
    width: 35px;
    height: 35px;
  }
}
/* line 1008, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2)::after {
  width: 66px;
  height: 66px;
  transform: rotate(180deg);
}
@media screen and (max-width: 580px) {
  /* line 1008, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2)::after {
    width: 27px;
    height: 27px;
  }
}
/* line 1017, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2) > span {
  left: 50px;
}
@media screen and (max-width: 580px) {
  /* line 1017, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(2) > span:nth-of-type(2) > span {
    left: 25px;
  }
}
/* line 1025, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) {
  left: 26%;
  bottom: 27.5%;
}
@media screen and (max-width: 580px) {
  /* line 1025, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) {
    left: 25%;
    bottom: 30.5%;
  }
}
/* line 1032, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(1) {
  left: 38px;
}
@media screen and (max-width: 580px) {
  /* line 1032, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(1) {
    left: 23px;
    top: -65%;
  }
}
/* line 1039, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2) {
  width: 0px !important;
  height: 0px !important;
}
@media all and (-ms-high-contrast: none) {
  /* line 1043, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2) {
    width: 22px;
    height: 22px;
  }
}
/* line 1048, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2)::before {
  width: 80px;
  height: 80px;
  transform: rotate(155deg);
}
@media screen and (max-width: 580px) {
  /* line 1048, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2)::before {
    width: 30px;
    height: 30px;
  }
}
/* line 1057, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2)::after {
  width: 66px;
  height: 66px;
  transform: rotate(270deg);
}
@media screen and (max-width: 580px) {
  /* line 1057, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2)::after {
    width: 22px;
    height: 22px;
  }
}
/* line 1066, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2) > span {
  left: 50px;
}
@media screen and (max-width: 580px) {
  /* line 1066, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(1) > div:nth-of-type(3) > span:nth-of-type(2) > span {
    left: 20px;
  }
}
/* line 1076, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 54.5%;
}
/* line 1082, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div {
  position: relative;
}
/* line 1084, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 20px 10px 20px 30px;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 580px) {
  /* line 1084, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p {
    padding: 10px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
/* line 1103, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1) {
  top: -40px;
  transform: translate3d(-30px, 40px, 0);
}
@media screen and (max-width: 850px) {
  /* line 1103, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1) {
    width: 300px;
    right: 0px;
  }
}
@media screen and (max-width: 750px) {
  /* line 1103, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1) {
    width: 220px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1103, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1) {
    transform: translate3d(15px, 50px, 0);
  }
}
@media screen and (max-width: 500px) {
  /* line 1103, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1) {
    transform: translate3d(20px, 0px, 0);
    width: 140px;
  }
}
/* line 1120, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1).on {
  transform: translate3d(-32px, 50px, 0);
}
@media screen and (max-width: 750px) {
  /* line 1120, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1).on {
    transform: translate3d(-45px, 35px, 0);
  }
}
@media screen and (max-width: 580px) {
  /* line 1120, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1).on {
    transform: translate3d(-45px, 35px, 0);
  }
}
@media screen and (max-width: 400px) {
  /* line 1120, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(1).on {
    transform: translate3d(10px, 35px, 0);
  }
}
/* line 1133, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2) {
  top: 40px;
  transform: translate3d(-40px, 70px, 0);
}
@media screen and (max-width: 750px) {
  /* line 1133, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2) {
    top: 30px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1133, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2) {
    transform: translate3d(-15px, 0px, 0);
  }
}
@media screen and (max-width: 500px) {
  /* line 1133, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2) {
    transform: translate3d(-15px, 20px, 0);
    top: 20px;
  }
}
/* line 1146, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2).on {
  transform: translate3d(-20px, 70px, 0);
}
@media screen and (max-width: 750px) {
  /* line 1146, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2).on {
    transform: translate3d(0px, 70px, 0);
  }
}
@media screen and (max-width: 580px) {
  /* line 1146, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2).on {
    transform: translate3d(-45px, 0px, 0);
  }
}
@media screen and (max-width: 500px) {
  /* line 1146, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(2).on {
    transform: translate3d(-25px, 20px, 0);
  }
}
/* line 1159, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3) {
  top: 130px;
  transform: translate3d(-30px, 180px, 0);
}
@media screen and (max-width: 580px) {
  /* line 1159, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3) {
    transform: translate3d(-15px, -30px, 0);
  }
}
@media screen and (max-width: 500px) {
  /* line 1159, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3) {
    transform: translate3d(-15px, 80px, 0);
    top: 30px;
  }
}
/* line 1169, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3).on {
  transform: translate3d(-20px, 140px, 0);
}
@media screen and (max-width: 750px) {
  /* line 1169, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3).on {
    transform: translate3d(0px, 80px, 0);
  }
}
@media screen and (max-width: 580px) {
  /* line 1169, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3).on {
    transform: translate3d(-45px, -45px, 0);
  }
}
@media screen and (max-width: 500px) {
  /* line 1169, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p:nth-of-type(3).on {
    transform: translate3d(-25px, 70px, 0);
  }
}
/* line 1182, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="biz"] #sec2 article > div:nth-of-type(2) > div > p.on {
  visibility: visible;
  opacity: 1;
}
/* line 1195, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  /* line 1195, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 {
    margin-bottom: 70px;
  }
}
/* line 1200, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 h1 {
  padding-bottom: 115px;
}
/* line 1202, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 h1 > span {
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  /* line 1202, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 h1 > span {
    width: 270px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1202, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 h1 > span {
    width: 200px;
  }
}
/* line 1213, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/miw/main.jpg);
}
/* line 1215, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi::before, #frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi::after {
  content: none;
}
/* line 1218, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div {
  position: relative;
}
/* line 1220, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span {
  position: absolute;
  display: block;
  width: 95px;
  height: 95.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/frame/detailMainVisual/miw/waku.png);
}
@media screen and (max-width: 800px) {
  /* line 1220, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span {
    display: none;
  }
}
/* line 1232, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span:nth-of-type(1) {
  top: -8px;
  left: -8px;
  transform: rotate(0);
}
/* line 1237, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span:nth-of-type(2) {
  top: -8px;
  right: -8px;
  transform: rotate(90deg);
}
/* line 1242, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span:nth-of-type(3) {
  bottom: -8px;
  left: -8px;
  transform: rotate(270deg);
}
/* line 1247, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(1).img-vi > div > span:nth-of-type(4) {
  bottom: -8px;
  right: -8px;
  transform: rotate(180deg);
}
/* line 1256, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > div:nth-of-type(2) > h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  letter-spacing: 2px;
  padding-bottom: 2px;
  display: inline-block;
}
/* line 1264, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article {
  max-width: 800px;
  margin: 70px auto 0;
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  /* line 1264, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article {
    margin: 50px auto 0;
  }
}
/* line 1272, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article h1 {
  padding: 0;
  transition: none;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 10px;
}
/* line 1278, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article h1 > span {
  font-weight: normal;
}
/* line 1283, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h1 {
  letter-spacing: 1.5px;
  color: #193267;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.0625rem;
  text-align: center;
  margin-bottom: 35px;
}
/* line 1291, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h1 i {
  display: inline-block;
}
/* line 1293, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h1 i:nth-of-type(1) {
  margin-right: 15px;
}
/* line 1296, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h1 i:nth-of-type(2) {
  margin-left: 15px;
}
/* line 1300, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h1 span {
  font-size: 0.875rem;
  margin-top: 10px;
}
/* line 1305, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1309, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div {
  padding-left: 20px;
  width: calc((100% - 200px) / 2);
}
@media screen and (max-width: 750px) {
  /* line 1309, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div {
    width: calc(100% - 150px);
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 320px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1309, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div {
    width: calc(100% - 110px);
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  /* line 1309, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div {
    width: calc(100% - 100px);
  }
}
/* line 1327, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1) {
  color: #193267;
  margin-bottom: 15px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 750px) {
  /* line 1327, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1) {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  /* line 1339, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1):after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #000;
    margin: 0 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 580px) {
  /* line 1339, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1):after {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 480px) {
  /* line 1339, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1):after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* line 1327, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(1) {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
/* line 1359, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(2) {
  box-sizing: border-box;
  border-top: 1px solid #b4b4b4;
  padding-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  /* line 1359, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div p:nth-of-type(2) {
    border-top: none;
    padding-top: 0;
  }
}
/* line 1369, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(1) {
  text-align: right;
  padding-right: 20px;
}
/* line 1372, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(1) > p {
  box-sizing: border-box;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  /* line 1369, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(1) {
    display: none;
  }
}
/* line 1380, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(2) {
  width: 150px;
  height: 150px;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/frame/detailMainVisual/miw/miwaku-desc.png);
}
@media screen and (max-width: 580px) {
  /* line 1380, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(2) {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1380, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(2) {
    width: 90px;
    height: 90px;
  }
}
/* line 1398, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 750px) {
  /* line 1398, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1398, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(1) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1398, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(1) {
    padding-left: 5px;
  }
}
/* line 1415, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) {
  text-align: left;
}
@media screen and (max-width: 750px) {
  /* line 1415, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
@media screen and (max-width: 580px) {
  /* line 1415, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1415, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) {
    padding-left: 5px;
  }
}
/* line 1428, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) > p {
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  /* line 1428, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1 > article div.miw > #descImg > div:nth-of-type(3) > div:nth-of-type(2) > p {
    padding-left: 0;
  }
}
/* line 1439, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h2 {
  text-align: left;
  margin: 0 0 25px;
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
  box-sizing: border-box;
}
/* line 1449, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw h2:before {
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 1460, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1 > article div.miw p {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
/* line 1468, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 1468, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 {
    padding: 0 20px 0;
  }
}
/* line 1479, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section h1 {
  text-align: left;
  margin: 0 0 45px;
}
/* line 1483, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) {
  padding: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 580px) {
  /* line 1483, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) {
    margin-bottom: 80px;
  }
}
/* line 1489, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  /* line 1489, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul {
    padding: 0 10px;
    width: 90%;
    margin-bottom: 30px;
  }
}
/* line 1504, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 710px) {
  /* line 1504, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 1504, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li {
    display: block;
    margin-bottom: 25px;
  }
}
/* line 1516, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li:hover {
  opacity: 1 !important;
}
/* line 1519, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li:nth-of-type(2n) {
  transform: none;
}
/* line 1522, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 1525, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) {
  max-width: 270px;
  width: 40%;
  box-sizing: border-box;
  border: 1px solid #d0b40f;
  height: 140px;
  object-fit: cover;
}
/* line 1532, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1).mens {
  border: 1px solid #b4b4b4;
}
@media screen and (max-width: 480px) {
  /* line 1525, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) {
    width: 100%;
    max-width: 260px;
    height: 120px;
    margin: 0 auto 10px;
  }
}
/* line 1541, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
/* line 1548, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
  width: 60%;
  margin-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(-40px);
}
/* line 1558, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2).mens:before {
  background-color: #b4b4b4;
}
@media screen and (max-width: 480px) {
  /* line 1548, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
    width: 100%;
    transform: none;
    margin: 0 auto !important;
    max-width: 260px;
  }
}
/* line 1568, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2):before {
  content: "";
  display: block;
  width: 60px;
  position: absolute;
  height: 1px;
  background-color: #d0b40f;
  transform: rotate(-45deg);
  left: -15px;
  bottom: -20px;
}
@media screen and (max-width: 480px) {
  /* line 1568, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2):before {
    content: none;
  }
}
@media screen and (max-width: 710px) {
  /* line 1548, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) {
    padding-top: 0;
    margin-left: 20px;
  }
}
/* line 1586, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  padding-left: 3px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #b42e26;
}
@media screen and (max-width: 710px) {
  /* line 1586, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
/* line 1599, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding-left: 50px;
  width: 100%;
  transform: translateY(10px);
}
@media screen and (max-width: 580px) {
  /* line 1599, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1599, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p {
    padding: 0;
    transform: none;
  }
}
/* line 1612, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span {
  padding: 0px 0 15px 0px;
  border-bottom: 1px #d0b40f solid;
  box-sizing: border-box;
  display: block;
  line-height: 1.3;
  letter-spacing: 0px;
  width: calc(100% - 10px);
  margin-left: auto;
}
/* line 1621, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span.mens {
  border-bottom: 1px #b4b4b4 solid;
}
@media screen and (max-width: 480px) {
  /* line 1612, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec1-2 section > div:nth-of-type(1) ul li > div:nth-of-type(2) p > span {
    padding: 0;
    margin: auto;
    width: 100%;
    border: none !important;
  }
}
/* line 1638, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 1638, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 {
    padding: 0 20px 0;
  }
}
/* line 1649, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section h1 {
  text-align: left;
  margin: 0 0 45px;
}
/* line 1653, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(1) {
  margin-bottom: 60px;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(30px);
  opacity: 0;
}
@media screen and (max-width: 580px) {
  /* line 1653, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
/* line 1661, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(1).viewOn {
  opacity: 1;
  transform: none;
}
/* line 1665, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(1) > img {
  margin: 0 auto;
  max-width: 704px;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 1672, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) {
  padding: 0;
}
/* line 1674, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  /* line 1674, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul {
    padding: 0 10px;
  }
}
/* line 1687, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 710px) {
  /* line 1687, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 1687, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li {
    margin-bottom: 20px;
  }
}
/* line 1697, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li:hover {
  opacity: 1 !important;
}
/* line 1700, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li:nth-of-type(2n) {
  transform: none;
}
/* line 1703, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 1706, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(1) {
  max-width: 270px;
  width: 40%;
}
/* line 1713, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) {
  width: 60%;
  margin-left: 30px;
  padding-top: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 710px) {
  /* line 1713, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) {
    padding-top: 0;
    margin-left: 20px;
  }
}
/* line 1722, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) h2 {
  border-bottom: 1px solid #b42e26;
  box-sizing: border-box;
  padding-left: 3px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #b42e26;
}
@media screen and (max-width: 710px) {
  /* line 1722, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) h2 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
/* line 1735, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) p {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 710px) {
  /* line 1735, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="miw"] #sec2 section > div:nth-of-type(2) ul li > div:nth-of-type(2) p {
    font-size: 0.75rem;
  }
}
/* line 1751, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="msseries"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/smc/s-series/main.jpg);
}
/* line 1757, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="mtseries"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/smc/t-series/main.jpg);
}
/* line 1763, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="lcseries"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/slc/c-series/main.jpg);
}
/* line 1770, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="lune"] #sec1 h1 > span {
  width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  /* line 1770, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="lune"] #sec1 h1 > span {
    width: 210px;
  }
}
/* line 1777, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="lune"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/sld/main.jpg);
}
/* line 1785, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="hanae"] #sec1 h1 > span {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  /* line 1785, ../scss/frame/_itemBase.scss */
  #frameDetail[data-frameName="hanae"] #sec1 h1 > span {
    width: 200px;
  }
}
/* line 1792, ../scss/frame/_itemBase.scss */
#frameDetail[data-frameName="hanae"] #sec1 > div:nth-of-type(1).img-vi {
  background-image: url(../img/frame/detailMainVisual/hm/main.jpg);
}
/* line 1798, ../scss/frame/_itemBase.scss */
#frameDetail .newBadge {
  padding: 0px 5px 0 0;
  box-sizing: border-box;
  letter-spacing: -1px;
  background-color: transparent;
  font-weight: normal;
  width: 100%;
  display: block;
  text-align: right;
  position: static;
  text-decoration: none;
}
/* line 1809, ../scss/frame/_itemBase.scss */
#frameDetail .newBadge > strong {
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
}
/* line 1814, ../scss/frame/_itemBase.scss */
#frameDetail .newBadge > span {
  display: inline-block;
  margin-left: 10px;
}

/* line 1823, ../scss/frame/_itemBase.scss */
#modalFrame {
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 480px) {
  /* line 1823, ../scss/frame/_itemBase.scss */
  #modalFrame {
    overflow-scrolling: touch;
    align-items: flex-start;
  }
}
/* line 1842, ../scss/frame/_itemBase.scss */
#modalFrame.on {
  visibility: visible;
}
/* line 1845, ../scss/frame/_itemBase.scss */
#modalFrame.on2 {
  opacity: 1;
}
/* line 1847, ../scss/frame/_itemBase.scss */
#modalFrame.on2 #frameSliderWrap {
  opacity: 1;
  transform: none;
}
/* line 1852, ../scss/frame/_itemBase.scss */
#modalFrame.on2 #btnWrap #mfCERRAR {
  opacity: 1;
  visibility: visible;
}
/* line 1858, ../scss/frame/_itemBase.scss */
#modalFrame #modalFrameInner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  /* line 1858, ../scss/frame/_itemBase.scss */
  #modalFrame #modalFrameInner {
    padding: 0 20px;
  }
}
/* line 1869, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 780px;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  /* line 1869, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap {
    padding: 0 20px;
  }
}
/* line 1886, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  margin-left: 36px;
  top: 70px;
  right: 140px;
  display: flex;
  align-items: center;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 1886, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfCERRAR {
    margin-left: 26px;
  }
}
/* line 1900, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR.rm {
  transform: rotate3d(10, 10, 0, 180deg);
}
/* line 1903, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR:hover {
  opacity: 0.3;
}
/* line 1906, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR > span {
  display: block;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 16px;
  border: 1px solid #5d5d5d;
  padding: 23px;
}
@media screen and (max-width: 480px) {
  /* line 1906, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfCERRAR > span {
    padding: 17px;
  }
}
/* line 1917, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR > span > span {
  width: 14px;
  height: 1px;
  background-color: #5d5d5d;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* line 1929, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR > span > span:nth-of-type(1) {
  transform: rotate(-45deg);
}
/* line 1932, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfCERRAR > span > span:nth-of-type(2) {
  transform: rotate(45deg);
}
/* line 1938, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext, #modalFrame #btnWrap #mfPrev {
  width: 37px;
  height: 37px;
  cursor: pointer;
  transform: rotate(45deg);
  background-color: #fff;
}
/* line 1947, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext:hover > span > span:nth-of-type(1), #modalFrame #btnWrap #mfPrev:hover > span > span:nth-of-type(1) {
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
  /* line 1938, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfNext, #modalFrame #btnWrap #mfPrev {
    width: 30px;
    height: 30px;
  }
}
/* line 1957, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext.rm, #modalFrame #btnWrap #mfPrev.rm {
  transform: rotate(45deg) rotate3d(10, 10, 0, 180deg);
}
/* line 1960, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span, #modalFrame #btnWrap #mfPrev > span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1968, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span > span, #modalFrame #btnWrap #mfPrev > span > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1973, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span > span:nth-of-type(1), #modalFrame #btnWrap #mfPrev > span > span:nth-of-type(1) {
  display: block;
  border: 1px solid #5d5d5d;
  width: 100%;
  height: 100%;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 9;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
}
/* line 1983, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span > span:nth-of-type(1):before, #modalFrame #btnWrap #mfPrev > span > span:nth-of-type(1):before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  width: 70%;
  transform: rotate(-45deg);
  height: 70%;
  margin: auto;
  box-sizing: border-box;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 2001, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span > span:nth-of-type(2), #modalFrame #btnWrap #mfPrev > span > span:nth-of-type(2) {
  display: none;
  background-color: #5d5d5d;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 2012, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext {
  margin-left: 15px;
  margin-top: 0px;
  transform: translateY(-1.7px) rotate(45deg);
}
@media screen and (max-width: 480px) {
  /* line 2012, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfNext {
    margin-left: 12px;
  }
}
/* line 2023, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfNext > span > span:nth-of-type(1):before {
  background-image: url(../img/frame/item/ar-u.png);
  background-position-x: 13px;
}
@media screen and (max-width: 480px) {
  /* line 2023, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfNext > span > span:nth-of-type(1):before {
    background-position-x: 11px;
  }
}
/* line 2034, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfPrev {
  margin-left: 15px;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  /* line 2034, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfPrev {
    margin-left: 0;
  }
}
/* line 2044, ../scss/frame/_itemBase.scss */
#modalFrame #btnWrap #mfPrev > span > span:nth-of-type(1):before {
  background-image: url(../img/frame/item/ar-d.png);
  background-position-x: 8px;
}
@media screen and (max-width: 480px) {
  /* line 2044, ../scss/frame/_itemBase.scss */
  #modalFrame #btnWrap #mfPrev > span > span:nth-of-type(1):before {
    background-position-x: 6px;
  }
}
/* line 2056, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap {
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(0) scale(0.9) rotate3d(0, 1, 0, 270deg);
  -webkit-transform: translateX(0) scale(0.9) rotate3d(0, 1, 0, 270deg);
}
@media screen and (max-width: 850px) {
  /* line 2056, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap {
    transform: translateX(0) scale(0.9) translateY(40px);
    -webkit-transform: translateX(0) scale(0.9) translateY(40px);
  }
}
@media screen and (max-width: 480px) {
  /* line 2056, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap {
    margin-top: 0px;
  }
}
/* line 2068, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .slick-track > div {
  transition: 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s;
  padding: 0;
  transform: none;
}
/* line 2077, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider.ginza dl > dt {
  flex-wrap: wrap;
}
/* line 2079, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider.ginza dl > dt > article {
  margin-top: 40px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  /* line 2079, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider.ginza dl > dt > article {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2079, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider.ginza dl > dt > article {
    margin-top: 20px;
  }
}
/* line 2099, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont {
  display: flex !important;
  justify-content: center;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 480px) {
  /* line 2099, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: inline-block;
  }
}
/* line 2110, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div {
  top: 25vh;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  /* line 2110, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div {
    position: absolute !important;
    top: 100px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2117, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div > div {
    margin-bottom: 25px;
  }
}
/* line 2121, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div > div > img {
  max-width: 550px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 650px) {
  /* line 2121, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div > div > img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  /* line 2121, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div > div > img {
    width: 85%;
  }
}
/* line 2132, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  /* line 2132, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl {
    max-width: 380px;
    margin-bottom: 100px;
    width: 90%;
  }
}
/* line 2140, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  /* line 2140, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt {
    margin-bottom: 20px;
  }
}
/* line 2152, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt > h2 {
  font-family: 'BellGothicStd';
  color: #4a4a4a;
  font-weight: bold;
  font-size: 1.125rem;
}
/* line 2157, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt > h2 > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8125rem;
}
/* line 2163, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt > p {
  color: #333333;
  font-size: 0.6875rem;
}
@media screen and (max-width: 480px) {
  /* line 2163, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dt > p {
    transform: translateY(-15px);
  }
}
/* line 2172, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
/* line 2177, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul.pt1 {
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  /* line 2172, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
/* line 2184, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  /* line 2184, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li {
    margin-right: 0;
  }
  /* line 2188, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li:nth-of-type(2) {
    order: 2;
  }
}
/* line 2192, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li:last-of-type {
  margin-right: 0;
}
/* line 2196, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec h2 {
  font-size: 0.625rem;
  margin-bottom: 8px;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 480px) {
  /* line 2196, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec h2 {
    margin-bottom: 4px;
  }
}
/* line 2204, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec ul {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.3;
}
/* line 2208, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec ul li {
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 2208, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec ul li {
    display: inline-block;
    margin-right: 10px;
  }
  /* line 2213, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetSpec ul li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 2220, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic {
    order: 1;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
/* line 2227, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 350px;
}
@media screen and (max-width: 650px) {
  /* line 2227, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 2227, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 {
    justify-content: flex-start;
  }
}
/* line 2241, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1.pt2.min > li > div {
  height: 45px;
}
/* line 2247, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1.pt2 > li > div {
  height: 60px;
}
/* line 2253, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li {
  margin-bottom: 10px;
  max-width: 170px;
}
/* line 2256, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li:nth-of-type(2n) {
  margin-left: 8px;
}
/* line 2259, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li::last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 650px) {
  /* line 2253, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li {
    margin: 0 0 10px !important;
    width: auto !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 2253, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li {
    margin-right: 8px;
  }
}
/* line 2269, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  /* line 2269, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li:last-of-type {
    margin-bottom: 0px !important;
  }
}
/* line 2275, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li > div {
  width: 100%;
  max-width: 170px;
  height: 80px;
  border: 1px solid #878787;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  /* line 2275, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li > div {
    height: 60px;
  }
}
/* line 2288, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li > div > img {
  width: 100%;
  height: auto;
}
/* line 2293, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li > p {
  margin-top: 5px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  padding-left: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 650px) {
  /* line 2293, ../scss/frame/_itemBase.scss */
  #modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.pt1 > li > p {
    margin-top: 2px;
    padding-left: 0;
  }
}
/* line 2310, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .frameSliderCont > div dl dd > ul > li.fmDetPic ul.hf > li > div > img {
  width: auto;
  height: 100%;
}
/* line 2323, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .frameSlider .slick-list {
  position: static;
  overflow: visible;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 2332, ../scss/frame/_itemBase.scss */
#modalFrame #frameSliderWrap .slick-slider .slick-prev, #modalFrame #frameSliderWrap .slick-slider .slick-next {
  display: none !important;
}

@media screen and (max-width: 850px) {
  /* line 2339, ../scss/frame/_itemBase.scss */
  span[data-exid="1"].on > span {
    width: 120px !important;
  }
}

/****************
commonClass
****************/
/* line 12, ../scss/scene/_scene.scss */
.offSceneCont {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* line 16, ../scss/scene/_scene.scss */
.zIndex {
  z-index: 9;
}

/* line 20, ../scss/scene/_scene.scss */
.hoverEfLine {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 1s ease;
}

/* line 31, ../scss/scene/_scene.scss */
.hoverEfLine::before,
.hoverEfLine::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  transition: 1s ease;
  opacity: 1;
}

/* line 42, ../scss/scene/_scene.scss */
.hoverEfLine::before {
  bottom: -2px;
  left: -2px;
}

/* line 46, ../scss/scene/_scene.scss */
.hoverEfLine::after {
  top: -2px;
  right: -2px;
}

/* line 50, ../scss/scene/_scene.scss */
.hoverEfLine:hover span {
  color: #024ea2 !important;
}

/* line 53, ../scss/scene/_scene.scss */
.hoverEfLine:hover::before,
.hoverEfLine:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* line 59, ../scss/scene/_scene.scss */
.hoverEfLine:hover::before {
  border-bottom-color: #024ea2;
  border-left-color: #024ea2;
  transition: height 0.3s, width 0.3s 0.3s;
}

/* line 64, ../scss/scene/_scene.scss */
.hoverEfLine:hover::after {
  border-top-color: #024ea2;
  border-right-color: #024ea2;
  transition: height 0.3s, width 0.3s 0.3s;
}

/****************
style
****************/
/* line 76, ../scss/scene/_scene.scss */
#scene {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  /* line 76, ../scss/scene/_scene.scss */
  #scene {
    margin: 0 auto 80px;
  }
}
/* line 81, ../scss/scene/_scene.scss */
#scene article {
  box-sizing: border-box;
  padding-top: 145px;
}
@media screen and (max-width: 1050px) {
  /* line 81, ../scss/scene/_scene.scss */
  #scene article {
    padding-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  /* line 81, ../scss/scene/_scene.scss */
  #scene article {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  /* line 81, ../scss/scene/_scene.scss */
  #scene article {
    padding-top: 155px;
  }
}
/* line 93, ../scss/scene/_scene.scss */
#scene article > h1 {
  max-width: 675px;
  margin: 0 auto 95px;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  /* line 93, ../scss/scene/_scene.scss */
  #scene article > h1 {
    margin-bottom: 55px;
  }
}
/* line 102, ../scss/scene/_scene.scss */
#scene article > h1 > span {
  font-family: 'BellGothicStd';
  display: block;
}
/* line 106, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(1) {
  color: #024ea2;
  margin-bottom: 35px;
  font-size: 1rem;
  letter-spacing: 3px;
  transform: translateX(-20px);
}
/* line 113, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2) {
  color: #272727;
  font-size: 0.875rem;
  letter-spacing: 2px;
  position: relative;
  line-height: 1;
  padding-left: 30px;
}
/* line 120, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background-color: #aee0fe;
  border-radius: 50%;
  z-index: 1;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 134, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2).off2:before {
  background-color: #87d2fd;
}
/* line 137, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  background-color: #87d2fd;
  border-radius: 50%;
}
/* line 147, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2).off2:after {
  transition: 1s ease;
  animation: fadeMove 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeMove {
  0% {
    opacity: 0;
  }
  50% {
    z-index: 0;
  }
  100% {
    opacity: 1;
    display: block;
    background-color: #aee0fe;
    transform: translate3d(-10px, 0, 0);
  }
}
/* line 166, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2).op:after {
  opacity: 1;
  display: block;
  background-color: #aee0fe;
  transform: translate3d(-10px, 0, 0);
  animation: fadeMoveRe 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeMoveRe {
  50% {
    z-index: 0;
  }
  100% {
    opacity: 0;
    transform: none;
    background-color: #87d2fd;
  }
}
/* line 185, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2) > span {
  display: inline-block;
  overflow: hidden;
}
/* line 188, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2) > span > span {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
}
/* line 195, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2).off > span > span {
  transform: translateY(20px);
}
/* line 202, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 0.875rem;
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 6px;
}
@media screen and (max-width: 750px) {
  /* line 202, ../scss/scene/_scene.scss */
  #scene article > h1 > span:nth-of-type(2) > span:nth-of-type(2) {
    display: block;
    margin-top: 10px;
    letter-spacing: 3px;
  }
}
/* line 211, ../scss/scene/_scene.scss */
#scene article > h1 > span:nth-of-type(2) > span:nth-of-type(2) > span {
  transition-delay: 0.5s;
}
/* line 216, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList {
  position: absolute;
  top: -5px;
  padding: 10px 0;
  right: 25px;
  cursor: pointer;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 225, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList:hover > span:before, #scene article > h1 > #sceneList:hover > span:after {
  background-color: #024ea2;
}
/* line 229, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList:hover > span > span > span {
  color: #024ea2;
}
/* line 235, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 239, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #655e5e;
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 250, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #655e5e;
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 261, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span > span {
  display: flex;
  align-items: center;
  position: relative;
  height: 10px;
  width: 70px;
}
/* line 267, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span > span > span {
  position: absolute;
  display: block;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 10px;
  line-height: 1;
  color: #0e0e0e;
  letter-spacing: 0.5px;
}
/* line 275, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span > span > span:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
}
/* line 279, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList > span > span > span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
/* line 288, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList.on > span:before {
  content: "";
  width: 5px;
  height: 6px;
  top: 2px;
  left: -11px;
}
/* line 295, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList.on > span:after {
  content: "";
  width: 5px;
  height: 6px;
  bottom: 2px;
  left: -16px;
}
/* line 304, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList.on > span > span > span:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
/* line 308, ../scss/scene/_scene.scss */
#scene article > h1 > #sceneList.on > span > span > span:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  /* line 216, ../scss/scene/_scene.scss */
  #scene article > h1 > #sceneList {
    transform: scale(0.9);
    top: -35px;
  }
  /* line 320, ../scss/scene/_scene.scss */
  #scene article > h1 > #sceneList > span > span {
    letter-spacing: 0.5px !important;
  }
}
/* line 330, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
  position: relative;
  max-width: 1400px;
  margin: 0 auto 140px;
  width: calc(100% - 60px);
}
/* line 337, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.transNone {
  transition: none !important;
}
/* line 340, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.on {
  transform: scale(0.9);
}
/* line 343, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.onsc {
  transform: scale(0.9) translateY(20px);
}
/* line 346, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.ond {
  transform: translateY(20px);
}
/* line 349, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.on2 {
  opacity: 0;
  visibility: hidden;
}
/* line 353, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.vis {
  visibility: visible !important;
}
@media screen and (max-width: 480px) {
  /* line 330, ../scss/scene/_scene.scss */
  #scene #sceneSliderWrap {
    margin: 0 auto 80px;
  }
}
/* line 359, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 7;
  top: 0;
  left: 0;
}
/* line 373, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 7;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 388, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.op {
  opacity: 0;
}
@media screen and (max-width: 580px) {
  /* line 391, ../scss/scene/_scene.scss */
  #scene #sceneSliderWrap.listMode {
    width: calc(100% - 20px);
  }
}
/* line 395, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode:before, #scene #sceneSliderWrap.listMode:after {
  content: none;
}
/* line 398, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > div {
  display: none;
}
/* line 401, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider {
  display: flex;
  flex-wrap: wrap;
}
/* line 404, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li {
  width: calc(50% - 6px);
  position: relative;
  margin: 3px;
  margin-top: 0;
}
/* line 409, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > div {
  overflow: hidden;
  max-height: 120px;
  display: flex;
  align-items: center;
}
/* line 414, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > div > img {
  display: block;
  opacity: 1;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}
/* line 421, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > span {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 428, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > span > a {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  line-height: 0;
  background-color: rgba(244, 248, 251, 0.9);
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* line 444, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > span > a:hover {
  background-color: #fff;
}
/* line 448, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap.listMode > ul.sceneSlider > li > span > a > span {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  font-size: 0.875rem;
  color: #272727;
  text-align: left;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0px;
}
/* line 463, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap > div {
  position: absolute;
  border: 8px solid #aee0fe;
  box-sizing: border-box;
  border-bottom: 9px solid #aee0fe;
  left: 0;
  right: 0;
  top: -8px;
  max-height: 415px;
  margin: auto;
  z-index: 8;
  transition: 1s #qeo;
}
@media screen and (max-width: 950px) {
  /* line 477, ../scss/scene/_scene.scss */
  #scene #sceneSliderWrap .sceneSlider .slick-prev {
    left: 35.5% !important;
  }
}
@media screen and (max-width: 950px) {
  /* line 482, ../scss/scene/_scene.scss */
  #scene #sceneSliderWrap .sceneSlider .slick-next {
    right: 35.5% !important;
  }
}
/* line 487, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-arrow {
  z-index: 9;
}
/* line 490, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track {
  padding-bottom: 10px;
}
/* line 492, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide {
  padding: 0 !important;
  transform: none !important;
}
/* line 499, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide.slick-active.slick-center > div > li > div > img {
  opacity: 1;
}
/* line 504, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide.slick-active.slick-center > div > li > span > a {
  opacity: 1;
  visibility: visible;
}
/* line 514, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > div {
  margin-bottom: 38px;
  background-color: #404040;
  overflow: hidden;
  max-height: 360px;
  display: flex;
  align-items: center;
}
/* line 521, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > div > img {
  display: block;
  opacity: 0.4;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}
/* line 528, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > span {
  text-align: center;
  display: block;
}
/* line 531, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > span > a {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border: 1px solid #878787;
  padding: 15px 25px;
  line-height: 0;
  background-color: #f3f8fb;
  position: relative;
  max-width: 80%;
}
/* line 543, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > span > a:hover {
  background-color: #fff;
}
/* line 547, ../scss/scene/_scene.scss */
#scene #sceneSliderWrap .sceneSlider .slick-track .slick-slide > div > li > span > a > span {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  font-size: 0.875rem;
  color: #272727;
  text-align: left;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0px;
}

/* line 566, ../scss/scene/_scene.scss */
#recommendItems {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 0;
  padding-top: 315px;
  z-index: -1;
  transition: 1s ease;
}
@media screen and (max-width: 1050px) {
  /* line 566, ../scss/scene/_scene.scss */
  #recommendItems {
    padding-top: 245px !important;
  }
}
@media screen and (max-width: 580px) {
  /* line 566, ../scss/scene/_scene.scss */
  #recommendItems {
    padding-top: 260px !important;
  }
}
/* line 584, ../scss/scene/_scene.scss */
#recommendItems.on {
  z-index: 9;
}
/* line 587, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* line 594, ../scss/scene/_scene.scss */
  #recommendItems > div:nth-of-type(1):before, #recommendItems > div:nth-of-type(1):after {
    content: none !important;
  }
}
/* line 598, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1):before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
/* line 612, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1):after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100%;
  background-image: url(../img/common/grad.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
/* line 627, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0;
}
/* line 636, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li {
  width: 100%;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0.0001deg);
  outline: 1px solid transparent;
  transition: 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  /* line 636, ../scss/scene/_scene.scss */
  #recommendItems > div:nth-of-type(1) > article ul li {
    height: 110px;
  }
}
/* line 650, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li.on {
  opacity: 1;
  visibility: visible;
}
/* line 654, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.8s ease;
}
/* line 660, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li a > span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 950px;
}
/* line 668, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li a > span > img {
  display: block;
  max-height: 34px;
  min-height: 20px;
  width: auto;
  margin-right: 20px;
}
/* line 675, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) > article ul li a > span > span {
  letter-spacing: 0.5px;
  font-size: 0.75rem;
}
@media screen and (max-width: 480px) {
  /* line 675, ../scss/scene/_scene.scss */
  #recommendItems > div:nth-of-type(1) > article ul li a > span > span {
    display: none;
  }
}
/* line 690, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li {
  background-position: center;
  transform-origin: center;
}
/* line 695, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li:hover > a {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 699, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.integral {
  background-image: url(../img/lens/integral/main.jpg);
  background-position-y: 33%;
}
/* line 703, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.a_zone {
  background-image: url(../img/lens/a_zone/main.jpg);
  background-position-y: 25%;
}
/* line 707, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.caster {
  background-image: url(../img/lens/caster/main.jpg);
  background-position-y: 35%;
}
/* line 711, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.in_100200 {
  background-image: url(../img/lens/in_100200/main.jpg);
  background-position-y: 9%;
}
/* line 715, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.in_ld {
  background-image: url(../img/lens/in_ld/main.jpg);
  background-position-y: 52%;
}
/* line 719, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.in_pc {
  background-image: url(../img/lens/in_pc/main.jpg);
  background-position-y: 30%;
}
/* line 723, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.myfocus {
  background-image: url(../img/lens/myfocus/main.jpg);
  background-position-y: 45%;
}
/* line 727, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.pcvx {
  background-image: url(../img/lens/pcvx/main.jpg);
  background-position-y: 24%;
}
/* line 731, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.pt-nvx {
  background-image: url(../img/lens/pt_nvx/main.jpg);
  background-position-y: 40%;
}
/* line 735, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.prestige {
  background-image: url(../img/lens/prestige/main.jpg);
  background-position-y: 40%;
}
/* line 739, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.pt_acx {
  background-image: url(../img/lens/pt_acx/main.jpg);
  background-position-y: 21%;
}
/* line 743, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.pt_nv {
  background-image: url(../img/lens/pt_nv/main.jpg);
  background-position-y: 42%;
}
/* line 747, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.pt_pv {
  background-image: url(../img/lens/pt_pv/main.jpg);
  background-position-y: 30%;
}
/* line 751, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.regard {
  background-image: url(../img/lens/regard/main.jpg);
  background-position-y: 73%;
}
/* line 755, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.smartaid {
  background-image: url(../img/lens/smartaid/main.jpg);
  background-position-y: 60%;
}
/* line 759, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.spg {
  background-image: url(../img/lens/spg/main.jpg);
  background-position-y: 33%;
}
/* line 763, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.sr_p1 {
  background-image: url(../img/lens/sr_p1/main.jpg);
  background-position-y: 38%;
}
/* line 767, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.sr_px {
  background-image: url(../img/lens/sr_px/main.jpg);
  background-position-y: 72%;
}
/* line 771, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.synergy {
  background-image: url(../img/lens/synergy/main.jpg);
  background-position-y: 25%;
}
/* line 775, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.uj2 {
  background-image: url(../img/lens/uj2/main.jpg);
  background-position-y: 66%;
}
/* line 779, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.up {
  background-image: url(../img/lens/up/main.jpg);
  background-position-y: 25%;
}
/* line 783, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.up2 {
  background-image: url(../img/lens/up2/main.jpg);
  background-position-y: 25%;
}
/* line 787, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.vo_ds {
  background-image: url(../img/lens/vo_ds/main.jpg);
  background-position-y: 77%;
}
/* line 791, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.wing {
  background-image: url(../img/lens/wing/main.jpg);
  background-position-y: 44%;
}
/* line 795, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.arriate {
  background-image: url(../img/option/arriate/main.jpg);
  background-position-y: 85%;
}
/* line 799, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.coating {
  background-image: url(../img/option/coating/main.jpg);
  background-position-y: 55%;
}
/* line 803, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.frontier {
  background-image: url(../img/option/frontier/main.jpg);
  background-position-y: 25%;
}
/* line 807, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.functionColor {
  background-image: url(../img/option/functionColor/main.jpg);
  background-position-y: 15%;
}
/* line 811, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.polarthin {
  background-image: url(../img/option/polarthin/main.jpg);
  background-position-y: 25%;
}
/* line 815, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.solaire {
  background-image: url(../img/option/solaire/main.jpg);
  background-position-y: 35%;
}
/* line 819, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.trans {
  background-image: url(../img/option/trans/main.jpg);
  background-position-y: 25%;
}
/* line 823, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(1) article ul li.trivex {
  background-image: url(../img/option/trivex/main.jpg);
  background-position-y: 35%;
}
/* line 831, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  text-align: center;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
  z-index: 9;
}
/* line 843, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(2) > a {
  color: #272727;
  background-color: #f3f8fb;
  display: inline-block;
  border: 1px solid #878787;
  padding: 15px 25px;
  line-height: 0;
  min-width: 140px;
}
/* line 851, ../scss/scene/_scene.scss */
#recommendItems > div:nth-of-type(2) > a span {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  font-size: 0.75rem;
  color: #272727;
  text-align: left;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0px;
}

/****************
commonClass
****************/
/* line 9, ../scss/support/_support.scss */
.hiddenArc {
  opacity: 0;
  visibility: hidden;
}

/* line 13, ../scss/support/_support.scss */
.hiddenArcNone {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/****************
style
****************/
/* line 28, ../scss/support/_support.scss */
#archive.support {
  transition: 1s ease;
}
/* line 31, ../scss/support/_support.scss */
#archive.support .linkArea {
  margin-top: 35px;
}
/* line 33, ../scss/support/_support.scss */
#archive.support .linkArea .btnT-a {
  max-width: 210px;
  padding: 0;
  display: block;
}
/* line 41, ../scss/support/_support.scss */
#archive.support .arcStyle {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  padding-left: 120px;
  margin: 150px auto 80px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  /* line 41, ../scss/support/_support.scss */
  #archive.support .arcStyle {
    padding-left: 0;
  }
}
/* line 52, ../scss/support/_support.scss */
#archive.support .arcStyle:last-of-type {
  margin-bottom: 160px;
  margin-top: 0;
}
/* line 56, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 {
  margin-bottom: 100px;
}
/* line 58, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 > div {
  display: inline-block;
}
/* line 60, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 > div > span {
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1;
  display: block;
}
/* line 69, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 73, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 > div > div svg {
  width: 100%;
  max-width: 118px;
  max-height: 23px;
  margin-right: 15px;
}
/* line 79, ../scss/support/_support.scss */
#archive.support .arcStyle > h1 > div > div p {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #333333;
}
/* line 88, ../scss/support/_support.scss */
#archive.support .arcStyle > section {
  margin-bottom: 180px;
}
/* line 90, ../scss/support/_support.scss */
#archive.support .arcStyle > section:last-of-type {
  margin-bottom: 0;
}
/* line 93, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection {
  transition: 1s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8%;
}
/* line 99, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(1) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 225px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: translateY(15px);
}
/* line 108, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(1):before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  background-color: #e0e0e0;
}
/* line 116, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(1):after {
  content: "";
  width: 85%;
  height: 1px;
  right: 0;
  position: absolute;
  bottom: -17px;
  background-color: #e0e0e0;
}
/* line 126, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) {
  width: calc(100% - 259px - 15px);
  margin-left: 50px;
}
/* line 129, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 {
  font-size: 1.125rem;
  color: #024da2;
  margin-bottom: 40px;
  letter-spacing: 2px;
  line-height: 1;
}
/* line 135, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > p {
  display: inline-block;
  line-height: 1;
  transform: translateY(-8px);
  margin-left: 2px;
  font-size: 1rem;
}
/* line 142, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) > h1 > span {
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1;
  display: block;
}
/* line 152, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) > p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
/* line 157, ../scss/support/_support.scss */
#archive.support .arcStyle > section > div.innerSection > div:nth-of-type(2) > div.descImg {
  margin-top: 45px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  max-width: 388px;
  height: 227px;
}
/* line 169, ../scss/support/_support.scss */
#archive.support .arcStyle > section div.linkArea {
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
}
/* line 174, ../scss/support/_support.scss */
#archive.support .arcStyle > section div.linkArea .btnT-a span:before {
  content: none;
}
/* line 177, ../scss/support/_support.scss */
#archive.support .arcStyle > section div.linkArea > ul > li > a > span:nth-of-type(1) {
  margin: 0;
}

/* line 187, ../scss/support/_support.scss */
#archive.support {
  /*
      修理について
  */
  /*
      メガネの取り扱いについて
  */
  /*
      取り扱い店舗について
  */
  /*
      お問い合わせ
  */
}
/* line 193, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] {
  padding-bottom: 30px;
}
/* line 195, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] > div.innerSection {
  transition: 1s ease;
}
/* line 197, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/lens/archive/single/id1/visual.jpg);
}
/* line 201, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/single/id1/graph.png);
}
/* line 206, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] div.linkArea {
  padding: 0;
}
/* line 209, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] div.linkArea ul li:nth-of-type(1) {
  width: 100%;
}
/* line 212, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 215, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(2) {
  display: none !important;
}
/* line 218, ../scss/support/_support.scss */
#archive.support #abRepair section[data-supportID="1"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 237, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] > div.innerSection {
  transition: 1s ease;
}
/* line 239, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/support/id2/visual.jpg);
}
/* line 247, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] div.linkArea {
  padding-bottom: 20px;
}
/* line 252, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 255, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] div.linkArea ul li:nth-of-type(1) a span:nth-of-type(3) {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 262, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(1) {
  background-image: url(../img/lens/pcvx/logo.png);
}
/* line 265, ../scss/support/_support.scss */
#archive.support #abGlass section[data-supportID="2"] div.linkArea ul li:nth-of-type(2) a span:nth-of-type(3) {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 283, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] > div.innerSection {
  transition: 1s ease;
}
/* line 285, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/support/id3/visual.jpg);
}
/* line 289, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] > div.innerSection > div:nth-of-type(2) > div.descImg {
  background-image: url(../img/lens/archive/individual/id1/graph.png);
}
/* line 294, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] div.linkArea {
  padding-bottom: 20px;
}
/* line 296, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] div.linkArea > p {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
/* line 301, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] div.linkArea .specBtn {
  height: 45px;
  max-width: 230px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  /* line 301, ../scss/support/_support.scss */
  #archive.support #abShop section[data-supportID="3"] div.linkArea .specBtn {
    margin: 32px auto 130px;
    margin-left: 0;
  }
}
/* line 311, ../scss/support/_support.scss */
#archive.support #abShop section[data-supportID="3"] div.linkArea .specBtn > a > span {
  width: 90%;
  font-size: 0.6875rem;
  letter-spacing: 1px;
}
/* line 330, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] {
  padding-bottom: 30px;
}
/* line 332, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection {
  transition: 1s ease;
  padding-left: 0;
}
@media screen and (max-width: 1050px) {
  /* line 332, ../scss/support/_support.scss */
  #archive.support #contact section[data-supportID="4"] > div.innerSection {
    padding-left: 8%;
  }
}
/* line 338, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(1) {
  background-image: url(../img/support/id4/visual.jpg);
  width: 225px;
  height: 350px;
}
/* line 344, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul {
  margin-top: 52px;
}
/* line 346, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li {
  margin-bottom: 40px;
}
/* line 348, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 351, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > h2 {
  font-size: 0.875rem;
  margin-bottom: 8px;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 355, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > h2:hover {
  opacity: 0.6;
}
/* line 360, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul:nth-of-type(1) {
  padding-bottom: 20px;
}
/* line 363, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li {
  margin-bottom: 50px;
}
/* line 365, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 368, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > h3 {
  text-align: left;
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
  padding-left: 16px;
  box-sizing: border-box;
  margin-left: auto;
  width: calc(100% - 15px);
}
/* line 379, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > h3:before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 391, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > ul li:nth-of-type(2) {
  margin-top: 5px;
}
/* line 393, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > ul li:nth-of-type(2) dl {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  box-sizing: border-box;
  font-size: 0.75rem;
  padding: 6px 18px;
}
/* line 401, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > ul li:nth-of-type(2) dl dt {
  width: 4rem;
  letter-spacing: 0px;
}
/* line 404, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > ul li:nth-of-type(2) dl dd {
  letter-spacing: 1px;
}
/* line 406, ../scss/support/_support.scss */
#archive.support #contact section[data-supportID="4"] > div.innerSection > div:nth-of-type(2) > ul > li > ul > li > ul li:nth-of-type(2) dl dd > span {
  display: block;
}
@media screen and (max-width: 750px) {
  /* line 432, ../scss/support/_support.scss */
  #archive.support #contact section[data-supportID="4"] .decLens:after {
    z-index: 0;
  }
}
@media screen and (max-width: 750px) {
  /* line 437, ../scss/support/_support.scss */
  #archive.support #contact section[data-supportID="4"] .decLens:before {
    z-index: 0;
  }
}
/* line 455, ../scss/support/_support.scss */
#archive.support .acoInner .mg {
  margin-bottom: 10px !important;
}
/* line 458, ../scss/support/_support.scss */
#archive.support .acoInner .linkArea {
  margin-top: 0 !important;
}
/* line 460, ../scss/support/_support.scss */
#archive.support .acoInner .linkArea .btnT-a {
  margin-left: 15px;
}
/* line 466, ../scss/support/_support.scss */
#archive.support .announceSupport {
  font-size: 10px;
  letter-spacing: 0px;
  padding: 4px 0 10px 18px;
  display: block;
}
/* line 473, ../scss/support/_support.scss */
#archive.support #abGlassCont {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
  z-index: -1;
  transition: 1s ease;
  position: relative;
  padding-left: 170px;
  margin-top: 70px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1050px) {
  /* line 473, ../scss/support/_support.scss */
  #archive.support #abGlassCont {
    padding-left: 20px;
  }
}
/* line 489, ../scss/support/_support.scss */
#archive.support #abGlassCont > article:nth-of-type(1) > ul li:last-of-type {
  margin-bottom: 0;
}
/* line 494, ../scss/support/_support.scss */
#archive.support #abGlassCont.on {
  opacity: 0;
  visibility: visible;
  display: block;
  z-index: 1;
}
/* line 500, ../scss/support/_support.scss */
#archive.support #abGlassCont.on2 {
  opacity: 1 !important;
}
/* line 503, ../scss/support/_support.scss */
#archive.support #abGlassCont > h1 {
  margin-bottom: 60px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 1;
}
/* line 508, ../scss/support/_support.scss */
#archive.support #abGlassCont > h1 > span {
  font-size: 12px;
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 8px;
}
/* line 515, ../scss/support/_support.scss */
#archive.support #abGlassCont li {
  display: block;
  width: 100%;
}
/* line 518, ../scss/support/_support.scss */
#archive.support #abGlassCont li.mgt10 {
  margin-bottom: 10px;
}
/* line 521, ../scss/support/_support.scss */
#archive.support #abGlassCont li:last-of-type {
  margin-bottom: 0;
}
/* line 526, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > h2 {
  box-sizing: border-box;
  margin-left: 20px;
  padding: 8px 12px 8px 8px;
  display: inline-block;
  background: #eceeed;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 536, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > h2.mgt50 {
  margin-top: 50px;
}
/* line 539, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > h2.su-sub {
  background: none;
  font-size: 13px;
}
/* line 543, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > h2 > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* line 547, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > h2 > div > span {
  margin-right: 10px;
}
/* line 552, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul {
  box-sizing: border-box;
  padding-left: 30px;
}
/* line 555, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul.mgt50 {
  margin-bottom: 50px;
}
/* line 558, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul.mgTop50 {
  margin-top: 50px;
}
/* line 562, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl {
  align-items: center;
}
/* line 564, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dt {
  width: 95px;
  box-sizing: border-box;
  padding-right: 20px;
}
/* line 568, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dt.sm {
  padding-right: 10px;
}
/* line 572, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd {
  width: calc(100% - 95px);
  line-height: 1.4;
}
/* line 577, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li.mgt10 {
  margin-bottom: 10px;
}
/* line 580, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li.su-dot {
  position: relative;
}
/* line 582, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li.su-dot:before {
  content: "・";
  position: absolute;
  left: -15px;
}
/* line 588, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li.su-aster {
  position: relative;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 0px;
}
/* line 593, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li.su-aster:before {
  content: "※";
  position: absolute;
  left: -18px;
}
/* line 600, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li dl dt {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
  color: #525252;
}
/* line 606, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > ul > li > dl > dd > ul > li dl dd {
  width: calc(100% - 10px);
  box-sizing: border-box;
  border-left: 1px solid #707070;
  padding-left: 10px;
  margin-left: 10px;
}
/* line 620, ../scss/support/_support.scss */
#archive.support #abGlassCont .comAbsCont > p {
  font-size: 0.8125rem !important;
  margin-left: 20px !important;
  letter-spacing: 1px !important;
  margin-bottom: 40px !important;
}
/* line 628, ../scss/support/_support.scss */
#archive.support .mkSp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c30d23;
  width: 65px;
  height: 25px;
}
/* line 635, ../scss/support/_support.scss */
#archive.support .mkSp1.ml {
  margin-left: auto;
}
/* line 638, ../scss/support/_support.scss */
#archive.support .mkSp1 .mk1 {
  background-image: url(../img/common/mk1_wh.png);
  height: 15px;
  width: 20px;
  display: inline-block;
  margin-left: 0;
}
/* line 645, ../scss/support/_support.scss */
#archive.support .mkSp1 > span:nth-of-type(2) {
  display: inline-block;
  margin-left: 3px;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 653, ../scss/support/_support.scss */
#archive.support .mkSp2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebbc24;
  width: 65px;
  height: 25px;
}
/* line 660, ../scss/support/_support.scss */
#archive.support .mkSp2.ml {
  margin-left: auto;
}
/* line 663, ../scss/support/_support.scss */
#archive.support .mkSp2 .mk2 {
  background-image: url(../img/common/mk2_wh.png);
  height: 15px;
  width: 20px;
  display: inline-block;
  margin-left: 0;
}
/* line 670, ../scss/support/_support.scss */
#archive.support .mkSp2 > span:nth-of-type(2) {
  display: inline-block;
  margin-left: 3px;
  color: #0d0d0d;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 678, ../scss/support/_support.scss */
#archive.support .mk1 {
  display: block;
  background-image: url(../img/common/mk1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 18px;
  width: 20px;
}
/* line 686, ../scss/support/_support.scss */
#archive.support .mk1.sol {
  margin-bottom: 15px;
}
/* line 691, ../scss/support/_support.scss */
#archive.support .mk1.sol > span:nth-of-type(2) {
  margin-left: 0;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  background-color: #cde4fd;
  padding: 5px 15px;
  color: #0e0e0e !important;
}
/* line 700, ../scss/support/_support.scss */
#archive.support .mk1.ml {
  margin-left: auto;
}
/* line 703, ../scss/support/_support.scss */
#archive.support .mk1.spe {
  background: none;
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 710, ../scss/support/_support.scss */
#archive.support .mk1.spe > span:nth-of-type(2) {
  margin-left: 3px;
  line-height: 1.2;
  font-weight: bold;
  color: #c30d23;
}
/* line 718, ../scss/support/_support.scss */
#archive.support .mk2 {
  display: block;
  background-image: url(../img/common/mk2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 18px;
  width: 20px;
}
/* line 726, ../scss/support/_support.scss */
#archive.support .mk2.ml {
  margin-left: auto;
}
/* line 729, ../scss/support/_support.scss */
#archive.support .mk2.spe {
  background: none;
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 736, ../scss/support/_support.scss */
#archive.support .mk2.spe > span:nth-of-type(2) {
  margin-left: 3px;
  line-height: 1.2;
  font-weight: bold;
  color: #c30d23;
}
/* line 744, ../scss/support/_support.scss */
#archive.support .mk3 {
  display: block;
  background-image: url(../img/common/mk3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 18px;
  width: 20px;
}
/* line 752, ../scss/support/_support.scss */
#archive.support .mk3.ml {
  margin-left: auto;
}
/* line 755, ../scss/support/_support.scss */
#archive.support .mk3.spe {
  background: none;
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 762, ../scss/support/_support.scss */
#archive.support .mk3.spe > span:nth-of-type(2) {
  margin-left: 3px;
  line-height: 1.2;
  font-weight: bold;
  color: #c30d23;
}
/* line 770, ../scss/support/_support.scss */
#archive.support .aster {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #707070;
  font-size: 0.75rem;
}
/* line 776, ../scss/support/_support.scss */
#archive.support .aster > span:nth-of-type(1) {
  display: block;
  width: 1rem;
  padding-right: 5px;
}
/* line 781, ../scss/support/_support.scss */
#archive.support .aster > span:nth-of-type(2) {
  letter-spacing: -1px;
}
/* line 785, ../scss/support/_support.scss */
#archive.support .su-sub {
  padding-right: 30px !important;
}
/* line 787, ../scss/support/_support.scss */
#archive.support .su-sub > span {
  background-color: #cde4fd;
  display: block;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.2;
  box-sizing: border-box;
}
/* line 796, ../scss/support/_support.scss */
#archive.support .sup1 {
  background: none !important;
  font-size: 0.8125rem !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
}
/* line 801, ../scss/support/_support.scss */
#archive.support .sup1 > div {
  color: #c30d23;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/news/_news.scss */
#news {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/news/_news.scss */
#news > h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 22, ../scss/news/_news.scss */
  #news > h1 {
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
/* line 34, ../scss/news/_news.scss */
#news > h1 > span {
  display: block;
  font-size: 0.75rem;
}
/* line 39, ../scss/news/_news.scss */
#news section {
  margin: 0 auto;
  max-width: 1200px;
}
/* line 43, ../scss/news/_news.scss */
#news section article {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #eceeed;
  background-color: #ebf2fa;
  position: relative;
  transition: 1s ease;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}
/* line 54, ../scss/news/_news.scss */
#news section article.on {
  opacity: 1;
  visibility: visible;
}
/* line 58, ../scss/news/_news.scss */
#news section article:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  top: 50%;
  right: 0;
  background-color: #cde4fd;
  transform: translateY(-50%);
  transition-delay: 0.5s;
  transition: 1s ease;
  opacity: 0;
  z-index: 3;
}
/* line 73, ../scss/news/_news.scss */
#news section article:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition-delay: 0.5s;
  transition: 1s ease;
  z-index: 2;
}
/* line 87, ../scss/news/_news.scss */
#news section article:hover:before {
  opacity: 1;
}
/* line 90, ../scss/news/_news.scss */
#news section article:hover:after {
  width: 0;
}
/* line 94, ../scss/news/_news.scss */
#news section article:first-of-type {
  border-top: 0px solid #eceeed;
}
/* line 97, ../scss/news/_news.scss */
#news section article a {
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  transition: 1s ease;
  position: relative;
  z-index: 3;
}
/* line 104, ../scss/news/_news.scss */
#news section article a:hover {
  transform: translateX(10px);
}
/* line 107, ../scss/news/_news.scss */
#news section article a:hover div:nth-of-type(1):before {
  transform: translateX(14px);
}
/* line 113, ../scss/news/_news.scss */
#news section article a:hover div:nth-of-type(2) span {
  color: #024da2;
}
/* line 116, ../scss/news/_news.scss */
#news section article a:hover div:nth-of-type(2) h1 {
  color: #024da2;
}
/* line 122, ../scss/news/_news.scss */
#news section article a > div:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 62px;
  max-height: 62px;
  border: 1px solid #ccdbec;
  background-color: #fff;
  border-radius: 50%;
  top: -1px;
  left: -15px;
  z-index: -1;
  transition: 1s ease;
}
/* line 138, ../scss/news/_news.scss */
#news section article a div:nth-of-type(1) {
  position: relative;
  margin-right: 13px;
  z-index: 9;
}
/* line 142, ../scss/news/_news.scss */
#news section article a div:nth-of-type(1) > div {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  background-image: url(../img/Xtraview Lens-logo.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  z-index: 9;
}
/* line 156, ../scss/news/_news.scss */
#news section article a div:nth-of-type(1) > div img {
  width: auto;
  display: block;
  height: 62px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* line 169, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div {
  display: flex;
  align-items: center;
}
/* line 172, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div > span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  transition: 1s ease;
}
/* line 178, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div > span:nth-of-type(1) {
  margin-right: 12px;
}
/* line 181, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div > span:nth-of-type(2) {
  box-sizing: border-box;
  padding: 3px 6px;
  letter-spacing: 0px;
  line-height: 1;
  color: #fff;
}
/* line 187, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div > span:nth-of-type(2).topics {
  background-color: #9ab8da;
}
/* line 190, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > div > span:nth-of-type(2).press {
  background-color: #ccdbec;
}
/* line 196, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > h1 {
  transition: 1s ease;
  font-size: 0.875rem;
  color: #0e0e0e;
  letter-spacing: 2px;
}
/* line 201, ../scss/news/_news.scss */
#news section article a div:nth-of-type(2) > h1 > span {
  color: #707070;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 2px;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/news/_newsDetail.scss */
#newsDetail {
  box-sizing: border-box;
  margin-bottom: 140px;
  padding: 100px 15px;
}
@media screen and (max-width: 580px) {
  /* line 18, ../scss/news/_newsDetail.scss */
  #newsDetail {
    padding: 60px 15px;
  }
}
/* line 25, ../scss/news/_newsDetail.scss */
#newsDetail section {
  margin: 0 auto;
  max-width: 660px;
}
/* line 28, ../scss/news/_newsDetail.scss */
#newsDetail section .date {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 0px;
}
/* line 35, ../scss/news/_newsDetail.scss */
#newsDetail section #newsCatWrap {
  display: block;
  text-align: right;
}
/* line 38, ../scss/news/_newsDetail.scss */
#newsDetail section #newsCatWrap .newsCat {
  box-sizing: border-box;
  padding: 4px 6px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 10px;
}
/* line 47, ../scss/news/_newsDetail.scss */
#newsDetail section #newsCatWrap .newsCat.topics {
  background-color: #9ab8da;
}
/* line 50, ../scss/news/_newsDetail.scss */
#newsDetail section #newsCatWrap .newsCat.press {
  background-color: #ccdbec;
}
/* line 55, ../scss/news/_newsDetail.scss */
#newsDetail section > h1 {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 580px) {
  /* line 55, ../scss/news/_newsDetail.scss */
  #newsDetail section > h1 {
    font-size: 1.25rem;
    text-align: left;
    letter-spacing: 0px;
  }
}
/* line 65, ../scss/news/_newsDetail.scss */
#newsDetail section > h1 > span {
  color: #707070;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
@media screen and (max-width: 580px) {
  /* line 65, ../scss/news/_newsDetail.scss */
  #newsDetail section > h1 > span {
    font-size: 0.75rem;
    letter-spacing: 0px;
  }
}
/* line 78, ../scss/news/_newsDetail.scss */
#newsDetail section #newsVisual {
  margin-bottom: 50px;
}
/* line 80, ../scss/news/_newsDetail.scss */
#newsDetail section #newsVisual img {
  max-width: 660px;
  margin: 0 auto;
}
/* line 85, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner {
  margin-bottom: 90px;
  overflow: hidden;
}
/* line 88, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner a {
  color: #024da2;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  text-decoration: underline;
}
/* line 93, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner a:hover {
  opacity: 0.5;
}
/* line 97, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner p {
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 1.6;
}
/* line 101, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner p strong {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: #707070;
}
/* line 108, ../scss/news/_newsDetail.scss */
#newsDetail section #detailInner div {
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 1.6;
}
/* line 114, ../scss/news/_newsDetail.scss */
#newsDetail section #returnBtn {
  text-align: center;
}
/* line 116, ../scss/news/_newsDetail.scss */
#newsDetail section #returnBtn a {
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
  box-sizing: border-box;
  padding: 8px 45px;
  border: 1px solid #878787;
  letter-spacing: 0px;
  background-color: #f3f8fb;
}
/* line 125, ../scss/news/_newsDetail.scss */
#newsDetail section #returnBtn a span {
  color: #272727;
}

/****************
commonClass
****************/
/* line 9, ../scss/company/_company.scss */
.hiddenArc {
  opacity: 0;
  visibility: hidden;
}

/* line 13, ../scss/company/_company.scss */
.hiddenArcNone {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/****************
style
****************/
/* line 27, ../scss/company/_company.scss */
#lensSubNavArc.company ul li a {
  letter-spacing: 3px;
}

/* line 34, ../scss/company/_company.scss */
.subNav.company ul {
  height: 180px;
}
@media screen and (max-width: 1050px) {
  /* line 34, ../scss/company/_company.scss */
  .subNav.company ul {
    height: 0;
  }
}

/* line 44, ../scss/company/_company.scss */
#archive.company {
  transition: 1s ease;
}
/* line 50, ../scss/company/_company.scss */
#archive.company .linkArea {
  margin-top: 35px;
}
/* line 52, ../scss/company/_company.scss */
#archive.company .linkArea .btnT-a {
  max-width: 200px;
  padding: 0;
  display: block;
}
/* line 62, ../scss/company/_company.scss */
#archive.company > article {
  padding-top: 120px;
  margin-top: 0 !important;
  padding-left: 0 !important;
}
/* line 67, ../scss/company/_company.scss */
#archive.company #mainImg {
  position: relative;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 140px;
  width: 100%;
}
/* line 73, ../scss/company/_company.scss */
#archive.company #mainImg > div:nth-of-type(1) {
  background-image: url(../img/company/companyMain.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 45px;
}
@media screen and (max-width: 580px) {
  /* line 73, ../scss/company/_company.scss */
  #archive.company #mainImg > div:nth-of-type(1) {
    height: 170px;
    width: 100%;
  }
}
/* line 88, ../scss/company/_company.scss */
#archive.company #mainImg > div:nth-of-type(1):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 100, ../scss/company/_company.scss */
#archive.company #mainImg > div:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
}
/* line 103, ../scss/company/_company.scss */
#archive.company #mainImg > div:nth-of-type(2) > h1 {
  font-size: 1.5rem;
  font-family: 'BellGothicStd';
  letter-spacing: 4.8px;
  line-height: 1;
  text-align: center;
  color: #024da2;
  margin-bottom: 35px;
}
/* line 112, ../scss/company/_company.scss */
#archive.company #mainImg > div:nth-of-type(2) p {
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 580px) {
  /* line 112, ../scss/company/_company.scss */
  #archive.company #mainImg > div:nth-of-type(2) p {
    max-width: 370px;
    margin: 0 auto;
  }
}
/* line 126, ../scss/company/_company.scss */
#archive.company .arcStyle {
  width: 67%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  padding-left: 120px;
  margin: 150px auto;
  position: relative;
}
@media screen and (max-width: 1050px) {
  /* line 126, ../scss/company/_company.scss */
  #archive.company .arcStyle {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    padding: 100px 20px !important;
  }
}
/* line 140, ../scss/company/_company.scss */
#archive.company .arcStyle:last-of-type {
  margin-bottom: 160px;
}
/* line 143, ../scss/company/_company.scss */
#archive.company .arcStyle > section {
  margin-bottom: 180px;
}
/* line 145, ../scss/company/_company.scss */
#archive.company .arcStyle > section:last-of-type {
  margin-bottom: 0;
}
/* line 148, ../scss/company/_company.scss */
#archive.company .arcStyle > section > div.innerSection {
  transition: 1s ease;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  width: 87%;
  max-width: 900px;
  margin: 0 auto;
}
/* line 158, ../scss/company/_company.scss */
#archive.company .arcStyle > section > div.innerSection div.linkArea {
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
}
/* line 163, ../scss/company/_company.scss */
#archive.company .arcStyle > section > div.innerSection div.linkArea .btnT-a span:before {
  content: none;
}
/* line 166, ../scss/company/_company.scss */
#archive.company .arcStyle > section > div.innerSection div.linkArea > ul > li > a > span:nth-of-type(1) {
  margin: 0;
}

/* line 175, ../scss/company/_company.scss */
.comAbsCont {
  width: 100%;
  margin-bottom: 90px;
}
/* line 178, ../scss/company/_company.scss */
.comAbsCont a {
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 180, ../scss/company/_company.scss */
.comAbsCont a:hover {
  opacity: 0.5;
}
/* line 184, ../scss/company/_company.scss */
.comAbsCont:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  /* line 188, ../scss/company/_company.scss */
  .comAbsCont.Xtraview LensGr dd {
    padding-left: 10px !important;
    width: 100%;
  }
}
/* line 195, ../scss/company/_company.scss */
.comAbsCont h1 {
  color: #707070;
  font-size: 0.75rem;
  position: relative;
  padding-bottom: 6px;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
/* line 202, ../scss/company/_company.scss */
.comAbsCont h1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #878787;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 212, ../scss/company/_company.scss */
.comAbsCont h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #878787;
  position: absolute;
  bottom: -3px;
  left: 0;
}
/* line 223, ../scss/company/_company.scss */
.comAbsCont > ul {
  box-sizing: border-box;
  padding-left: 10px;
}
/* line 226, ../scss/company/_company.scss */
.comAbsCont > ul > li {
  margin-bottom: 27px;
}
/* line 228, ../scss/company/_company.scss */
.comAbsCont > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 231, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl {
  font-size: 0.8125rem;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 237, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dt {
  width: 8rem;
  letter-spacing: 1px;
}
/* line 241, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dd {
  width: calc(100% - 8rem);
  letter-spacing: 0px;
}
/* line 245, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dd > span > a.map {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 20px;
  margin-left: 20px;
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1050px) {
  /* line 245, ../scss/company/_company.scss */
  .comAbsCont > ul > li > dl dd > span > a.map {
    display: block;
    max-width: 40px;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }
}
/* line 261, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dd > ul {
  padding-left: 0;
  margin-top: 0px;
}
/* line 264, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dd > ul li {
  letter-spacing: 1px;
  margin-bottom: 8px;
}
/* line 269, ../scss/company/_company.scss */
.comAbsCont > ul > li > dl dd > a {
  color: #2263ae;
}
/* line 278, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li {
  margin-bottom: 60px;
}
/* line 280, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li:last-of-type {
  margin-bottom: 0;
}
/* line 284, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dt {
  width: 100%;
  margin-bottom: 15px;
}
/* line 287, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dt a {
  color: #2263ae;
  display: inline-block;
  padding: 10px 15px 10px 0;
  box-sizing: border-box;
  font-size: 0.875rem;
}
/* line 295, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 298, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd > address {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  padding: 0;
  background-color: transparent;
  color: #0e0e0e;
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 580px) {
  /* line 298, ../scss/company/_company.scss */
  .comAbsCont.Xtraview LensGr ul li dl dd > address {
    display: block;
  }
}
/* line 310, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd > address span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 580px) {
  /* line 310, ../scss/company/_company.scss */
  .comAbsCont.Xtraview LensGr ul li dl dd > address span {
    width: 100%;
  }
}
/* line 316, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd > address span:last-of-type {
  padding-left: 50px;
}
@media screen and (max-width: 580px) {
  /* line 316, ../scss/company/_company.scss */
  .comAbsCont.Xtraview LensGr ul li dl dd > address span:last-of-type {
    padding-left: 0px;
    margin-top: 15px;
  }
}
/* line 322, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd > address span:last-of-type:before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #878787;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: rotate(10deg) translateY(-50%);
}
@media screen and (max-width: 580px) {
  /* line 322, ../scss/company/_company.scss */
  .comAbsCont.Xtraview LensGr ul li dl dd > address span:last-of-type:before {
    content: none;
  }
}
/* line 339, ../scss/company/_company.scss */
.comAbsCont.Xtraview LensGr ul li dl dd > p {
  line-height: 1.5;
}

/* line 352, ../scss/company/_company.scss */
#archive.support #abGlassCont .comAbsCont.flexStart > ul > li > dl {
  align-items: flex-start;
}
/* line 357, ../scss/company/_company.scss */
#archive.support #abGlassCont .comAbsCont.flexStart > ul > li > dl > dd > ul {
  margin-top: 0;
}

/* line 366, ../scss/company/_company.scss */
.comRec {
  margin-bottom: 120px;
}
/* line 368, ../scss/company/_company.scss */
.comRec > div {
  box-sizing: border-box;
  padding-left: 30px;
}
/* line 371, ../scss/company/_company.scss */
.comRec > div > p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}

/* line 379, ../scss/company/_company.scss */
.comIR {
  margin-bottom: 120px;
}
/* line 381, ../scss/company/_company.scss */
.comIR > div {
  box-sizing: border-box;
  padding-left: 30px;
}
/* line 384, ../scss/company/_company.scss */
.comIR > div > p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 388, ../scss/company/_company.scss */
.comIR > div .linkArea {
  margin-top: 40px;
}

/****************
commonClass
****************/
/* line 12, ../scss/history/_history.scss */
.offSceneCont {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* line 16, ../scss/history/_history.scss */
.zIndex {
  z-index: 9;
}

/* line 20, ../scss/history/_history.scss */
.hoverEfLine {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 1s ease;
}

/* line 31, ../scss/history/_history.scss */
.hoverEfLine::before,
.hoverEfLine::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  transition: 1s ease;
  opacity: 1;
}

/* line 42, ../scss/history/_history.scss */
.hoverEfLine::before {
  bottom: -2px;
  left: -2px;
}

/* line 46, ../scss/history/_history.scss */
.hoverEfLine::after {
  top: -2px;
  right: -2px;
}

/* line 50, ../scss/history/_history.scss */
.hoverEfLine:hover span {
  color: #024ea2 !important;
}

/* line 53, ../scss/history/_history.scss */
.hoverEfLine:hover::before,
.hoverEfLine:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* line 59, ../scss/history/_history.scss */
.hoverEfLine:hover::before {
  border-bottom-color: #024ea2;
  border-left-color: #024ea2;
  transition: height 0.3s, width 0.3s 0.3s;
}

/* line 64, ../scss/history/_history.scss */
.hoverEfLine:hover::after {
  border-top-color: #024ea2;
  border-right-color: #024ea2;
  transition: height 0.3s, width 0.3s 0.3s;
}

/****************
style
****************/
/* line 77, ../scss/history/_history.scss */
#history #chrono {
  padding-top: 100px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto 120px;
}
/* line 83, ../scss/history/_history.scss */
#history #chrono #chronoIntro {
  max-width: 710px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 88, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 {
  margin-bottom: 100px;
}
/* line 90, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 > div {
  display: inline-block;
  width: 100%;
}
/* line 93, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 > div > span {
  margin: 0 0 20px;
  color: #707070;
  font-size: 0.75rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  line-height: 1;
  display: block;
}
/* line 102, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 106, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 > div > div svg {
  width: 100%;
  max-width: 118px;
  max-height: 23px;
  margin-right: 15px;
}
/* line 112, ../scss/history/_history.scss */
#history #chrono #chronoIntro > h1 > div > div p {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #333333;
}
/* line 121, ../scss/history/_history.scss */
#history #chrono #chronoIntro > p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
/* line 128, ../scss/history/_history.scss */
#history #chrono > ol {
  max-width: 710px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 133, ../scss/history/_history.scss */
#history #chrono > ol li {
  margin-bottom: 20px;
}
/* line 135, ../scss/history/_history.scss */
#history #chrono > ol li:last-of-type {
  margin-bottom: 0;
}
/* line 138, ../scss/history/_history.scss */
#history #chrono > ol li dl {
  font-size: 0.8125rem;
  line-height: 1;
}
/* line 144, ../scss/history/_history.scss */
#history #chrono > ol li dl dt {
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
/* line 149, ../scss/history/_history.scss */
#history #chrono > ol li dl dd {
  letter-spacing: 0.5px;
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
  width: calc(100% - 15px);
  padding: 20px 0 80px 20px;
}
/* line 156, ../scss/history/_history.scss */
#history #chrono > ol li dl dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #878787;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 167, ../scss/history/_history.scss */
#history #chrono > ol li dl dd > ul > li {
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
/* line 171, ../scss/history/_history.scss */
#history #chrono > ol li dl dd > ul > li > a {
  display: inline-block;
}
/* line 173, ../scss/history/_history.scss */
#history #chrono > ol li dl dd > ul > li > a input[type="submit"], #history #chrono > ol li dl dd > ul > li > a input[type="button"] {
  color: #024da2 !important;
  cursor: pointer;
}
/* line 194, ../scss/history/_history.scss */
#history .date {
  color: #424242;
  font-size: 0.75rem;
  letter-spacing: 0px;
}

/****************
style
****************/
/* line 12, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article {
  max-width: 780px;
  margin-bottom: 160px;
}
/* line 15, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > h1 {
  margin-bottom: 10px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
/* line 21, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > p {
  letter-spacing: 1.5px;
  color: #707070;
  font-size: 0.75rem;
  margin-bottom: 50px;
}
/* line 27, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  font-size: 0.8125rem;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 100px;
}
/* line 34, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section:last-of-type {
  margin-bottom: 0;
}
/* line 37, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection {
  display: block;
  padding: 0;
}
/* line 40, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > h1 {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: bold;
}
/* line 45, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div {
  width: 100%;
  height: auto;
  transform: none;
  background: none;
}
/* line 50, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div:before, #archive.historyDetail > article > section div.innerSection > div:after {
  content: none;
}
/* line 53, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div > p {
  margin-bottom: 20px;
}
/* line 55, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div > p:last-of-type {
  margin-bottom: 0;
}
/* line 59, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div .visualArea {
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 25px;
}
/* line 63, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section div.innerSection > div .visualArea > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
/* line 74, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his1-1"] img {
  max-width: 534px;
}
/* line 77, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his1-2"] img {
  max-width: 640px;
}
/* line 80, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his1-4"] img {
  max-width: 640px;
}
/* line 83, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his1-5"] img {
  max-width: 370px;
}
/* line 88, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his2-1"] img {
  max-width: 176px;
}
/* line 91, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his2-2"] img {
  max-width: 500px;
}
/* line 94, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his2-3"] img {
  max-width: 542px;
}
/* line 97, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his2-4"] img {
  max-width: 424px;
}
/* line 100, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his2-5"] img {
  max-width: 323px;
}
/* line 105, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his3-2"] img {
  max-width: 600px;
}
/* line 108, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his3-3"] img {
  max-width: 400px;
}
/* line 111, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his3-4"] img {
  max-width: 660px;
}
/* line 114, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his3-5"] img {
  max-width: 626px;
}
/* line 119, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his4-2"] img {
  max-width: 483px;
}
/* line 122, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his4-3"] img {
  max-width: 410px;
}
/* line 125, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his4-4"] img {
  max-width: 610px;
}
/* line 130, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his5-1"] img {
  max-width: 550px;
}
/* line 133, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his5-2"] img {
  max-width: 290px;
}
/* line 136, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his5-3"] img {
  max-width: 600px;
}
/* line 139, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his5-4"] img {
  max-width: 600px;
}
/* line 142, ../scss/history/_hisDetail.scss */
#archive.historyDetail > article > section[data-historyID="his5-5"] img {
  max-width: 600px;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 > h1 span:nth-of-type(1) {
  display: none;
}
/* line 17, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 > h1 span:nth-of-type(2) > img {
  height: 60px;
}
/* line 23, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 28, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #ef8362;
}
/* line 38, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 > section > h1 > img {
  height: 39px;
  width: auto;
}
/* line 45, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage > div {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 50, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage > div img:nth-of-type(1) {
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px 10px 20px 0;
}
/* line 55, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage > div img:nth-of-type(2) {
  max-width: 400px;
  box-sizing: border-box;
  padding: 20px 0 20px 10px;
  transform: translateY(50px);
}
/* line 62, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ol {
  font-size: 0.75rem;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-start;
  list-style-type: decimal;
  flex-flow: wrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
/* line 72, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ol li {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
/* line 76, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ol li > span:nth-of-type(1) {
  display: inline-block;
  margin-right: 5px;
}
/* line 80, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ol li > div {
  font-size: 0.625rem;
}
/* line 82, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ol li > div span:nth-of-type(1) {
  font-size: 0.6875rem;
  display: inline-block;
  margin-right: 10px;
}
/* line 90, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 95, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(50% - 7.5px);
  max-width: 434px;
  height: 400px;
  position: relative;
  box-sizing: border-box;
}
/* line 106, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li:nth-of-type(1) {
  background-image: url(../img/option/arriate/collection/sec1/collection1.png);
}
/* line 110, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li:nth-of-type(2) {
  background-image: url(../img/option/arriate/collection/sec1/collection2.png);
}
/* line 113, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li:nth-of-type(3) {
  background-image: url(../img/option/arriate/collection/sec1/collection3.png);
}
/* line 116, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li:nth-of-type(4) {
  background-image: url(../img/option/arriate/collection/sec1/collection4.png);
}
/* line 119, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li p {
  font-family: 'BellGothicStdBold';
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 1.125rem;
}
/* line 126, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 .colorImage ul.colorColl li p span {
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  display: block;
  font-size: 0.6875rem;
}
/* line 135, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 > ul {
  color: #707070;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 147, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 152, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 > ul > li > span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 158, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] #sec3 > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 164, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail {
  box-sizing: border-box;
  padding-left: 30px;
}
/* line 167, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail:nth-of-type(2) {
  padding-left: 60px;
}
/* line 170, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail:nth-of-type(3) {
  padding-left: 90px;
}
/* line 173, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
/* line 177, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl {
  width: calc(100% - 285px);
  max-width: 350px;
}
/* line 180, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dt {
  font-family: 'BellGothicStdBold';
  font-size: 1.125rem;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #0e0e0e;
}
/* line 186, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dt span {
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.6875rem;
  display: inline-block;
  margin-right: 10px;
}
/* line 193, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
}
/* line 196, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd ol {
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 1px;
  align-items: flex-start;
  list-style-type: decimal;
  flex-flow: wrap;
  width: 100%;
  margin: 30px auto 0;
}
/* line 205, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd ol li {
  display: flex;
  margin-right: 20px;
  align-items: flex-start;
  line-height: 1;
}
/* line 210, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd ol li > span:nth-of-type(1) {
  display: inline-block;
  margin-right: 5px;
}
/* line 214, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd ol li > div {
  font-size: 0.625rem;
}
/* line 216, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > dl > dd ol li > div span:nth-of-type(1) {
  font-size: 0.6875rem;
  display: inline-block;
  margin-right: 10px;
}
/* line 226, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail > div > img {
  max-width: 285px;
}
/* line 231, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail.ty2 > dl {
  width: calc(100% - 140px);
}
/* line 233, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail.ty2 > dl ol > li > span:nth-of-type(1) {
  display: none;
}
/* line 235, ../scss/option/_op-arriate.scss */
main[data-opName="arriate"] .colorDetail.ty2 img {
  max-width: 140px;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 12, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 16, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sec1 h2 {
  margin-bottom: 0 !important;
  color: #707070;
}
/* line 23, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature {
  margin-bottom: 140px !important;
}
/* line 25, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature:last-of-type {
  margin-bottom: 0;
}
/* line 28, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature h1 {
  margin: 0 0 10px !important;
  letter-spacing: 1px;
  display: inline-block;
  color: #31a0da;
}
@media screen and (max-width: 580px) {
  /* line 28, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] > #sec3 section > div.feature h1 {
    font-size: 1.2rem;
  }
}
/* line 36, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature h1 > span {
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* line 44, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet {
  margin-bottom: 60px;
}
/* line 46, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet.mb0 {
  margin-bottom: 0;
}
/* line 49, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet:last-of-type {
  margin-bottom: 0;
}
/* line 52, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet dl {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 55, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet dl dt {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 61, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature .featSet dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
/* line 68, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature > p {
  margin-bottom: 60px;
}
/* line 73, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail > p:nth-of-type(1) {
  margin-bottom: 10px;
}
/* line 75, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail > p:nth-of-type(1) span {
  font-size: 10px;
  display: inline-block;
  transform: translateY(-0.25rem);
  padding-left: 3px;
}
/* line 82, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail > p:nth-of-type(2) {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}
/* line 87, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail > p:nth-of-type(2) > span {
  display: inline-block;
  color: #707070;
}
/* line 90, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail > p:nth-of-type(2) > span:nth-of-type(1) {
  margin-right: 10px;
}
/* line 96, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust {
  align-items: center;
}
/* line 101, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(1) > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
/* line 105, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(1) > div img {
  max-width: 423px;
  margin: 0 auto;
  position: static;
  transform: none;
  display: block;
  width: 100%;
  height: auto;
}
/* line 118, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) ul li {
  width: 100%;
  padding: 0;
}
/* line 121, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) ul li dl {
  padding: 0;
}
/* line 126, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) ul li dl dd {
  font-size: 0.75rem;
}
/* line 132, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) > div {
  margin: 0;
  height: auto;
}
@media screen and (max-width: 580px) {
  /* line 132, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) > div {
    margin-bottom: 20px;
  }
}
/* line 138, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) > div img {
  position: static;
  transform: none;
  width: 120px;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  /* line 138, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) > div img {
    width: 100px;
  }
}
/* line 148, ../scss/option/_op-coating.scss */
main[data-opName="coating"] > #sec3 section > div.feature.bidetail ul.biillust li:nth-of-type(2) > div p {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1;
}
/* line 162, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style {
  max-width: 795px;
}
/* line 167, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li {
  box-sizing: border-box;
  width: 50%;
}
/* line 170, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li:nth-of-type(1) {
  padding-right: 15px;
}
/* line 173, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li:nth-of-type(2) {
  padding-left: 15px;
}
/* line 176, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li.plus {
  position: relative;
}
/* line 178, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li.plus div.plusitem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 187, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li.plus div.plusitem img {
  width: 20px;
  height: auto;
  display: block;
  position: static;
  margin: 0 auto;
  margin-right: 5px;
}
/* line 195, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style.bl2 li.plus div.plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 205, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li {
  padding: 0;
  width: 30%;
}
/* line 208, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li h3 {
  transform: none;
}
/* line 210, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 216, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 220, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li:nth-of-type(2) {
  transform: none;
}
/* line 222, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #024da2;
}
/* line 227, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #024da2;
}
/* line 231, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li div {
  margin-bottom: 10px;
  transform: skew(0);
}
/* line 234, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-style li div img {
  transform: skew(0);
}
/* line 240, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName {
  padding: 0 20px !important;
}
/* line 242, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName h3 {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 249, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul {
  font-size: 18px;
  font-family: 'BellGothicStdBold';
}
/* line 252, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 257, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li > a {
  display: inline-block;
  margin-bottom: 15px;
  transition: 1s ease;
}
/* line 261, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li > a:hover {
  transform: translateX(7px);
  opacity: 0.6;
}
/* line 265, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li > a > img {
  margin-bottom: 0 !important;
}
/* line 269, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li img {
  width: auto;
  height: 20px;
  margin-bottom: 15px;
}
/* line 273, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li img.uvpbr {
  height: 26px;
}
/* line 276, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li img.uvbi {
  height: 23px;
}
/* line 279, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li img.care {
  height: 38px;
}
/* line 282, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName ul li img.fog {
  height: 28px;
}
/* line 288, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName .siaa {
  display: flex;
  place-items: flex-start;
}
@media screen and (max-width: 500px) {
  /* line 288, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] .productName .siaa {
    display: block;
  }
}
/* line 294, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName .siaa div:nth-of-type(1) {
  margin-right: 40px;
}
@media screen and (max-width: 500px) {
  /* line 294, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] .productName .siaa div:nth-of-type(1) {
    margin: 0;
  }
}
/* line 300, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName .siaa div:nth-of-type(2) {
  width: calc(100% - 276px);
  max-width: 150px;
  border: 1px solid #b9b9b9;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  /* line 300, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] .productName .siaa div:nth-of-type(2) {
    display: flex;
    width: auto;
    max-width: 230px;
    align-items: flex-end;
    margin-top: 40px;
    padding: 15px 0px;
    border: none;
    border-top: 1px dashed #b9b9b9;
  }
}
/* line 316, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName .siaa div:nth-of-type(2) img {
  margin-bottom: 15px;
  max-width: 130px;
}
@media screen and (max-width: 500px) {
  /* line 316, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] .productName .siaa div:nth-of-type(2) img {
    width: 50%;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
/* line 326, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .productName .siaa div:nth-of-type(2) p {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #4a4a4a;
}
@media screen and (max-width: 500px) {
  /* line 326, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] .productName .siaa div:nth-of-type(2) p {
    line-height: 1.2;
  }
}
/* line 344, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 347, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 353, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 360, ../scss/option/_op-coating.scss */
main[data-opName="coating"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}
/* line 370, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .featSet {
  max-width: 640px;
  margin-left: 20px;
}
/* line 372, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .featSet:last-of-type {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 580px) {
  /* line 372, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #eisei .featSet:last-of-type {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 580px) {
  /* line 370, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #eisei .featSet {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
/* line 384, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .featSet h2 {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (max-width: 580px) {
  /* line 384, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #eisei .featSet h2 {
    padding-left: 20px;
  }
}
/* line 393, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .featSet > img {
  box-sizing: border-box;
  padding: 20px 40px;
  border: 1px solid #878787;
}
@media screen and (max-width: 580px) {
  /* line 393, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #eisei .featSet > img {
    padding: 0;
    border: none;
    margin-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  /* line 393, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #eisei .featSet > img {
    padding: 0;
  }
}
/* line 409, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .productName .eisei {
  height: 34px;
}
/* line 413, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .productName ul > li > p {
  display: inline-block;
  font-size: 0.6875rem;
  padding-top: 11px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  border-top: 4px dotted #cdcdcd;
  border-bottom: 4px dotted #cdcdcd;
}
/* line 423, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #eisei .productName ul > li > ul {
  zoom: 0.85;
}
/* line 429, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 432, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li {
  margin-bottom: 30px;
}
/* line 435, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li:last-of-type > span {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  /* line 435, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #productFog > li:last-of-type > span {
    margin-bottom: 5px;
  }
}
/* line 441, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li:last-of-type > a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  transition: 1s ease;
}
/* line 448, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > span {
  font-size: 0.6875rem;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0px;
  color: #707070;
  line-height: 1.2;
}
/* line 456, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div {
  display: flex;
  align-items: center;
}
/* line 459, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div > a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  transition: 1s ease;
}
/* line 464, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div > a:hover {
  transform: translateX(7px);
  opacity: 0.6;
}
/* line 468, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div > a > img {
  display: block;
  margin: 0;
  height: 28px;
}
/* line 474, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div .plusitem {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  /* line 474, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #productFog > li > div .plusitem {
    display: none;
  }
}
/* line 480, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div .plusitem img {
  display: block;
  width: auto;
  height: 60px;
  margin: 0;
  margin-right: 6px;
}
/* line 487, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #productFog > li > div .plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 497, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sh {
  padding: 0;
  font-size: 0.875rem;
  color: #024da2;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 0;
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 850px) {
  /* line 497, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #sh {
    display: block !important;
    padding: 0 !important;
  }
  /* line 508, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #sh > span {
    padding: 0 !important;
  }
}
/* line 512, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sh > span {
  font-size: 0.875rem;
  color: #024da2;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 0;
}
/* line 518, ../scss/option/_op-coating.scss */
main[data-opName="coating"] #sh > span:first-of-type {
  padding: 0 5px;
}
@media screen and (max-width: 850px) {
  /* line 518, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] #sh > span:first-of-type {
    display: none;
  }
}
/* line 527, ../scss/option/_op-coating.scss */
main[data-opName="coating"] li.plus > p {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
  display: block;
  font-size: 0.6875rem;
  color: #0e0e0e;
  letter-spacing: 1px;
}
@media screen and (max-width: 710px) {
  /* line 527, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] li.plus > p {
    margin-top: -25px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 527, ../scss/option/_op-coating.scss */
  main[data-opName="coating"] li.plus > p {
    margin-bottom: 30px;
  }
}

/****************
style
****************/
/* line 9, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 > h1 span {
  font-size: 17px;
  text-align: center !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* line 17, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 > h1 span img:nth-of-type(1) {
  margin-right: 20px;
}
/* line 22, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 27, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #ef8362;
}
/* line 31, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec1 > div:nth-of-type(2) p {
  font-size: 1rem !important;
  letter-spacing: 0px !important;
}
/* line 40, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 45, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 50, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 55, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 64, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature {
  margin-bottom: 140px;
}
/* line 66, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature:last-of-type {
  margin-bottom: 0;
}
/* line 69, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature h1 {
  margin: 0 0 10px !important;
  letter-spacing: 1px;
  display: inline-block;
  color: #31a0da;
}
/* line 74, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature h1 > span {
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* line 82, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet {
  margin-bottom: 60px;
}
/* line 84, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet:last-of-type {
  margin-bottom: 0;
}
/* line 87, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet dl {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 90, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet dl dt {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 96, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
/* line 102, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .featSet h1.mb20 {
  margin-bottom: 20px !important;
}
/* line 106, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature > p {
  margin-bottom: 60px;
}
/* line 109, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 795px;
}
/* line 116, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li {
  position: relative;
  width: 46%;
  box-sizing: border-box;
  border: 1px solid #cde4fd;
}
/* line 121, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -8px;
  left: -8px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0ba0d9 10%, #ffffff 50%);
}
/* line 132, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li:after {
  content: "";
  display: block;
  transform: rotate(180deg);
  position: absolute;
  z-index: 0;
  bottom: -8px;
  right: -8px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0ba0d9 10%, #ffffff 50%);
}
/* line 144, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li:after {
  content: "";
}
/* line 147, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li > span {
  font-size: 1rem;
  background-color: #fff;
  text-align: center;
  padding: 7% 5%;
  position: relative;
  letter-spacing: 0px;
  z-index: 1;
  display: block;
}
/* line 156, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > div.feature .qualityList li > span span {
  display: block;
  font-size: 1.25rem;
  color: #a12525;
}
/* line 165, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > ul {
  color: #707070;
  max-width: 795px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 177, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 182, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > ul > li > span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 188, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #sec3 section > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 195, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style {
  max-width: 795px;
  justify-content: center;
}
/* line 202, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li {
  box-sizing: border-box;
  width: 48%;
  padding: 0 !important;
}
/* line 206, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li:nth-of-type(1) {
  padding-right: 15px;
}
/* line 209, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li:nth-of-type(2) {
  padding-left: 15px;
}
/* line 212, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li.plus {
  position: relative;
}
/* line 214, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li.plus div.plusitem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 223, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li.plus div.plusitem img {
  width: 20px;
  height: auto;
  display: block;
  position: static;
  margin: 0 auto;
  margin-right: 5px;
}
/* line 231, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style.bl2 li.plus div.plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 241, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li {
  padding: 0;
  width: 32%;
  max-width: 254px;
  padding-right: 20px;
}
/* line 247, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li h3 {
  transform: none;
}
/* line 249, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 255, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 259, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(2) {
  transform: none;
}
/* line 261, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #024da2;
}
/* line 266, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #024da2;
}
/* line 270, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li div {
  margin-bottom: 10px;
  transform: skew(0);
}
/* line 273, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] .lens-qu-style li div img {
  transform: skew(0);
}
/* line 279, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01 {
  position: relative;
  max-width: 795px;
  margin-left: auto;
}
/* line 283, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01:before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 60%;
  height: 240px;
  background: linear-gradient(to right, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
}
/* line 293, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01:after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 240px;
  background-position: top right;
  background-image: url(../img/option/frontier/frbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
/* line 307, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01 > ul {
  max-width: 500px;
  margin-right: auto;
  margin-left: 0;
  position: relative;
}
/* line 312, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01 > ul li {
  position: relative;
  z-index: 1;
}
/* line 315, ../scss/option/_op-frontier.scss */
main[data-opName="frontier"] #fr01 > ul li div {
  height: 220px;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > h1 > span:nth-of-type(1) {
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-align: right;
  max-width: 325px;
  margin: 0 auto 20px !important;
}
/* line 21, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > h1 > span:nth-of-type(2) > img {
  height: 60px;
}
/* line 27, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 32, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #707070;
}
/* line 40, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 {
  margin-bottom: 80px;
}
/* line 43, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 50, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .sec2a {
  max-width: 560px;
  margin: 0 auto 110px;
  text-align: center;
  background-color: #fff;
  padding: 30px 50px !important;
  border: 1px solid #e0e0e0;
}
/* line 57, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .sec2a h1 {
  color: #3097af;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 67, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .sec2a h1 > img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
/* line 73, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .sec2a > p {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 82, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a {
  margin-bottom: 80px !important;
}
/* line 84, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a h1 {
  text-align: left;
  line-height: 1.3;
}
/* line 88, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a h1 > span > span {
  font-size: 1rem;
}
/* line 95, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a > div h1 > span {
  font-size: 0.875rem;
}
/* line 97, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a > div h1 > span > span {
  font-size: 1rem;
}
/* line 101, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .sec2a > div > p {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 112, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 > ul {
  color: #707070;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 124, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 129, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 > ul > li > span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/option/functionColor/alert.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 141, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 > ul > li > p {
  width: calc(100% - 17px);
}
/* line 144, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 151, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li {
  max-width: 500px;
  margin-bottom: 50px;
}
/* line 154, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li:last-of-type {
  margin-bottom: 0;
}
/* line 157, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li:nth-of-type(1) {
  color: #ce8f22;
  padding-left: 30px;
}
/* line 161, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li:nth-of-type(2) {
  color: #9ba326;
  padding-left: 90px;
}
/* line 165, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li:nth-of-type(3) {
  color: #8e888a;
  padding-left: 150px;
}
/* line 169, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li h3 {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
/* line 173, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] #sec3 .colorVar ul li img {
  max-width: 500px;
}
/* line 185, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #b06f1b;
}
/* line 190, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #5a8a34;
}
/* line 195, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #4d4948;
}
/* line 201, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-style li {
  width: 30%;
}
/* line 210, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 213, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 219, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 226, ../scss/option/_op-function.scss */
main[data-opName="functionColor"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > h1 > span:nth-of-type(1) {
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-align: right;
  max-width: 269px;
  margin: 0 auto 20px !important;
}
/* line 21, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > h1 > span:nth-of-type(2) > img {
  height: 42px;
}
/* line 27, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 32, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #ef8362;
}
/* line 36, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec1 > div:nth-of-type(2) p {
  font-size: 1rem !important;
  letter-spacing: 0px !important;
}
/* line 45, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 50, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 55, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 60, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 69, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature {
  margin-bottom: 80px;
}
/* line 71, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature:last-of-type {
  margin-bottom: 0;
}
/* line 74, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature h1 {
  margin: 0 0 10px !important;
  letter-spacing: 1px;
  display: inline-block;
  color: #31a0da;
}
/* line 79, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature h1 > span {
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* line 87, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet {
  margin-bottom: 80px;
}
/* line 89, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet:last-of-type {
  margin-bottom: 0;
}
/* line 92, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet dl {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 95, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet dl dt {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 101, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
/* line 107, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .featSet h1.mb20 {
  margin-bottom: 20px !important;
}
/* line 111, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature > p {
  margin-bottom: 60px;
}
/* line 114, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .qualityList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 795px;
  margin-left: auto;
}
/* line 121, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .qualityList li {
  font-size: 1rem;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #cde4fd;
  background-color: #fff;
  text-align: center;
  padding: 5%;
  letter-spacing: 0px;
}
/* line 130, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > div.feature .qualityList li span {
  display: block;
  font-size: 1.25rem;
  color: #a12525;
}
/* line 138, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > ul {
  color: #707070;
  max-width: 795px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 150, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 155, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > ul > li > span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 161, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3 section > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 168, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style {
  max-width: 795px;
}
/* line 173, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li {
  box-sizing: border-box;
  width: 48%;
  padding: 0 !important;
}
/* line 177, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li:nth-of-type(1) {
  padding-right: 15px;
}
/* line 180, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li:nth-of-type(2) {
  padding-left: 15px;
}
/* line 183, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li.plus {
  position: relative;
}
/* line 185, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li.plus div.plusitem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 194, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li.plus div.plusitem img {
  width: 20px;
  height: auto;
  display: block;
  position: static;
  margin: 0 auto;
  margin-right: 5px;
}
/* line 202, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style.bl2 li.plus div.plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 212, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li {
  padding: 0;
  width: 32%;
}
/* line 215, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li h3 {
  transform: none;
}
/* line 217, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 223, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 227, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(2) {
  transform: none;
}
/* line 229, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #024da2;
}
/* line 234, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #024da2;
}
/* line 238, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li div {
  margin-bottom: 10px;
  transform: skew(0);
}
/* line 241, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] .lens-qu-style li div img {
  transform: skew(0);
}
/* line 247, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3-1 {
  display: flex;
  align-items: flex-start;
}
/* line 250, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3-1 > div {
  width: 40%;
  box-sizing: border-box;
  padding-right: 30px;
  max-width: 230px;
  height: auto;
  margin: auto;
  transform: none;
  position: static;
}
/* line 264, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3-1 > ul li {
  margin-bottom: 20px;
  color: #31a0da;
}
/* line 267, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3-1 > ul li:last-of-type {
  margin-bottom: 0;
  letter-spacing: 1px;
}
/* line 271, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #sec3-1 > ul li span {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
  color: #0e0e0e;
  letter-spacing: 0;
}
/* line 281, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #bgImg {
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin-left: 20px;
  height: 300px;
  background-image: url(../img/option/polarthin/detail1.jpg);
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 292, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #lensCol h1 {
  margin-bottom: 30px !important;
}
/* line 295, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #lensCol ul {
  max-width: 515px;
  margin: 0 auto;
}
/* line 298, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #lensCol ul li {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
/* line 302, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #lensCol ul li img {
  max-width: 150px;
}
/* line 305, ../scss/option/_op-polarthin.scss */
main[data-opName="polarthin"] #lensCol ul li span {
  letter-spacing: 0px;
  font-size: 14px;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > h1 > span:nth-of-type(1) {
  font-size: 17px;
  text-align: center !important;
}
/* line 17, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > h1 > span:nth-of-type(2) {
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-align: right !important;
  max-width: 205px;
  margin: 0 auto 10px !important;
}
/* line 25, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > h1 > span:nth-of-type(3) > img {
  width: auto;
  height: 44px;
  margin: 0 auto;
}
/* line 33, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 37, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
}
/* line 42, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 h3 {
  color: #2e5899;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-size: 1rem;
}
/* line 48, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .glaph {
  max-width: 450px;
  transform: translateX(-20px);
  margin: 30px auto 120px;
}
/* line 53, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .dsc {
  max-width: 600px;
  margin: 0 auto;
}
/* line 59, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .announceList > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
/* line 64, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .announceList > ul > li > img {
  width: 40%;
  box-sizing: border-box;
  padding-right: 30px;
}
/* line 69, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .announceList > ul > li dl {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
/* line 73, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .announceList > ul > li dl dt {
  color: #707070;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-size: 1rem;
}
/* line 87, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > h1 {
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: auto;
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
/* line 95, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > div > ul {
  display: block;
}
/* line 97, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > div > ul li {
  width: 100%;
  max-width: none;
}
/* line 100, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > div > ul li .decLens {
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
/* line 104, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > div > ul li ul {
  display: none;
}
/* line 107, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .question > div > ul li ul li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 118, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature {
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  /* line 118, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature {
    margin-bottom: 60px;
  }
}
/* line 123, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature h3.color {
  color: #2e5899;
  letter-spacing: 0px;
  margin-bottom: 30px;
  font-size: 1rem;
}
/* line 129, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color {
  margin-bottom: 60px;
}
/* line 131, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color:last-of-type {
  margin-bottom: 0;
}
/* line 134, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color > p {
  line-height: 1;
  padding: 10px 50px 10px 0px;
  background: linear-gradient(54deg, #ffffff 30%, #cc6b9c 100%);
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  min-width: 150px;
  margin-bottom: 25px;
}
/* line 143, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color > p.mn {
  background: linear-gradient(54deg, #ffffff 30%, #87562b 100%);
}
/* line 147, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul {
  align-items: center;
  display: flex;
  width: 90%;
  margin: 0 auto;
}
/* line 152, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li {
  max-width: 350px;
  cursor: pointer;
}
/* line 155, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li:hover > img {
  opacity: 0.6;
}
/* line 158, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li > img {
  transition: 1s ease;
}
/* line 164, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(2) {
  max-width: 30px;
  margin: 0 25px;
}
@media screen and (max-width: 580px) {
  /* line 164, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(2) {
    margin: 0 10px;
  }
  /* line 169, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(2) img {
    display: none;
  }
}
/* line 177, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(4) {
  max-width: 30px;
  margin: 0 25px;
}
@media screen and (max-width: 580px) {
  /* line 177, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(4) {
    margin: 0 10px;
  }
  /* line 182, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature > div.color ul li:nth-of-type(4) img {
    display: none;
  }
}
/* line 190, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 .feature > div.color ul li span {
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 580px) {
  /* line 190, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] #sec3 .feature > div.color ul li span {
    margin-bottom: 5px !important;
    height: 40px !important;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
}
/* line 211, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 > ul {
  color: #707070;
  max-width: 800px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
}
/* line 221, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 226, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 > ul > li > span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/option/functionColor/alert.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 238, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 > ul > li > p {
  width: calc(100% - 17px);
}
/* line 241, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] #sec3 > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 247, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style {
  justify-content: center;
  margin: 0 auto;
}
/* line 250, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style h3 {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 254, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li {
  width: 40%;
}
/* line 256, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(1) {
  margin-right: 10px;
}
/* line 258, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 262, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(2) {
  margin-left: 10px;
}
/* line 264, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 269, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 274, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 278, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-style li > div {
  margin-bottom: 10px;
}
/* line 288, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 291, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 297, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 304, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}
/* line 312, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .featIntro {
  display: flex !important;
  margin-top: 50px;
  box-sizing: border-box;
}
/* line 317, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .featIntro > div:nth-of-type(1) {
  width: calc(100% - 200px) !important;
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media screen and (max-width: 650px) {
  /* line 317, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] .featIntro > div:nth-of-type(1) {
    width: calc(100% - 120px) !important;
  }
}
/* line 328, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .featIntro > div:nth-of-type(1) h3 {
  text-align: left;
  margin: 0 0 25px;
  color: #707070 !important;
  font-size: 0.75rem !important;
  position: relative;
  letter-spacing: 0 !important;
  padding-left: 16px;
  box-sizing: border-box;
}
/* line 337, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .featIntro > div:nth-of-type(1) h3:before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}
/* line 352, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .featIntro > div:nth-of-type(2) {
  width: 160px !important;
  height: 160px;
  background-image: url(../img/option/solaire/sol.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  /* line 352, ../scss/option/_op-solaire.scss */
  main[data-opName="solaire"] .featIntro > div:nth-of-type(2) {
    width: 120px !important;
    height: 120px;
  }
}
/* line 366, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color {
  color: #707070;
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: right;
}
/* line 377, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color.pt1 {
  margin-top: 20px;
  text-align: left;
  max-width: none;
  margin-bottom: 65px;
}
/* line 382, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color.pt1 li {
  justify-content: flex-start;
}
/* line 386, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
/* line 392, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color > li > span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 400, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul.color > li:last-of-type {
  margin-bottom: 0;
}
/* line 405, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] .mb20 {
  margin-bottom: 20px !important;
}
/* line 408, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
/* line 414, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 40px;
}
/* line 419, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > h4 {
  max-width: 320px;
  margin: 0 auto 10px;
  letter-spacing: 1px;
  font-size: 14px;
}
/* line 425, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 429, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul > li {
  max-width: 350px;
}
/* line 431, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul > li > img {
  transition: 1s ease;
}
/* line 434, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul > li:nth-of-type(1) {
  max-width: 130px;
}
/* line 437, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul > li:nth-of-type(2) {
  max-width: 30px;
  margin: 0 15px;
}
/* line 441, ../scss/option/_op-solaire.scss */
main[data-opName="solaire"] ul#lensLine > li > ul > li:nth-of-type(3) {
  max-width: 130px;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 12, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec1 > h1 span:nth-of-type(2) img {
  height: 85px;
}
/* line 17, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 21, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
}
/* line 26, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 h3 {
  color: #2e5899;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-size: 1rem;
}
/* line 32, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .glaph {
  max-width: 450px;
  transform: translateX(-20px);
  margin: 30px auto 120px;
}
/* line 37, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .dsc {
  max-width: 600px;
  margin: 0 auto;
}
/* line 43, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .announceList > ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
/* line 48, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .announceList > ul > li > img {
  width: 40%;
  box-sizing: border-box;
  padding-right: 30px;
}
/* line 53, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .announceList > ul > li dl {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 40px;
}
/* line 57, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .announceList > ul > li dl dt {
  color: #707070;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-size: 1rem;
}
/* line 71, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > h1 {
  font-family: YakuHanJP,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: auto;
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 2px;
}
/* line 79, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > div > ul {
  display: block;
}
/* line 81, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > div > ul li {
  width: 100%;
  max-width: none;
}
/* line 84, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > div > ul li .decLens {
  margin-bottom: 5px;
  font-size: 0.9375rem;
}
/* line 88, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > div > ul li ul {
  display: none;
}
/* line 91, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .question > div > ul li ul li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 102, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 .feature {
  margin-bottom: 120px;
}
/* line 105, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 > ul {
  color: #707070;
  max-width: 800px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
}
/* line 115, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 120, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 > ul > li > span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/option/functionColor/alert.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 132, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 > ul > li > p {
  width: calc(100% - 17px);
}
/* line 135, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] #sec3 > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 141, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style {
  justify-content: center;
  margin: 0 auto;
}
/* line 144, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style h3 {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 148, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li {
  width: 40%;
}
/* line 150, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(1) {
  margin-right: 10px;
}
/* line 152, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 156, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(2) {
  margin-left: 10px;
}
/* line 158, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 163, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 168, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 172, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-style li > div {
  margin-bottom: 10px;
}
/* line 182, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 185, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 191, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 198, ../scss/option/_op-trans.scss */
main[data-opName="transitions"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}

/****************
style
****************/
/* line 9, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > h1 > span:nth-of-type(1) {
  font-size: 17px;
  text-align: center !important;
}
/* line 17, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > h1 > span:nth-of-type(2) {
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-align: right !important;
  max-width: 205px;
  margin: 0 auto 10px !important;
}
/* line 25, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > h1 > span:nth-of-type(3) > img {
  width: auto;
  height: 44px;
  margin: 0 auto;
}
/* line 33, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/lens/pcvx/visual1.jpg);
}
/* line 37, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 41, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > div:nth-of-type(2) img {
  display: block;
  max-width: 140px;
  box-sizing: border-box;
  padding-right: 25px;
}
/* line 47, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #ef8362;
}
/* line 51, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec1 > div:nth-of-type(2) p {
  text-align: left !important;
  font-size: 1rem !important;
  letter-spacing: 0px !important;
}
/* line 61, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 66, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #009fb9;
}
/* line 71, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #008842;
}
/* line 76, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(4) h3 {
  color: #6fba2c;
}
/* line 85, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature {
  margin-bottom: 140px;
}
/* line 87, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature:last-of-type {
  margin-bottom: 0;
}
/* line 90, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature h1 {
  margin: 0 0 10px !important;
  letter-spacing: 1px;
  display: inline-block;
  color: #024da2;
}
/* line 95, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature h1 > span {
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 4px;
  font-size: 0.6875rem;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* line 103, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet {
  margin-bottom: 60px;
}
/* line 105, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet:last-of-type {
  margin-bottom: 0;
}
/* line 108, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet dl {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 111, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet dl dt {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 13px;
}
/* line 116, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet dl dt > span {
  color: #707070;
  font-size: 11px;
  margin-bottom: 3px;
}
/* line 122, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet dl dd {
  font-size: 0.8125rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
/* line 128, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .featSet h1.mb20 {
  margin-bottom: 20px !important;
}
/* line 132, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature > p {
  margin-bottom: 60px;
}
/* line 135, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .qualityList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 795px;
  margin-left: auto;
}
/* line 142, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .qualityList li {
  font-size: 1rem;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #cde4fd;
  background-color: #fff;
  text-align: center;
  padding: 5%;
  letter-spacing: 0px;
}
/* line 151, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > div.feature .qualityList li span {
  display: block;
  font-size: 1.25rem;
  color: #a12525;
}
/* line 159, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > ul {
  color: #707070;
  max-width: 795px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 171, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 176, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > ul > li > span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 182, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] #sec3 section > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 189, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style {
  max-width: 795px;
  align-items: stretch;
}
/* line 195, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li {
  box-sizing: border-box;
  width: 33.333%;
  padding: 20px !important;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 5px 5px 30px -15px #707070;
}
/* line 204, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li:nth-of-type(2) {
  margin: 0 15px;
}
/* line 209, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li.plus {
  position: relative;
}
/* line 211, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li.plus div.plusitem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 220, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li.plus div.plusitem img {
  width: 20px;
  height: auto;
  display: block;
  position: static;
  margin: 0 auto;
  margin-right: 5px;
}
/* line 228, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li.plus div.plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 236, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div {
  height: auto;
}
/* line 238, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > div {
  height: auto;
}
/* line 240, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > div > img {
  display: block;
  max-width: 90px;
  height: auto;
  margin: 0 auto;
  position: static;
}
/* line 248, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > dl {
  padding-left: 0 !important;
}
/* line 250, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > dl dt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
/* line 255, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > dl dt > span {
  display: block;
}
/* line 258, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > dl dt::after {
  content: "";
  display: block;
  background-image: url(../img/option/trivex/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 9px;
  margin: 10px auto 0;
}
/* line 270, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style.bl3 li > div > dl dd {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-bottom: 0 !important;
}
/* line 278, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li {
  padding: 0;
  width: 32%;
}
/* line 281, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li h3 {
  transform: none;
}
/* line 283, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 289, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(1) h3 {
  color: #024da2;
}
/* line 293, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(2) {
  transform: none;
}
/* line 295, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(2) h3 {
  color: #024da2;
}
/* line 300, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li:nth-of-type(3) h3 {
  color: #024da2;
}
/* line 304, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li div {
  margin-bottom: 10px;
  transform: skew(0);
}
/* line 307, ../scss/option/_op-trivex.scss */
main[data-lensName="trivex"] .lens-qu-style li div img {
  transform: skew(0);
}

/****************
style
****************/
/* line 9, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .feature {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  /* line 9, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .feature {
    margin-bottom: 80px !important;
  }
}
/* line 15, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] #sec1 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 750px) {
  /* line 18, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1 {
    margin-top: 45px;
  }
}
/* line 22, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 > p {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #31a0da;
  margin-bottom: 25px;
}
/* line 28, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 > h2 {
  margin-bottom: 35px;
}
/* line 32, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article {
  display: flex;
}
@media screen and (max-width: 750px) {
  /* line 32, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1 div.featSet article {
    flex-flow: column;
  }
}
/* line 37, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(1) {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  /* line 37, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(1) {
    margin: 0 auto 30px;
  }
}
/* line 43, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(1) img {
  margin-bottom: 10px;
}
/* line 47, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(1) h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 1px;
  margin-top: 5px;
  display: block;
  font-size: 0.6875rem;
  margin-top: 10px;
  color: #0e0e0e;
}
/* line 58, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) {
  max-width: 550px;
  margin: 0 auto;
  width: 60%;
  margin-left: 30px;
}
/* line 63, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #d61168;
}
@media screen and (max-width: 750px) {
  /* line 58, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) {
    max-width: none;
    margin-left: auto;
    width: 100%;
  }
}
/* line 75, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul {
  margin-bottom: 20px;
}
/* line 77, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li {
  margin-bottom: 15px;
}
/* line 79, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 82, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li dl {
  display: flex;
  align-items: center;
}
/* line 85, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li dl dt {
  margin-right: 10px;
}
/* line 87, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li dl dt > span {
  background-color: #d61168;
  border-radius: 5px;
  width: 3.5rem;
  display: block;
  text-align: center;
  padding: 4px 3px;
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
}
/* line 99, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) ul li dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
}
/* line 107, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) > div > img {
  position: static;
  transform: none;
  width: 120px;
  margin-left: auto;
  margin-bottom: 10px;
}
/* line 114, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1 div.featSet article > div:nth-of-type(2) > div > p {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1;
}
/* line 126, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 {
  margin-bottom: 130px;
}
@media screen and (max-width: 580px) {
  /* line 126, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec2 {
    margin-bottom: 115px;
  }
}
/* line 131, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > p {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #31a0da;
  margin-bottom: 25px;
}
/* line 137, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
/* line 141, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul {
  display: block;
}
/* line 146, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 710px) {
  /* line 146, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec2 > div > ul > li {
    margin-bottom: 75px;
  }
}
/* line 151, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  /* line 151, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec2 > div > ul > li:last-of-type {
    margin-bottom: 100px;
  }
}
/* line 157, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li .featSet {
  margin-bottom: 60px;
}
/* line 159, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li .featSet:last-of-type {
  margin-bottom: 0;
}
/* line 162, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li .featSet dl {
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 165, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li .featSet dl dt {
  color: #024da2;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 5px;
}
/* line 171, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li .featSet dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  /* line 179, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec2 > div > ul > li:last-of-type {
    margin-bottom: 0;
  }
}
/* line 187, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div h3 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #d71162;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
/* line 194, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div h3 > span {
  display: block;
  margin-top: 5px;
  color: #0e0e0e;
  font-size: 0.75rem;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width: 480px) {
  /* line 202, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div img {
    max-width: 250px;
    margin: 0 auto;
  }
}
/* line 208, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div > div {
  text-align: center;
}
/* line 210, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div > div ol {
  margin-top: 20px;
  display: inline-block;
}
/* line 213, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec2 > div > ul > li > div > div ol li {
  width: 100%;
  font-size: 0.75rem;
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 2px;
  margin: 0;
  text-align: left;
}
/* line 228, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style {
  max-width: 795px;
}
/* line 232, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style:last-of-type {
  padding-bottom: 0;
}
/* line 236, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 710px) {
  /* line 236, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .lens-qu-style.bl2 li {
    padding: 0 !important;
  }
}
/* line 242, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li:nth-of-type(1) {
  padding-right: 15px;
}
/* line 245, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li:nth-of-type(2) {
  padding-left: 15px;
  padding-right: 0 !important;
}
/* line 249, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li.plus {
  position: relative;
}
/* line 251, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li.plus div.plusitem {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 260, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li.plus div.plusitem img {
  width: 20px;
  height: auto;
  display: block;
  position: static;
  margin: 0 auto;
  margin-right: 5px;
}
/* line 268, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style.bl2 li.plus div.plusitem p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 5px;
}
/* line 278, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li {
  padding: 0;
  width: 30%;
}
/* line 281, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li h3 {
  transform: none;
}
/* line 283, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 5px;
}
/* line 289, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li:nth-of-type(1) h3 {
  font-size: 0.875rem;
  color: #024da2;
}
/* line 294, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li:nth-of-type(2) {
  transform: none;
}
/* line 296, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li:nth-of-type(2) h3 {
  font-size: 0.875rem;
  color: #024da2;
}
/* line 302, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li:nth-of-type(3) h3 {
  font-size: 0.875rem;
  color: #024da2;
}
/* line 307, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li div {
  margin-bottom: 10px;
  transform: skew(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  /* line 307, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .lens-qu-style li div {
    height: 180px;
  }
}
/* line 316, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .lens-qu-style li div img {
  transform: none;
  top: 0;
}
/* line 323, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad {
  border-top: 3px dashed #e0e0e0;
  padding-top: 130px;
}
@media screen and (max-width: 580px) {
  /* line 323, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1ad {
    padding-top: 100px;
  }
}
/* line 329, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad > p {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  color: #31a0da;
  margin-bottom: 25px;
}
/* line 334, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad > p > span {
  font-size: 0.875rem;
  font-weight: bold;
}
/* line 339, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad > h2 {
  margin-bottom: 35px;
}
/* line 343, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article {
  display: flex;
}
@media screen and (max-width: 750px) {
  /* line 343, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1ad div.featSet article {
    flex-flow: column;
  }
}
/* line 348, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(1) {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  /* line 348, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(1) {
    margin: 0 auto 30px;
  }
}
/* line 354, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(1) img {
  margin-bottom: 10px;
}
/* line 358, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(1) h3 > span {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 1px;
  margin-top: 5px;
  display: block;
  font-size: 0.6875rem;
  margin-top: 10px;
  color: #0e0e0e;
}
/* line 369, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) {
  max-width: 550px;
  margin: 0 auto;
  width: 60%;
  margin-left: 30px;
}
/* line 374, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #d61168;
}
@media screen and (max-width: 750px) {
  /* line 369, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) {
    max-width: none;
    margin-left: auto;
    width: 100%;
  }
}
/* line 386, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul {
  margin-bottom: 20px;
}
/* line 388, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li {
  margin-bottom: 15px;
}
/* line 390, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
/* line 393, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li dl {
  display: flex;
  align-items: center;
}
/* line 396, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li dl dt {
  margin-right: 10px;
}
/* line 398, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li dl dt > span {
  background-color: #d61168;
  border-radius: 5px;
  width: 3.5rem;
  display: block;
  text-align: center;
  padding: 4px 3px;
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 398, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li dl dt > span {
    width: 3.2rem;
    font-size: 11px;
  }
}
/* line 414, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) ul li dl dd {
  font-size: 0.875rem;
  letter-spacing: 0px;
}
/* line 422, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) > div > img {
  position: static;
  transform: none;
  width: 120px;
  margin-left: auto;
  margin-bottom: 10px;
}
/* line 429, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec1ad div.featSet article > div:nth-of-type(2) > div > p {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1;
}
/* line 441, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 {
  box-sizing: border-box;
  padding: 35px 50px !important;
  border: 1px solid #000;
  max-width: 740px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 480px) {
  /* line 441, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec3 {
    padding: 15px 30px !important;
  }
}
/* line 450, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 h1 {
  margin-bottom: 25px !important;
  font-size: 1rem;
  letter-spacing: 2px;
}
/* line 455, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 p {
  line-height: 1.6;
}
/* line 458, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof {
  display: flex;
}
/* line 460, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > div {
  width: 30%;
}
@media screen and (max-width: 480px) {
  /* line 460, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec3 .prof > div {
    width: 34%;
  }
}
/* line 466, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl {
  width: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  /* line 466, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec3 .prof > dl {
    width: 62%;
    margin-left: 10px;
  }
}
/* line 473, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl dt {
  margin-bottom: 30px;
}
/* line 475, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl dt img {
  width: 120px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  /* line 475, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .bisec3 .prof > dl dt img {
    width: 90px;
  }
}
/* line 482, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl dt p {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
}
/* line 488, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl dd {
  font-family: YakuHanJP,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
}
/* line 492, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bisec3 .prof > dl dd a {
  margin: 5px 0;
  text-decoration: underline;
}
/* line 501, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bi-col-r {
  color: #ba1839;
  font-weight: bold;
}
/* line 505, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bi-col-p {
  color: #641e7b;
  font-weight: bold;
}
/* line 509, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .bi-col-b {
  color: #1387be;
  font-weight: bold;
}
/* line 513, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep {
  display: block !important;
}
/* line 515, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div {
  max-width: 785px !important;
}
/* line 517, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) {
  margin-bottom: 20px !important;
}
/* line 519, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  /* line 519, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul {
    display: block;
  }
}
/* line 524, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li {
  width: 47%;
}
/* line 526, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li > h2 {
  font-size: 12px;
  letter-spacing: 3px;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  color: #1387be;
  border: 1px solid #1387be;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  /* line 526, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li > h2 {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
/* line 539, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li > h2.bi {
  color: #d61168;
  border: 1px solid #d61168;
}
/* line 544, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li:nth-of-type(1) {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  /* line 544, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li:nth-of-type(1) {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 550, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li:nth-of-type(2) {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  /* line 524, ../scss/option/_op-coating-uvp.scss */
  main[data-opName="coating_uvp"] .sep > div:nth-of-type(1) > ul li {
    width: 100%;
    max-width: 440px;
    margin: 0 auto !important;
  }
}
/* line 563, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(2) {
  width: 100% !important;
  margin: 0 auto !important;
}
/* line 566, ../scss/option/_op-coating-uvp.scss */
main[data-opName="coating_uvp"] .sep > div:nth-of-type(2) > ul {
  display: block !important;
}

@media screen and (max-width: 480px) {
  /* line 573, ../scss/option/_op-coating-uvp.scss */
  .spnn {
    display: none !important;
  }
}

/****************
style
****************/
/* line 9, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 {
  margin-bottom: 50px !important;
}
/* line 11, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 > h1 {
  padding-bottom: 40px;
}
/* line 13, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 > h1 > span:nth-of-type(1) {
  display: none !important;
  font-size: 0.75rem !important;
  letter-spacing: 1px !important;
  text-align: right;
  max-width: 325px;
  margin: 0 auto 20px !important;
}
/* line 22, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 > h1 > span:nth-of-type(2) > img {
  height: 113px !important;
}
@media screen and (max-width: 480px) {
  /* line 22, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec1 > h1 > span:nth-of-type(2) > img {
    height: 100px !important;
  }
}
/* line 31, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 > div:nth-of-type(1).img-pcvx {
  background-image: url(../img/option/frontierpalette/visual1.jpg);
}
/* line 36, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec1 > div:nth-of-type(2) h2 {
  margin-bottom: 0 !important;
  color: #333333;
  font-size: 1rem !important;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 480px) {
  /* line 41, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec1 > div:nth-of-type(2) h2 br:not(:first-child) {
    display: none;
  }
}
/* line 61, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a {
  max-width: 560px;
  margin: 0 auto 110px;
  text-align: left;
  background-color: #fff;
  padding: 0px 50px !important;
}
/* line 69, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  /* line 69, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] .sec2a ul li {
    margin-bottom: 30px;
  }
}
/* line 74, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li:nth-of-type(1) {
  transform: translateX(-30px);
}
/* line 77, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li:last-of-type {
  margin-bottom: 0;
  transform: translateX(30px);
}
/* line 81, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li h2 {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #3097af;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
}
/* line 88, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #3097af;
  margin-right: 6px;
}
/* line 96, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li h2 > img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
/* line 102, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .sec2a ul li p {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 112, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .feature {
  margin-bottom: 0 !important;
}
/* line 117, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 480px) {
  /* line 117, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .sec2a {
    margin-bottom: 65px !important;
  }
}
/* line 122, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a h1 {
  text-align: left;
  line-height: 1.3;
}
/* line 126, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a h1 > span > span {
  font-size: 1rem;
}
/* line 133, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a > div h1 > span {
  font-size: 0.875rem;
}
/* line 135, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a > div h1 > span > span {
  font-size: 1rem;
}
/* line 139, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .sec2a > div > p {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* line 150, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 > ul {
  color: #707070;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 12px;
  border-top: 1px solid #a2a2a2;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 100px;
}
/* line 162, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 > ul > li {
  line-height: 1.3;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
/* line 167, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 > ul > li > span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
  width: 17px;
  height: 15px;
  background-image: url(../img/option/frontierpalette/alert.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 179, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 > ul > li > p {
  width: calc(100% - 17px);
}
/* line 182, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 188, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div {
  padding-left: 30px;
}
/* line 190, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div > h3 {
  color: #a66baa;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  /* line 190, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div > h3 {
    letter-spacing: 0.5px;
  }
}
/* line 200, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div > p {
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  /* line 200, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div > p {
    margin-bottom: 30px;
  }
}
/* line 210, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  /* line 210, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul {
    display: block;
  }
}
/* line 216, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li {
  max-width: 500px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  /* line 216, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 750px) {
  /* line 229, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:last-of-type {
    margin-bottom: 0;
  }
}
/* line 235, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(1) h4 {
  color: #eb936b;
}
/* line 240, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(2) h4 {
  color: #f3dd55;
}
/* line 245, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(3) h4 {
  color: #ac76b0;
}
/* line 250, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(4) h4 {
  color: #939799;
}
/* line 255, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(5) h4 {
  color: #d49f6e;
}
/* line 260, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li:nth-of-type(6) h4 {
  color: #9ec572;
}
/* line 264, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div {
  position: relative;
  margin-right: 0px;
  width: 100%;
}
/* line 269, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img {
  width: 140px;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  /* line 269, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  /* line 269, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img {
    width: 120px;
  }
}
/* line 278, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(2), main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(3) {
  width: 50px;
  margin: 0;
  position: absolute;
}
/* line 283, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(2) {
  top: 100px;
  left: 100px;
}
@media screen and (max-width: 750px) {
  /* line 283, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(2) {
    top: 90px;
    left: 90px;
  }
}
@media screen and (max-width: 480px) {
  /* line 283, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(2) {
    top: 80px;
    left: 80px;
  }
}
/* line 295, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(3) {
  top: 100px;
  left: 147px;
}
@media screen and (max-width: 750px) {
  /* line 295, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(3) {
    top: 90px;
    left: 137px;
  }
}
@media screen and (max-width: 480px) {
  /* line 295, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(1) img:nth-of-type(3) {
    top: 80px;
    left: 127px;
  }
}
/* line 309, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(2) {
  position: absolute;
  left: 150px;
  top: 15px;
  width: calc(100% - 150px);
}
@media screen and (max-width: 480px) {
  /* line 309, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(2) {
    left: 130px;
    width: calc(100% - 130px);
  }
}
/* line 322, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(2) h4 {
  margin-bottom: 5px;
}
/* line 325, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(2) p {
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #707070;
  font-size: 0.75rem;
}
@media screen and (max-width: 480px) {
  /* line 331, ../scss/option/_op-frontier-palette.scss */
  main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li > div > div:nth-of-type(2) p br {
    display: none;
  }
}
/* line 339, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li h3 {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
/* line 343, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] #sec3 .colorVar > div ul li img {
  max-width: 500px;
}
/* line 352, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .lens-qu-style li {
  width: 30%;
}
/* line 361, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .lens-qu-cross ul li:nth-of-type(1) > p:before {
  background-color: #00947d;
}
/* line 364, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .lens-qu-cross ul li:nth-of-type(1) > p:after {
  background-color: #00947d;
  width: 85px;
}
/* line 370, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .lens-qu-cross ul li:nth-of-type(1) > div h3 {
  color: #00947d;
}
/* line 377, ../scss/option/_op-frontier-palette.scss */
main[data-opName="frontierpalette"] .lens-qu-cross ul li:nth-of-type(2) > div h3 {
  color: #0075c2;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/sub/_sitemap.scss */
#sitemap {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/sub/_sitemap.scss */
#sitemap h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 560px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 22, ../scss/sub/_sitemap.scss */
  #sitemap h1 {
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
/* line 36, ../scss/sub/_sitemap.scss */
#sitemap section > ul {
  max-width: 560px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 41, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li {
  margin-bottom: 100px;
}
/* line 43, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 46, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li > h2 {
  color: #024da2;
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
/* line 52, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li > h2:hover a {
  transform: translateX(7px);
  opacity: 0.6;
}
/* line 56, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li > h2 a {
  transition: 1s ease;
  font-size: 0.875rem;
  color: #024da2;
  position: relative;
}
/* line 61, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li > h2 a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 1px;
  background-color: #878787;
}
/* line 75, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li.mapHi h2.this {
  cursor: default;
  transform: none !important;
  opacity: 1 !important;
  color: #0e0e0e;
  padding-left: 0;
  font-size: 12px;
  letter-spacing: 2px;
}
/* line 84, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li.mapHi h2 {
  font-size: 0.8125rem;
  border-bottom: 1px solid #024da3;
  padding-bottom: 10px;
}
/* line 91, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li.mapHi ul {
  display: flex;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  /* line 91, ../scss/sub/_sitemap.scss */
  #sitemap section > ul > li.mapHi ul {
    display: block !important;
  }
}
/* line 98, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li.mapHi ul li {
  margin-right: 30px;
}
@media screen and (max-width: 850px) {
  /* line 98, ../scss/sub/_sitemap.scss */
  #sitemap section > ul > li.mapHi ul li {
    margin-bottom: 0;
  }
}
/* line 103, ../scss/sub/_sitemap.scss */
#sitemap section > ul > li.mapHi ul li:last-of-type {
  margin-right: 0;
}
/* line 113, ../scss/sub/_sitemap.scss */
#sitemap input[type="submit"], #sitemap input[type="button"] {
  cursor: pointer;
  font-size: 0.75rem;
  padding: 5px 10px;
  box-sizing: border-box;
  transition: 1s ease;
  color: #4d4d4d;
}
/* line 120, ../scss/sub/_sitemap.scss */
#sitemap input[type="submit"]:hover, #sitemap input[type="button"]:hover {
  opacity: 0.6;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/sub/_guide.scss */
#guide {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/sub/_guide.scss */
#guide section {
  margin: 0 auto;
  max-width: 660px;
}
/* line 25, ../scss/sub/_guide.scss */
#guide section h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 25, ../scss/sub/_guide.scss */
  #guide section h1 {
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
/* line 38, ../scss/sub/_guide.scss */
#guide section ul {
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 41, ../scss/sub/_guide.scss */
#guide section ul li {
  margin-bottom: 60px;
}
/* line 43, ../scss/sub/_guide.scss */
#guide section ul li:last-of-type {
  margin-bottom: 0;
}
/* line 46, ../scss/sub/_guide.scss */
#guide section ul li h2 {
  color: #024da2;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #024da2;
}
/* line 53, ../scss/sub/_guide.scss */
#guide section ul li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/sub/_protect.scss */
#protect {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/sub/_protect.scss */
#protect section {
  margin: 0 auto;
  max-width: 660px;
}
/* line 25, ../scss/sub/_protect.scss */
#protect section > h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 25, ../scss/sub/_protect.scss */
  #protect section > h1 {
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
/* line 38, ../scss/sub/_protect.scss */
#protect section > p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 45, ../scss/sub/_protect.scss */
#protect section > ol {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 70px;
}
/* line 49, ../scss/sub/_protect.scss */
#protect section > ol li {
  margin-bottom: 60px;
}
/* line 51, ../scss/sub/_protect.scss */
#protect section > ol li:last-of-type {
  margin-bottom: 0;
}
/* line 54, ../scss/sub/_protect.scss */
#protect section > ol li h2 {
  color: #024da2;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #024da2;
}
/* line 61, ../scss/sub/_protect.scss */
#protect section > ol li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 67, ../scss/sub/_protect.scss */
#protect section > dl {
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 70, ../scss/sub/_protect.scss */
#protect section > dl dt {
  font-size: 13px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
/* line 75, ../scss/sub/_protect.scss */
#protect section > dl dd {
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 78, ../scss/sub/_protect.scss */
#protect section > dl dd ul {
  margin-bottom: 20px;
}
/* line 80, ../scss/sub/_protect.scss */
#protect section > dl dd ul li {
  margin-bottom: 4px;
}
/* line 82, ../scss/sub/_protect.scss */
#protect section > dl dd ul li:last-of-type {
  margin-bottom: 0;
}
/* line 85, ../scss/sub/_protect.scss */
#protect section > dl dd ul li > span {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0px;
}
/* line 93, ../scss/sub/_protect.scss */
#protect section > dl dd > a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #878787;
  color: #034d9b;
  background-color: #fff;
}
/* line 113, ../scss/sub/_protect.scss */
#protect .subNavDetail.formLink input {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  /* padding: 10px 15px; */
  text-align: center;
  /* border: 1px solid #878787; */
  color: #034d9b;
  background-color: #fff;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/sub/_privacy.scss */
#privacy {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/sub/_privacy.scss */
#privacy section {
  margin: 0 auto;
  max-width: 660px;
}
/* line 25, ../scss/sub/_privacy.scss */
#privacy section > h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 25, ../scss/sub/_privacy.scss */
  #privacy section > h1 {
    font-size: 40px;
    margin-right: 5px;
    margin-bottom: 20px;
  }
}
/* line 38, ../scss/sub/_privacy.scss */
#privacy section > p {
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
/* line 45, ../scss/sub/_privacy.scss */
#privacy section > ol {
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 70px;
}
/* line 49, ../scss/sub/_privacy.scss */
#privacy section > ol li {
  display: flex;
  margin-bottom: 60px;
}
/* line 52, ../scss/sub/_privacy.scss */
#privacy section > ol li:last-of-type {
  margin-bottom: 0;
}
/* line 55, ../scss/sub/_privacy.scss */
#privacy section > ol li span {
  color: #024da2;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 5px;
}
/* line 62, ../scss/sub/_privacy.scss */
#privacy section > ol li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 68, ../scss/sub/_privacy.scss */
#privacy section > dl {
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 71, ../scss/sub/_privacy.scss */
#privacy section > dl dt {
  font-size: 13px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
/* line 76, ../scss/sub/_privacy.scss */
#privacy section > dl dd {
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 79, ../scss/sub/_privacy.scss */
#privacy section > dl dd ul {
  margin-bottom: 20px;
}
/* line 81, ../scss/sub/_privacy.scss */
#privacy section > dl dd ul li {
  margin-bottom: 4px;
}
/* line 83, ../scss/sub/_privacy.scss */
#privacy section > dl dd ul li:last-of-type {
  margin-bottom: 0;
}
/* line 86, ../scss/sub/_privacy.scss */
#privacy section > dl dd ul li > span {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0px;
}
/* line 94, ../scss/sub/_privacy.scss */
#privacy section > dl dd > a {
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #878787;
  display: inline-block;
}
/* line 100, ../scss/sub/_privacy.scss */
#privacy section > dl dd > a input[type="submit"] {
  position: relative;
  display: inline-block;
  margin-left: auto;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-align: center;
  color: #034d9b;
  background-color: #fff;
}

/****************
commonClass
****************/
/****************
style
****************/
/* line 18, ../scss/sub/_contact.scss */
#contact {
  padding-top: 100px;
  box-sizing: border-box;
  margin-bottom: 140px;
}
/* line 22, ../scss/sub/_contact.scss */
#contact.thank {
  height: 50vh;
  display: flex;
  align-items: center;
}
/* line 26, ../scss/sub/_contact.scss */
#contact.thank > section > p {
  opacity: 0;
  transition: 1.5s ease;
  transform: translateY(10px);
  text-align: center;
}
/* line 31, ../scss/sub/_contact.scss */
#contact.thank > section > p.on {
  transform: none;
  opacity: 1;
}
/* line 36, ../scss/sub/_contact.scss */
#contact.thank + .breadcrumb {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 39, ../scss/sub/_contact.scss */
#contact.thank + .breadcrumb.on {
  opacity: 1;
  transform: none;
}
/* line 43, ../scss/sub/_contact.scss */
#contact.thank + .breadcrumb + footer {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 46, ../scss/sub/_contact.scss */
#contact.thank + .breadcrumb + footer.on {
  opacity: 1;
  transform: none;
}
/* line 53, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) {
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 1050px) {
  /* line 53, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(1) {
    max-width: none;
  }
}
/* line 59, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > h1 {
  font-family: "BellGothicStd";
  color: #d1dcec;
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: right;
  font-size: 45px;
}
@media screen and (max-width: 480px) {
  /* line 59, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(1) > h1 {
    font-size: 40px;
    margin-right: 5px;
  }
}
/* line 71, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul {
  padding: 0 20px;
  box-sizing: border-box;
}
/* line 74, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li {
  margin-bottom: 60px;
}
/* line 76, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li:last-of-type {
  margin-bottom: 0;
}
/* line 79, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > h2 {
  color: #024da2;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 8px;
  border-bottom: 1px solid #024da2;
  text-align: center;
}
/* line 89, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
/* line 94, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article {
  box-sizing: border-box;
  padding: 20px 40px;
  border: 1px solid #024da2;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
/* line 101, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article h2 {
  color: #024da2;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
/* line 108, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article ul li {
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1.4;
  display: flex;
}
/* line 114, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article ul li:last-of-type {
  margin-bottom: 0;
}
/* line 117, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article ul li span {
  color: #024da2;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 5px;
}
/* line 124, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(1) > ul > li > article ul li p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
}
/* line 135, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) {
  margin: 5px auto 0;
  max-width: 750px;
  background-color: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
}
/* line 141, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) form.sent #formWrapper {
  display: none;
}
/* line 144, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper {
  max-width: 580px;
  margin: 0 auto;
}
/* line 147, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
  box-sizing: border-box;
}
/* line 153, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl:last-of-type {
  margin-bottom: 0;
}
/* line 156, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dt {
  width: 250px;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 156, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper dl dt {
    width: 180px;
    font-size: 12px;
    letter-spacing: 0px;
    padding: 15px 0;
  }
}
/* line 169, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd {
  padding: 15px 20px;
  height: 100%;
  width: calc(100% - 50px);
}
@media screen and (max-width: 580px) {
  /* line 169, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper dl dd {
    padding: 15px 0 15px 10px;
  }
}
/* line 176, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd > span {
  height: 100%;
  display: block;
}
/* line 179, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd > span > input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 16px 28px;
  background-color: #f0f3f5;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 179, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper dl dd > span > input {
    padding: 10px;
  }
}
/* line 190, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd > span > textarea {
  width: 100%;
  border: none;
  padding: 16px 28px;
  background-color: #f0f3f5;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  /* line 190, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper dl dd > span > textarea {
    padding: 10px;
  }
}
/* line 203, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span {
  display: flex;
}
/* line 205, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span > span {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
/* line 209, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span > span:last-of-type {
  margin-right: 0;
}
/* line 212, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span > span > input {
  height: 16px;
  width: 16px;
  margin: 0;
  margin-right: 5px;
  line-height: 0;
  padding: 0;
  position: relative;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 1px #e0e6eb;
}
/* line 226, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span > span > input:checked {
  background-color: #cde4fd;
}
/* line 230, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio > span > span > span > span {
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 237, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd.radio .wpcf7-list-item-label {
  cursor: pointer;
}
/* line 242, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou select {
  padding: 5px 20px 5px 5px;
  overflow: hidden;
  width: 90%;
  text-align: center;
}
/* line 249, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 263, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou select::-ms-expand {
  display: none;
}
/* line 266, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou {
  position: relative;
  border: 1px solid #e0e6eb;
  border-radius: 2px;
  background: #ffffff;
}
/* line 272, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
/* line 285, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper dl dd .id-todou select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
/* line 292, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn {
  max-width: 370px;
  margin: 40px auto 0;
  border: 1px solid #eceeed;
  padding: 30px 60px;
}
/* line 297, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn.on label:after {
  opacity: 1;
}
@media screen and (max-width: 580px) {
  /* line 292, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper #confBtn {
    padding: 30px 20px;
  }
}
/* line 303, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn label {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 307, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn label:after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border: solid #024da2;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: -5px;
  left: 9px;
  transform: rotate(45deg);
  opacity: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 321, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn label input {
  height: 20px;
  width: 20px;
  margin: 0;
  margin-right: 12px;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  /* border-radius: 50%; */
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 1px #e0e6eb;
}
@media screen and (max-width: 580px) {
  /* line 321, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper #confBtn label input {
    font-size: 12px;
    letter-spacing: 0px;
  }
}
/* line 340, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #confBtn label span {
  color: #0e0e0e;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 0;
}
@media screen and (max-width: 580px) {
  /* line 340, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper #confBtn label span {
    width: calc(100% - 20px);
    line-height: 1;
    font-size: 12px;
  }
}
/* line 354, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #submitBtn {
  margin-top: 60px;
}
/* line 356, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) #formWrapper #submitBtn input {
  margin: 0 auto;
  display: block;
  padding: 13px 66px;
  border-radius: 25px;
  text-decoration: none;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(45deg, #cde4fd 0%, #f3f8fb 100%);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  color: #024da2;
}
@media screen and (max-width: 580px) {
  /* line 356, ../scss/sub/_contact.scss */
  #contact > section:nth-of-type(2) #formWrapper #submitBtn input {
    padding: 10px 45px;
    font-size: 14px;
  }
}
/* line 373, ../scss/sub/_contact.scss */
#contact > section:nth-of-type(2) span.small {
  font-size: 12px;
  letter-spacing: 0px;
}
/* line 379, ../scss/sub/_contact.scss */
#contact textarea {
  resize: vertical;
}
/* line 396, ../scss/sub/_contact.scss */
#contact .screen-reader-response {
  display: none;
}
/* line 399, ../scss/sub/_contact.scss */
#contact .wpcf7-list-item {
  margin: 0;
}
/* line 402, ../scss/sub/_contact.scss */
#contact .wpcf7-not-valid-tip {
  color: #8e1b1b;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 12px;
}
/* line 410, ../scss/sub/_contact.scss */
#contact .wpcf7-response-output.wpcf7-validation-errors,
#contact .wpcf7-response-output.wpcf7-acceptance-missing {
  max-width: 660px;
  margin: 0 auto 0px;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  color: #8e1b1b;
  border: 1px solid #8e1b1b;
  padding: 40px 30px;
  box-sizing: border-box;
  transform: translateY(-40px);
}
/* line 423, ../scss/sub/_contact.scss */
#contact .required {
  color: #8e1b1b;
}
/* line 426, ../scss/sub/_contact.scss */
#contact > p {
  max-width: 660px;
  margin: 80px auto 0px;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: right;
  box-sizing: border-box;
  padding: 0 20px;
}
/* line 434, ../scss/sub/_contact.scss */
#contact > p > span {
  color: #8e1b1b;
}

/****************
style
****************/
/* line 11, ../scss/spec/_integral.scss */
main.spec-integral .kihon .lens-qu-list {
  width: 70%;
  margin: 60px auto 60px;
}
/* line 14, ../scss/spec/_integral.scss */
main.spec-integral .kihon .lens-qu-list > li {
  width: 100%;
  align-items: center;
}
/* line 17, ../scss/spec/_integral.scss */
main.spec-integral .kihon .lens-qu-list > li p {
  font-size: 14px;
}
/* line 20, ../scss/spec/_integral.scss */
main.spec-integral .kihon .lens-qu-list > li img {
  width: 50px;
}
/* line 26, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article {
  margin-bottom: 60px;
}
/* line 29, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul {
  width: 100%;
  margin: 0 auto;
}
/* line 32, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li {
  width: 100%;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 30px;
}
/* line 37, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 40, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > h4 {
  color: #024da2;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
  border-bottom: 1px solid #024da2;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 280px;
}
/* line 50, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 54, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > div > img {
  width: calc(54% - 10px) !important;
  display: block !important;
}
/* line 57, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > div > img:nth-of-type(1) {
  width: calc( 46% - 10px ) !important;
}
/* line 60, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > div > img:nth-of-type(2) {
  transform: translateY(-70px);
  margin-left: 20px;
}
/* line 66, ../scss/spec/_integral.scss */
main.spec-integral .kihon .type3 > article:nth-of-type(1) > ul > li > p {
  font-size: 13px;
  width: 360px;
  padding-top: 10px;
  letter-spacing: 0;
}
/* line 77, ../scss/spec/_integral.scss */
main.spec-integral .kihon .flame {
  margin: 0 auto 60px;
}
/* line 80, ../scss/spec/_integral.scss */
main.spec-integral .kihon .flame > h3:before {
  content: none !important;
}
/* line 85, ../scss/spec/_integral.scss */
main.spec-integral .kihon .fitting_f {
  margin: 0 auto 60px;
}
/* line 88, ../scss/spec/_integral.scss */
main.spec-integral .kihon .fitting_f h3:before {
  content: none !important;
}
/* line 93, ../scss/spec/_integral.scss */
main.spec-integral .kihon .support {
  margin: 0 auto 60px;
}
/* line 95, ../scss/spec/_integral.scss */
main.spec-integral .kihon .support img {
  display: block;
  margin: 0 auto;
}
/* line 101, ../scss/spec/_integral.scss */
main.spec-integral .kihon .technologie_l th.ig {
  width: 250px;
}
/* line 103, ../scss/spec/_integral.scss */
main.spec-integral .kihon .technologie_l th.ig img {
  display: block;
  height: 30px;
  margin: 0 auto;
}
/* line 110, ../scss/spec/_integral.scss */
main.spec-integral .kihon .technologie_l .modIg > a {
  color: #cde4fd;
}

/****************
Hack
****************/
@media all and (-ms-high-contrast: none) {
  /* line 6, ../scss/_hack.scss */
  #visualWrap {
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  }
  /* line 12, ../scss/_hack.scss */
  #visualWrap.ie_on {
    width: 110% !important;
  }

  /* line 16, ../scss/_hack.scss */
  main#home #sec1 #visualWrap > div {
    display: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  /* line 23, ../scss/_hack.scss */
  #news {
    transform: none !important;
  }
}
