@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: #ffffff;
}
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: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
body .contents {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
body .contents .app_details_3 {
  background: linear-gradient(to right bottom, #705852, #4d3a35);
  padding: 80px 0;
  font-size: 0vw;
  position: relative;
}
body .contents .app_details_3 img.photo_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: 1;
}
body .contents .app_details_3 p.caption {
  font-size: 5.2vw;
  padding-bottom: 1.5em;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
body .contents .app_details_3 div.spt {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 5vw 0vw 5vw 6vw;
  border-radius: 5vw;
  font-size: 4vw;
  text-align: left;
  background: #ffffff;
  color: #4d3a35;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.13);
  margin-bottom: 3vw;
  z-index: 2;
}
body .contents .app_details_2 {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  padding: 80px 0;
  font-size: 0vw;
}
body .contents .app_details_2 p.text {
  text-align: left;
  padding: 10px 30px;
  font-size: 3.2vw;
  line-height: 1.7em;
  color: #4d3a35;
}
body .contents .app_details_2 p.caption {
  font-size: 5.2vw;
  padding-bottom: 5vw;
  color: #4d3a35;
  font-weight: bold;
}
body .contents .app_details_2 img {
  padding: 20px 0;
}
body .contents .app_details_1 {
  background-color: #e7d2b7;
  padding: 80px 0;
  font-size: 0vw;
}
body .contents .app_details_1 img.logo {
  width: 30%;
  padding-bottom: 5vw;
}
body .contents .app_details_1 div.menu_bt {
  font-size: 3vw;
  color: #10141d;
  line-height: 2em;
  padding: 0 0 60px 0;
}
body .contents .app_details_1 div.menu_bt a {
  font-size: 3vw;
  padding: 0 5px;
  color: #10141d;
}
body .contents .app_details_1 p.text2 {
  font-size: 2.8vw;
  text-align: left;
  padding: 0 40px 5px;
  text-indent: -1em;
  color: #10141d;
}
body .contents .app_details_1 p.copyright {
  padding-top: 60px;
  color: #10141d;
}
body .contents .app_details_1 p.text {
  text-align: left;
  padding: 10px 30px;
  font-size: 3.2vw;
  line-height: 1.8em;
  color: #10141d;
}
body .contents .app_details_1 p.text span {
  font-size: 4.4vw;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #d74635;
}
body .contents .app_details_1 p.caption {
  font-size: 5.2vw;
  padding-bottom: 5vw;
  color: #10141d;
  font-weight: bold;
}
body .contents .app_details_1 div.photo_4,
body .contents .app_details_1 div.photo_5,
body .contents .app_details_1 div.photo_6,
body .contents .app_details_1 div.photo_7 {
  display: inline-block;
  width: 20vw;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 50%;
  margin: 0 5px;
}
body .contents .app_details_1 div.photo_4 {
  background-image: url(../img/photo_4.png);
}
body .contents .app_details_1 div.photo_5 {
  background-image: url(../img/photo_5.png);
}
body .contents .app_details_1 div.photo_6 {
  background-image: url(../img/photo_6.png);
}
body .contents .app_details_1 div.photo_7 {
  background-image: url(../img/photo_7.png);
}
body .contents .store_link {
  width: auto;
  height: auto;
  padding: 10vw 0;
}
body .contents .store_link p.link_caption {
  font-size: 5.2vw;
  color: #d74635;
  font-weight: bold;
}
body .contents .store_link img.link_bt {
  width: 50vw;
}
body .contents .top_wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 56.25vw;
  max-height: 675px;
  background: linear-gradient(to bottom, #FFFFFF, #e7d2b7);
  font-size: 0;
}
body .contents .top_wrapper .top_image {
  display: inline-block;
  height: 56.25vw;
  width: 100vw;
  max-width: 1200px;
  max-height: 675px;
  background-image: url(../img/top_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.infomation {
  padding: 20px 30px 100px;
  background-color: #FFF;
}
.infomation div.box {
  max-width: 600px;
  margin: 0 auto;
  color: #444;
}
.infomation div.box p.mail_bt {
  background-color: #ffa800;
  color: #FFF;
  padding: 10px 0;
  border-radius: 30px;
  font-size: 20px;
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 40px auto;
}
.infomation div.box p.mail_text {
  font-size: 13px;
  max-width: 400px;
  color: #999;
  display: block;
  margin: 10px auto;
}
.infomation div.box h2 {
  font-size: 30px;
  padding: 30px;
  color: #444;
  text-align: center;
}
.infomation div.box h3 {
  font-size: 20px;
  padding: 30px 0;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.infomation div.box p {
  color: #444;
}
.infomation div.box p span {
  font-size: 1.2em;
  color: #444;
}
.infomation div.box div.select_bt {
  margin: 3vw 0;
  height: 21vw;
  width: calc(100% - 8%);
  border-radius: 5vw;
  padding: 3vw 2vw 4vw 4vw;
  position: relative;
  background-color: #eee;
  overflow: hidden;
}
.infomation div.box div.select_bt p.bt_title {
  font-size: 3.8vw;
  padding: 1vw 0vw 1vw 22vw;
  text-decoration: underline;
  font-weight: bold;
  color: #444;
}
.infomation div.box div.select_bt p.bt_text {
  font-size: 3vw;
  padding: 1vw 0vw 1.5vw 22vw;
  line-height: 1.6em;
  width: 100%;
  color: #666;
}
.infomation div.box div.select_bt.bt_3:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 3vw;
  height: 20vw;
  width: 20vw;
  border-radius: 3vw;
  background-image: url(../img/image_3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.infomation div.box div.select_bt.bt_4:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 3vw;
  height: 20vw;
  width: 20vw;
  border-radius: 3vw;
  background-image: url(../img/image_4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.infomation div.box div.select_bt.bt_5:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 3vw;
  height: 20vw;
  width: 20vw;
  border-radius: 3vw;
  background-image: url(../img/image_5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.infomation .leave_success p.success {
  text-align: center;
  padding: 6vw 0;
  color: #FF0000;
  font-size: 4vw;
  font-weight: bold;
}
.infomation .leave_form {
  padding: 10vw 0;
}
.infomation .leave_form p.leave_title {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #444;
  margin: 15vw 0 8vw;
}
.infomation .leave_form p.leave_text {
  text-align: left;
  font-size: 3.2vw;
  color: #444;
  margin: 0 5vw 7vw;
}
.infomation .leave_form input[type="text"] {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 7vw;
  background-color: #f0f0f0;
  border: none;
  color: #222;
  font-size: 4.5vw;
  text-align: left;
  padding: 3.5vw 7vw;
  margin-bottom: 7vw;
}
.infomation .leave_form input::placeholder {
  color: #aaa;
}
.infomation .leave_form p.option {
  display: inline-block;
  margin: 0 auto 1.5vw;
  font-size: 4vw;
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 4vw;
  padding: 1.5vw 3vw;
}
.infomation .leave_form input[type="checkbox"] {
  margin-right: 2vw;
  position: relative;
  top: 0.7vw;
  cursor: pointer;
  width: 4.7vw;
  height: 4.7vw;
}
.infomation .leave_form .leave_bt {
  width: 55vw;
  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;
}
.infomation .leave_form p.error {
  padding: 6vw 0;
  color: #d81d1d;
  font-size: 4vw;
}
@media (min-width: 600px) {
  body .contents .app_details_1 img.logo {
    width: 250px;
    padding: 30px 0;
  }
  body .contents .app_details_1 div.menu_bt {
    font-size: 17px;
    color: #10141d;
    padding: 0 0 80px 0;
  }
  body .contents .app_details_1 div.menu_bt a {
    font-size: 17px;
    color: #10141d;
  }
  body .contents .app_details_1 p.text2 {
    font-size: 12px;
    text-align: left;
    padding: 0 40px 5px;
    text-indent: -1em;
    width: 500px;
    color: #10141d;
    margin: 0 auto;
  }
  body .contents .app_details_1 p.copyright {
    padding-top: 60px;
  }
  body .contents .app_details_1 p.text {
    text-align: left;
    padding: 10px 10px;
    font-size: 17px;
    line-height: 1.6em;
    max-width: 500px;
    margin: 0 auto;
  }
  body .contents .app_details_1 p.text span {
    font-size: 29px;
    text-align: center;
    font-weight: bold;
  }
  body .contents .app_details_1 p.caption {
    font-size: 5.2vw;
    padding-bottom: 20px;
  }
  body .contents .app_details_1 div.photo_4,
  body .contents .app_details_1 div.photo_5,
  body .contents .app_details_1 div.photo_6,
  body .contents .app_details_1 div.photo_7 {
    width: 120px;
    height: 120px;
  }
  body .contents .app_details_2 p.text {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 1.6em;
    max-width: 600px;
    margin: 0 auto;
  }
  body .contents .app_details_2 p.caption {
    font-size: 5.2vw;
    padding-bottom: 20px;
  }
  body .contents .app_details_3 .spt_wrapper {
    max-width: 550px;
    margin: 0 auto;
  }
  body .contents .app_details_3 .spt_wrapper div.spt {
    padding: 40px 30px;
    font-size: 20px;
    line-height: 1.6em;
    max-width: 550px;
    margin-bottom: 25px;
    border-radius: 20px;
  }
  body .contents .app_details_3 .spt_wrapper p.caption {
    font-size: 5.2vw;
    padding-bottom: 20px;
  }
  body .infomation div.box 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 .infomation div.box div.select_bt p.bt_title {
    font-size: 20px;
    padding: 10px 0vw 5px 140px;
    text-decoration: underline;
    font-weight: bold;
    color: #444;
  }
  body .infomation div.box div.select_bt p.bt_text {
    font-size: 15px;
    padding: 0px 0vw 20px 140px;
    line-height: 1.6em;
    color: #666;
  }
  body .infomation div.box div.select_bt.bt_3:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 110px;
    width: 110px;
    border-radius: 10px;
    background-image: url(../img/image_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  }
  body .infomation div.box div.select_bt.bt_4:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 110px;
    width: 110px;
    border-radius: 10px;
    background-image: url(../img/image_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  }
  body .infomation div.box div.select_bt.bt_5:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 110px;
    width: 110px;
    border-radius: 10px;
    background-image: url(../img/image_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  }
  body .infomation .leave_success p.success {
    text-align: center;
    padding: 30px 0;
    color: #FF0000;
    font-size: 22px;
    font-weight: bold;
  }
  body .infomation .leave_form {
    border: 1px solid #eee;
    max-width: 600px;
    margin: 50px auto 30px;
    padding: 20px 0;
  }
  body .infomation .leave_form p.leave_title {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #444;
    margin: 30px 0;
  }
  body .infomation .leave_form p.leave_text {
    text-align: center;
    font-size: 15px;
    color: #444;
    margin: 10px 0 30px;
  }
  body .infomation .leave_form input[type="text"] {
    display: block;
    width: 80%;
    height: auto;
    border-radius: 40px;
    background-color: #f0f0f0;
    border: none;
    color: #222;
    font-size: 20px;
    text-align: left;
    padding: 20px;
    margin: 20px auto;
  }
  body .infomation .leave_form input::placeholder {
    color: #aaa;
  }
  body .infomation .leave_form p.option {
    display: inline-block;
    margin: 20px auto;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 20px;
    padding: 0;
  }
  body .infomation .leave_form input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  body .infomation .leave_form .leave_bt {
    width: 40%;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    background-color: #d81d1d;
    border-radius: 50px;
    line-height: 20px;
    padding: 20px 0;
    margin: 20px auto 0;
    cursor: pointer;
  }
  body .infomation .leave_form p.error {
    padding: 30px 80px;
    color: #d81d1d;
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  body .contents .store_link {
    padding: 60px 0;
  }
  body .contents .store_link p.link_caption {
    font-size: 30px;
  }
  body .contents .store_link img.link_bt {
    width: 20vw;
  }
  body .contents .app_details_1 {
    padding: 70px 0;
  }
  body .contents .app_details_1 p.caption {
    font-size: 30px;
  }
  body .contents .app_details_1 p.text {
    max-width: 500px;
    font-size: 17px;
  }
  body .contents .app_details_1 p.text span {
    font-size: 21px;
  }
  body .contents .app_details_2 {
    padding: 70px 0;
  }
  body .contents .app_details_2 p.caption {
    font-size: 30px;
  }
  body .contents .app_details_3 {
    padding: 70px 0;
  }
  body .contents .app_details_3 p.caption {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  body .contents .top_wrapper p.caption {
    left: 21.3%;
    font-size: 38px;
  }
  body .contents .top_wrapper .top_photo_1 {
    left: -50px;
  }
  body .contents .top_wrapper .top_photo_2 {
    left: -114px;
  }
  body .contents .top_wrapper .top_photo_3 {
    left: -160px;
  }
  body .contents .top_wrapper .top_message_1 {
    left: 20.5%;
  }
  body .contents .top_wrapper .top_message_2 {
    left: 20.5%;
  }
  body .contents .top_wrapper .top_message_3 {
    left: 20.5%;
  }
}
