@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700;900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: cover;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    background: url("../img/bg-sp.jpg") repeat-y top center;
    background-size: 100%;
  }
}

#head {
  text-align: center;
  margin-bottom: 66px;
  background: url("../img/bg_title.jpg") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1050px) {
  #head {
    margin-bottom: 6.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #head {
    margin-bottom: 5vw;
    background: url("../img/bg_title-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#head h1 {
  width: 1016px;
  margin: 0 auto;
  padding: 45px 0 20px;
}
@media only screen and (max-width: 1050px) {
  #head h1 {
    width: 96.7619047619vw;
    padding: 4.2857142857vw 0 1.9047619048vw;
  }
}
@media only screen and (max-width: 768px) {
  #head h1 {
    padding: 6.25vw 0 3.125vw;
  }
}
#head h1 img {
  width: 100%;
}
#head p {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #fff;
  padding-bottom: 0.1em;
  background: linear-gradient(90deg, #c889f0, #3f55a7);
}
@media only screen and (max-width: 1050px) {
  #head p {
    font-size: 3.8095238095vw;
  }
}
@media only screen and (max-width: 768px) {
  #head p {
    font-size: 5.3125vw;
  }
}

#content {
  margin-bottom: 136px;
  min-height: 70vh;
}
@media only screen and (max-width: 1050px) {
  #content {
    margin-bottom: 12.9523809524vw;
  }
}
@media only screen and (max-width: 768px) {
  #content {
    margin-bottom: 21.25vw;
  }
}
#content .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  #content .inner {
    width: 95.2380952381vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 90.9375vw;
  }
}
@media only screen and (max-width: 1050px) {
  #content img {
    width: 100%;
  }
}

#con-answer p.question {
  position: relative;
  font-size: 27px;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  padding-left: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  #con-answer p.question {
    font-size: 2.5714285714vw;
    padding-left: 3.3333333333vw;
    margin-bottom: 4.7619047619vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer p.question {
    font-size: 3.125vw;
    padding-left: 3.4375vw;
    margin-bottom: 5.46875vw;
  }
}
#con-answer p.question span {
  color: #e4007f;
}
#con-answer p.question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 70px;
  background-color: #000;
}
@media only screen and (max-width: 1050px) {
  #con-answer p.question::before {
    width: 1.4285714286vw;
    height: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer p.question::before {
    width: 1.71875vw;
    height: 15.625vw;
  }
}
#con-answer p.period {
  font-size: 16px;
  text-align: right;
  padding-top: 0.8em;
}
@media only screen and (max-width: 1050px) {
  #con-answer p.period {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer p.period {
    font-size: 2.1875vw;
  }
}
#con-answer .box {
  padding: 54px 0 48px;
  background-color: rgba(15, 15, 15, 0.7);
}
@media only screen and (max-width: 1050px) {
  #con-answer .box {
    padding: 5.1428571429vw 0 4.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer .box {
    padding: 5.9375vw 0 5vw;
  }
}
#con-answer .box .answer-text {
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1050px) {
  #con-answer .box .answer-text {
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer .box .answer-text {
    margin-bottom: 3.4375vw;
  }
}
#con-answer .box .answer-text input {
  width: 564px;
  height: 47px;
  padding: 10px 20px;
  font-size: 35px;
  outline: none;
  border: 5px solid #e4007f;
}
@media only screen and (max-width: 1050px) {
  #con-answer .box .answer-text input {
    width: 53.7142857143vw;
    height: 4.4761904762vw;
    padding: 0.9523809524vw 1.9047619048vw;
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer .box .answer-text input {
    width: 74.53125vw;
    height: 6.09375vw;
    padding: 1.5625vw 3.125vw;
    border-width: 0.46875vw;
  }
}
#con-answer .box #send {
  width: 294px;
  height: 83px;
  margin: 0 auto;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  #con-answer .box #send {
    width: 28vw;
    height: 7.9047619048vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-answer .box #send {
    width: 40.46875vw;
    height: 11.09375vw;
  }
}
#con-answer .box #send input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  background: url("../img/btn_send.png") no-repeat top center;
  background-size: contain;
}
#con-answer .box #send:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #con-answer .box #send:hover {
    opacity: 1;
  }
}

#con-error {
  text-align: center;
}
#con-error .box {
  padding: 62px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1050px) {
  #con-error .box {
    padding: 5.9047619048vw 0;
  }
}
@media only screen and (max-width: 1050px) {
  #con-error .box {
    padding: 5.9047619048vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #con-error .box {
    padding: 7.1875vw 0 5.3125vw;
  }
}
#con-error .box h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1050px) {
  #con-error .box h2 {
    margin-bottom: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-error .box h2 {
    width: 34.375vw;
    margin: 0 auto 3.125vw;
  }
}
#con-error .box p {
  font-size: 22px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  #con-error .box p {
    font-size: 2.0952380952vw;
    margin-bottom: 3.8095238095vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-error .box p {
    font-size: 2.34375vw;
    margin-bottom: 4.375vw;
  }
}
#con-error .box p span {
  font-size: 30px;
  color: #e31c87;
  font-weight: bold;
}
@media only screen and (max-width: 1050px) {
  #con-error .box p span {
    font-size: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-error .box p span {
    font-size: 3.125vw;
  }
}
#con-error .box .btn {
  width: 233px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1050px) {
  #con-error .box .btn {
    width: 22.1904761905vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-error .box .btn {
    width: 41.71875vw;
  }
}
#con-error .box .btn img {
  width: 100%;
}
#con-error .box .btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #con-error .box .btn:hover {
    opacity: 1;
  }
}

