@charset "UTF-8";
* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #63103f;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 140%;
  color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
a {
  border: none;
}
img {
  height: auto;
  vertical-align: bottom;
}
a {
  color: #000;
}
@keyframes fade_in {
  0% {
    opacity: 0;
    transform: rotatey(0) scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: rotatey(1440deg) scale(1, 1);
  }
}
@keyframes fade_in2 {
  0% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
}
body {
  background-color: #63103f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
body footer {
  text-align: center;
  background: radial-gradient(#3b3b3b 0%, #000 80%, #000 100%);
  padding: 80px 0;
  font-size: 0vw;
}
body footer div.menu {
  font-size: 3vw;
  color: #FFFFFF;
  line-height: 2em;
  padding: 0 0 60px 0;
}
body footer div.menu a {
  font-size: 3vw;
  padding: 0 5px;
  color: #FFFFFF;
}
body footer p.text {
  font-size: 2.2vw;
  text-align: left;
  padding: 0 40px 5px;
  text-indent: -1em;
}
body footer p.copyright {
  font-size: 2.4vw;
  padding-top: 60px;
  color: #aaa;
}
body .contents {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
body .contents .contents_3 {
  background: radial-gradient(#3b3b3b 0%, #000 80%, #000 100%);
  padding: 80px 0;
  font-size: 0vw;
  position: relative;
}
body .contents .contents_3 p.caption {
  font-size: 5.2vw;
  padding-bottom: 5vw;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  z-index: 2;
}
body .contents .contents_3 div.comment {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 5vw ;
  border-radius: 5vw;
  font-size: 3.4vw;
  text-align: left;
  background: #ffffff;
  color: #002844;
  margin-bottom: 3vw;
  z-index: 2;
}
body .contents .contents_3 div.comment img {
  width: 20%;
  height: auto;
  border-radius: 5vw;
  float: left;
  margin-right: 3vw;
}
body .contents .contents_2 {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 80px 0 0;
  font-size: 0vw;
  line-height: normal;
}
body .contents .contents_2 div.img_3 {
  background-image: url(../img/photo_3.png);
  display: inline-block;
  width: 44vw;
  height: 31vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
body .contents .contents_2 div.img_4 {
  background-image: url(../img/photo_4.png);
  display: inline-block;
  width: 44vw;
  height: 31vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: 5px;
}
body .contents .contents_2 div.img_5 {
  background-image: url(../img/photo_5.png);
  display: inline-block;
  width: 100vw;
  height: 57vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
body .contents .contents_2 p.text {
  text-align: left;
  padding: 10px 30px;
  font-size: 4.2vw;
  line-height: 1.7em;
  color: #002844;
}
body .contents .contents_2 p.caption {
  font-size: 5.5vw;
  padding: 6vw;
  color: #002844;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
body .contents .contents_1 {
  background: radial-gradient(#3b3b3b 0%, #000 80%, #000 100%);
  padding: 80px 0;
  font-size: 0vw;
}
body .contents .contents_1 p.text {
  text-align: left;
  padding: 10px 30px;
  font-size: 3.7vw;
  line-height: 1.7em;
}
body .contents .contents_1 p.caption {
  font-size: 5.5vw;
  padding: 6vw;
  color: #FFFFFF;
  font-weight: bold;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
body .contents .contents_1 div.img_1 {
  background-image: url(../img/photo_1.png);
  display: inline-block;
  width: 44vw;
  height: 31vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
body .contents .contents_1 div.img_2 {
  background-image: url(../img/photo_2.png);
  display: inline-block;
  width: 44vw;
  height: 31vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: 5px;
}
body .contents .contents_1 div.caption_text {
  background-image: url(../img/caption_1.png);
  display: inline-block;
  width: 88vw;
  height: 21vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: 5px;
}
body .contents .store_link {
  width: auto;
  height: auto;
  padding: 6vw 0 10vw;
  background-color: #63103f;
}
body .contents .store_link p.store_link_caption {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 4vw;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 0.2em;
}
body .contents .store_link img.link_bt {
  width: 40vw;
}
body .contents .top_contents {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body .contents .top_contents .overlay {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
}
body .contents .top_contents .top_image {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}
body .contents .top_contents .top_image img {
  width: 100%;
}
.rule,
.privacy,
.contact,
.tokusyo,
.leave {
  padding: 25px 30px 100px;
  background-color: #FFF;
}
.rule div.wrapper,
.privacy div.wrapper,
.contact div.wrapper,
.tokusyo div.wrapper,
.leave div.wrapper {
  max-width: 600px;
  margin: 0 auto;
  color: #444;
}
.rule div.wrapper p.mail_bt,
.privacy div.wrapper p.mail_bt,
.contact div.wrapper p.mail_bt,
.tokusyo div.wrapper p.mail_bt,
.leave div.wrapper p.mail_bt {
  background-color: #004b81;
  color: #FFF;
  padding: 15px 0;
  border-radius: 30px;
  font-size: 19px;
  width: 230px;
  text-align: center;
  display: block;
  margin: 50px auto;
}
.rule div.wrapper p.mail_caption,
.privacy div.wrapper p.mail_caption,
.contact div.wrapper p.mail_caption,
.tokusyo div.wrapper p.mail_caption,
.leave div.wrapper p.mail_caption,
.rule div.wrapper p.leave_caption,
.privacy div.wrapper p.leave_caption,
.contact div.wrapper p.leave_caption,
.tokusyo div.wrapper p.leave_caption,
.leave div.wrapper p.leave_caption {
  max-width: 400px;
  margin: 0 auto;
}
.rule div.wrapper p.mail_text,
.privacy div.wrapper p.mail_text,
.contact div.wrapper p.mail_text,
.tokusyo div.wrapper p.mail_text,
.leave div.wrapper p.mail_text {
  font-size: 13px;
  max-width: 400px;
  color: #999;
  display: block;
  margin: 10px auto;
}
.rule div.wrapper p.mail_text span,
.privacy div.wrapper p.mail_text span,
.contact div.wrapper p.mail_text span,
.tokusyo div.wrapper p.mail_text span,
.leave div.wrapper p.mail_text span {
  color: #004b81;
  text-decoration: underline;
  font-size: 13px;
}
.rule div.wrapper h2,
.privacy div.wrapper h2,
.contact div.wrapper h2,
.tokusyo div.wrapper h2,
.leave div.wrapper h2 {
  font-size: 29px;
  padding: 31px;
  color: #444;
  text-align: center;
}
.rule div.wrapper h3,
.privacy div.wrapper h3,
.contact div.wrapper h3,
.tokusyo div.wrapper h3,
.leave div.wrapper h3 {
  font-size: 20px;
  padding: 30px 0;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.rule div.wrapper p,
.privacy div.wrapper p,
.contact div.wrapper p,
.tokusyo div.wrapper p,
.leave div.wrapper p {
  color: #444;
}
.rule div.wrapper p span,
.privacy div.wrapper p span,
.contact div.wrapper p span,
.tokusyo div.wrapper p span,
.leave div.wrapper p span {
  font-size: 1.2em;
  color: #444;
}
.rule div.wrapper p.caution,
.privacy div.wrapper p.caution,
.contact div.wrapper p.caution,
.tokusyo div.wrapper p.caution,
.leave div.wrapper p.caution {
  font-size: 4.8vw;
  color: #ca1a1a;
  font-weight: bold;
  text-align: center;
}
.rule div.wrapper div.caution,
.privacy div.wrapper div.caution,
.contact div.wrapper div.caution,
.tokusyo div.wrapper div.caution,
.leave div.wrapper div.caution {
  margin: 3vw 0;
  height: 19vw;
  width: calc(100% - 8%);
  border-radius: 3vw;
  padding: 3vw 2vw 4vw 4vw;
  position: relative;
  background-color: #ca1a1a;
  overflow: hidden;
}
.rule div.wrapper div.caution p.caption,
.privacy div.wrapper div.caution p.caption,
.contact div.wrapper div.caution p.caption,
.tokusyo div.wrapper div.caution p.caption,
.leave div.wrapper div.caution p.caption {
  font-size: 3.8vw;
  padding: 1vw 0vw 1vw 21vw;
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}
.rule div.wrapper div.caution p.text,
.privacy div.wrapper div.caution p.text,
.contact div.wrapper div.caution p.text,
.tokusyo div.wrapper div.caution p.text,
.leave div.wrapper div.caution p.text {
  font-size: 3vw;
  padding: 1vw 0vw 0.5vw 21vw;
  line-height: 1.6em;
  width: 100%;
  color: #FFF;
}
.rule div.wrapper div.caution:before,
.privacy div.wrapper div.caution:before,
.contact div.wrapper div.caution:before,
.tokusyo div.wrapper div.caution:before,
.leave div.wrapper div.caution:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 5vw;
  height: 16vw;
  width: 16vw;
  background-image: url(../img/caution.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.rule p.success,
.privacy p.success,
.contact p.success,
.tokusyo p.success,
.leave p.success {
  text-align: center;
  padding: 6vw 0;
  color: #FF0000;
  font-size: 4vw;
  font-weight: bold;
}
.rule .leave_form,
.privacy .leave_form,
.contact .leave_form,
.tokusyo .leave_form,
.leave .leave_form {
  padding: 10vw 5vw;
  border-radius: 3vw;
  background-color: #eee;
}
.rule .leave_form p.leave_title,
.privacy .leave_form p.leave_title,
.contact .leave_form p.leave_title,
.tokusyo .leave_form p.leave_title,
.leave .leave_form p.leave_title {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #444;
  margin: 0 0 5vw;
}
.rule .leave_form p.leave_text,
.privacy .leave_form p.leave_text,
.contact .leave_form p.leave_text,
.tokusyo .leave_form p.leave_text,
.leave .leave_form p.leave_text {
  text-align: left;
  font-size: 3.2vw;
  color: #444;
  margin: 0 5vw 7vw;
}
.rule .leave_form input[type="text"],
.privacy .leave_form input[type="text"],
.contact .leave_form input[type="text"],
.tokusyo .leave_form input[type="text"],
.leave .leave_form input[type="text"] {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 7vw;
  background-color: #fff;
  border: none;
  color: #222;
  font-size: 4.2vw;
  text-align: left;
  padding: 3.5vw 7vw;
  margin-bottom: 3vw;
}
.rule .leave_form input::placeholder,
.privacy .leave_form input::placeholder,
.contact .leave_form input::placeholder,
.tokusyo .leave_form input::placeholder,
.leave .leave_form input::placeholder {
  color: #aaa;
}
.rule .leave_form p.option,
.privacy .leave_form p.option,
.contact .leave_form p.option,
.tokusyo .leave_form p.option,
.leave .leave_form p.option {
  display: inline-block;
  margin: 0 auto 1vw;
  font-size: 4vw;
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 4vw;
  padding: 1.5vw 3vw;
}
.rule .leave_form input[type="checkbox"],
.privacy .leave_form input[type="checkbox"],
.contact .leave_form input[type="checkbox"],
.tokusyo .leave_form input[type="checkbox"],
.leave .leave_form input[type="checkbox"] {
  margin-right: 2vw;
  position: relative;
  top: 0.7vw;
  cursor: pointer;
  width: 4.7vw;
  height: 4.7vw;
}
.rule .leave_form .leave_bt,
.privacy .leave_form .leave_bt,
.contact .leave_form .leave_bt,
.tokusyo .leave_form .leave_bt,
.leave .leave_form .leave_bt {
  width: 45vw;
  font-size: 4vw;
  text-align: center;
  color: #FFF;
  background-color: #d81d1d;
  border-radius: 7vw;
  line-height: 4vw;
  padding: 4vw 0;
  margin: 5vw auto 0;
  cursor: pointer;
}
.rule .leave_form p.error,
.privacy .leave_form p.error,
.contact .leave_form p.error,
.tokusyo .leave_form p.error,
.leave .leave_form p.error {
  padding: 6vw 0 0;
  color: #d81d1d;
  font-size: 3.6vw;
}
@media (min-width: 600px) {
  body .contents .contents_3 div.comment {
    line-height: 1.3em;
  }
  body .rule div.wrapper div.caution,
  body .privacy div.wrapper div.caution,
  body .contact div.wrapper div.caution,
  body .tokusyo div.wrapper div.caution,
  body .leave div.wrapper div.caution {
    margin: 15px auto;
    height: 100px;
    width: 400px;
    border-radius: 15px;
    padding: 10px 20px;
  }
  body .rule div.wrapper div.caution p.caption,
  body .privacy div.wrapper div.caution p.caption,
  body .contact div.wrapper div.caution p.caption,
  body .tokusyo div.wrapper div.caution p.caption,
  body .leave div.wrapper div.caution p.caption {
    font-size: 20px;
    padding: 10px 0 0 100px;
  }
  body .rule div.wrapper div.caution p.text,
  body .privacy div.wrapper div.caution p.text,
  body .contact div.wrapper div.caution p.text,
  body .tokusyo div.wrapper div.caution p.text,
  body .leave div.wrapper div.caution p.text {
    font-size: 16px;
    padding: 5px 0 10px  100px;
    line-height: 1.4em;
    width: 100%;
  }
  body .rule div.wrapper div.caution:before,
  body .privacy div.wrapper div.caution:before,
  body .contact div.wrapper div.caution:before,
  body .tokusyo div.wrapper div.caution:before,
  body .leave div.wrapper div.caution:before {
    top: 20px;
    left: 23px;
    height: 80px;
    width: 80px;
  }
  body .rule div.wrapper p.caution,
  body .privacy div.wrapper p.caution,
  body .contact div.wrapper p.caution,
  body .tokusyo div.wrapper p.caution,
  body .leave div.wrapper p.caution {
    font-size: 25px;
  }
  body .rule div.wrapper div.select_bt,
  body .privacy div.wrapper div.select_bt,
  body .contact div.wrapper div.select_bt,
  body .tokusyo div.wrapper div.select_bt,
  body .leave div.wrapper div.select_bt {
    margin: 30px 10%;
    height: auto;
    width: calc(80% - 20px);
    border-radius: 20px;
    padding: 10px;
    position: relative;
    background-color: #eee;
    overflow: hidden;
  }
  body .rule div.wrapper div.select_bt p.bt_title,
  body .privacy div.wrapper div.select_bt p.bt_title,
  body .contact div.wrapper div.select_bt p.bt_title,
  body .tokusyo div.wrapper div.select_bt p.bt_title,
  body .leave div.wrapper div.select_bt p.bt_title {
    font-size: 20px;
    padding: 10px 0vw 5px 140px;
    text-decoration: underline;
    font-weight: bold;
    color: #444;
  }
  body .rule div.wrapper div.select_bt p.bt_text,
  body .privacy div.wrapper div.select_bt p.bt_text,
  body .contact div.wrapper div.select_bt p.bt_text,
  body .tokusyo div.wrapper div.select_bt p.bt_text,
  body .leave div.wrapper div.select_bt p.bt_text {
    font-size: 15px;
    padding: 0px 0vw 20px 140px;
    line-height: 1.6em;
    color: #666;
  }
  body .rule p.success,
  body .privacy p.success,
  body .contact p.success,
  body .tokusyo p.success,
  body .leave p.success {
    padding: 40px 0;
    font-size: 20px;
  }
  body .rule .leave_form,
  body .privacy .leave_form,
  body .contact .leave_form,
  body .tokusyo .leave_form,
  body .leave .leave_form {
    max-width: 500px;
    margin: 50px auto 30px;
    padding: 20px 0;
  }
  body .rule .leave_form p.leave_title,
  body .privacy .leave_form p.leave_title,
  body .contact .leave_form p.leave_title,
  body .tokusyo .leave_form p.leave_title,
  body .leave .leave_form p.leave_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  body .rule .leave_form p.leave_text,
  body .privacy .leave_form p.leave_text,
  body .contact .leave_form p.leave_text,
  body .tokusyo .leave_form p.leave_text,
  body .leave .leave_form p.leave_text {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 30px;
  }
  body .rule .leave_form input[type="text"],
  body .privacy .leave_form input[type="text"],
  body .contact .leave_form input[type="text"],
  body .tokusyo .leave_form input[type="text"],
  body .leave .leave_form input[type="text"] {
    display: block;
    width: 80%;
    height: auto;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    text-align: left;
    padding: 15px 20px;
    margin: 15px auto 0;
  }
  body .rule .leave_form p.option,
  body .privacy .leave_form p.option,
  body .contact .leave_form p.option,
  body .tokusyo .leave_form p.option,
  body .leave .leave_form p.option {
    display: inline-block;
    margin: 20px auto;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 20px;
    padding: 0;
  }
  body .rule .leave_form input[type="checkbox"],
  body .privacy .leave_form input[type="checkbox"],
  body .contact .leave_form input[type="checkbox"],
  body .tokusyo .leave_form input[type="checkbox"],
  body .leave .leave_form input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }
  body .rule .leave_form .leave_bt,
  body .privacy .leave_form .leave_bt,
  body .contact .leave_form .leave_bt,
  body .tokusyo .leave_form .leave_bt,
  body .leave .leave_form .leave_bt {
    width: 40%;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    background-color: #d81d1d;
    border-radius: 20px;
    line-height: 18x;
    padding: 10px 0;
    margin: 10px auto 0;
    cursor: pointer;
  }
  body .rule .leave_form p.error,
  body .privacy .leave_form p.error,
  body .contact .leave_form p.error,
  body .tokusyo .leave_form p.error,
  body .leave .leave_form p.error {
    padding: 30px 80px;
    color: #d81d1d;
    font-size: 15px;
  }
}
@media (min-width: 700px) {
  body footer {
    padding: 70px 0;
  }
  body footer div.menu {
    margin: 0 auto;
    width: 600px;
    font-size: 17px;
    line-height: 2em;
    padding: 0 0 60px 0;
  }
  body footer div.menu a {
    font-size: 17px;
    padding: 0 5px;
    color: #FFFFFF;
  }
  body footer p.text {
    margin: 0 auto;
    width: 700px;
    font-size: 12px;
    text-align: left;
    padding: 0 40px 5px;
    text-indent: -1em;
  }
  body footer p.copyright {
    margin: 0 auto;
    width: 600px;
    font-size: 12px;
    padding-top: 60px;
    color: #aaa;
  }
  body .contents .store_link {
    padding: 60px 0;
  }
  body .contents .store_link p.store_link_caption {
    font-size: 23px;
  }
  body .contents .store_link img.link_bt {
    width: 20vw;
  }
  body .contents .contents_1 {
    padding: 70px 0;
  }
  body .contents .contents_1 p.caption {
    font-size: 30px;
    padding: 30px;
  }
  body .contents .contents_1 p.text {
    font-size: 16px;
  }
  body .contents .contents_1 div.img_1 {
    width: 300px;
    height: 200px;
  }
  body .contents .contents_1 div.img_2 {
    width: 300px;
    height: 200px;
  }
  body .contents .contents_1 p.text {
    width: 700px;
    margin: 0 auto;
  }
  body .contents .contents_1 div.caption_text {
    width: 700px;
    height: 147px;
  }
  body .contents .contents_2 {
    padding: 70px 0;
  }
  body .contents .contents_2 p.caption {
    font-size: 30px;
    padding: 30px;
  }
  body .contents .contents_2 p.text {
    font-size: 16px;
  }
  body .contents .contents_2 div.img_3 {
    width: 300px;
    height: 200px;
  }
  body .contents .contents_2 div.img_4 {
    width: 300px;
    height: 200px;
  }
  body .contents .contents_2 div.img_5 {
    margin-top: 30px;
    width: 650px;
    height: 350px;
  }
  body .contents .contents_2 p.text {
    width: 700px;
    margin: 0 auto;
  }
  body .contents .contents_2 div.caption_text {
    width: 700px;
    height: 147px;
  }
  body .contents .contents_3 {
    padding: 70px 0;
  }
  body .contents .contents_3 p.caption {
    font-size: 30px;
    padding: 30px;
  }
  body .contents .contents_3 div.comment {
    position: relative;
    width: 360px;
    padding: 30px;
    border-radius: 25px;
    font-size: 17px;
    text-align: left;
    background: #ffffff;
    color: #002844;
    line-height: 1.3em;
    z-index: 2;
    margin-right: 20px;
  }
  body .contents .contents_3 div.comment img {
    width: 100px;
    height: auto;
    border-radius: 15px;
    float: left;
    margin-right: 20px;
  }
}
