@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #143948;
  outline: none;
  position: relative;
  display: inline-block;
}

@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #143948;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  color: #143948;
  background: #FFF;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
  background: #fdfcf8;
}

@media screen and (min-width: 769px) {
  #page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
}
.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 17px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1120px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Staatliches", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.noinfo {
  font-size: 16px;
  font-weight: 500px;
  color: #143948;
  text-align: center;
  padding: 67px 0 31px;
}
@media screen and (min-width: 769px) {
  .noinfo {
    padding-bottom: 43px;
  }
}

.btn-base {
  border-radius: 2em;
  border: 2px solid #143948;
  box-shadow: 3px 3px 0px #132b22;
  text-align: center;
  transform: translateZ(0);
}
.btn-base a {
  display: block;
  padding: 8px 0;
  position: relative;
  border-radius: 2em;
  background: #fff;
}
@media (min-width: 769px) {
  .btn-base a:hover {
    background: #ffbd7a;
    opacity: 1;
  }
}
.btn-base.btn-more a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 14px;
  background: url(../images/common/icon_arrow_r.svg) no-repeat;
}
.btn-base.btn-back a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 13px;
  height: 14px;
  background: url(../images/common/icon_arrow_r.svg) no-repeat;
  transform: scale(-1, 1);
}
.btn-base.btn-back a span {
  margin-left: 23px;
}
.btn-base.btn-en {
  font-family: "Staatliches", sans-serif;
  font-size: 16px;
}

