@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@400&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@600&text=0123456789&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.9;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  background: white;
}

.jp {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "EB Garamond", serif;
}

.sansserif {
  font-family: "Noto Sans JP", sans-serif;
}

ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

picture {
  display: block;
}
picture.caption {
  position: relative;
  display: inline-block;
  z-index: 1;
}
picture.caption::before, picture.caption::after {
  color: #000;
  text-shadow: -1px 0 8px #FFF, 1px 0 8px #FFF, 0 -1px 8px #FFF, 0 1px 8px #FFF, -1px 0 8px #FFF, 1px 0 8px #FFF, 0 -1px 8px #FFF, 0 1px 8px #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  letter-spacing: -0.015em;
}
picture.caption::before {
  content: attr(data-left);
  left: 8px;
}
picture.caption::after {
  content: attr(data-right);
  right: 8px;
}
picture.caption.blackshadow::before, picture.caption.blackshadow::after {
  color: #FFF;
  text-shadow: -1px 0 8px rgba(0, 0, 0, 0.3), 1px 0 8px rgba(0, 0, 0, 0.3), 0 -1px 8px rgba(0, 0, 0, 0.3), 0 1px 8px rgba(0, 0, 0, 0.3);
}
picture.caption.nonshadow::before, picture.caption.nonshadow::after {
  text-shadow: none !important;
}
picture.caption.nonshadowwhite::before, picture.caption.nonshadowwhite::after {
  color: #FFF;
  text-shadow: none !important;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1384.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 931px) and (max-width: 1383.3333333333px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .large {
    font-size: 1.8rem;
  }
}

.larger {
  font-size: 150%;
}

.medium {
  font-size: 1.3rem;
}

.small {
  font-size: 1.1rem;
}

.smaller {
  font-size: 76%;
}

.initBox,
.initBox2,
.initBox3 {
  margin: 0 auto;
  width: 90%;
  max-width: 1245px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox,
  .initBox2,
  .initBox3 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox,
  .initBox2,
  .initBox3 {
    width: 90%;
  }
}

.initBox2 {
  margin: 0 auto;
  width: 80%;
  max-width: 996px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox2 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox2 {
    width: 90%;
  }
}

.initBox3 {
  margin: 0 auto;
  width: 80%;
  max-width: 930px;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .initBox3 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initBox3 {
    width: 90%;
  }
}

