@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.42;
}

h1 {
  font-size: 2.625rem;
  font-weight: 100;
  margin-bottom: 40px;
}

h2 {
  font-size: 3.5rem;
  font-weight: 100;
  color: rgb(234, 164, 157);
}
h2.fit {
  width: fit-content;
  padding: 25px 0 10px 0;
  margin: auto;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 20px 0;
}
h3.marginless {
  margin: 0;
}
h3 span {
  font-size: 1.125rem;
  font-weight: 700;
}

.policy h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1.3125rem;
  font-weight: 300;
}

.policy h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: 300;
}

.head-border {
  display: flex;
  align-items: center;
  text-align: center;
  color: rgb(234, 164, 157);
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgb(234, 164, 157);
}
.head-border:before {
  margin-right: 0.5rem;
}
.head-border:after {
  margin-left: 0.5rem;
}

.head-border_right {
  display: flex;
  align-items: center;
  text-align: center;
}
.head-border_right:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgb(81, 85, 89);
}
.head-border_right:after {
  margin-left: 0.5rem;
}

.head-dash {
  font-weight: 500;
}
.head-dash:before, .head-dash:after {
  content: "—";
}
.head-dash:before {
  margin-right: 0.5rem;
}
.head-dash:after {
  margin-left: 0.5rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
}
p.small {
  line-height: 1.42;
}

small {
  font-size: 0.75rem;
}

strong {
  font-weight: 700;
}

ul,
ol {
  margin-top: 15px;
}
ul h4,
ol h4 {
  margin-bottom: 7px;
  font-weight: 500;
}
ul li,
ol li {
  margin-bottom: 15px;
  line-height: 1.27;
}

.catch-copy {
  font-weight: 700;
  line-height: 1.42;
}
.catch-copy.small {
  font-size: clamp(0.9375rem, 1.25vw, 1.5rem);
}
.catch-copy.medium {
  font-size: clamp(1.125rem, 2.1vw, 2.25rem);
}
.catch-copy.large {
  font-size: clamp(1.5rem, 2.8vw, 2.625rem);
}
.catch-copy.xlarge {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
}

.read-sentence {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.1;
}

.copy-box {
  width: fit-content;
  padding: 21px 40px;
  margin: 0 auto 80px auto;
  background: linear-gradient(45deg, #606060, #606060, #606060, #e7e5d4, #606060);
  border-radius: 80px;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.highlighter {
  display: block;
  width: fit-content;
  padding: 0px;
  font-weight: 700;
}
.highlighter.gray {
  background-color: rgb(81, 85, 89);
  color: rgb(255, 255, 255);
}

.underline {
  text-decoration: underline;
  text-decoration-color: rgb(70, 69, 69);
}

.text-align_center {
  text-align: center;
}

.text-align_left {
  text-align: left;
}

.text-align_right {
  text-align: right;
}

.text-align_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 1.875rem;
    font-weight: 300;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 300;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 0.9375rem;
  }
  p {
    font-size: 0.9375rem;
  }
  p.small {
    line-height: 1.25;
  }
  small {
    font-size: 0.625rem;
  }
}
.catch-copy {
  font-weight: 700;
  line-height: 1.42;
}
.catch-copy.small {
  font-size: clamp(0.9375rem, 1.25vw, 1.3125rem);
}
.catch-copy.medium {
  font-size: clamp(1.125rem, 1.5vw, 1.875rem);
}
.catch-copy.large {
  font-size: clamp(1.5rem, 2.1vw, 2.25rem);
}
.catch-copy.xlarge {
  font-size: clamp(1.875rem, 3vw, 2.625rem);
}

.read-sentence {
  font-size: 1.125rem;
  line-height: 1.75;
}