/* ヘッダー-------------------------------------------*/
.page-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: #ffeaa5;
  z-index: 11;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .page-hd {
    height: 60px;
  }
}
.page-hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
.page-hd .hd-inner {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-hd .hd-inner .top-logo-l {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-hd .hd-inner .top-logo a .logo01 {
    width: 93px;
    margin-right: 10px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo a .logo01 {
    margin-right: 21px;
    width: min(12.2321428571vw, 137px);
  }
}
@media (max-width: 768px) {
  .page-hd .hd-inner .top-logo a .logo02 {
    width: 98px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo a .logo02 {
    width: min(13.0357142857vw, 146px);
  }
}
.page-hd .hd-inner .hbg-wrapper {
  position: absolute;
  top: 22px;
  right: 15px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .hbg-wrapper {
    display: none;
  }
}
.top-logo-l-box {
  position: absolute;
  z-index: 1;
}
.top-logo-l-box img {
  transition: 0.3s;
}
.top-logo-l-box.op0 img {
  opacity: 0;
}
.top-logo-l-box.op0 .top-logo-l::before {
  opacity: 0;
}
@media (max-width: 768px) {
  .top-logo-l-box {
    top: 8px;
    left: 14px;
  }
}
@media (min-width: 769px) {
  .top-logo-l-box {
    top: 10px;
    left: 28px;
  }
}
.top-logo-l-box a:hover {
  opacity: 1;
}
.top-logo-l-box .top-logo-l {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
@media (min-width: 769px) {
  .top-logo-l-box .top-logo-l {
    gap: 20px;
  }
}
.top-logo-l-box .top-logo-l .logo01 {
  width: 137px;
}
@media (min-width: 769px) {
  .top-logo-l-box .top-logo-l .logo01 {
    width: 195px;
  }
}
.top-logo-l-box .top-logo-l .logo02 {
  width: 131px;
  margin-top: 11px;
}
@media (min-width: 769px) {
  .top-logo-l-box .top-logo-l .logo02 {
    width: 187px;
  }
}
.top-logo-l-box .top-logo-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffeaa5;
  z-index: -1;
  transition: 0.3s;
}

.page-home .top-logo-l-box {
  display: none !important;
}
.page-home .u-bg-wave {
  display: none !important;
}

.u-bg-wave {
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .u-bg-wave {
    top: 48px;
  }
}
@media (min-width: 769px) {
  .u-bg-wave {
    top: 60px;
  }
}

.hbg-wrapper {
  width: 22px;
  height: 16px;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
}
.hbg-wrapper span {
  width: 100%;
  height: 2px;
  background: #143948;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}
.hbg-wrapper span:nth-of-type(1) {
  top: 0;
}
.hbg-wrapper span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hbg-wrapper span:nth-of-type(3) {
  bottom: 0;
}
.hbg-wrapper.open span:nth-child(1) {
  transform: translateY(3px) rotate(-45deg);
}
.hbg-wrapper.open span:nth-child(2) {
  opacity: 0;
}
.hbg-wrapper.open span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
}

/* グローバルナビ-------------------------------------------*/
@media (max-width: 768px) {
  #gnav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: scroll;
    top: 48px;
    height: 100vh;
  }
  #gnav .gnav-inner {
    background: #ffeaa5;
    height: 100%;
    padding: 30px 35px 150px;
    overflow: scroll;
  }
  #gnav .gnav-inner .gnav-list {
    margin-bottom: 30px;
  }
  #gnav .gnav-inner .gnav-list > li {
    border-bottom: 1px solid #143948;
  }
  #gnav .gnav-inner .gnav-list > li:first-child {
    border-top: 1px solid #143948;
  }
  #gnav .gnav-inner .gnav-list > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 7px 0;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-en {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: 28px;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-jp {
    font-size: 10px;
    font-weight: bold;
    position: relative;
    padding-right: 25px;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-jp::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 14px;
    background: url(../images/common/icon_arrow_r.svg) no-repeat;
  }
  #gnav .gnav-inner .gnav-list > li .child-list {
    margin-left: 48px;
  }
  #gnav .gnav-inner .gnav-list > li .child-list li {
    border-top: 1px dashed #143948;
  }
  #gnav .gnav-inner .gnav-list > li .child-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
  }
  #gnav .gnav-inner .gnav-list > li .child-list li a .txt-en {
    font-family: "Staatliches", sans-serif;
    line-height: 1.05;
    font-size: 24px;
  }
  #gnav .gnav-inner .gnav-list > li .child-list li a .txt-jp {
    font-size: 10px;
    font-weight: bold;
  }
  #gnav .gnav-inner .gnav-list .cs {
    opacity: 0.3;
  }
  #gnav .gnav-inner .gnav-list .cs a {
    pointer-events: none;
  }
  #gnav .gnav-inner .gnav-list .cs a .txt-cs {
    font-size: 10px;
  }
  #gnav .gnav-inner .btn-ticket {
    position: relative;
    width: 70.4vw;
    margin: 0 auto;
  }
  #gnav .gnav-inner .btn-ticket a {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: 30px;
    padding: 4px 0;
    padding-left: 30px;
    overflow: hidden;
  }
  #gnav .gnav-inner .btn-ticket .ticket {
    margin-left: 5px;
    vertical-align: middle;
    width: 40px;
  }
  #gnav .gnav-inner .btn-ticket.cs::before, #gnav .gnav-inner .btn-ticket.cs::after {
    content: "";
    position: absolute;
    z-index: 1;
  }
  #gnav .gnav-inner .btn-ticket.cs::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 2em;
  }
  #gnav .gnav-inner .btn-ticket.cs::after {
    width: 74px;
    height: 18px;
    top: -10px;
    left: 15px;
    background: url(../images/common/icon_cs.svg) no-repeat;
    background-size: contain;
  }
  #gnav .gnav-inner .sns-box {
    margin-top: 30px;
  }
  #gnav .gnav-inner .sns-box .sns-ttl {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  #gnav {
    display: block !important;
    height: fit-content;
  }
  #gnav .gnav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gnav .gnav-inner .gnav-list {
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
  #gnav .gnav-inner .gnav-list > li {
    position: relative;
  }
  #gnav .gnav-inner .gnav-list > li.nav-top {
    display: none;
  }
  #gnav .gnav-inner .gnav-list > li a {
    display: block;
    padding: 6px 0;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-en {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: min(1.6071428571vw, 18px);
    position: relative;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-en.arrow {
    padding-right: 13px;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-en.arrow::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_d-arrow.svg) no-repeat;
    background-size: contain;
  }
  #gnav .gnav-inner .gnav-list > li a .txt-jp {
    display: none;
  }
  #gnav .gnav-inner .gnav-list > li.c-nav:hover .child-list {
    opacity: 1;
    transform: scaleY(1);
  }
  #gnav .gnav-inner .gnav-list > li .child-list {
    transform: scaleY(0);
    transform-origin: center top;
    height: 0;
    min-width: 110px;
    height: fit-content;
    border-radius: 24px;
    background: #fff;
    border: 2px solid #143948;
    box-shadow: 3px 3px 0px #132b22;
    padding: 18px 16px;
    position: absolute;
    right: -13px;
    top: 30px;
    transition: 0.5s;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    width: max-content;
  }
  #gnav .gnav-inner .gnav-list > li .child-list li {
    text-align: center;
  }
  #gnav .gnav-inner .gnav-list .cs {
    opacity: 0.3;
  }
  #gnav .gnav-inner .gnav-list .cs a {
    display: flex;
    flex-direction: column-reverse;
    pointer-events: none;
  }
  #gnav .gnav-inner .gnav-list .cs a .txt-cs {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: 12px;
  }
  #gnav .gnav-inner .btn-ticket {
    position: relative;
    width: 120px;
    margin: 0 auto;
    margin-left: 12px;
  }
  #gnav .gnav-inner .btn-ticket a {
    font-family: "Staatliches", sans-serif;
    line-height: 1.2;
    font-size: 18px;
    padding: 2px 0;
    overflow: hidden;
  }
  #gnav .gnav-inner .btn-ticket .ticket {
    margin-left: 0;
    vertical-align: middle;
    width: 30px;
  }
  #gnav .gnav-inner .btn-ticket.cs::before, #gnav .gnav-inner .btn-ticket.cs::after {
    content: "";
    position: absolute;
    z-index: 1;
  }
  #gnav .gnav-inner .btn-ticket.cs::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 2em;
  }
  #gnav .gnav-inner .btn-ticket.cs::after {
    width: 74px;
    height: 18px;
    top: -10px;
    left: -7px;
    background: url(../images/common/icon_cs.svg) no-repeat;
    background-size: contain;
  }
  #gnav .gnav-inner .sns-box {
    display: none;
  }
}

