@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* selector
---------------------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  position: relative;
}

body {
  font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  height: 100%;
}

body .mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
  width: auto\9;
  /* IE8用 */
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}

input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"], textarea {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 7px;
}

input[type="text"] {
  padding: 7px;
}

input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}

input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

::-webkit-input-placeholder {
  padding: 3px 0 0;
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* common
---------------------------------------------------*/
.inner {
  width: 96%;
  margin: 0 auto;
}

/* main
---------------------------------------------------*/
.main {
  background: url(/img/bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
.main .logo {
  width: 50%;
  margin: 0 auto 7%;
  padding: 12px 0 0;
}
.main .vertical {
  letter-spacing: .15em;
  margin: 0 0 3%;
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  font-weight: bold;
}
.main .ishin-member {
  text-align: center;
}

/* news
---------------------------------------------------*/
.news {
  background: #111;
  padding: 15px 0 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.news h2 {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0;
  margin: 0 0 15px;
}
.news ul, .news dl {
  margin: 0;
  padding: 0;
}
.news li {
  border-bottom: dotted 1px #fff;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.news li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.news dt {
  font-weight: bold;
}
.news dd {
  margin: 0;
}
.news a {
  color: #fff;
  text-decoration: none;
}
.news a:hover {
  text-decoration: underline;
}

/* manifest
---------------------------------------------------*/
.manifest {
  padding: 40px 0 50px;
  background: url(/img/bg_manifest.jpg) center top no-repeat;
  background-size: auto 100%;
}
.manifest .inner {
  text-align: center;
}

/* determination
---------------------------------------------------*/
.determination {
  padding: 40px 0 50px;
  background: url(/img/bg_determination.jpg) center top no-repeat;
  background-size: cover;
}
.determination .inner {
  position: relative;
  padding-top: 180px;
}
.determination .serif01 {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.determination .serif02 {
  width: 200px;
  position: absolute;
  top: 80px;
  right: 0;
}
.determination .serif p {
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
}
.determination .serif01 p {
  padding: 17px 13% 0 20px;
}
.determination .serif02 p {
  padding: 17px 0 0 25px;
}
.determination .ishin {
  margin: 0 0 20px 0;
}
.determination .stone {
  width: 46%;
  position: absolute;
  left: 5px;
  bottom: -15px;
}
.determination .line {
  width: 46%;
  margin: 40px auto 0;
  margin-right: 10px;
}

/* enoha
---------------------------------------------------*/
.enoha {
  padding: 30px 0 50px;
  background: url(/img/bg_enoha.jpg) center top no-repeat;
  background-size: cover;
}
.enoha .enoha-logo {
  width: 60%;
  margin: 0 auto 5px;
}
.enoha .enoha-ttl {
  margin: 0 0 10px;
}
.enoha .video {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 56.25%;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.enoha .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.enoha .video-ttl {
  text-align: center;
  margin: 10px 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.enoha .enoha-link {
  text-align: center;
  line-height: 1.3;
}
.enoha .enoha-link a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ec7aac;
  text-decoration: none;
}

/* qa
---------------------------------------------------*/
.qa {
  /* common */
  padding: 30px 0 50px;
  background: url(/img/bg_qa.jpg) left top repeat;
  /* qa01 */
  /* qa02 */
  /* qa03 */
}
.qa .qa-head {
  margin: 0 0 20px;
}
.qa h3 {
  margin: 0 0 10px;
}
.qa .qa01, .qa .qa02, .qa .qa03 {
  position: relative;
}
.qa .qa01 .box {
  background: url(/img/bg_qa01_sp.png) left top no-repeat;
  background-size: 100% 100%;
}
.qa .qa02 .box {
  background: url(/img/bg_qa02_sp.png) left top no-repeat;
  background-size: 100% 100%;
}
.qa .qa03 .box {
  background: url(/img/bg_qa03_sp.png) left top no-repeat;
  background-size: 100% 100%;
}
.qa .box {
  padding: 10px;
}
.qa .box h4 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.qa .box h4 span {
  color: #aa1d23;
}
.qa .box ul {
  font-size: 12px;
  font-size: 1.2rem;
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 15px;
}
.qa .box li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin: 0 0 7px;
}
.qa .ishin {
  position: absolute;
  width: 50%;
  z-index: 1;
}
.qa .qa01 {
  margin: 0 0 110px;
}
.qa .box .map {
  text-align: right;
  margin: 0 0 10px;
}
.qa .box .map img {
  width: 55%;
}
.qa .oda_rei {
  bottom: -16%;
  left: 10px;
}
.qa .qa02 {
  margin: 0 0 80px;
}
.qa .data {
  display: flex;
  margin: 0 0 10px;
}
.qa .data p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: url(/img/img_qa_data_ttl.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 7px 5px;
  text-align: center;
  margin: 0 10px 0 0;
}
@-moz-document url-prefix() {
  .qa .data p {
    width: 20px;
  }
}
.qa .data .txt {
  margin: 0;
  padding: 0;
}
.qa .data .txt dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}
.qa .data .txt dd {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.qa .sample-ttl {
  width: 40%;
  margin: 0 0 31% 0;
}
.qa .sample-stone {
  width: 52%;
  position: absolute;
  left: 10px;
  bottom: 15px;
}
.qa .oda_ryu {
  right: 0;
  bottom: -8%;
  width: 45%;
}
.qa .qa03 {
  margin: 0 0 80px;
}
.qa .tour {
  text-align: right;
}
.qa .tour img {
  width: 40%;
}
.qa .tour-ttl {
  margin: 0 0 30%;
}
.qa .pic {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.qa .pic img {
  width: 52%;
}
.qa .orita {
  position: absolute;
  left: 10px;
  bottom: -14%;
  width: 47%;
}

/* lineup
---------------------------------------------------*/
.lineup {
  padding: 30px 0 50px;
  background: url(/img/bg_lineup.jpg) center top no-repeat;
  background-size: cover;
}
.lineup .inner {
  background: url(/img/bg_lineup_paper.png) center top no-repeat;
  background-size: 100% 100%;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.lineup .inner-box {
  margin: 0 9px;
  border: 2px solid #352009;
  padding: 15px;
}
.lineup .lineup-box {
  margin: 0 0 40px;
}
.lineup h2 {
  width: 50%;
  margin: 0 auto 30px;
}
.lineup .serif {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.lineup .serif p, .lineup .serif img {
  position: absolute;
}
.lineup .serif p {
  z-index: 1;
  font-size: 16px;
  font-size: 5vw;
  padding: 10% 0 0 10%;
}
.lineup .lineup-pic {
  padding: 50% 0 0;
  margin: 0 0 15px;
}
.lineup h3 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.lineup h3 span {
  font-size: 24px;
  font-size: 2.4rem;
}
.lineup .price {
  border-bottom: 1px solid #333;
  padding: 4px 0;
  margin: 0 0 5px;
}
.lineup .price dl {
  display: flex;
  margin: 0;
}
.lineup .price dt {
  width: 65%;
  margin: 0;
}
.lineup .price dd {
  width: 35%;
  margin: 0;
}

/* inq
---------------------------------------------------*/
.inq {
  padding: 60px 0 50px;
  background: url(/img/bg_inq.jpg) center top no-repeat;
  background-size: cover;
}
.inq .inner {
  width: 90%;
  position: relative;
}
.inq h2 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url(/img/img_inq_border.png) center bottom no-repeat;
  background-size: 100% auto;
}
.inq dl {
  font-size: 14px;
  font-size: 1.4rem;
}
.inq dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.inq dt.required::after {
  content: "必須";
  color: #fff;
  background: #cc1144;
  font-size: 10px;
  font-size: 1rem;
  padding: 1px 3px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.inq dt.any::after {
  content: "任意";
  color: #fff;
  background: #5396db;
  font-size: 10px;
  font-size: 1rem;
  padding: 1px 3px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.inq dd {
  margin: 0 0 15px;
}
.inq dd.requirement label {
  display: block;
}
.inq #requirement {
  display: block;
}
.inq button {
  background: #aa1d23;
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  display: block;
  cursor: pointer;
}
.inq .inq-comment {
  width: 30%;
  position: absolute;
  top: 6%;
  right: 0;
}

/* footer
---------------------------------------------------*/
.footer {
  padding: 10px 0 10px;
  text-align: center;
  background: #fff;
}
.footer .foot-logo {
  width: 60%;
  margin: 0 auto 15px;
}
.footer .copyright {
  font-size: 10px;
  font-size: 1rem;
}

/* confirm
---------------------------------------------------*/
.confirm {
  padding: 40px 0 0;
}
.confirm h2 {
  font-size: 16px;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
.confirm table {
  text-align: left;
  font-size: 14px;
  font-size: 4.375vw;
}
.confirm th, .confirm td {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
}
.confirm th {
  background: rgba(61, 38, 15, 0.5);
  color: #fff;
}
.confirm td {
  padding-bottom: 15px;
}
.confirm input[type="submit"] {
  background: #aa1d23;
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 30px auto;
  padding: 15px;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

/* thanks
---------------------------------------------------*/
.thanks {
  padding: 40px 0 0;
}
.thanks h2 {
  font-size: 16px;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}
.thanks .thanks-box {
  position: relative;
}
.thanks .thanks-serif {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  font-size: 3.75vw;
}
.thanks .site-link a {
  background: #aa1d23;
  display: block;
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 30px auto;
  padding: 15px;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* common
  ---------------------------------------------------*/
  .inner {
    width: 738px;
    margin: 0 auto;
  }

  /* main
  ---------------------------------------------------*/
  .main {
    background: url(/img/bg_pc.jpg) center top no-repeat;
    background-size: cover;
    height: 540px;
  }
  .main .logo {
    width: 43%;
    margin: 0 auto 50px;
    padding: 25px 0 0;
  }
  .main .vertical {
    letter-spacing: .05em;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
  .main .vertical span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 350px;
  }
  @-moz-document url-prefix() {
    .main .vertical span {
      top: 180px;
    }
  }
  /* news
  ---------------------------------------------------*/
  .news {
    padding: 30px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news .inner {
    display: flex;
  }
  .news h2 {
    width: 16%;
    margin: 0 3% 0 0;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    /*上下中央*/
    justify-content: center;
    /*左右中央*/
    position: relative;
    min-height: 80px;
  }
  .news h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .news ul {
    width: 81%;
  }
  .news dl {
    display: flex;
    justify-content: start;
  }
  .news dt {
    margin-right: 20px;
  }

  /* manifest
  ---------------------------------------------------*/
  .manifest {
    background: url(/img/bg_manifest.jpg) center top no-repeat;
    background-size: 100% 100%;
  }

  /* determination
  ---------------------------------------------------*/
  .determination {
    padding-top: 48px;
    padding-bottom: 26px;
  }
  .determination .serif01 {
    width: 330px;
  }
  .determination .serif02 {
    width: 230px;
    position: absolute;
    top: 50px;
    left: 250px;
  }
  .determination .serif p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .determination .ishin {
    width: 50%;
  }
  .determination .stone {
    width: 30%;
    position: absolute;
    left: 400px;
    bottom: -15px;
    z-index: 1;
  }
  .determination .line {
    width: 19%;
    margin: 40px auto 0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: -87px;
  }

  /* enoha
  ---------------------------------------------------*/
  .enoha .inner {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .enoha .block-left {
    width: 52%;
  }
  .enoha .enoha-girls {
    width: 45%;
    margin: 40px 0 0;
  }
  .enoha .video {
    width: 86%;
  }
  .enoha .video-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .enoha .video-ttl br {
    display: none;
  }
  .enoha .enoha-link br {
    display: none;
  }
  .enoha .enoha-link a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* qa
  ---------------------------------------------------*/
  .qa {
    /* common */
    /* qa01 */
    /* qa02 */
    /* qa03 */
  }
  .qa .qa-head {
    background: url(/img/img_enoha_qa.png) center top no-repeat;
    background-size: 100%;
    padding: 30px 0 90px;
  }
  .qa h2 {
    width: 60%;
    margin: 0 auto;
  }
  .qa h3 {
    width: 70px;
  }
  .qa .qa01, .qa .qa02, .qa .qa03 {
    display: flex;
    justify-content: space-between;
  }
  .qa .qa01 .box {
    background: url(/img/bg_qa01_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .qa02 .box {
    background: url(/img/bg_qa02_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .qa03 .box {
    background: url(/img/bg_qa03_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .box {
    padding: 10px 10px 10px 60px;
    margin: 30px 0 0;
  }
  .qa .box h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .qa .box ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  .qa .box li {
    width: 60%;
  }
  .qa .ishin {
    width: 27%;
  }
  .qa .qa01 {
    margin: 0 0 80px;
  }
  .qa .box .map {
    position: absolute;
    margin: 0;
    bottom: 20px;
    right: 15px;
  }
  .qa .box .map img {
    width: 35%;
  }
  .qa .oda_rei {
    top: 15px;
    left: 90px;
  }
  .qa .qa02 {
    flex-direction: row-reverse;
  }
  .qa .qa02 .box {
    padding: 10px 60px 10px 20px;
  }
  .qa .data {
    margin: 15px 0;
  }
  .qa .data p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .data .txt dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .data .txt dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .qa .sample-ttl {
    width: 20%;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 300px;
  }
  .qa .sample-stone {
    width: 25%;
    position: absolute;
    left: 290px;
    bottom: 30px;
  }
  .qa .oda_ryu {
    right: 50px;
    bottom: 0;
    width: 26%;
  }
  .qa .qa03 {
    margin: 0 0 50px;
  }
  .qa .qa03 .box {
    width: 55%;
    padding: 10px 10px 10px 90px;
  }
  .qa .qa03 .box li {
    width: 50%;
  }
  .qa .tour {
    position: absolute;
  }
  .qa .tour img {
    width: 40%;
  }
  .qa .tour-ttl {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .qa .pic {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .qa .pic img {
    width: 30%;
  }
  .qa .orita {
    left: 80px;
    top: 0;
    width: 23%;
  }

  /* lineup
  ---------------------------------------------------*/
  .lineup {
    padding: 50px 0;
  }
  .lineup .inner {
    padding: 15px 0;
  }
  .lineup .inner-box {
    margin: 0 14px;
    border: 3px solid #352009;
    padding: 20px;
  }
  .lineup h2 {
    width: 25%;
  }
  .lineup .box-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .lineup .lineup-box {
    width: 45%;
  }
  .lineup .serif p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 35px 0 0 55px;
  }

  /* inq
  ---------------------------------------------------*/
  .inq {
    padding: 60px 0 80px;
  }
  .inq .inner {
    width: 738px;
  }
  .inq form {
    width: 70%;
  }
  .inq h2 {
    text-align: left;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .inq dl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inq dt {
    font-weight: normal;
    float: left;
    position: relative;
    width: 150px;
  }
  .inq dt.required::after {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .inq dt.any::after {
    position: absolute;
    right: 0;
    top: 4px;
  }
  .inq dd {
    margin: 0 0 15px 160px;
  }
  .inq dd.requirement label br {
    display: none;
  }
  .inq button {
    width: 40%;
  }
  .inq .inq-comment {
    width: 33%;
    position: absolute;
    top: 6%;
    right: 0;
  }

  /* footer
  ---------------------------------------------------*/
  .footer {
    padding: 10px 0 40px;
  }
  .footer .foot-logo {
    width: 40%;
    margin: 0;
    float: right;
  }
  .footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
  }

  /* confirm
  ---------------------------------------------------*/
  .confirm {
    padding: 60px 0 0;
  }
  .confirm h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .confirm table {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .confirm th, .confirm td {
    display: table-cell;
  }
  .confirm th {
    width: 25%;
  }
  .confirm td {
    padding-bottom: 5px;
    width: 75%;
  }
  .confirm input[type="submit"] {
    width: 30%;
    padding: 20px;
    margin-top: 100px;
  }

  /* thanks
  ---------------------------------------------------*/
  .thanks {
    padding: 60px 0 0;
  }
  .thanks h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .thanks .thanks-box {
    width: 80%;
    margin: 0 auto;
  }
  .thanks .thanks-serif {
    font-size: 16px;
    font-size: 1.6rem;
    top: 20px;
    left: 30px;
  }
  .thanks .site-link a {
    width: 30%;
  }

  _:-ms-lang(x)::-ms-backdrop, .main .vertical {
    font-size: 15px;
  }

  _:-ms-lang(x)::-ms-backdrop, .news {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .news h2 {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .enoha .video-ttl {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .enoha .enoha-link a {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box h4 {
    font-size: 20px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box ul {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data p {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dt {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dd {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup h3 {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup h3 span {
    font-size: 24px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .price {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .comment {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .inq h2 {
    font-size: 36px;
  }

  _:-ms-lang(x)::-ms-backdrop, .inq dl {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .determination .serif p {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .serif p {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .footer .copyright {
    font-size: 14px;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
@media screen and (min-width: 1024px) {
  /* common
  ---------------------------------------------------*/
  .inner {
    width: 994px;
  }

  /* main
  ---------------------------------------------------*/
  .main {
    height: 710px;
  }
  .main .logo {
    margin: 0 auto 70px;
  }
  .main .vertical {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .main .vertical span {
    height: 350px;
  }

  /* news
  ---------------------------------------------------*/
  .news {
    padding: 50px 0 30px;
  }
  .news h2 {
    width: 12%;
  }
  .news ul {
    width: 88%;
  }

  /* manifest
  ---------------------------------------------------*/
  .manifest {
    padding: 50px 0;
  }

  /* determination
  ---------------------------------------------------*/
  .determination {
    padding-top: 47px;
    padding-bottom: 10px;
  }
  .determination .inner {
    padding-top: 220px;
  }
  .determination .serif01 {
    width: 400px;
  }
  .determination .serif02 {
    width: 300px;
    top: 50px;
    left: 350px;
  }
  .determination .serif p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .determination .serif01 p {
    padding: 25px 13% 0 25px;
  }
  .determination .serif02 p {
    padding: 25px 0 0 30px;
  }
  .determination .ishin {
    width: 58%;
  }
  .determination .stone {
    width: 28%;
    left: 630px;
    bottom: 40px;
  }
  .determination .line {
    width: 18%;
  }

  /* qa
  ---------------------------------------------------*/
  .qa {
    /* common */
    /* qa01 */
    /* qa02 */
    /* qa03 */
  }
  .qa .qa-head {
    padding: 50px 0 110px;
  }
  .qa h3 {
    width: 100px;
  }
  .qa .box {
    width: 60%;
    padding: 15px 15px 15px 80px;
  }
  .qa .box h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .qa .box ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .box li {
    width: 55%;
  }
  .qa .ishin {
    width: 25%;
  }
  .qa .qa01 {
    margin: 0 0 120px;
  }
  .qa .box .map img {
    width: 50%;
  }
  .qa .oda_rei {
    left: 120px;
  }
  .qa .qa02 .box {
    padding: 15px 15px 15px 25px;
  }
  .qa .sample-ttl {
    width: 18%;
    top: 50px;
    left: 370px;
  }
  .qa .sample-stone {
    width: 25%;
    left: 320px;
    bottom: 20px;
  }
  .qa .oda_ryu {
    right: 100px;
    top: 0;
  }
  .qa .qa03 {
    margin: 0 0 50px;
  }
  .qa .qa03 .box {
    width: 60%;
    padding: 15px 15px 15px 105px;
  }
  .qa .qa03 ul {
    margin: 0 0 80px;
  }
  .qa .tour img {
    width: 50%;
  }
  .qa .tour-ttl {
    right: 30px;
    top: 50px;
  }
  .qa .pic {
    right: 30px;
    bottom: 25px;
  }
  .qa .pic img {
    width: 40%;
  }
  .qa .orita {
    left: 110px;
    width: 23%;
  }

  /* lineup
  ---------------------------------------------------*/
  .lineup .lineup-box {
    width: 23%;
    margin: 0 0 20px;
  }
  .lineup .serif p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0 0 25px;
  }
  .lineup .price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup .comment {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* inq
  ---------------------------------------------------*/
  .inq .inner {
    width: 994px;
  }
  .inq button {
    width: 30%;
    padding: 20px 0;
  }
  .inq .inq-comment {
    width: 33%;
    top: 4%;
  }

  /* footer
  ---------------------------------------------------*/
  .footer .foot-logo {
    width: 35%;
  }

  /* confirm
  ---------------------------------------------------*/
  .confirm input[type="submit"] {
    width: 20%;
    margin-top: 80px;
  }

  /* thanks
  ---------------------------------------------------*/
  .thanks {
    padding: 50px 0 40px;
  }
  .thanks .thanks-box {
    width: 60%;
  }
  .thanks .member {
    width: 70%;
    margin: 0 auto 50px;
  }
  .thanks .thanks-serif {
    font-size: 16px;
    font-size: 1.6rem;
    top: 20px;
    left: 30px;
  }
  .thanks .site-link a {
    width: 20%;
  }

  _:-ms-lang(x)::-ms-backdrop, .main .vertical {
    font-size: 18px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box h4 {
    font-size: 24px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box ul {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .price {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .comment {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .determination .serif p {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .serif p {
    font-size: 14px;
  }
}
/* @media (min-width: 1200px)
---------------------------------------------------*/
@media screen and (min-width: 1200px) {
  /* common
  ---------------------------------------------------*/
  .inner {
    width: 1140px;
  }

  /* main
  ---------------------------------------------------*/
  .main {
    height: 790px;
  }
  .main .logo {
    width: 38%;
    margin: 0 auto 75px;
  }
  .main .vertical {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .main .vertical span {
    height: 400px;
  }
  @-moz-document url-prefix() {
    .main .vertical span {
      top: 230px;
    }
  }
  /* news
  ---------------------------------------------------*/
  .news {
    padding: 50px 0 30px;
  }
  .news h2 {
    width: 10%;
  }
  .news ul {
    width: 90%;
  }

  /* manifest
  ---------------------------------------------------*/
  .manifest {
    padding: 60px 0;
  }

  /* determination
  ---------------------------------------------------*/
  .determination {
    padding-top: 30px;
    padding-bottom: 2px;
  }
  .determination .inner {
    padding-top: 190px;
  }
  .determination .serif01 {
    width: 410px;
  }
  .determination .serif02 {
    width: 320px;
    top: 30px;
    left: 450px;
  }
  .determination .serif p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .determination .serif01 p {
    padding: 30px 10% 0 35px;
  }
  .determination .serif02 p {
    padding: 30px 0 0 40px;
  }
  .determination .ishin {
    width: 55%;
  }
  .determination .stone {
    width: 28%;
    left: 730px;
    bottom: 30px;
  }
  .determination .line {
    width: 15%;
    top: -70px;
  }

  /* qa
  ---------------------------------------------------*/
  .qa {
    /* common */
    /* qa01 */
    /* qa02 */
    /* qa03 */
  }
  .qa .qa-head {
    padding: 55px 0 120px;
    margin: 0 0 30px;
  }
  .qa .box {
    width: 63%;
    padding: 20px 20px 20px 90px;
  }
  .qa .box h4 {
    font-size: 30px;
    font-size: 3rem;
  }
  .qa .box ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .qa .box li {
    width: 60%;
    margin: 0 0 10px;
  }
  .qa .ishin {
    width: 24%;
  }
  .qa .box .map {
    bottom: 25px;
    right: 30px;
  }
  .qa .oda_rei {
    top: 5px;
    left: 120px;
  }
  .qa .qa02 .box {
    padding: 20px 20px 20px 30px;
  }
  .qa .data p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .data .txt dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .qa .data .txt dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .qa .sample-ttl {
    width: 16%;
    top: 80px;
    left: 470px;
  }
  .qa .sample-stone {
    left: 410px;
    bottom: 30px;
  }
  .qa .oda_ryu {
    right: 100px;
    top: 0;
    width: 23%;
  }
  .qa .qa03 {
    margin: 0 0 30px;
  }
  .qa .qa03 .box {
    width: 60%;
    padding: 20px 20px 20px 125px;
  }
  .qa .qa03 ul {
    margin: 0 0 60px;
  }
  .qa .tour-ttl {
    right: 60px;
  }
  .qa .pic img {
    width: 50%;
  }
  .qa .orita {
    left: 120px;
    width: 21%;
  }

  /* lineup
  ---------------------------------------------------*/
  .lineup .serif p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px 0 0 30px;
  }

  /* inq
  ---------------------------------------------------*/
  .inq {
    padding-top: 90px;
  }
  .inq .inner {
    width: 1140px;
  }
  .inq dt {
    width: 180px;
  }
  .inq dt.required::after {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inq dt.any::after {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .inq dd {
    margin: 0 0 20px 190px;
  }
  .inq input {
    padding: 10px;
  }
  .inq button {
    width: 20%;
    padding: 20px 0;
  }
  .inq .inq-comment {
    width: 30%;
    top: 4%;
  }

  /* footer
  ---------------------------------------------------*/
  .footer .foot-logo {
    width: 30%;
  }

  _:-ms-lang(x)::-ms-backdrop, .main .vertical {
    font-size: 21px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box h4 {
    font-size: 30px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box ul {
    font-size: 18px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dt {
    font-size: 24px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dd {
    font-size: 18px;
  }

  _:-ms-lang(x)::-ms-backdrop, .determination .serif p {
    font-size: 18px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .serif p {
    font-size: 16px;
  }
}
/* print
---------------------------------------------------*/
@media print {
  /* common
  ---------------------------------------------------*/
  .inner {
    width: 738px;
    margin: 0 auto;
  }

  /* main
  ---------------------------------------------------*/
  .main {
    background: url(/img/bg_pc.jpg) center top no-repeat;
    background-size: cover;
    height: 540px;
  }
  .main .logo {
    width: 43%;
    margin: 0 auto 50px;
    padding: 25px 0 0;
  }
  .main .vertical {
    letter-spacing: .05em;
    width: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
  .main .vertical span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 350px;
  }
  @-moz-document url-prefix() {
    .main .vertical span {
      top: 180px;
    }
  }
  /* news
  ---------------------------------------------------*/
  .news {
    padding: 30px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news .inner {
    display: flex;
  }
  .news h2 {
    width: 16%;
    margin: 0 3% 0 0;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    /*上下中央*/
    justify-content: center;
    /*左右中央*/
    position: relative;
    min-height: 80px;
  }
  .news h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .news ul {
    width: 81%;
  }
  .news dl {
    display: flex;
    justify-content: start;
  }
  .news dt {
    margin-right: 20px;
  }

  /* manifest
  ---------------------------------------------------*/
  .manifest {
    background: url(/img/bg_manifest.jpg) center top no-repeat;
    background-size: 100% 100%;
  }

  /* determination
  ---------------------------------------------------*/
  .determination {
    padding-top: 48px;
    padding-bottom: 26px;
  }
  .determination .serif01 {
    width: 330px;
  }
  .determination .serif02 {
    width: 230px;
    position: absolute;
    top: 50px;
    left: 250px;
  }
  .determination .serif p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .determination .ishin {
    width: 50%;
  }
  .determination .stone {
    width: 30%;
    position: absolute;
    left: 400px;
    bottom: -15px;
    z-index: 1;
  }
  .determination .line {
    width: 19%;
    margin: 40px auto 0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: -87px;
  }

  /* enoha
  ---------------------------------------------------*/
  .enoha .inner {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .enoha .block-left {
    width: 52%;
  }
  .enoha .enoha-girls {
    width: 45%;
    margin: 40px 0 0;
  }
  .enoha .video {
    width: 86%;
  }
  .enoha .video-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
  .enoha .video-ttl br {
    display: none;
  }
  .enoha .enoha-link br {
    display: none;
  }
  .enoha .enoha-link a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* qa
  ---------------------------------------------------*/
  .qa {
    /* common */
    /* qa01 */
    /* qa02 */
    /* qa03 */
  }
  .qa .qa-head {
    background: url(/img/img_enoha_qa.png) center top no-repeat;
    background-size: 100%;
    padding: 30px 0 90px;
  }
  .qa h2 {
    width: 60%;
    margin: 0 auto;
  }
  .qa h3 {
    width: 70px;
  }
  .qa .qa01, .qa .qa02, .qa .qa03 {
    display: flex;
    justify-content: space-between;
  }
  .qa .qa01 .box {
    background: url(/img/bg_qa01_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .qa02 .box {
    background: url(/img/bg_qa02_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .qa03 .box {
    background: url(/img/bg_qa03_pc.png) left top no-repeat;
    background-size: 100% 100%;
    order: 3;
  }
  .qa .box {
    padding: 10px 10px 10px 60px;
    margin: 30px 0 0;
  }
  .qa .box h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .qa .box ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  .qa .box li {
    width: 60%;
  }
  .qa .ishin {
    width: 27%;
  }
  .qa .qa01 {
    margin: 0 0 80px;
  }
  .qa .box .map {
    position: absolute;
    margin: 0;
    bottom: 20px;
    right: 15px;
  }
  .qa .box .map img {
    width: 35%;
  }
  .qa .oda_rei {
    top: 15px;
    left: 90px;
  }
  .qa .qa02 {
    flex-direction: row-reverse;
  }
  .qa .qa02 .box {
    padding: 10px 60px 10px 20px;
  }
  .qa .data {
    margin: 15px 0;
  }
  .qa .data p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .data .txt dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .qa .data .txt dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .qa .sample-ttl {
    width: 20%;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 300px;
  }
  .qa .sample-stone {
    width: 25%;
    position: absolute;
    left: 290px;
    bottom: 30px;
  }
  .qa .oda_ryu {
    right: 50px;
    bottom: 0;
    width: 26%;
  }
  .qa .qa03 {
    margin: 0 0 50px;
  }
  .qa .qa03 .box {
    width: 55%;
    padding: 10px 10px 10px 90px;
  }
  .qa .qa03 .box li {
    width: 50%;
  }
  .qa .tour {
    position: absolute;
  }
  .qa .tour img {
    width: 40%;
  }
  .qa .tour-ttl {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .qa .pic {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .qa .pic img {
    width: 30%;
  }
  .qa .orita {
    left: 80px;
    top: 0;
    width: 23%;
  }

  /* lineup
  ---------------------------------------------------*/
  .lineup {
    padding: 50px 0;
  }
  .lineup .inner {
    padding: 15px 0;
  }
  .lineup .inner-box {
    margin: 0 14px;
    border: 3px solid #352009;
    padding: 20px;
  }
  .lineup h2 {
    width: 25%;
  }
  .lineup .box-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .lineup .lineup-box {
    width: 45%;
  }
  .lineup .serif p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 35px 0 0 55px;
  }

  /* inq
  ---------------------------------------------------*/
  .inq {
    padding: 60px 0 80px;
  }
  .inq .inner {
    width: 738px;
  }
  .inq form {
    width: 70%;
  }
  .inq h2 {
    text-align: left;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .inq dl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inq dt {
    font-weight: normal;
    float: left;
    position: relative;
    width: 150px;
  }
  .inq dt.required::after {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .inq dt.any::after {
    position: absolute;
    right: 0;
    top: 4px;
  }
  .inq dd {
    margin: 0 0 15px 160px;
  }
  .inq dd.requirement label br {
    display: none;
  }
  .inq button {
    width: 40%;
  }
  .inq .inq-comment {
    width: 33%;
    position: absolute;
    top: 6%;
    right: 0;
  }

  /* footer
  ---------------------------------------------------*/
  .footer {
    padding: 10px 0 40px;
  }
  .footer .foot-logo {
    width: 40%;
    margin: 0;
    float: right;
  }
  .footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
  }

  /* confirm
  ---------------------------------------------------*/
  .confirm {
    padding: 60px 0 0;
  }
  .confirm h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .confirm table {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .confirm th, .confirm td {
    display: table-cell;
  }
  .confirm th {
    width: 25%;
  }
  .confirm td {
    padding-bottom: 5px;
    width: 75%;
  }
  .confirm input[type="submit"] {
    width: 30%;
    padding: 20px;
    margin-top: 100px;
  }

  /* thanks
  ---------------------------------------------------*/
  .thanks {
    padding: 60px 0 0;
  }
  .thanks h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .thanks .thanks-box {
    width: 80%;
    margin: 0 auto;
  }
  .thanks .thanks-serif {
    font-size: 16px;
    font-size: 1.6rem;
    top: 20px;
    left: 30px;
  }
  .thanks .site-link a {
    width: 30%;
  }

  _:-ms-lang(x)::-ms-backdrop, .main .vertical {
    font-size: 15px;
  }

  _:-ms-lang(x)::-ms-backdrop, .news {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .news h2 {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .enoha .video-ttl {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .enoha .enoha-link a {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box h4 {
    font-size: 20px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .box ul {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data p {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dt {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .qa .data .txt dd {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup h3 {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup h3 span {
    font-size: 24px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .price {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .comment {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .inq h2 {
    font-size: 36px;
  }

  _:-ms-lang(x)::-ms-backdrop, .inq dl {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .determination .serif p {
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .lineup .serif p {
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop, .footer .copyright {
    font-size: 14px;
  }

  .inq {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