@media screen and (max-width: 980px) {
  .br_pc {
    display: none !important;
  }
  .br_sp {
    display: block !important;
  }
}
.button_cover {
  display: block;
  margin: auto;
  padding: 5px;
  flex-grow: 1;
  border: 1ps solid red;
}
.button_cover .button {
  display: block;
  outline: none;
  color: rgb(255, 255, 255);
  width: fit-content;
  padding: 10px 50px 8px 50px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(45deg, #515559, 80%, #898d92);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.3);
}
.button_cover .button p {
  font-size: 0.9375rem;
}
.button_cover .button img {
  height: 1rem;
  margin-right: 0.5rem;
}
.button_cover .button.fit {
  width: fit-content;
}
.button_cover .button.full {
  width: 100%;
}
.button_cover .button:hover {
  background: linear-gradient(rgba(81, 85, 89, 0.7), rgba(81, 85, 89, 0.7));
  color: rgb(226, 227, 228);
  box-shadow: none;
}

.add-flex .button_cover {
  width: 100%;
}

.button_cover.single {
  width: 50%;
}

.navi .button_cover {
  width: 15%;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-content {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0 10px;
}

.tab-content .tabLabel {
  padding: 5px 12px 15px 12px;
  flex: 1;
  order: -1;
  border-radius: 50px;
  transition: 0.5s;
  cursor: pointer;
  background: linear-gradient(25deg, #eaa49d, #f2c8c4);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.2;
}
.tab-content .tabLabel span {
  font-size: 0.9375rem;
}
.tab-content .tabLabel:hover {
  background: linear-gradient(#eaa49d, #eaa49d);
  color: rgb(255, 255, 255);
}

.tab-content input:checked + .tabLabel {
  background: #f2c8c4;
  box-shadow: none;
  color: rgb(234, 164, 157);
}

.tab-content input {
  display: none;
}

.tab-content .detail {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-content input:checked + .tabLabel + .detail {
  padding: 80px 0 0 0;
  height: auto;
  overflow: auto;
  transition: 0.5s opacity;
  opacity: 1;
}

.tab-content input:checked + .tabLabel + .detail:last-of-type {
  padding: 80px 0 0 0;
}

@media screen and (max-width: 980px) {
  .tab-content {
    flex-wrap: wrap;
    gap: 0 5px;
    padding: 0 20px;
  }
  .tab-content .tabLabel {
    padding: 15px 2px;
    flex: 1;
    order: -1;
    border-radius: 0px;
    transition: 0.5s;
    cursor: pointer;
    background: linear-gradient(25deg, #eaa49d, #f2c8c4);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    text-align: center;
  }
  .tab-content .tabLabel span {
    font-size: 0.625rem;
  }
  .tab-content input:checked + .tabLabel {
    display: none;
  }
  .tab-content input:checked + .tabLabel + .detail {
    padding: 20px 0 0 0;
  }
  .tab-content input:checked + .tabLabel + .detail:last-of-type {
    padding: 20px 0 0 0;
  }
}
.smartphone {
  display: none;
}

#header {
  position: absolute;
  z-index: 100;
  top: 18px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  margin: auto;
  width: calc(100% - 144px);
  border-radius: 72px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
}
#header .inner {
  display: flex;
  width: 100%;
  height: 72px;
  padding: 0 40px;
  grid-auto-flow: column;
  align-items: center;
}
#header .inner ul {
  margin: 0;
}
#header .logo a {
  display: block;
  width: 50px;
  height: 32px;
  background-image: url("../../assets/images/logo_sakura.svg");
  background-repeat: no-repeat;
}
#header .logo a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#header .title h1 {
  margin-left: 15px;
  margin-bottom: 0;
  color: rgb(81, 85, 89);
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.2;
}
#header .title h1 span {
  font-size: 0.75rem;
}
#header a {
  text-decoration: none;
  margin: 0;
}
#header nav ul {
  display: flex;
  justify-content: flex-end;
  font-weight: 100;
  list-style: none;
  height: 51px;
}
#header nav li {
  margin-top: 0;
  /*共通の設定打消し*/
  line-height: 51px;
  margin-right: 25px;
  font-size: 1.125rem;
}
#header nav li a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  color: rgb(81, 85, 89);
}
#header nav li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#header nav li:last-child {
  margin-right: 0px;
}
#header nav li.visited {
  color: rgb(234, 164, 157);
  font-weight: 700;
}
@keyframes fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header.scroll {
  display: block;
  position: fixed;
  animation-name: fade-anime;
  animation-duration: 0.5s;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
#header.scroll .logo a {
  width: 60px;
  height: 60px;
  background-image: url("../../assets/images/logo_sakura.svg");
}