.buy-ticket-btn-wrapper {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 10;
  transition: 0.3s;
}
.buy-ticket-btn-wrapper.cs {
  display: none;
}
.buy-ticket-btn-wrapper.cs .buy-ticket-btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.buy-ticket-btn-wrapper.cs .buy-ticket-btn a {
  pointer-events: none;
}
.buy-ticket-btn-wrapper .deco01 {
  width: 53px;
  position: absolute;
  bottom: -33px;
  right: -10px;
  z-index: 1;
}

.buy-ticket-btn {
  position: relative;
  overflow: hidden;
  width: 142px;
  height: 80px;
  border-radius: 13px;
  background: #fff;
  border: 2px solid #143948;
  box-shadow: 3px 3px 0px #143948;
}
.buy-ticket-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 769px) {
  .buy-ticket-btn a:hover {
    background: #ffbd7a;
    opacity: 1;
  }
}
.buy-ticket-btn a .txt-line-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: max-content;
  gap: 5px;
}
.buy-ticket-btn a .txt-line-wrapper .d-txt-line {
  display: flex;
  animation: loop-slide 15s infinite linear 0s both;
  gap: 5px;
  font-family: "Staatliches", sans-serif;
  font-size: 22px;
}
.buy-ticket-btn a .txt-line-wrapper .d-txt-line .d-txt {
  flex-shrink: 0;
  white-space: nowrap;
  width: max-content;
  width: 35px;
}
.buy-ticket-btn a .detail-txt {
  font-size: 12px;
}