.inlineBox {
  display: inline-block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.center {
  justify-content: center;
}
.flex.center > * {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
.flex.c2 > *:nth-last-child(1), .flex.c2 > *:nth-last-child(2) {
  margin-bottom: 0;
}
.flex.c3 > * {
  width: 30%;
}
.flex.c3 > *.wide2 {
  width: 65%;
}
.flex.c4 > * {
  width: 22%;
}
.flex.c4 > *.wide2 {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .flex.c2.spone > *, .flex.c3.spone > *, .flex.c4.spone > * {
    width: 100%;
  }
  .flex.c2.spone > * + *, .flex.c3.spone > * + *, .flex.c4.spone > * + * {
    margin-top: 1em;
  }
}

.grid {
  display: grid;
}
.grid.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.g2 > *.wide2, .grid.g3 > *.wide2, .grid.g4 > *.wide2 {
  grid-column: span 2;
}
.grid.g2 > *.wide3, .grid.g3 > *.wide3, .grid.g4 > *.wide3 {
  grid-column: span 3;
}
.grid.g2 > *.wide4, .grid.g3 > *.wide4, .grid.g4 > *.wide4 {
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .grid.g2.spone, .grid.g3.spone, .grid.g4.spone {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.g2.spone > *.wide2, .grid.g2.spone > *.wide3, .grid.g2.spone > *.wide4, .grid.g3.spone > *.wide2, .grid.g3.spone > *.wide3, .grid.g3.spone > *.wide4, .grid.g4.spone > *.wide2, .grid.g4.spone > *.wide3, .grid.g4.spone > *.wide4 {
    grid-column: span 1;
  }
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mb0 {
  margin-bottom: 0;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mbL {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbL {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 4rem;
  }
}

.mbM {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbM {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 2rem;
  }
}

.mbS {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) and (max-width: 930px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}

.bold {
  font-weight: bold;
}

.maincolor {
  color: black;
}

.subcolor1 {
  color: #595757;
}

.subcolor2 {
  color: #9b9b9b;
}

.subcolor3 {
  color: #0f3056;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.w25 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .w25 {
    width: 50%;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

a {
  transition: 0.5s;
}
a.tel {
  text-decoration: none;
  pointer-events: none;
  color: black;
}
@media screen and (max-width: 768px) {
  a.tel {
    text-decoration: underline;
    color: #595757;
    pointer-events: all;
  }
}
a.lineboxbtn {
  text-decoration: none;
  display: inline-block;
  border: 1px solid black;
  padding: 0.5em 2em;
  color: black;
  text-align: center;
}
a.lineboxbtn:hover {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}

.linebtn a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.linebtn a::before {
  content: "";
  width: 0;
  border-bottom: 1px solid black;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.linebtn a:hover::before {
  width: 100%;
}

.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 75%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll img {
    max-width: none;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\e9ec";
    vertical-align: middle;
    font-weight: 200;
    font-size: 5rem;
    color: white;
    animation: spscrollicon_after ease-in 1s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.modal-overlay .modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  transform: translateY(-3rem);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: color 0.5s;
}
.modal-overlay .modal-close:hover {
  color: rgba(0, 0, 0, 0.8);
}

.scrollin.blur {
  opacity: 0;
  filter: blur(1.5rem);
  transform: translateY(1em);
}
.scrollin.blur.isactive {
  animation: blur 2s ease 0s 1 normal forwards;
}
.scrollin.lineup {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
}
.scrollin.lineup::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scrollin.lineup span {
  display: inline-block;
  transform: translateY(1em);
}
.scrollin.lineup.isactive::after {
  animation: widthleft 1s linear 0s 1 normal forwards;
}
.scrollin.lineup.isactive span {
  animation: lineup 3s ease 0s 1 normal forwards;
}
.scrollin.zoomin {
  transform: scale(0.8);
  opacity: 0;
}
.scrollin.zoomin.isactive {
  animation: zoomin 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.scrollin.slidein {
  transform: translateX(1rem);
  opacity: 0;
}
.scrollin.slidein.isactive {
  animation: slidein 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes blur {
  from {
    opacity: 0;
    filter: blur(1.5rem);
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes widthleft {
  0% {
    width: 0;
    opacity: 0.5;
  }
  50% {
    width: 100%;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    width: 100%;
    transform: translateX(100%);
    opacity: 0.5;
  }
}
@keyframes lineup {
  from {
    transform: translateY(1em);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slidein {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .init {
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -100%;
  transition: 1.5s;
}
#header .init .initBox {
  text-align: left;
}
#header .init .initBox img {
  height: 5rem;
}
#header.isactive .init {
  margin-top: 0;
}

#fixconversion {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fixconversion .btn {
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2.5rem;
}
#fixconversion .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: black;
  line-height: 1.5;
}
#fixconversion .btn a .small {
  display: inline-block;
}
#fixconversion .btn a::before, #fixconversion .btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
#fixconversion .btn a::after {
  width: 0;
}
#fixconversion .btn a:hover {
  box-shadow: none;
  color: white;
}
#fixconversion .btn a:hover::after {
  width: 100%;
}
#fixconversion .btn.request a, #fixconversion .btn.conversion a {
  font-size: 2rem;
}
#fixconversion .btn.request a span.en, #fixconversion .btn.conversion a span.en {
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #fixconversion .btn.request a span.en, #fixconversion .btn.conversion a span.en {
    padding-right: 0;
  }
}
#fixconversion .btn.request a::before, #fixconversion .btn.conversion a::before {
  background: linear-gradient(45deg, #9d897d, #dcc99e 50%, #9d897d 100%);
}
#fixconversion .btn.request a::after, #fixconversion .btn.conversion a::after {
  background: black;
}
#fixconversion .btn.request + p, #fixconversion .btn.conversion + p {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #fixconversion .btn.request + p, #fixconversion .btn.conversion + p {
    text-align: left;
  }
}
#fixconversion .btn.request.membership span, #fixconversion .btn.conversion.membership span {
  line-height: 1.3;
  margin: 0.5em 0;
  display: inline-block;
}
#fixconversion .btn.request a::before {
  background: linear-gradient(45deg, #9a9a9a, #b8b8b8 50%, #9a9a9a 100%);
}
#fixconversion .btn.special a {
  font-size: 2rem;
  color: white;
}
#fixconversion .btn.special a::before {
  background: linear-gradient(45deg, #841b20, #ce3b29 50%, #841b20 100%);
}
#fixconversion .btn.special a::after {
  background: black;
}
#fixconversion .btn.link a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#fixconversion .btn.link a:hover {
  color: black;
  letter-spacing: 0.25em;
}
#fixconversion .btn.nonbtn a {
  pointer-events: none;
}
#fixconversion .btn.nonbtn a span {
  background: #f0f0f0;
  padding: 0 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #fixconversion {
    flex-wrap: wrap;
  }
  #fixconversion > .btn {
    width: 90%;
    margin: 0 0 1rem;
  }
  #fixconversion > .btn a {
    font-size: 1.4rem;
  }
}