#con-clear {
  text-align: center;
}
#con-clear h2 {
  width: 529px;
  margin: -11px auto 20px;
}
@media only screen and (max-width: 1050px) {
  #con-clear h2 {
    width: 50.380952381vw;
    margin: -1.0476190476vw auto 1.9047619048vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear h2 {
    width: 75.78125vw;
    margin: 0 auto 2.5vw;
  }
}
#con-clear h2 img {
  width: 100%;
}
#con-clear p.text {
  font-size: 25px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 1050px) {
  #con-clear p.text {
    font-size: 2.380952381vw;
    margin-bottom: 5.5238095238vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear p.text {
    font-size: 2.8125vw;
    margin-bottom: 9.0625vw;
  }
}
#con-clear p.text span {
  font-size: 30px;
  font-weight: bold;
  color: #e31c87;
}
@media only screen and (max-width: 1050px) {
  #con-clear p.text span {
    font-size: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear p.text span {
    font-size: 3.125vw;
  }
}
#con-clear p.note {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  #con-clear p.note {
    font-size: 1.5238095238vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear p.note {
    font-size: 2.1875vw;
  }
}
#con-clear .wallpaper {
  position: relative;
  margin-bottom: 82px;
}
@media only screen and (max-width: 1050px) {
  #con-clear .wallpaper {
    margin-bottom: 7.8095238095vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .wallpaper {
    margin-bottom: 25vw;
  }
}
#con-clear .wallpaper h3 {
  position: absolute;
  top: -30px;
  left: 28px;
  width: 95px;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  #con-clear .wallpaper h3 {
    top: -2.8571428571vw;
    left: 2.6666666667vw;
    width: 9.0476190476vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .wallpaper h3 {
    width: 12.65625vw;
    top: -5.3125vw;
    left: 4.6875vw;
  }
}
#con-clear .wallpaper h3 img {
  width: 100%;
}
#con-clear .wallpaper .list ul {
  text-align: left;
}
#con-clear .wallpaper .list ul li {
  position: relative;
}
#con-clear .wallpaper .list ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  #con-clear .wallpaper .list ul li:not(:last-child) {
    margin-bottom: 5.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .wallpaper .list ul li:not(:last-child) {
    margin-bottom: 5.3125vw;
  }
}
#con-clear .wallpaper .list ul li img {
  width: 100%;
}
#con-clear .wallpaper .list ul li .btn {
  position: absolute;
  bottom: 140px;
  right: 90px;
  width: 204px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #con-clear .wallpaper .list ul li .btn {
    width: 31.875vw;
    right: 29.0625vw;
    bottom: 6.25vw;
  }
}
#con-clear .wallpaper .list ul li .btn:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #con-clear .wallpaper .list ul li .btn:hover {
    opacity: 1;
  }
}
#con-clear .wallpaper .note {
  padding-top: 15px;
  text-align: left;
  color: #000;
}
#con-clear .short-story {
  position: relative;
  padding-bottom: 42px;
  background-color: #2d2b2b;
}
@media only screen and (max-width: 1050px) {
  #con-clear .short-story {
    padding-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .short-story {
    padding-bottom: 3.90625vw;
  }
}
#con-clear .short-story .wrap {
  position: relative;
}
#con-clear .short-story h3 {
  width: 659px;
  margin-left: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  #con-clear .short-story h3 {
    width: 62.7619047619vw;
    margin-left: 3.3333333333vw;
    margin-bottom: 1.9047619048vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .short-story h3 {
    width: 83.59375vw;
    margin-left: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
#con-clear .short-story h3 img {
  width: 100%;
  margin-top: -22px;
}
@media only screen and (max-width: 768px) {
  #con-clear .short-story h3 img {
    margin-top: -9.0625vw;
  }
}
#con-clear .short-story p.note {
  padding: 0 35px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1050px) {
  #con-clear .short-story p.note {
    padding: 0 3.3333333333vw;
    margin-bottom: 2.380952381vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .short-story p.note {
    padding: 0 3.125vw;
    margin-bottom: 4.375vw;
  }
}
#con-clear .short-story .image {
  margin: 0 30px;
}
@media only screen and (max-width: 1050px) {
  #con-clear .short-story .image {
    margin: 0 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #con-clear .short-story .image {
    margin: 0 3.125vw;
  }
}
#con-clear .short-story .image img {
  width: 100%;
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
}
#pagetop:hover {
  transform: scale(1.1);
}

#footer {
  padding: 50px 0 34px;
  background-color: #3f55a7;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #footer {
    padding: 4.7619047619vw 0 3.619047619vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 7.8125vw 0 5.3125vw;
  }
}
#footer .logo {
  width: 140px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    width: 32.03125vw;
    margin-bottom: 4.0625vw;
  }
}
#footer .logo img {
  width: 100%;
}
#footer p {
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #footer p {
    font-size: 2.34375vw;
  }
}