/* 波線境界線-------------------------------------------*/
.wave-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .wave-bg-t {
    height: 14.4vw;
    top: -10.4vw;
    left: 0;
  }
}
@media (min-width: 769px) {
  .wave-bg-t {
    top: -6.7857142857vw;
    left: 0;
  }
}

.wave-bg-b {
  transform: scale(1, -1);
}
@media (max-width: 768px) {
  .wave-bg-b {
    height: 14.4vw;
    bottom: -10.4vw;
    left: 0;
  }
}
@media (min-width: 769px) {
  .wave-bg-b {
    bottom: -6.7857142857vw;
    left: 0;
  }
}

.wave-bg01 {
  fill: #FDFCF8;
}

.wave-bg02 {
  fill: #FDFCF8;
}

.wave-bg03 {
  fill: #CCE7E0;
}

.wave-bg04 {
  fill: #EA604B;
}

.wave-bg05 {
  fill: #fff;
}

.wave-bg06 {
  fill: #FFEAA5;
  transform: scale(-1, -1);
  z-index: -1;
}
@media (max-width: 768px) {
  .wave-bg06 {
    height: auto;
    bottom: -19.4vw;
  }
}

/* 下層タイトル-------------------------------------------*/
.c-ttl-s {
  text-align: center;
  line-height: 1.4;
}
.c-ttl-s .txt-jp {
  font-size: 13px;
  font-weight: 600;
  display: block;
}
@media (min-width: 769px) {
  .c-ttl-s .txt-jp {
    font-size: 16px;
  }
}
.c-ttl-s .txt-en {
  font-family: "Staatliches", sans-serif;
  font-size: 40px;
  display: block;
}
@media (min-width: 769px) {
  .c-ttl-s .txt-en {
    font-size: 60px;
    line-height: 1.2;
  }
}

.ttl-area .box-inner .c-ttl-s {
  margin-bottom: 40px;
}

.cs-txt {
  font-family: "Staatliches", sans-serif;
  line-height: 1.2;
  text-align: center;
  font-size: 40px;
  color: #c4c4c4;
}

/* NEWS-------------------------------------------*/
.news-list .inner {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #143948;
  display: block;
}
@media (min-width: 769px) {
  .news-list .inner {
    display: flex;
    gap: 8px;
    margin-bottom: 26px;
    padding-bottom: 26px;
  }
}
.news-list .inner dt {
  font-family: "Staatliches", sans-serif;
  font-size: 16px;
}
@media (min-width: 769px) {
  .news-list .inner dt {
    line-height: 1.2;
    font-size: 20px;
    width: 160px;
  }
}
.news-list .inner .icon-new {
  margin-left: 8px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #eb5f44;
  transform: rotate(-9deg) translateY(-4px);
  padding: 4px 8px;
  border-radius: 50%;
  line-height: 1;
}
@media (min-width: 769px) {
  .news-list .inner .icon-new {
    font-size: 14px;
    padding: 6px 12px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .news-list .inner dd {
    flex: 1;
  }
}

/* WYSIWYG-------------------------------------------*/
.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

.wysiwyg h1 {
  font-size: 200%;
}

.wysiwyg h2 {
  font-size: 180%;
}

.wysiwyg h3 {
  font-size: 160%;
}

.wysiwyg h4 {
  font-size: 140%;
}

.wysiwyg h5 {
  font-size: 120%;
}

.wysiwyg h6 {
  font-size: 100%;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
/* SNSシェア-------------------------------------------*/
.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.sns-list li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #143948;
  filter: drop-shadow(2px 2px 0px #132b22);
  overflow: hidden;
  transform: translateZ(0);
}
.sns-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
}
@media (min-width: 769px) {
  .sns-list li a:hover {
    opacity: 1;
    background: #ffbd7a;
  }
}
/* パンくず-------------------------------------------*/
.breadcrumb-area {
  display: block;
  margin: 0 auto;
  padding: 42.6666666667vw 17px 23px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .breadcrumb-area {
    padding-top: 13.3928571429vw;
    max-width: 1078px;
  }
}
.breadcrumb-area .breadcrumb {
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .breadcrumb-area .breadcrumb {
    margin: 0 auto;
  }
}
.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 14px;
  display: inline;
}
.breadcrumb-area .breadcrumb li:after {
  position: absolute;
  content: "＞";
  vertical-align: middle;
  left: auto;
  right: -1px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-decoration: none;
}
.breadcrumb-area .breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb-area .current a {
  text-decoration: none;
  color: #A8A8A8;
}

