@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: #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: #444;
  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;
}
html {
  background-color: #FFF;
}
body {
  background-color: #ffeaf1;
}
body img.pc_header_bg {
  display: none;
}
body img.pc_footer_bg {
  display: none;
}
body img.header_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
body img.footer_bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
body .copyright_bt {
  position: absolute;
  bottom: 0;
  margin: 30px 0;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
body .copyright_bt a {
  padding: 4px 8px;
  border-radius: 3vw;
  background-color: rgba(201, 93, 160, 0.877);
  color: #FFF;
  font-size: 12px;
}
body .copyright_bt p {
  font-size: 10px;
  color: #cf7db0;
  text-align: center;
  padding: 15px 0;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
body .contents {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
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 img.phone {
  width: 55%;
  position: absolute;
  left: -14%;
  top: 5%;
  transform: rotate(-14deg);
  opacity: 0.7;
}
body .contents div.wrapper img.phone2 {
  width: 40%;
  position: absolute;
  right: -10%;
  bottom: 6%;
  transform: rotate(14deg);
  opacity: 0.7;
}
body .contents div.wrapper div.caption {
  width: 75vw;
  height: 75vw;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.918);
  border-radius: 50%;
  overflow: hidden;
}
body .contents div.wrapper div.caption img.text {
  width: 90%;
  position: absolute;
  bottom: 36%;
  left: 5%;
}
body .contents div.wrapper div.caption img.logo {
  width: 55%;
  position: absolute;
  bottom: 44%;
  left: 4%;
}
body .contents.contact,
body .contents.privacy {
  color: #333;
}
body .contents.contact h1,
body .contents.privacy h1 {
  padding: 30px 0 5px;
  font-size: 20px;
  color: #f9e024;
  letter-spacing: 0.2em;
  position: relative;
}
body .contents.contact h1 img,
body .contents.privacy h1 img {
  width: 35%;
}
body .contents.contact p span,
body .contents.privacy p span {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #333333 1px solid;
}
body .contents.privacy {
  height: auto;
}
body .contents.privacy div.box {
  position: relative;
  padding: 5% 3% ;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 88%;
  margin: 0 auto;
  line-height: 1.7em;
}
body .contents.privacy div.box span {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #333333 1px solid;
}
body .contents.privacy .copyright_bt {
  position: relative;
  bottom: 0;
  margin: 30px 0 0;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
body .contents.privacy .copyright_bt a {
  padding: 4px 8px;
  border-radius: 3vw;
  background-color: rgba(201, 93, 160, 0.877);
  color: #FFF;
  font-size: 12px;
}
body .contents.privacy .copyright_bt p {
  font-size: 10px;
  color: #cf7db0;
  text-align: center;
  padding: 15px 0;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
body .contents.contact div.box {
  position: relative;
  padding: 5% 3% ;
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 88%;
  margin: 0 auto;
  line-height: 1.7em;
}
body .contents.contact div.box span {
  font-weight: bold;
  font-size: 16px;
  border-bottom: #333333 1px solid;
}
body .contents.contact .mail {
  width: 76%;
  color: #c93f84;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 5px;
  margin: 0 auto 25px;
  border-bottom: 3px solid #c93f84;
}
.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);
  }
}
.bt_3 {
  padding: 0.7em 0;
  display: inline-block;
  background: #9e7c97;
  width: 30%;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  border-radius: 2vw;
  text-align: center;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background-color: #9e7c97;
  padding: 10px 0;
  border-bottom: 1px solid #f7e6f3;
  border-top: 1px solid #f7e6f3;
  margin: 0 auto 20px;
}
@media (min-width: 720px) {
  body.cont2 {
    position: relative;
    width: 720px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 1px 0;
  }
  body.cont2 .title_image2 {
    position: absolute;
    top: 5px;
    left: 150px;
    width: 80px;
  }
  img.header_bg {
    display: none;
  }
  img.footer_bg {
    display: none;
  }
  body.cont {
    position: relative;
    width: 720px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 30px 0;
  }
  body.cont .title_image {
    position: absolute;
    top: 0;
    left: 100px;
    width: 80px;
  }
  body {
    position: relative;
    width: 720px;
    margin: 0 auto;
    min-height: 100vh;
    padding-bottom: 1px ;
  }
  html {
    background-color: #e9e9e9;
    margin: 0;
    padding: 0;
  }
  html .contents.contact,
  html .contents.privacy {
    color: #333;
  }
  html .contents.contact div.box,
  html .contents.privacy div.box {
    position: relative;
    padding: 5% 3% ;
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 58%;
    margin: 20px auto;
    line-height: 1.7em;
  }
  html .contents.contact div.box span,
  html .contents.privacy div.box span {
    font-weight: bold;
    font-size: 16px;
    border-bottom: #333333 1px solid;
  }
  html .contents.contact h1,
  html .contents.privacy h1 {
    padding: 15px 0 25px;
    font-size: 33px;
    color: #f9e024;
    letter-spacing: 0.3em;
    position: relative;
  }
  html .contents.contact h1 img,
  html .contents.privacy h1 img {
    margin-top: 50px;
    width: 25%;
  }
  html .contents {
    text-align: center;
    margin: 0 auto;
  }
  html .contents div.wrapper div.caption {
    width: 450px;
    height: 450px;
  }
  html .contents div.wrapper img.phone {
    width: 40%;
    position: absolute;
    left: -10%;
    top: 5%;
    transform: rotate(-14deg);
    opacity: 0.7;
  }
  html .contents div.wrapper img.phone2 {
    width: 35%;
    position: absolute;
    right: -5%;
    bottom: 4%;
    transform: rotate(14deg);
    opacity: 0.7;
  }
  html .contents img.pc_header_bg {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  html .contents img.pc_footer_bg {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.logo_anime {
  animation: logo_anime 2s ease-in-out infinite;
}
@keyframes logo_anime {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.phone_anime {
  animation: phone_anime 3s ease-in-out infinite;
}
@keyframes phone_anime {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.3;
  }
}