.computer {
  flex-grow: 1;
}

@media screen and (max-width: 980px) {
  .computer {
    display: none;
  }
  #header {
    top: 18px;
    left: 50%;
    width: 92%;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header .inner {
    height: 72px;
    padding: 0 10px;
  }
  #header .logo a {
    margin-left: 5px;
    width: 50px;
    height: 32px;
  }
  #header .title h1 {
    margin-left: 10px;
    font-size: 1.125rem;
  }
  #header .header-icons {
    display: none;
  }
  #header nav li {
    margin-right: 0px;
  }
  #header nav li a {
    padding: 0;
  }
  #header nav li:first-child {
    margin-left: 0;
  }
  #header nav li.visited {
    display: none;
  }
  #header nav ul {
    height: auto;
  }
  #header nav ul a {
    background-color: rgba(242, 200, 196, 0.85);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 25px;
  }
  #header nav ul li {
    margin: 10px 0 0 0;
  }
  #header ul a {
    text-align: center;
  }
  #header.scroll .logo a {
    width: 50px;
    height: 32px;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 31px;
    width: 60px;
  }
  .line-icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: rgb(81, 85, 89);
    border-radius: 2px;
    transition: ease 0.75s;
  }
  .line-icon span:nth-of-type(1) {
    top: 6px;
  }
  .line-icon span:nth-of-type(2) {
    top: 13px;
  }
  .line-icon span:nth-of-type(3) {
    bottom: 9px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 13px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 13px;
  }
  .smartphone {
    top: 72px;
    left: 0px;
    position: absolute;
    margin-top: 0;
    z-index: 100;
    width: 100%;
  }
  ul {
    flex-direction: column;
  }
}
#footer .inner {
  width: 100%;
  height: 72px;
  padding: 1rem 40px;
  grid-auto-flow: column;
  align-items: center;
  background-color: rgba(242, 200, 196, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: rgb(81, 85, 89);
}
#footer .inner .add-flex a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#footer .inner.side ul li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
#footer .inner.side ul li:last-child {
  margin-right: 0;
}
#footer ul, #footer p {
  margin-top: 0;
}
#footer .copyright {
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (max-width: 980px) {
  #footer #top-page .inner {
    margin-bottom: 0px;
  }
  #footer .inner {
    text-align: center;
    padding: 1rem 0px;
    height: auto;
  }
  #footer .inner .vertical h2 {
    position: initial;
    margin-bottom: 1rem;
  }
  #footer .inner .vertical ul {
    margin-top: 1rem;
  }
  #footer .copyright {
    font-size: 0.625rem;
    text-align: center;
  }
}

.load-fast,
.load-normal,
.load-late,
.load-scroll {
  opacity: 0;
  visibility: hidden;
  transition: all 0.72s ease;
}
.load-fast.is-show,
.load-normal.is-show,
.load-late.is-show,
.load-scroll.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.scroll-animation-lr {
  transform: translate(-50px, 0);
}

.scroll-animation-rl {
  transform: translate(50px, 0);
}

.scroll-animation-up {
  transform: translate(0, 50px);
}

.scroll-animation-down {
  transform: translate(0, -50px);
}

.scroll-animation-stay {
  transform: translate(0, 0px);
}

