@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  overflow: hidden;
}
body {
  position: relative;
  background: #000;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
  color: #000;
}
body>iframe, body>img {
  display: none;
}
.wrapper {
  overflow: hidden;
}
.toppic {
  position: relative;
  background-color: #000;
}
.toppic h1 {
  position: absolute;
  top: 2.6666vw;
  left: 4.13vw;
  z-index: 2;
}
.toppic h1 img {
  width: 13.6vw;
  height: 13.6vw;
}
.toppic h2 {
  position: absolute;
  top: 48.6666vw;
  left: 4.4vw;
  z-index: 3;
}
.toppic h2 img {
  display: block;
  width: 91.07vw;
}
.toppic .top_pic_bg {
  position: relative;
  height: 67.6vw;
  z-index: 1;
}
.toppic .top_pic_bg img {
  position: relative;
  width: 100%;
  height: 67.6vw;
  z-index: 1;
}
#pic {
  position: relative;
  background-image: url(../img/pic_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100vw 100%;
}
#pic h2 {
  position: relative;
  z-index: 2;
}
#pic h2 img {
  width: 100vw;
  height: 51.3333vw;
}
#questionnaire .inner {
  width: 91.07vw;
  margin: -54.94vw auto 0;
  background-color: #fff;
  box-shadow: 0 -1.07vw 1.73vw 0 rgba(0, 0, 0, .3), 0 1.07vw 1.73vw 0 rgba(0, 0, 0, .3);
  z-index: 0;
}
.questionnaire_content:first-child {
  padding-top: 60.6666vw;
}
.questionnaire_content:nth-child(2) {
  margin-top: 10.67vw;
}
.questionnaire_content:nth-child(3) {
  margin-top: 5.3333vw;
}
.questionnaire_content:nth-child(4) {
  margin-top: 10.8vw;
}
.questionnaire_content:nth-child(5) {
  margin-top: 10.67vw;
}
.questionnaire_content_unit {
  width: 8.27vw;
  margin: 0 auto;
  padding-right: 8.93vw;
}
.questionnaire_content_unit img {
  width: 8.27vw;
  height: 6vw;
}
.questionnaire_content_title {
  margin-top: 2.13vw;
  color: #000;
  font-weight: 700;
  font-size: 4.27vw;
  line-height: 1.25;
  text-align: center;
}
.questionnaire_content_title span {
  color: #e4007f
}
.radiobox_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 54vw;
  margin: 5.6vw auto 0;
}
.radiobox_content li {
  display: inline-flex;
  color: #000;
  font-size: 4.53vw;
  line-height: 1.626;
}
input.question_radio:checked, input.question_radio:not(:checked) {
  position: absolute;
  left: -9999px;
}
input.question_radio:checked+label, input.question_radio:not(:checked)+label {
  position: relative;
  width: 100%;
  padding-left: 6.67vw;
  cursor: pointer;
}
input.question_radio:checked+label:before, input.question_radio:not(:checked)+label:before {
  content: '';
  position: absolute;
  top: 1.47vw;
  left: .13vw;
  width: 4.27vw;
  height: 4.13vw;
  background-image: url(../img/radiobtn_off.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
input.question_radio:checked+label:after, input.question_radio:not(:checked)+label:after {
  content: '';
  position: absolute;
  top: 1.47vw;
  left: .13vw;
  width: 4.27vw;
  height: 4.13vw;
  background-image: url(../img/radiobtn_on.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
input.question_radio:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox_content {
  position: relative;
  width: 82.8vw;
  margin: 4.93vw auto 0;
}
.checkbox_content li {
  display: inline-flex;
  width: 82.8vw;
  margin-top: 4vw;
  color: #000;
  font-size: 4.4vw;
  line-height: 1.212;
}
.checkbox_content li:first-child {
  margin-top: 0;
}
input.question_check:checked, input.question_check:not(:checked) {
  position: absolute;
  left: -9999px;
}
input.question_check:checked+label, input.question_check:not(:checked)+label {
  position: relative;
  margin-top: 1.47vw;
  padding-left: 8vw;
  cursor: pointer;
}
input.question_check:checked+label:before, input.question_check:not(:checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: .13vw;
  width: 6vw;
  height: 4.67vw;
  background-image: url(../img/checkbtn_off.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
input.question_check:checked+label:after, input.question_check:not(:checked)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: .13vw;
  width: 6vw;
  height: 4.67vw;
  background-image: url(../img/checkbtn_on.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
input.question_check:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}
.questionnaire_text {
  position: relative;
  padding: 1.3333333333333335vw 0 0 0;
  margin-top: 2.6667vw;
  color: #050409;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.333;
  text-align: center;
}
.questionnaire_text:after {
  content: "";
  position: absolute;
  top: 17.5vw;
  left: -4.4vw;
  width: 100vw;
  height: 16.67vw;
  background-image: url(../img/pic_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.questionnaire_text02 {
  width: 100vw;
  margin: 0 auto;
  padding-top: 17.4666vw;
  padding-bottom: 0;
  color: #050409;
  font-size: 4.27vw;
  line-height: 1.45;
  text-align: center;
}
.questionnaire_text02 img {
  width: 72.8vw;
  height: 66vw;
}
.text_color {
  color: #ff0279;
  font-weight: 700;
}
.text_size {
  font-size: 5.47vw;
}
.text_bold {
  font-weight: 700;
  font-size: 5.6vw;
}
.text_bold2 {
  font-weight: bold;
}
.text_marker {
  background-color: #fbeca7;
  padding-top: 1.3333vw;
  line-height: 1.9;
}
.text_marker.__first {
  padding-left: 2.6666vw;
}
.cp_top_bnr{
  text-align: center;
  font-size: 0;
}
.cp_top_bnr img{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cp_bnr {
  display: block;
  margin: 0 auto;
  width: 64%;
  margin-bottom: 5.3333%;
}
.cp_bnr a {
  display: block;
}
.cp_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.box {
  position: relative;
  width: 87.3333vw;
  margin: 0 auto;
  padding-top: .53vw;
  z-index: 1;
}
.box_img img {
  width: 87.3333vw;
  height: 117.8666vw;
}
.recommend {
  margin: 0 auto;
  width: 79.8666vw;
}
.recommend_img img {
  width: 79.8666vw;
  height: 51.6vw;
}
.box2 {
  margin: 0 auto;
  padding-top: 4vw;
  width: 100vw;
}
.box2_img img {
  width: 100vw;
  height: 52.5333vw;
}
.box3 {
  margin: 0 auto;
  margin-bottom: 2.6666vw;
  padding-top: 4vw;
  width: 83.4666vw;
}
.box3_img img {
  width: 83.4666vw;
  height: 42.1333vw;
}
.btn {
  padding-bottom: 0;
}
.btn.-reserve01{
  margin-bottom: 6.666%;
}
.btn.-reserve02{
    padding-bottom: 11.3333%;
}
.btn p {
  position: relative;
  width: 84vw;
  margin: 0 auto;
  box-shadow: 0 1.07vw .13vw 0 rgba(0, 0, 0, .2);
}
.btn p a {
  display: block;
  padding: 9.33vw 4vw 9.33vw 0;
  color: #fff;
  font-weight: 700;
  font-size: 5.07vw;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  background-color: #e4007f;
  text-align: center;
}
.btn p a:after {
  content: '';
  position: absolute;
  top: 10.8vw;
  right: 4.93vw;
  width: 2.67vw;
  height: 2.67vw;
  border-top: .4vw solid #fff;
  border-right: .4vw solid #fff;
  transform: rotate(45deg);
}
.btn01 {
  margin: 4.8vw auto 0;
  padding-bottom: 3.3333333333333335vw;
  text-align: center
}
.btn01 img {
  width: 91.47vw;
  height: 32.4vw;
  box-shadow: 0 1.07vw .67vw #c5c5c5
}
.btn02 {
  margin: 3.3333333333333335vw auto 0;
  padding-bottom: 13.333333333333334vw;
  text-align: center;
}
.btn02 img {
  width: 91.47vw;
  height: 32.54vw;
  box-shadow: 0 1.07vw .67vw #c5c5c5;
}
.list_note {
  margin: 5.33vw auto 3.3333vw;
  color: #050409;
  font-size: 1.6666vw;
  text-align: center;
  width: 82.2vw;
  margin-bottom: 2em;
  font-weight: bold;
}
footer {
  background-color: #164072;
}
.flex {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto 0;
  padding-top: 4.93vw;
}
footer ul li {
  margin: 0 .93vw;
  color: #fff;
  font-size: 2.13vw;
  line-height: 1.446;
}
.copyright {
  font-family: Verdana, “Droid Sans”;
  margin: 4.4vw 0 0;
  padding-bottom: 5.2vw;
  text-align: center;
  color: #fff;
  font-size: 2.1333vw;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .wrapper {
    max-width: 750px;
    margin: 0 auto;
  }
  .toppic h1 {
    top: 17px;
    left: 49.2%;
    margin-left: -344px;
  }
  .toppic h1 img {
    width: 102px;
    height: 102px
  }
  .toppic h2 {
    top: 365px;
    left: 50%;
    margin-left: -342px;
  }
  .toppic h2 img {
    width: 683px;
  }
  .toppic .top_pic_bg {
    width: 750px;
    height: 507px;
    margin: 0 auto;
  }
  .toppic .top_pic_bg img {
    width: 750px;
    height: 507px;
  }
  #pic {
    background-size: 750px 8275px;
  }
  #pic h2 {
    width: 750px;
    margin: 0 auto;
  }
  #pic h2 img {
    width: 750px;
    height: 385px;
  }
  #questionnaire .inner {
    width: 683px;
    margin: -412px auto 0;
    box-shadow: 0 -8px 13px 0 rgba(0, 0, 0, .3), 0 8px 13px 0 rgba(0, 0, 0, .3);
  }
  .questionnaire_content:first-child {
    padding-top: 455px;
  }
  .questionnaire_content:nth-child(2) {
    margin-top: 80px;
  }
  .questionnaire_content:nth-child(3) {
    margin-top: 40px;
  }
  .questionnaire_content:nth-child(4) {
    margin-top: 81px;
  }
  .questionnaire_content:nth-child(5) {
    margin-top: 80px;
  }
  .questionnaire_content_unit {
    width: 62px;
    padding-right: 67px;
  }
  .questionnaire_content_unit img {
    width: 62px;
    height: 45px;
  }
  .questionnaire_content_title {
    margin-top: 16px;
    font-size: 32px;
  }
  .radiobox_content {
    width: 405px;
    margin: 42px auto 0;
  }
  .radiobox_content li {
    font-size: 34px;
  }
  input.question_radio:checked+label, input.question_radio:not(:checked)+label {
    padding-left: 50px;
  }
  input.question_radio:checked+label:before, input.question_radio:not(:checked)+label:before {
    top: 11px;
    left: 1px;
    width: 32px;
    height: 31px;
  }
  input.question_radio:checked+label:after, input.question_radio:not(:checked)+label:after {
    top: 11px;
    left: 1px;
    width: 32px;
    height: 31px;
  }
  .checkbox_content {
    width: 621px;
    margin: 37px auto 0;
  }
  .checkbox_content li {
    width: 621px;
    margin-top: 30px;
    font-size: 33px;
  }
  input.question_check:checked+label, input.question_check:not(:checked)+label {
    margin-top: 11px;
    padding-left: 60px;
  }
  input.question_check:checked+label:before, input.question_check:not(:checked)+label:before {
    top: 0;
    left: 1px;
    width: 45px;
    height: 35px;
  }
  input.question_check:checked+label:after, input.question_check:not(:checked)+label:after {
    top: 0;
    left: 1px;
    width: 45px;
    height: 35px;
  }
  .questionnaire_text {
    padding: 10px 0 0 0;
    margin-top: 20px;
    font-size: 48px;
  }
  .questionnaire_text:after {
    top: 135px;
    left: -33px;
    width: 750px;
    height: 125px;
  }
  .questionnaire_text02 {
    width: 750px;
    padding-top: 110px;
    padding-bottom: 0px;
    font-size: 32px;
  }
  .questionnaire_text02 img {
    width: 546px;
    height: 495px;
  }
  .text_size {
    font-size: 50px;
  }
  .text_size2 {
    font-size: 38px;
  }
  .text_bold {
    font-size: 42px;
  }
  .text_bold2 {
    font-weight: bolder;
  }
  .text_marker {
    background-color: #fbeca7;
    padding-top: 10px;
    line-height: 1.9;
  }
  .text_marker.__first {
    padding-left: 20px;
    padding-top: 20px;
  }
  .cp_top_bnr{
    max-width: 750px;
    margin: 0 auto
  }
  .box {
    width: 655px;
    padding-top: 4px;
  }
  .box_img img {
    width: 655px;
    height: 884px;
  }
  .recommend {
    margin: 0 auto;
    width: 626px;
  }
  .recommend_img{
    text-align: center;
   }
  .recommend_img img {
    width: 599px;
    height: 387px;
  }
  .box2 {
    margin: 0 auto;
    padding-top: 30px;
    width: 750px;
  }
  .box2_img img {
    width: 750px;
    height: 394px;
  }
  .box3 {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 30px;
    width: 620px;
  }
  .box3_img img {
    width: 620px;
    height: 316px;
  }
  .btn {
    padding-bottom: 0;
  }
  .btn p {
    width: 630px;
    box-shadow: 0 8px .13vw 0 rgba(0, 0, 0, .2);
  }
  .btn p a {
    padding: 70px 30px 70px 0;
    font-size: 38px;
  }
  .btn p a:after {
    top: 81px;
    right: 37px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .btn01 {
    width: 750px;
    margin: 36px auto 0;
    padding-bottom: 25px;
  }
  .btn01 img {
    width: 686px;
    height: 243px;
    box-shadow: 0 8px 5px #c5c5c5;
  }
  .btn02 {
    width: 750px;
    margin: 25px auto 0;
    padding-bottom: 100px;
  }
  .btn02 img {
    width: 686px;
    height: 244px;
    box-shadow: 0 8px 5px #c5c5c5;
  }
  .list_note {
    margin: 40px auto 25px;
    font-size: 12.5px;
    width: 534px;
    text-align: center;
    font-weight: bold;
  }
  footer {
    max-width: 750px;
    height: 155px;
    margin: 0 auto;
  }
  .flex {
    margin: auto 0;
    padding-top: 37px;
  }
  footer ul li {
    margin: 0 7px;
    font-size: 16px;
  }
  .copyright {
    margin: 33px 0 39px;
    color: #fff;
    font-size: 16px;
  }
}