@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;
}
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);
  }
}
html {
  color: #000;
}
body.cont {
  background-color: #6b2d6d;
}
body.cont footer {
  margin: 0 0;
  padding: 10vw 0;
  text-align: center;
  width: 100%;
  line-height: 2.8em;
  z-index: 1000;
  color: #FFF;
  background-color: #000;
}
body {
  background: #000000;
  position: relative;
}
body header {
  background-image: url(../img/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  width: 100vw;
  height: 91.3vw;
}
body .store_link {
  width: auto;
  height: auto;
  padding: 12vw 0;
}
body .store_link p.link_caption {
  font-size: 4.8vw;
  color: #FFFFFF;
  font-weight: bold;
}
body .store_link img.link_bt {
  width: 50vw;
}
body .contents_1 {
  background-color: #111;
}
body .contents_1 div.image {
  padding: 15vw 0 5vw;
}
body .contents_1 div.image img {
  width: 30vw;
  border-radius: 50%;
  margin: 0 5vw;
}
body .contents_1 p.text {
  padding: 5vw 10vw 15vw;
  text-align: left;
  line-height: 1.6em;
}
body .contents_2 {
  padding: 0vw 0 15vw;
  background-color: #ba70b2;
}
body .contents_2 div.image {
  padding: 0;
}
body .contents_2 div.image img {
  width: 100%;
}
body .contents_2 p.text {
  padding: 0 10vw 1.5em;
  text-align: left;
  line-height: 1.44em;
  font-size: 3vw;
  text-indent: -1em;
}
body .contents_3 {
  padding: 0vw 0 15vw;
  background-color: #000;
  border-bottom: 1px solid #111;
}
body .contents_3 div.image {
  padding: 0;
}
body .contents_3 div.image img {
  width: 100%;
}
body .contents_3 p.text {
  padding: 0 10vw 1.5em;
  text-align: left;
  line-height: 1.44em;
  font-size: 3vw;
}
body footer {
  margin: 0 0;
  padding: 10vw 0;
  text-align: center;
  width: 100%;
  line-height: 2.8em;
  z-index: 1000;
  color: #FFF;
  background-color: #6b2d6d;
}
body footer a {
  padding: 4px 0px 0;
  border-radius: 3vw;
  color: #FFF;
  background-color: transparent;
  font-size: 3.3vw;
}
body footer p {
  font-size: 9px;
  color: #FFF;
  text-align: center;
  padding: 30px 0 15px;
}
body footer .foot_text {
  padding: 10vw 0;
  line-height: 1.5em;
}
body footer .foot_text p.text2 {
  color: #ddd;
  padding: 0 5vw 3vw;
  text-align: left;
}
body .contents {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
body .contents div.wrapper {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body .contents div.wrapper div.caption {
  width: 75vw;
  height: 75vw;
  margin: 0 auto;
  position: relative;
  background: transparent;
  overflow: hidden;
}
body .contents div.wrapper div.caption img.text {
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 0;
}
body .contents div.wrapper div.caption img.logo {
  width: 160px;
  animation: fade_in 2.3s ease-in-out forwards;
}
body div.box {
  position: relative;
  padding: 5% 3% ;
  text-align: left;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  line-height: 1.7em;
}
body div.box span {
  font-weight: bold;
  font-size: 16px;
  color: #ffe591;
  border-bottom: #ffe591 1px solid;
}
body div.box2 {
  position: relative;
  padding: 5% 3%;
  text-align: left;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  line-height: 1.7em;
}
body div.box2 span {
  font-weight: bold;
  font-size: 16px;
  color: #ffe591;
  border-bottom: #ffe591 1px solid;
}
body div.box3 {
  background-color: #000;
  position: relative;
  padding: 5% 0;
  text-align: left;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.7em;
}
body div.box3 p {
  width: 80%;
  margin: 0 auto;
}
body div.box3 img.leave {
  margin-top: 5vw;
  width: 100%;
  height: auto;
  padding: 5vw 0 0;
  background-color: #000;
}
body div.box3 span {
  font-weight: bold;
  font-size: 16px;
  color: #ffe591;
  border-bottom: #ffe591 1px solid;
}
body div.box3 .leave_form {
  padding: 3vw 5vw 5vw;
  margin-bottom: 3vw;
}
body div.box3 .leave_form .leave_bt {
  display: block;
  background-color: #bd132a;
  width: 40%;
  color: #ffffff;
  font-weight: bold;
  border-radius: 7vw;
  padding: 3vw;
  margin: 0 auto;
  text-align: center;
}
body div.box3 .leave_form .select_wrapper2 {
  position: relative;
  width: 90%;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  border-radius: 10vw;
  margin: 8vw 5% 10vw;
}
body div.box3 .leave_form .select_wrapper2 p.title_text {
  position: absolute;
  top: -4.6vw;
  width: 100%;
  text-align: left;
  left: 2vw;
  color: #ffffff;
  font-size: 3.2vw;
  opacity: 1;
}
body div.box3 .leave_form .select_wrapper2 input {
  display: inline-block;
  width: 80%;
  height: auto;
  background-color: #fff;
  border: none;
  color: #180202;
  text-align: center;
  font-size: 4vw;
  padding: 4vw 0;
}
.title_image {
  position: absolute;
  top: -2.5vw;
  left: 4vw;
  width: 15vw;
}
.title_image2 {
  position: absolute;
  top: 0vw;
  left: 6vw;
  width: 17vw;
}
.sp_width {
  width: 100%;
}
.pc_width {
  max-width: 720px;
  min-width: 720px;
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.mail_text {
  font-size: 12px;
  padding: 5px 10px 5px 20px;
  text-indent: -12px;
  color: #FFFFFF;
}
.back_bt {
  padding: 0.7em 0;
  display: inline-block;
  background-color: #ffffff;
  width: 30%;
  color: #532d6d;
  font-weight: bold;
  margin: 35px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
.mail_bt {
  padding: 15px;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: inline-block;
  background: rgba(49, 26, 28, 0.824);
  width: 86%;
  color: #ffffff;
  margin: 35px 7%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 0;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  text-shadow: #ffd000 0px 0px 10px, #ffd000 0px 0px 25px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 0;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-bottom: 1px solid #333;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media (min-width: 720px) {
  body.cont {
    background-color: #6b2d6d;
  }
  body.cont footer {
    padding: 50px 0;
    background-color: #000;
  }
  body {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding-bottom: 1px ;
  }
  body header {
    width: 720px;
    height: 694px;
  }
  body .store_link {
    width: auto;
    height: auto;
    padding: 40px 0;
    background-color: #000;
  }
  body .store_link p.link_caption {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
  }
  body .store_link img.link_bt {
    width: 280px;
  }
  body .contents_1 {
    background-color: #111;
  }
  body .contents_1 div.image {
    padding: 70px 0 36px;
  }
  body .contents_1 div.image img {
    width: 246px;
    border-radius: 50%;
    margin: 0 28px;
  }
  body .contents_1 p.text {
    padding: 36px 95px 60px;
    text-align: left;
    line-height: 1.8em;
  }
  body .contents_2 {
    padding: 0vw 0 80px;
    background-color: #ba70b2;
  }
  body .contents_2 div.image {
    padding: 0;
  }
  body .contents_2 div.image img {
    width: 100%;
  }
  body .contents_2 p.text {
    padding: 0 120px 1.5em;
    text-align: left;
    line-height: 1.44em;
    font-size: 19px;
    text-indent: -1em;
  }
  body .contents_3 {
    padding: 0vw 0 80px;
    background-color: #000;
    border-bottom: 1px solid #111;
  }
  body .contents_3 div.image {
    padding: 0;
  }
  body .contents_3 div.image img {
    width: 100%;
  }
  body .contents_3 p.text {
    padding: 0 10vw 1.5em;
    text-align: left;
    line-height: 1.44em;
    font-size: 3vw;
  }
  body footer {
    margin: 0 0;
    padding: 72px 0;
    text-align: center;
    width: 100%;
    line-height: 2.8em;
    z-index: 1000;
    color: #FFF;
    background-color: #6b2d6d;
  }
  body footer a {
    padding: 4px 0px 0;
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
  }
  body footer p {
    font-size: 11px;
    color: #FFF;
    text-align: center;
    padding: 30px 0 15px;
  }
  body footer .foot_text {
    padding: 30px 0 10px;
    line-height: 1.5em;
  }
  body footer .foot_text p.text2 {
    color: #ddd;
    padding: 0 5vw 20px;
    text-align: left;
  }
  html {
    background-color: #3d0b41;
    margin: 0;
    padding: 0;
  }
  html .copyright_bt {
    position: absolute;
    bottom: 0;
    margin: 0 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
    color: #FFF;
  }
  html .copyright_bt a {
    padding: 4px 0px 0;
    color: #FFF;
    background-color: transparent;
    font-size: 15px;
  }
  html .copyright_bt p {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding: 30px 0 15px;
  }
  html .copyright_bt2 {
    margin: 0 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
    color: #FFF;
  }
  html .copyright_bt2 a {
    padding: 4px 0px 0;
    color: #FFF;
    background-color: transparent;
    font-size: 15px;
  }
  html .copyright_bt2 p {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding: 30px 0 15px;
  }
  html div.box2 {
    position: relative;
    padding: 5% 3%;
    text-align: left;
    color: #fff;
    width: 57%;
    margin: 0 auto;
    line-height: 1.7em;
  }
  html div.box2 span {
    font-weight: bold;
    font-size: 16px;
    color: #ffe591;
    border-bottom: #ffe591 1px solid;
  }
  html div.box3 {
    background-color: #000;
    position: relative;
    padding: 5% 0;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    line-height: 1.7em;
  }
  html div.box3 p {
    width: 80%;
    margin: 0 auto;
  }
  html div.box3 img.leave {
    margin-top: 5vw;
    width: 100%;
    height: auto;
    padding: 5vw 0 0;
    background-color: #000;
  }
  html div.box3 span {
    font-weight: bold;
    font-size: 16px;
    color: #ffe591;
    border-bottom: #ffe591 1px solid;
  }
  html div.box3 .leave_form {
    padding: 20px 5% 50px;
    margin-bottom: 21px;
  }
  html div.box3 .leave_form .leave_bt {
    font-size: 19px;
    display: block;
    background-color: #bd132a;
    width: 32%;
    color: #ffffff;
    border-radius: 40px;
    padding: 17px;
    margin: 0 auto;
    text-align: center;
  }
  html div.box3 .leave_form .select_wrapper2 {
    position: relative;
    width: 80%;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    border-radius: 30px;
    margin: 60px 10%;
  }
  html div.box3 .leave_form .select_wrapper2 p.title_text {
    position: absolute;
    top: -2em;
    width: 100%;
    text-align: left;
    left: 10px;
    color: #ffffff;
    font-size: 16px;
    opacity: 1;
  }
  html div.box3 .leave_form .select_wrapper2 input {
    display: inline-block;
    width: 80%;
    height: auto;
    background-color: #fff;
    border: none;
    color: #180202;
    text-align: center;
    font-size: 20px;
    padding: 1.2em 0;
  }
}