@media screen and (max-width: 980px) {
  .scroll-animation-lr {
    transform: translate(0, 50px);
  }
  .scroll-animation-rl {
    transform: translate(0, 50px);
  }
  .scroll-animation-up {
    transform: translate(0, 50px);
  }
  .scroll-animation-down {
    transform: translate(0, 50px);
  }
  .scroll-animation-stay {
    transform: translate(0, 0px);
  }
}
.slide {
  /* 1枚目のスライド */
  /* 2枚目のスライド */
  /* 3枚目のスライド */
}
.slide .image-wrap image-box {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.slide .image-wrap .image-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 27s;
  animation-iteration-count: infinite;
  background-color: #000;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
.slide .image-box > div:first-of-type {
  background-image: url(../../assets/images/top/background_triple-wing.jpg);
}
.slide .image-box > div:nth-of-type(2) {
  background-image: url(../../assets/images/top/background_wakuwaku01.jpg);
  animation-delay: 9s;
}
.slide .image-box > div:last-of-type {
  background-image: url(../../assets/images/top/background_wakuwaku02.jpg);
  animation-delay: 18s;
}

/*スクロールダウン全体の場所*/
.scroll-down {
  position: absolute;
  z-index: 999;
  right: 50%;
  bottom: 10px;
  height: 50px;
}
.scroll-down span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.scroll-down:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 8px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (max-width: 980px) {
  .scroll-down {
    right: 50%;
    bottom: 0px;
    height: 30px;
  }
  .scroll-down span {
    top: -12px;
    font-size: 0.6rem;
  }
  .scroll-down:after {
    width: 2px;
    height: 30px;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 15px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 30px;
      opacity: 0;
    }
  }
}
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-display: swap;
  color: rgb(81, 85, 89);
}

a {
  color: rgb(234, 164, 157);
}

a:hover {
  color: rgb(242, 200, 196);
}

main {
  padding-top: calc(72px + 80px);
  min-height: calc(100vh - 80px * 2);
  min-height: calc(100lvh - 80px * 2);
  min-height: calc(100svh - 80px * 2);
  position: relative;
}
main.top,
main .full,
main .landing {
  padding-top: 0;
}

section.backcolor {
  padding: 80px 0;
}
section.backcolor.gray {
  background: linear-gradient(80deg, rgb(81, 85, 89), 85%, rgb(137, 141, 146));
}
section.backcolor.light-gray {
  background: linear-gradient(80deg, rgb(226, 227, 228), 85%, rgb(255, 255, 255));
}
section.backcolor.background-space {
  padding: 80px 0;
}

section + section {
  margin-top: 80px;
}

.all-wrapper {
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 90px);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wrapper.gray {
  background: linear-gradient(70deg, rgb(81, 85, 89), 80%, rgb(81, 85, 89));
}
.wrapper.light-gray {
  background: linear-gradient(70deg, rgb(81, 85, 89), 80%, rgb(255, 255, 255));
}
.wrapper.background-space {
  padding: 80px 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}
.container:last-child {
  margin-bottom: 0px;
}
.container:first-child {
  margin-top: 0px;
}
.container.full {
  width: 100%;
}
.container.full .viewport-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.container.full .viewport-wrap.first-view {
  margin-top: 72px;
  height: calc(100lv - 72px);
  height: calc(100lvh - 72px);
  height: calc(100lvs - 72px);
}
.container.full .viewport-wrap .viewport-inner {
  position: absolute;
}
.container.wide {
  width: calc(980px + 300px);
}
.container.wide header {
  padding: 0;
}
.container.default {
  width: 980px;
}
.container.default header {
  padding: 0;
}
.container.narrow {
  width: calc(980px - 200px);
}
.container.narrow header {
  padding: 0;
}
.container.contact {
  min-width: 960px;
  max-width: 1080px;
  margin-bottom: 0;
}

.column-single {
  padding: 0 40px;
}

.column-flex {
  padding: 0 40px;
}

