/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #203141;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #9a7787;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  p span.nr {
    margin-left: -13px;
  }
}
@media screen and (max-width: 767px) {
  p span.nr {
    margin-left: -1.7948717949vw;
  }
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #203141;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

main {
  display: block;
}

@media screen and (min-width: 768px) {
  body > div.outer {
    position: fixed;
    width: 100%;
    height: 87vh;
    overflow: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  body > div.outer > div.inner {
    max-width: 729px;
    margin: 0 auto;
    width: 100%;
  }
}
header {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  header {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin: 10.2564102564vw auto 0;
  }
}
header > div.inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  header > div.inner {
    width: 570px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  header > div.inner {
    width: 78.2051282051vw;
    margin: 0 auto;
  }
}
header div.title {
  display: flex;
  position: absolute;
}
@media screen and (min-width: 768px) {
  header div.title {
    width: 458px;
    top: 37px;
    right: 37px;
  }
}
@media screen and (max-width: 767px) {
  header div.title {
    width: 62.8205128205vw;
    top: 5.1282051282vw;
    right: 5.1282051282vw;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header div.title h1 {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
header div.title h1 span {
  opacity: 0;
  font-family: "Afacad", sans-serif;
  color: #fff;
  line-height: 1.32;
}
@media screen and (min-width: 768px) {
  header div.title h1 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  header div.title h1 span {
    font-size: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  header div.title h1 span:nth-of-type(1) {
    animation: fadeIn 0.6s ease forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.title h1 span:nth-of-type(1) {
    animation: fadeIn 0.6s ease forwards;
  }
}
@media screen and (min-width: 768px) {
  header div.title h1 span:nth-of-type(2) {
    animation: fadeIn 0.6s 0.6s ease forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.title h1 span:nth-of-type(2) {
    animation: fadeIn 0.6s 0.6s ease forwards;
  }
}
@media screen and (min-width: 768px) {
  header div.title h1 span:nth-of-type(3) {
    animation: fadeIn 0.6s 1.2s ease forwards;
  }
}
@media screen and (max-width: 767px) {
  header div.title h1 span:nth-of-type(3) {
    animation: fadeIn 0.6s 1.2s ease forwards;
  }
}
@keyframes imageFadeIn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(3deg);
  }
}
header div.images span {
  transition: 0.4s;
  animation: imageFadeIn 2s 2.8s linear forwards infinite alternate;
}
@media screen and (min-width: 768px) {
  header div.images span:nth-of-type(1) img {
    width: 499px;
  }
}
@media screen and (max-width: 767px) {
  header div.images span:nth-of-type(1) img {
    width: 68.4615384615vw;
  }
}
@media screen and (min-width: 768px) {
  header div.images span:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    margin-top: -84px;
    margin-right: -28px;
  }
}
@media screen and (max-width: 767px) {
  header div.images span:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    margin-top: -11.5384615385vw;
    margin-right: -3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  header div.images span:nth-of-type(2) img {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  header div.images span:nth-of-type(2) img {
    width: 45.641025641vw;
  }
}
@keyframes heartFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header div.heart {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  header div.heart {
    position: absolute;
    top: 378px;
    right: 0;
    z-index: 1;
    width: 191px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  header div.heart {
    position: absolute;
    top: 51.7948717949vw;
    right: 0;
    z-index: 1;
    width: 26.1538461538vw;
    height: 100%;
  }
}
header div.heart span {
  opacity: 0;
  position: absolute;
  top: 0;
}
header div.heart span:nth-of-type(1) {
  animation: heartFadeIn 0.6s 1.8s ease forwards;
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(1) {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(1) {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(1) img {
    width: 74px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(1) img {
    width: 10.1282051282vw;
  }
}
header div.heart span:nth-of-type(2) {
  animation: heartFadeIn 0.6s 2s ease forwards;
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(2) {
    top: 34px;
    left: 65px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(2) {
    top: 4.6153846154vw;
    left: 8.9743589744vw;
  }
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(2) img {
    width: 52px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(2) img {
    width: 7.1794871795vw;
  }
}
header div.heart span:nth-of-type(3) {
  animation: heartFadeIn 0.6s 2.2s ease forwards;
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(3) {
    top: 90px;
    left: 75px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(3) {
    top: 12.3076923077vw;
    left: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(3) img {
    width: 67px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(3) img {
    width: 9.2307692308vw;
  }
}
header div.heart span:nth-of-type(4) {
  animation: heartFadeIn 0.6s 2.4s ease forwards;
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(4) {
    top: 140px;
    left: 84px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(4) {
    top: 19.2307692308vw;
    left: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(4) img {
    width: 98px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(4) img {
    width: 13.4615384615vw;
  }
}
header div.heart span:nth-of-type(5) {
  animation: heartFadeIn 0.6s 2.6s ease forwards;
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(5) {
    top: 196px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(5) {
    top: 26.9230769231vw;
    right: -2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  header div.heart span:nth-of-type(5) img {
    width: 46px;
  }
}
@media screen and (max-width: 767px) {
  header div.heart span:nth-of-type(5) img {
    width: 6.2820512821vw;
  }
}

main {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  main {
    width: 608px;
    margin: -318px auto 0;
    padding: 215px 0 65px;
    border-radius: 37px;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: 83.3333333333vw;
    margin: -43.5897435897vw auto 0;
    padding: 29.4871794872vw 0 8.9743589744vw;
    border-radius: 5.1282051282vw;
  }
}
main section {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main section {
    width: 479px;
  }
}
@media screen and (max-width: 767px) {
  main section {
    width: 65.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  main section + section {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  main section + section {
    margin-top: 14.358974359vw;
  }
}
main section a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #262225;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  main section a.btn {
    width: 479px;
    height: 49px;
    margin: 19px auto 67px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  main section a.btn {
    width: 65.641025641vw;
    height: 6.6666666667vw;
    margin: 2.5641025641vw auto 9.2307692308vw;
    font-size: 2.8205128205vw;
  }
}
main section a.btn + P {
  margin: 0;
}
@media screen and (min-width: 768px) {
  main section p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main section p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section p + p {
    margin-top: 67px;
  }
}
@media screen and (max-width: 767px) {
  main section p + p {
    margin-top: 9.2307692308vw;
  }
}
@media screen and (min-width: 768px) {
  main section div.image {
    margin: 47px 0 37px;
  }
}
@media screen and (max-width: 767px) {
  main section div.image {
    margin: 6.4102564103vw 0 5.1282051282vw;
  }
}
main section div.image p {
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section div.image p {
    margin-bottom: 28px;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  main section div.image p {
    margin-bottom: 3.8461538462vw;
    gap: 0 2.0512820513vw;
  }
}
main section div.image p:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  main section div.image p:before {
    width: calc(100% - 13px);
  }
}
@media screen and (max-width: 767px) {
  main section div.image p:before {
    width: 96%;
  }
}
main section div.image p span:nth-of-type(1) {
  font-family: "Afacad", sans-serif;
}
@media screen and (min-width: 768px) {
  main section div.image p span:nth-of-type(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main section div.image p span:nth-of-type(1) {
    font-size: 3.3333333333vw;
  }
}
main section div.image p span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  main section div.image p span:nth-of-type(2) {
    margin-left: -21px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  main section div.image p span:nth-of-type(2) {
    margin-left: -2.8205128205vw;
    font-size: 2.8205128205vw;
  }
}
main div.profile {
  display: table;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  main div.profile {
    margin-top: 105px;
  }
}
@media screen and (max-width: 767px) {
  main div.profile {
    margin-top: 14.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  main div.profile img {
    width: 209px;
  }
}
@media screen and (max-width: 767px) {
  main div.profile img {
    width: 28.7179487179vw;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 7.6923076923vw;
  }
}
footer div.logo {
  display: table;
  text-align: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer div.logo {
    margin: 56px auto;
    padding-top: 43px;
  }
}
@media screen and (max-width: 767px) {
  footer div.logo {
    margin: 7.6923076923vw auto;
    padding-top: 12.8205128205vw;
  }
}
footer div.logo span.heart {
  text-align: center;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 2.5s;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer div.logo span.heart {
    left: 19px;
    transform: translateY(40px);
  }
}
@media screen and (max-width: 767px) {
  footer div.logo span.heart {
    left: 5.1282051282vw;
    transform: translateY(10vw);
  }
}
@media screen and (min-width: 768px) {
  footer div.logo span.heart img {
    width: 47px;
  }
}
@media screen and (max-width: 767px) {
  footer div.logo span.heart img {
    width: 12.8205128205vw;
  }
}
footer div.logo span.heart.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  footer div.logo p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer div.logo p {
    margin-top: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  footer div.logo p img {
    width: 86px;
  }
}
@media screen and (max-width: 767px) {
  footer div.logo p img {
    width: 23.5897435897vw;
  }
}