/* フッター-------------------------------------------*/
/*============================
#support
============================*/
#support {
  padding: 35px 0 5.3333333333vw;
  background: #fff;
}
@media (min-width: 769px) {
  #support {
    padding-bottom: 6.25vw;
  }
}
#support .box-inner .c-ttl-s {
  margin-bottom: 20px;
}
#support .box-inner .c-ttl-s .txt-en {
  font-size: 32px;
}
@media (min-width: 769px) {
  #support .box-inner .c-ttl-s .txt-en {
    font-size: 40px;
  }
}
#support .box-inner .ft-logo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  margin-left: 1px;
}
@media (min-width: 769px) {
  #support .box-inner .ft-logo {
    margin-bottom: 58px;
  }
}
#support .box-inner .ft-logo li {
  width: 50%;
  border: 1px solid #CBCBCB;
  margin-top: -1px;
  margin-left: -1px;
}
@media (min-width: 769px) {
  #support .box-inner .ft-logo li {
    width: 20%;
  }
}
.page-ft {
  background: #ea604b;
  padding: 34px 0 120px;
  position: relative;
  margin-top: auto;
  z-index: 1;
}
@media (min-width: 769px) {
  .page-ft {
    padding-bottom: 40px;
  }
}
.page-ft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_noise.png);
  mix-blend-mode: color-burn;
  opacity: 0.5;
  z-index: 1;
}
.page-ft .wave-bg-t {
  top: -10.185714vw;
  transform: scale(-1, 1);
}
@media (min-width: 769px) {
  .page-ft .wave-bg-t {
    top: -7.585714vw;
  }
}
.page-ft .bg-ft-wave {
  position: absolute;
  top: -9.985714vw;
  left: 0;
}
@media (min-width: 769px) {
  .page-ft .bg-ft-wave {
    top: -7.585714vw;
  }
}
.page-ft .txt-line-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: max-content;
  gap: 40px;
}
@media (min-width: 769px) {
  .page-ft .txt-line-wrapper {
    gap: 50px;
  }
}
.page-ft .txt-line-wrapper .d-txt-line {
  display: flex;
  animation: loop-slide 30s infinite linear 0s both;
  gap: 40px;
}
@media (min-width: 769px) {
  .page-ft .txt-line-wrapper .d-txt-line {
    gap: 50px;
  }
}
.page-ft .txt-line-wrapper .d-txt-line .d-txt {
  flex-shrink: 0;
  white-space: nowrap;
  width: max-content;
  width: 460px;
  height: 81px;
}
@media (min-width: 769px) {
  .page-ft .txt-line-wrapper .d-txt-line .d-txt {
    height: 104px;
    width: 587px;
  }
}
.page-ft .sns-list {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 34px;
}
@media (min-width: 769px) {
  .page-ft .sns-list {
    margin-top: 30px;
  }
}
.page-ft .ft-linktxt {
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.page-ft .ft-linktxt a {
  color: #fff;
}
.page-ft .copyright {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#pagetop {
  position: absolute;
  right: 21px;
  top: -48px;
  width: 46px;
  height: 46px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  #pagetop {
    width: 79px;
    height: 79px;
    right: 57px;
    top: -100px;
  }
}
#pagetop img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=_map/common.css.map */