.button-flex,
.column-flex,
.add-flex {
  display: flex;
  gap: 25px;
  align-items: stretch;
  justify-content: center;
}
.button-flex.wrap,
.column-flex.wrap,
.add-flex.wrap {
  flex-wrap: wrap;
  justify-content: left;
}
.button-flex.wrap.trisection,
.column-flex.wrap.trisection,
.add-flex.wrap.trisection {
  column-gap: 2%;
  row-gap: calc((980px - 80px) * 0.02);
}
.button-flex.wrap.trisection .flex-box,
.column-flex.wrap.trisection .flex-box,
.add-flex.wrap.trisection .flex-box {
  width: 32%;
  height: calc((980px - 80px) * 0.32);
  position: relative;
  background-color: #ccc;
}
.button-flex.wrap.trisection.tiles a,
.column-flex.wrap.trisection.tiles a,
.add-flex.wrap.trisection.tiles a {
  display: block;
  color: rgb(255, 255, 255);
  height: 100%;
}
.button-flex.wrap.trisection.tiles .inner,
.column-flex.wrap.trisection.tiles .inner,
.add-flex.wrap.trisection.tiles .inner {
  position: absolute;
  left: 2%;
  bottom: 2%;
  width: 96%;
  padding: 3%;
}
.button-flex.wrap.trisection.tiles .image-box,
.column-flex.wrap.trisection.tiles .image-box,
.add-flex.wrap.trisection.tiles .image-box {
  height: calc((980px - 80px) * 0.32);
}
.button-flex.wrap.quadrant,
.column-flex.wrap.quadrant,
.add-flex.wrap.quadrant {
  column-gap: 2%;
}
.button-flex.wrap.quadrant .flex-box,
.column-flex.wrap.quadrant .flex-box,
.add-flex.wrap.quadrant .flex-box {
  width: 23.5%;
  height: calc((980px - 80px) * 0.235);
  position: relative;
  background-color: #ccc;
}
.button-flex.wrap.quadrant.tiles a,
.column-flex.wrap.quadrant.tiles a,
.add-flex.wrap.quadrant.tiles a {
  display: block;
  color: rgb(255, 255, 255);
  height: 100%;
}
.button-flex.wrap.quadrant.tiles .inner,
.column-flex.wrap.quadrant.tiles .inner,
.add-flex.wrap.quadrant.tiles .inner {
  position: absolute;
  left: 2%;
  bottom: 2%;
  width: 96%;
  padding: 3%;
}
.button-flex.wrap.quadrant.tiles .image-box,
.column-flex.wrap.quadrant.tiles .image-box,
.add-flex.wrap.quadrant.tiles .image-box {
  height: calc((980px - 80px) * 0.235);
}
.button-flex.wrap .inner,
.column-flex.wrap .inner,
.add-flex.wrap .inner {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.button-flex.wrap .inner h5,
.column-flex.wrap .inner h5,
.add-flex.wrap .inner h5 {
  font-size: 0.9375rem;
  font-weight: 700;
}
.button-flex.wrap .inner p,
.column-flex.wrap .inner p,
.add-flex.wrap .inner p {
  font-size: 0.625rem;
  line-height: 1.42;
}
.button-flex.flex-grow .flex-box,
.column-flex.flex-grow .flex-box,
.add-flex.flex-grow .flex-box {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.button-flex.flex-grow.fix .flex-box,
.column-flex.flex-grow.fix .flex-box,
.add-flex.flex-grow.fix .flex-box {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 270px;
  height: 270px;
}
.button-flex:last-child,
.column-flex:last-child,
.add-flex:last-child {
  padding-bottom: 0px;
}
.button-flex.justify-around,
.column-flex.justify-around,
.add-flex.justify-around {
  justify-content: space-around;
}
.button-flex.justify-start,
.column-flex.justify-start,
.add-flex.justify-start {
  justify-content: flex-start;
}
.button-flex.align-center,
.column-flex.align-center,
.add-flex.align-center {
  align-items: center;
}
.button-flex.align-flex-start,
.column-flex.align-flex-start,
.add-flex.align-flex-start {
  align-items: flex-start;
}
.button-flex.align-flex-end,
.column-flex.align-flex-end,
.add-flex.align-flex-end {
  align-items: flex-end;
}
.button-flex .flex-box.grow-ratio,
.column-flex .flex-box.grow-ratio,
.add-flex .flex-box.grow-ratio {
  flex-grow: 2;
}
.button-flex .flex-box.inner,
.column-flex .flex-box.inner,
.add-flex .flex-box.inner {
  position: relative;
}
.button-flex .flex-box.inner .inner-box,
.column-flex .flex-box.inner .inner-box,
.add-flex .flex-box.inner .inner-box {
  width: 60%;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.button-flex .flex-box.inner .inner-box.right,
.column-flex .flex-box.inner .inner-box.right,
.add-flex .flex-box.inner .inner-box.right {
  right: 5%;
}
.button-flex .flex-box.inner .inner-box.left,
.column-flex .flex-box.inner .inner-box.left,
.add-flex .flex-box.inner .inner-box.left {
  left: 5%;
}
.button-flex .one-side,
.column-flex .one-side,
.add-flex .one-side {
  width: 50%;
  float: right;
}

.image-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.image-wrap.float-left {
  float: left;
  margin: 0 40px 20px 0;
}
.image-wrap.border img {
  border: 1px solid rgb(137, 141, 146);
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-wrap.anime img:hover {
  transform: scale(1.1);
  transition: 0.9s all;
}

.image-box {
  overflow: hidden;
  margin: auto;
}
.image-box.fix-w900 {
  width: 900px;
}
.image-box.fix-w700 {
  width: 700px;
}
.image-box.fix-w500 {
  width: 500px;
}
.image-box.fix-w400 {
  width: 400px;
}
.image-box.fix-w300 {
  width: 300px;
}
.image-box.fix-w150 {
  width: 150px;
}
.image-box.fix-h400 {
  width: 100%;
  height: 400px;
}
.image-box.fix-h200 {
  height: 200px;
}
.image-box.contain img {
  object-fit: contain;
}
.image-box.contain.right img {
  object-position: right;
}
.image-box.none img {
  object-fit: none;
}
.image-box.image-space {
  padding: 40px;
}

.flame {
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.75);
}
.flame.radius {
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .wrapper.background-space {
    padding: 40px 0;
  }
  .container.full {
    width: 100%;
  }
  .container.wide {
    width: 94%;
  }
  .container.wide header {
    padding: 0;
  }
  .container.default {
    width: 94%;
  }
  .container.default header {
    padding: 0;
  }
  .container.narrow {
    width: 94%;
  }
  .container.narrow header {
    padding: 0;
  }
  .container.contact {
    width: 100%;
  }
  .column-single {
    padding: 0 20px;
  }
  .column-flex {
    padding: 0 20px;
  }
  .column-flex,
  .add-flex {
    display: block;
    gap: 5px;
    padding-bottom: 0;
  }
  .column-flex.sp-flex,
  .add-flex.sp-flex {
    display: flex;
  }
  .column-flex.flex-wrap.trisection .flex-box,
  .add-flex.flex-wrap.trisection .flex-box {
    width: 100%;
  }
  .column-flex.flex-wrap.quadrant .flex-box,
  .add-flex.flex-wrap.quadrant .flex-box {
    width: 100%;
  }
  .column-flex.flex-grow.fix .flex-box,
  .add-flex.flex-grow.fix .flex-box {
    flex-basis: 43%;
    width: 43%;
    height: 43%;
    margin-left: auto;
    margin-right: auto;
  }
  .column-flex .flex-box.grow-ratio,
  .add-flex .flex-box.grow-ratio {
    flex-grow: 2;
  }
  .column-flex .flex-box.inner,
  .add-flex .flex-box.inner {
    position: static;
  }
  .column-flex .flex-box.inner .inner-box,
  .add-flex .flex-box.inner .inner-box {
    width: 94%;
    margin: auto;
    position: static;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  .column-flex_sp,
  .add-flex_sp {
    display: flex;
    gap: 25px;
    align-items: stretch;
    justify-content: center;
  }
  .lineup .column-flex .flex-box + .flex-box {
    margin-top: 0px;
  }
  .image-box {
    overflow: hidden;
    margin: auto;
  }
  .image-box.fix-w-sp {
    width: 80%;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w500 {
    width: 100%;
  }
  .image-box.fix-w400 {
    width: 100%;
  }
  .image-box.fix-w300 {
    width: 100%;
  }
  .image-box.fix-w200 {
    width: 30%;
  }
  .image-box.fix-w150 {
    width: 30%;
  }
  .image-box.fix-h200 {
    width: 50%;
  }
}
section + section {
  margin: 80px 0 0 0;
}

div + section {
  margin: 160px 0 0 0;
}

section + .marginless {
  margin: 160px 0 0 0;
}

section + footer {
  margin: 80px 0 0 0;
}

.marginless + footer {
  margin: 0;
}

.marginless section {
  margin-bottom: 0;
}
.marginless section + section {
  margin: 0;
}

.all-wrapper + footer {
  margin: 160px 0 0 0;
}

h2 + p {
  margin: 80px 0 0 0;
}

h2 + .column-wrapper {
  margin: 80px 0 0 0;
}

h2 + .column-single {
  margin: 80px 0 0 0;
}

h2 + .column-flex {
  margin: 80px 0 0 0;
}

p + .button-wrap {
  margin: 40px 0 0 0;
}

.wrapper + .wrapper {
  margin: 80px 0 0 0;
}

.wrapper + .wrapper.ultra-light-gray {
  margin: 0;
  padding: 160px 0 80px 0;
}

.column-wrapper + .column-wrapper {
  margin: 80px 0 0 0;
}

.column-wrapper + .button-wrap {
  margin: 40px 0 0 0;
}

.column-single + .column-wrapper {
  margin: 80px 0 0 0;
}

.column-single + .column-single {
  margin: 80px 0 0 0;
}

.column-single + .column-flex {
  margin: 80px 0 0 0;
}

.column-single + .column-wrap {
  margin: 80px 0 0 0;
}

.column-single + .button-wrap {
  margin: 40px 0 0 0;
}

.column-flex + .column-flex {
  margin: 80px 0 0 0;
}

.column-flex.wrap + .column-flex.wrap {
  margin: calc((980px - 80px) * 0.02) 0 0 0;
}

.column-flex + .column-box {
  margin: 80px 0 0 0;
}

.column-flex + .column-single {
  margin: 80px 0 0 0;
}

.column-flex + .button-wrap {
  margin: 20px 0 0 0;
}

.button-wrap + .column-single {
  margin: 80px 0 0 0;
}

.button-wrap + .column-flex {
  margin: 80px 0 0 0;
}

.button-wrap + .column-box {
  margin: 80px 0 0 0;
}

.column-wrapper + p {
  margin-top: 40px;
}

.column-single + p {
  margin-top: 40px;
}

.column-flex + p {
  margin-top: 40px;
}

.add-flex + p {
  margin-top: 40px;
}

.column-wrap + .column-wrap {
  margin: 80px 0 0 0;
}

.column-wrap + .column-box {
  margin: 80px 0 0 0;
}

.image-box + p {
  margin: 80px 0 0 0;
}

.image-box + .column-box {
  margin: 80px 0 0 0;
}

.column-box + .column-box {
  margin: 80px 0 0 0;
}

.column-box + .column-flex {
  margin: 80px 0 0 0;
}

.flex-box h5 {
  padding: 0;
}

p + figcaption {
  margin-top: 10px;
}

table + figcaption {
  margin-top: 10px;
}

.image-box + figcaption {
  margin-top: 10px;
}

.margin-top40 {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  section + section {
    margin: 80px 0 0 0;
  }
  section + footer {
    margin: 80px 0 0 0;
  }
  #top-page section + footer {
    margin: 13.3333333333px 0 0 0;
  }
  div + section {
    margin: 80px 0 0 0;
  }
  section + .marginless {
    margin: 80px 0 0 0;
  }
  .marginless section {
    margin-bottom: 0;
  }
  .marginless section + section {
    margin: 0;
  }
  .all-wrapper + footer {
    margin: 80px 0 0 0;
  }
  .flex-box + .flex-box {
    margin: 10px 0 0 0;
  }
  .button-flex.marginless .flex-box + .flex-box, .column-flex.marginless .flex-box + .flex-box, .add-flex.marginless .flex-box + .flex-box {
    margin: 0;
  }
}/*# sourceMappingURL=common.css.map */