#mainContentsBox .kerning {
  letter-spacing: -0.1em;
}
#mainContentsBox .kerningunit {
  text-indent: -0.5em;
}
#mainContentsBox .fixconversion {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mainContentsBox .fixconversion {
    flex-wrap: wrap;
  }
  #mainContentsBox .fixconversion > .btn {
    width: 100%;
    margin: 0 0 1rem;
  }
  #mainContentsBox .fixconversion > .btn a {
    font-size: 1.4rem;
  }
}
#mainContentsBox section {
  display: block;
  overflow: hidden;
  position: relative;
}
#mainContentsBox section h1,
#mainContentsBox section h2,
#mainContentsBox section h3,
#mainContentsBox section h4,
#mainContentsBox section h5 {
  font-weight: 400;
}
#mainContentsBox section h1.bordertitle,
#mainContentsBox section h2.bordertitle,
#mainContentsBox section h3.bordertitle,
#mainContentsBox section h4.bordertitle,
#mainContentsBox section h5.bordertitle {
  border-bottom: 1px solid black;
  margin-bottom: 0.25em;
}
#mainContentsBox section h3 {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
}
#mainContentsBox section h3.jp {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #mainContentsBox section h3 {
    font-size: 2rem;
  }
  #mainContentsBox section h3.jp {
    font-size: 3rem;
  }
}
#mainContentsBox section p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #mainContentsBox section p {
    font-size: 1.2rem;
    line-height: 3;
  }
}
#mainContentsBox section .mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
#mainContentsBox section .mainvisual picture {
  width: 100%;
  height: 100vh;
}
#mainContentsBox section .mainvisual picture.picture1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 2s;
  opacity: 1;
  filter: blur(0);
}
#mainContentsBox section .mainvisual picture.picture1.notactive {
  filter: blur(50px);
  opacity: 0;
}
#mainContentsBox section .mainvisual picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: none;
}
#mainContentsBox section .mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: none;
  display: block;
}
#mainContentsBox section .subtext {
  text-align: left;
  line-height: 5;
}
@media screen and (max-width: 768px) {
  #mainContentsBox section .subtext {
    padding: 0 5vw;
  }
}
#mainContentsBox section#story01 .subtext {
  margin-left: 8rem;
}
#mainContentsBox section#story02 .subtext {
  margin-right: 25%;
}
#mainContentsBox section#story03 .subtext {
  margin-left: 30%;
}
#mainContentsBox section#story04 .story {
  margin-top: 50vh;
  min-height: 250vh;
}
#mainContentsBox section#story04 .story .flex {
  min-height: 250vh;
}
@media screen and (max-width: 768px) {
  #mainContentsBox section#story04 .story {
    margin-top: 0;
    min-height: 150vh;
  }
  #mainContentsBox section#story04 .story .flex {
    min-height: 150vh;
  }
}
#mainContentsBox section#story04 .subtext {
  margin-right: 25vw;
}
@media screen and (max-width: 768px) {
  #mainContentsBox section#story01 .subtext, #mainContentsBox section#story02 .subtext, #mainContentsBox section#story03 .subtext, #mainContentsBox section#story04 .subtext {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
#mainContentsBox .center .mylogo {
  line-height: 1;
}
#mainContentsBox .center .mylogo picture {
  width: min(16.6666666667vw, 320px);
  aspect-ratio: 400/255;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainContentsBox .center .mylogo picture {
    width: min(41.6666666667vw, 320px);
  }
}
#mainContentsBox .center .mylogo picture svg,
#mainContentsBox .center .mylogo picture img {
  width: 100%;
  height: 100%;
  display: block;
}
#mainContentsBox #mainimage {
  color: white;
}
#mainContentsBox #mainimage > .init {
  width: 100%;
}
#mainContentsBox #mainimage > .init .firstview {
  min-height: 100vh;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainContentsBox #mainimage > .init .firstview > div {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#mainContentsBox #mainimage > .init .firstview > div h1 {
  text-align: center;
}
#mainContentsBox #mainimage > .init .firstview > div h2 {
  font-size: 3.8rem;
  line-height: 1.25;
  margin-bottom: min(3.3854166667vw, 65px);
}
@media screen and (max-width: 768px) {
  #mainContentsBox #mainimage > .init .firstview > div h2 {
    font-size: 2.4rem;
  }
}
#mainContentsBox #mainimage > .init .copy {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding-bottom: 50vh;
}
#mainContentsBox #mainimage > .init .copy .flex {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
#mainContentsBox #mainimage > .init .copy .flex h2 {
  font-size: 6rem;
  writing-mode: vertical-rl;
  padding-right: 0.5em;
  margin-right: 0.5em;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mainContentsBox #mainimage > .init .copy .flex h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #mainContentsBox #mainimage > .init .copy {
    padding: 4rem 5vw;
  }
  #mainContentsBox #mainimage > .init .copy .flex {
    align-items: flex-start;
  }
  #mainContentsBox #mainimage > .init .copy .flex h2 {
    text-indent: -0.5em;
  }
}
#mainContentsBox .story {
  width: 100%;
  min-height: 300vh;
}
#mainContentsBox .story .flex {
  width: 100%;
  min-height: 300vh;
  justify-content: center;
  align-items: center;
}
#mainContentsBox .story .flex .subtext {
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #mainContentsBox .story {
    min-height: 200vh;
  }
  #mainContentsBox .story .flex {
    min-height: 200vh;
  }
}
#mainContentsBox .lastcopy {
  margin-top: 6rem;
}
#mainContentsBox .lastlogo {
  min-height: 50vh;
  display: flex;
  justify-content: center;
}

#footer {
  background: black;
  color: white;
}
#footer .initBox {
  text-align: left;
  padding: 6rem;
}
#footer .initBox h2 img {
  height: 7rem;
  margin-bottom: 1rem;
}
#footer .initBox p {
  font-size: 1rem;
}
#footer .initBox p a.tel {
  color: white;
}

#pagetop.isactive {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
}
#pagetop.isactive a {
  color: white;
  mix-blend-mode: exclusion;
}

#volumebtn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  border-radius: 50%;
  transition: 1s;
}
#volumebtn a::before {
  font-family: "Material Symbols Outlined";
  content: "\e04f";
  vertical-align: middle;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: volumeeyecatch 1s ease 0s 1 normal forwards;
}
#volumebtn a:hover {
  transform: scale(1.5);
}
#volumebtn.isactive a::before {
  content: "\e050";
  color: white;
}

@keyframes volumeeyecatch {
  0% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=common.css.map */