@charset "UTF-8";
/*--------------------------------------*
 * foundation// リセットCSSや基本的なスタイル
 *--------------------------------------*/
/* ===================================================
共通項目
====================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html section:target {
  scroll-margin-top: 30px;
}

body {
  margin: 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 62.5%;
  /* Safari */
}
body .notoSan {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body :focus-visible {
  outline: 2px solid #000000;
}
body p, body h1, body h2, body h3, body h4, body ul, body li {
  padding: 0;
  margin: 0;
}
body a {
  text-decoration: none;
  display: block;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  word-break: break-all;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}
body a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  body a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body p {
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
}
body button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body button:hover {
  opacity: 0.7;
}
body li {
  list-style: none;
}
body .for_sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  body .for_sp {
    display: none;
  }
}
body .for_pc {
  display: none;
}
@media screen and (min-width: 769px) {
  body .for_pc {
    display: inline-block;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body .niwa {
  margin: 0 auto;
  opacity: 0;
}
body .niwa.show {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body p.txt {
  display: block;
}
body .cmp-hdg004, body h3:not(.hdg) {
  padding: unset;
}
@-moz-document url-prefix() {
  body ruby > rt {
    margin-bottom: -6px;
  }
}
body _::-webkit-full-page-media, body _:future, body :root ruby > rt {
  margin-bottom: -6px;
}
body _::-webkit-full-page-media, body ruby > rt {
  margin-bottom: -6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body ruby > rt {
    margin-bottom: -6px;
  }
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.mv .btn01.trigger.in.is-active {
  -webkit-animation: fadeIn 1.5s 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 1.5s 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@media screen and (max-width: 768.98px) {
  .mv .btn01.trigger.in.is-active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/* ===============
js-trigger up
===============*/
.trigger.up.is-active {
  -webkit-animation: slideUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.trigger.left.is-active {
  -webkit-animation: slideLeft 1.6s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideLeft 1.6s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.trigger.right.is-active {
  -webkit-animation: slideRight 1.6s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideRight 1.6s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.trigger.down.is-active {
  -webkit-animation: slideDown 1.6s 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideDown 1.6s 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.trigger.rotate img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.trigger.rotate.is-active {
  opacity: 1;
}
.trigger.rotate.is-active img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 768.98px) {
  .mv .mv-item01-work02 img.trigger.right.is-active {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 768.98px) {
  .mv .mv-item01-work03 img.trigger.right.is-active {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-360px);
            transform: translateY(-360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-360px);
            transform: translateY(-360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes leftToRight {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes leftToRight {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.u-scrollAnim {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08), -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
}

.u-scrollAnim.-animated {
  -webkit-transform: translateY(0) rotate(0) !important;
          transform: translateY(0) rotate(0) !important;
  opacity: 1;
}

@-webkit-keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.effect-block span {
  opacity: 0;
}

#another span {
  /* animation-delay: 0.5s; */
}

#another.effect-block:after {
  background: blue;
  /* animation-delay: 1.4s; */
}

@-webkit-keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scallOff {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scallOff {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.block.active {
  -webkit-animation: clipPath 3s cubic-bezier(0.22, 0.6, 0.35, 1) 0s 1 forwards;
          animation: clipPath 3s cubic-bezier(0.22, 0.6, 0.35, 1) 0s 1 forwards;
}

@-webkit-keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@media (scripting: none) {
  .trigger {
    opacity: 1;
  }
  #loading, #loading__logo {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* アニメーションを停止するクラス */
.paused-animation img.slide-img {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

/*--------------------------------------*
 * layout // ヘッダー・メインのコンテンツエリア・サイドバー・フッターのスタイル
 *--------------------------------------*/
.seiho .inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 880.98px) {
  .seiho .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .inner {
    padding: 0 20px;
  }
}

/* ===================================================
header
====================================================*/
.header {
  position: relative;
  z-index: 10;
}
.header .ham__fixed {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .header .ham__fixed {
    display: block;
  }
}
.header .ham {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 21;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #C28111;
  display: block;
  width: 70px;
  height: 70px;
}
.header .ham:hover {
  opacity: 1;
}
@media screen and (max-width: 768.98px) {
  .header .ham {
    left: 0;
    top: 0;
    width: 18.78vw;
    height: 18.78vw;
  }
}
.header .ham span {
  background-color: #ffffff;
  height: 1.2vw;
  position: absolute;
  left: 15px;
  width: 10.5vw;
  z-index: 9;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .ham span:nth-child(1) {
  top: 6vw;
}
.header .ham span:nth-child(3) {
  top: 12.6vw;
}
.header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 8.5vw;
  left: 4vw;
}
.header .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .ham.active span:nth-child(2), .header .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .globalMenu {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #C28111;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu {
    height: 100lvh;
    -webkit-transform: translate3d(0, -230%, 0);
            transform: translate3d(0, -230%, 0);
    opacity: 10;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 9;
    visibility: visible;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    -webkit-transition-duration: 6s;
            transition-duration: 6s;
  }
  @-webkit-keyframes menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -230%, 0);
              transform: translate3d(0, -230%, 0);
    }
  }
  @keyframes menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, -230%, 0);
              transform: translate3d(0, -230%, 0);
    }
  }
}
.header .globalMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 91.75px;
  }
}
.header .globalMenu ul li {
  position: relative;
}
.header .globalMenu ul li::after {
  position: absolute;
  top: 25px;
  right: 0;
  border-right: 1px solid #fff;
  height: 26px;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu ul li::after {
    display: none;
  }
}
.header .globalMenu ul li:first-child::before {
  position: absolute;
  top: 25px;
  left: 0;
  border-left: 1px solid #fff;
  height: 26px;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu ul li:first-child::before {
    display: none;
  }
}
.header .globalMenu ul li a, .header .globalMenu ul li p {
  font-size: 20px;
  padding: 20px 40px 20px;
  font-weight: 600;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu ul li a, .header .globalMenu ul li p {
    padding: 18.5px;
  }
}
.header .globalMenu ul li p.off {
  color: #e0bd81;
}
@media screen and (max-width: 768.98px) {
  .header .globalMenu.active {
    z-index: -1;
    -webkit-animation: menuActive 1s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
            animation: menuActive 1s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
  }
}
@-webkit-keyframes menuActive {
  0% {
    -webkit-transform: translate3d(0, -230%, 0);
            transform: translate3d(0, -230%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes menuActive {
  0% {
    -webkit-transform: translate3d(0, -230%, 0);
            transform: translate3d(0, -230%, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.header .globalMenu.out {
  -webkit-animation: menuOut 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
          animation: menuOut 0.8s cubic-bezier(0.8, 0, 0.06, 0.9) forwards;
}
@-webkit-keyframes menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0);
  }
}
@keyframes menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0);
  }
}
.header .globalMenu .nav-logo {
  text-align: center;
  margin-top: 58.75px;
  margin-bottom: 100px;
}
.header .globalMenu .nav-logo img {
  width: 62%;
}

@media screen and (max-width: 768.98px) {
  .seiho.under header .ham {
    left: 0;
    top: 0;
    width: 18.2vw;
  }
}

/* ===================================================
footer
====================================================*/
footer .border img {
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  footer .border img {
    aspect-ratio: 750/67;
  }
}
footer .copy {
  text-align: center;
  margin: 52px 0 40px;
}
footer .copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 768.98px) {
  footer .copy ul {
    row-gap: 15px;
    max-width: 321px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
footer .copy ul li {
  position: relative;
}
footer .copy ul li a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768.98px) {
  footer .copy ul li a {
    font-size: 13px;
  }
}
footer .copy ul li:not(.footer-item04) {
  margin-right: 28px;
}
@media screen and (max-width: 768.98px) {
  footer .copy ul li:not(.footer-item04) {
    margin-right: 0;
  }
}
footer .copy ul li:not(.footer-item04)::after {
  position: absolute;
  top: 0;
  right: -28px;
  border-right: 1px solid #000;
  height: 26px;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768.98px) {
  footer .copy ul li:not(.footer-item04)::after {
    display: none;
  }
}
footer .copy ul li.copy-sp {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  footer .copy ul li.copy-sp::after {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  footer .copy ul li.copy-sp {
    width: 100%;
  }
  footer .copy ul li.copy-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .copy ul li.copy-sp ul li {
    width: auto;
    position: relative;
    margin: unset;
  }
  footer .copy ul li.copy-sp ul li:first-child {
    padding-right: 23px;
    border-right: 1px solid #000;
  }
}
footer small {
  font-size: 11px;
  display: block;
  margin-top: 19.5px;
}
@media screen and (max-width: 768.98px) {
  footer small {
    font-size: 11px;
    margin-top: 12.5px;
  }
}

/*--------------------------------------*
 * object//　繰り返し使用されるビジュアルパターン
 *--------------------------------------*/
/* ===================================================
buttons
====================================================*/
.btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.btn01 a {
  max-width: 340px;
  padding: 23px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}
.btn01 a p {
  font-size: 22px;
  color: #09628F;
  line-height: unset;
  margin-right: 19px;
}
@media screen and (max-width: 940.98px) {
  .btn01 a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .btn01 a p {
    margin-right: 0;
    font-size: 16.5px;
  }
}
@media screen and (max-width: 768.98px) {
  .btn01 a {
    padding: 18px;
    font-size: 16.5px;
    width: 78%;
    border-radius: 5px;
    min-width: 220px;
  }
}
.btn01 a img {
  margin-top: 1px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  right: 40px;
  top: 50%;
  bottom: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 940.98px) {
  .btn01 a img {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768.98px) {
  .btn01 a img {
    width: 8px;
    margin-top: 2px;
    height: auto;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-left: 4px;
  }
}
.btn01 a:hover img {
  right: 20px;
}

.btn02 {
  margin-top: 56px;
}
@media screen and (max-width: 768.98px) {
  .btn02 {
    padding: 0 15px;
    margin-top: 60px;
  }
}
.btn02 a {
  max-width: 451px;
  color: #ffffff;
  background-color: #09628F;
  font-size: 24px;
  padding: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
@media screen and (max-width: 768.98px) {
  .btn02 a {
    font-size: 19px;
  }
}

.btn03 {
  margin: 32px auto;
}
@media screen and (max-width: 768.98px) {
  .btn03 {
    margin: 30px auto;
  }
}
.btn03 a {
  max-width: 312px;
  border-radius: 9999px;
  padding: 15px;
  background-color: #ffffff;
  color: #09628F;
  font-size: 21px;
}
@media screen and (max-width: 768.98px) {
  .btn03 a {
    font-size: 19px;
  }
}
.btn03 a img {
  margin-left: 7px;
  margin-top: 1px;
}
.btn03 a:hover {
  background-color: #C28111;
  color: #fff;
  opacity: 1;
}

.btn04 {
  margin: 25px auto 34px;
}
@media screen and (max-width: 768.98px) {
  .btn04 {
    margin: 37.5px auto;
  }
}
.btn04 a {
  max-width: 312px;
  border-radius: 9999px;
  padding: 15px;
  background-color: #09628F;
  color: #fff;
  font-size: 21px;
}
@media screen and (max-width: 768.98px) {
  .btn04 a {
    font-size: 19px;
  }
}
.btn04 a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 7px;
  margin-top: 1px;
}
.btn04 a:hover {
  background-color: #C28111;
  opacity: 1;
}

.btn05 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn05 a, .btn05 p {
  max-width: 243px;
  font-size: 18px;
  background-color: #2680AE;
  color: #fff;
  position: relative;
  padding: 13px;
  border-radius: 9999px;
  font-weight: 400;
}
@media screen and (max-width: 768.98px) {
  .btn05 a, .btn05 p {
    max-width: 161px;
    font-size: 15px;
    padding: 11px;
  }
}
.btn05 a::after, .btn05 p::after {
  content: "";
  background-image: url(../../assets/img/ticket-btnIco.png);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  margin: 0 auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 25px;
  max-width: 20px;
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 768.98px) {
  .btn05 a::after, .btn05 p::after {
    right: 20px;
    max-width: 18px;
    height: 18px;
  }
}
.btn05 a:hover, .btn05 p:hover {
  opacity: 1;
}
.btn05 a:hover::after, .btn05 p:hover::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 16.5px;
}
@media screen and (max-width: 768.98px) {
  .btn05 a:hover::after, .btn05 p:hover::after {
    right: 10px;
  }
}
.btn05 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #a5a5a5;
}
.btn05 p::after {
  display: none;
}

/* ===================================================
h2　heading
====================================================*/
div.hgroup h2.hdg2 {
  font-weight: 800;
  color: #09628F;
  padding-bottom: 18px;
  font-size: 35px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768.98px) {
  div.hgroup h2.hdg2 {
    padding-bottom: 19px;
    font-size: 27.5px;
  }
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

/* ===================================================
余白
====================================================*/
.m-a {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.bt-none {
  border-top: 0 !important;
}

.bb-none {
  border-bottom: 0 !important;
}

/*--------------------------------------*
 * page ページ単位のスタイル
 *--------------------------------------*/
.seiho .mv {
  background-color: #09628F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho .mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seiho .mv img {
  vertical-align: bottom;
}
.seiho .mv-item01, .seiho .mv-item03 {
  width: 30.4225352113%;
}
@media screen and (max-width: 768.98px) {
  .seiho .mv-item01, .seiho .mv-item03 {
    width: 100%;
  }
  .seiho .mv-item01 img, .seiho .mv-item03 img {
    aspect-ratio: 750/265;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: -1px;
  }
}
.seiho .mv-item01 img, .seiho .mv-item03 img {
  width: 100%;
}
.seiho .mv-item02 {
  width: 39.1549295775%;
  background-image: url(../../assets/img/mv-bg.webp);
  display: block;
  aspect-ratio: 556/828;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 768.98px) {
  .seiho .mv-item02 {
    width: 100%;
    aspect-ratio: 750/685;
    gap: 10px;
    padding: 21.5px 40px;
  }
}
.seiho .mv-item02 .logo {
  aspect-ratio: 421/294;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768.98px) {
  .seiho .mv-item02 .logo {
    aspect-ratio: 517/380;
  }
}
.seiho .mv-item02 .logo-aac {
  margin-top: 17px;
  margin-bottom: 21px;
}
@media screen and (max-width: 768.98px) {
  .seiho .mv-item02 .logo-aac {
    margin-top: 9px;
    margin-bottom: 14px;
  }
}

.seiho .news {
  padding: 118px 0 173px;
  background-image: url(../../assets/img/news-bg-pc.webp);
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-height: 580px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768.98px) {
  .seiho .news {
    background-image: url(../../assets/img/news-bg-sp.webp);
    padding: 94.5px 0;
    max-height: unset;
  }
}
.seiho ul.news-list {
  height: 190px;
  overflow: scroll;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}
@media screen and (max-width: 768.98px) {
  .seiho ul.news-list {
    margin-top: 25.5px;
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
  .seiho ul.news-list {
    padding-right: 21px;
  }
}
.seiho ul.news-list li, .seiho ul.news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
  padding: 12.5px 0;
}
@media screen and (max-width: 768.98px) {
  .seiho ul.news-list li, .seiho ul.news-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.seiho ul.news-list li a, .seiho ul.news-list a a {
  border-bottom: none;
  padding: 0;
}
.seiho ul.news-list li p, .seiho ul.news-list li a, .seiho ul.news-list a p, .seiho ul.news-list a a {
  font-size: 18px;
  color: #000000;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768.98px) {
  .seiho ul.news-list li p, .seiho ul.news-list li a, .seiho ul.news-list a p, .seiho ul.news-list a a {
    line-height: 2.0588235294;
    font-size: 17px;
  }
}
.seiho ul.news-list li span, .seiho ul.news-list a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768.98px) {
  .seiho ul.news-list li span, .seiho ul.news-list a span {
    font-size: 15px;
  }
}

.seiho .profile {
  padding: 82px 0;
  background-image: url(../../assets/img/profile-bg-pc.webp);
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768.98px) {
  .seiho .profile {
    background-image: url(../../assets/img/profile-bg-sp.webp);
    padding: 77px 0;
    max-height: unset;
  }
}
@media screen and (min-width: 769px) {
  .seiho .profile-img {
    float: right;
    margin-left: 29px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 790px) {
  .seiho .profile-img {
    margin-left: 10px;
  }
}
.seiho .profile-img figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: #ffffff;
}
.seiho .profile h2 img {
  max-width: 485px;
  aspect-ratio: 485/105;
}
@media screen and (max-width: 768.98px) {
  .seiho .profile h2 img {
    max-width: unset;
    width: 93%;
  }
}
.seiho .profile p {
  font-size: 18px;
  color: #ffffff;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho .profile p {
    font-size: 17px;
  }
}
.seiho .profile p.profile-txt01 {
  margin-top: 33px;
}
@media screen and (max-width: 768.98px) {
  .seiho .profile p.profile-txt01 {
    margin-top: 24.5px;
  }
}
.seiho .profile p.profile-txt02 {
  margin-top: 48px;
}
@media screen and (max-width: 768.98px) {
  .seiho .profile p.profile-txt02 {
    margin-top: 24.5px;
  }
}
.seiho .profile figure.for_sp {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
.seiho .profile figure.for_sp figcaption {
  color: #ffffff;
  font-size: 15px;
  margin-top: 8px;
}
.seiho .profile figure.for_sp img {
  width: 59.5%;
}

.seiho .work {
  padding: 128px 0 107px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work {
    padding: 91px 0 76px;
  }
}
.seiho .work h3 {
  position: relative;
  color: #09628F;
  font-size: 28px;
  line-height: 1.7142857143;
  padding-bottom: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work h3 {
    font-size: 22.5px;
    padding-bottom: 0;
  }
}
.seiho .work h3::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -49px;
  background-image: url(../../assets/img/deco02.webp);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
}
.seiho .work h3.hdg3-2 {
  margin-top: 102px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work h3.hdg3-2 {
    margin-top: 86.5px;
  }
}
.seiho .work h3.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work h3.tate {
    font-size: 22.5px;
  }
}
.seiho .work h3.tate span {
  text-orientation: upright;
}
.seiho .work h3.tate::before {
  display: none;
}
.seiho .work-item01 div, .seiho .work-item02 div {
  width: 50%;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 div, .seiho .work-item02 div {
    width: 100%;
    overflow: hidden;
  }
}
.seiho .work-item01 div p, .seiho .work-item02 div p {
  max-width: 460px;
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 div p, .seiho .work-item02 div p {
    max-width: 100%;
    padding: 0 15px;
    font-size: 17px;
    line-height: 2.0588235294;
  }
}
.seiho .work-item01 div p:not(:first-child), .seiho .work-item02 div p:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 div p:not(:first-child), .seiho .work-item02 div p:not(:first-child) {
    margin-top: 45px;
  }
}
.seiho .work-item01 figcaption, .seiho .work-item02 figcaption {
  text-align: left;
}
.seiho .work-item01, .seiho .work-item02, .seiho .work-item03, .seiho .work-item04, .seiho .work-item05, .seiho .work-item06, .seiho .work-item07, .seiho .work-item08 {
  margin-top: 32px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01, .seiho .work-item02, .seiho .work-item03, .seiho .work-item04, .seiho .work-item05, .seiho .work-item06, .seiho .work-item07, .seiho .work-item08 {
    margin-top: 64px;
  }
}
.seiho .work-item01 figure, .seiho .work-item02 figure, .seiho .work-item03 figure, .seiho .work-item04 figure, .seiho .work-item05 figure, .seiho .work-item06 figure, .seiho .work-item07 figure, .seiho .work-item08 figure {
  overflow: hidden;
}
.seiho .work-item01 figure figcaption, .seiho .work-item02 figure figcaption, .seiho .work-item03 figure figcaption, .seiho .work-item04 figure figcaption, .seiho .work-item05 figure figcaption, .seiho .work-item06 figure figcaption, .seiho .work-item07 figure figcaption, .seiho .work-item08 figure figcaption {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 15.3px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure figcaption, .seiho .work-item02 figure figcaption, .seiho .work-item03 figure figcaption, .seiho .work-item04 figure figcaption, .seiho .work-item05 figure figcaption, .seiho .work-item06 figure figcaption, .seiho .work-item07 figure figcaption, .seiho .work-item08 figure figcaption {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6666666667;
  }
}
.seiho .work-item01 {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 {
    margin-top: 27px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.seiho .work-item01 figure.deco01 {
  position: relative;
  padding-top: 57px;
  text-align: right;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco01 {
    text-align: center;
    padding-top: 32px;
  }
}
.seiho .work-item01 figure.deco01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 52px;
  background-image: url(../../assets/img/work-bg.webp);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 583/741;
  max-height: 741px;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco01::before {
    aspect-ratio: 583/864;
    max-height: 864px;
    top: -32px;
    left: -28vw;
    height: 118vw;
  }
}
.seiho .work-item01 figure.deco01 figcaption {
  max-width: 370px;
  margin-left: auto;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco01 figcaption {
    max-width: 57.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: unset;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco01 img {
    width: 57.2%;
  }
}
.seiho .work-item01 figure.deco02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 61px;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.seiho .work-item01 figure.deco02 figcaption {
  margin-top: -4px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco02 figcaption {
    margin-top: 12px;
    max-width: 54.93333%;
    width: 100%;
    text-align: left;
  }
}
.seiho .work-item01 figure.deco02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 138px;
  background-image: url(../../assets/img/deco03.webp);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 376px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco02::before {
    bottom: 0;
    right: -62px;
    left: unset;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item01 figure.deco02 img {
    width: 54.93333%;
  }
}
@media screen and (min-width: 769px) {
  .seiho .work-item01 div p.work-txt01 {
    margin-top: -12px;
  }
}
.seiho .work-item02 {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 43px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.seiho .work-item02 figure.deco03 {
  position: relative;
  padding-top: 57px;
  text-align: left;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco03 {
    overflow: hidden;
    text-align: center;
    padding-top: 32px;
  }
}
.seiho .work-item02 figure.deco03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 52px;
  background-image: url(../../assets/img/work-bg.webp);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 583/741;
  max-height: 741px;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco03::before {
    aspect-ratio: 583/864;
    max-height: 864px;
    top: 0;
    right: -32vw;
    height: 118vw;
    left: unset;
  }
}
.seiho .work-item02 figure.deco03 figcaption {
  margin-right: auto;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco03 figcaption {
    max-width: 52.8%;
    width: 100%;
    text-align: left;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco03 img {
    width: 52.8%;
  }
}
.seiho .work-item02 figure.deco04 {
  text-align: right;
  margin-top: 73px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco04 {
    margin-top: unset;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco04 {
    text-align: center;
  }
}
.seiho .work-item02 figure.deco04 figcaption {
  max-width: 459px;
  margin-left: auto;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco04 figcaption {
    max-width: unset;
    text-align: center;
    margin-left: unset;
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item02 figure.deco04 {
    padding: 0 15px;
    margin-top: 25px;
  }
}
.seiho .work-item02 div p {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .seiho .work-item02 div p.work-txt01 {
    margin-top: -12px;
  }
}
.seiho .work-item04_2 {
  max-width: 880px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 75.6px auto;
  padding-left: 104px;
  position: relative;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04_2 {
    overflow: hidden;
    margin: 0;
    padding: 29px 0 37.5px 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.seiho .work-item04_2::before, .seiho .work-item04_2::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../assets/img/deco03.webp);
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.seiho .work-item04_2::before {
  left: -27px;
  top: -68.4px;
  max-width: 376px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04_2::before {
    height: 225px;
    width: 225px;
    right: unset;
    left: -122px;
    top: 0px;
  }
}
.seiho .work-item04_2::after {
  right: -24px;
  bottom: -40px;
  max-width: 200px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04_2::after {
    height: 164.5px;
    width: 164.5px;
    right: -75px;
    bottom: -8px;
  }
}
.seiho .work-item04_2 h3.tate {
  margin-left: 51.2px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04_2 h3.tate {
    margin: 0 40px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04_2 figure {
    margin-left: 20px;
  }
}
.seiho .work-item04-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item04-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item05 figure {
    width: 77.313%;
    margin: 0 auto;
  }
}
.seiho .work-item06 figure:last-child {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item06 figure:last-child {
    margin-top: 30px;
  }
}
.seiho .work-item06 .deco03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seiho .work-item06 .deco03::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../../assets/img/deco03.webp);
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  right: 77px;
  bottom: 0;
  max-width: 294px;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item06 .deco03::after {
    height: 147px;
    width: 147px;
    left: unset;
    bottom: 2px;
    right: 0;
  }
}
.seiho .work-item06 .deco03 img, .seiho .work-item06 .deco03 figcaption {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho .work-item06 .deco03 img, .seiho .work-item06 .deco03 figcaption {
    max-width: unset;
    width: 45.2%;
    white-space: nowrap;
  }
}

.seiho .access {
  padding: 74px 0 95px;
  background-image: url(../../assets/img/access-bg-pc.webp);
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768.98px) {
  .seiho .access {
    background-image: url(../../assets/img/access-bg-sp.webp);
    padding: 73.5px 0;
    max-height: unset;
  }
}
.seiho .access div.hgroup {
  margin-bottom: 54px;
}
@media screen and (max-width: 768.98px) {
  .seiho .access div.hgroup {
    margin-bottom: 37px;
  }
}
.seiho .access div.hgroup h2.hdg2 {
  color: #ffffff;
}
.seiho .access iframe {
  width: 100%;
  aspect-ratio: 880/420;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768.98px) {
  .seiho .access iframe {
    aspect-ratio: 670/314;
  }
}
.seiho .access-detail {
  border: 1px solid #ffffff;
  padding: 45px;
  padding-right: 12.5%;
  padding-left: 12.5%;
}
@media screen and (max-width: 768.98px) {
  .seiho .access-detail {
    padding: 19px;
  }
}
.seiho .access-detail p {
  font-size: 20px;
  line-height: 1.75;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768.98px) {
  .seiho .access-detail p {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seiho .access-detail p:not(:last-child) {
  margin-bottom: 24px;
}
.seiho .access-detail p span.hdg {
  max-width: 100px;
  width: 100%;
}
.seiho .access-detail p a {
  display: inline;
  font-size: 20px;
}
@media screen and (max-width: 768.98px) {
  .seiho .access-detail p a {
    font-size: 16px;
  }
}

.seiho.under .mv img {
  width: 100%;
}

.seiho.under .about {
  padding: 118px 0 106px;
  background-color: #FFFBF3;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about {
    padding: 44.5px 0 83.5px;
  }
}
.seiho.under .about-txt {
  background-color: #09628F;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 50px 58px;
  border-radius: 18px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-txt {
    margin-top: 36.5px;
    margin-bottom: 47.25px;
    padding: 29px 20px;
  }
}
.seiho.under .about-txt p {
  font-size: 17px;
  color: #ffffff;
  line-height: 2.2352941176;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-txt p {
    line-height: 2.0588235294;
  }
}
.seiho.under .about-txt p:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-txt p:not(:first-child) {
    margin-top: 50px;
  }
}
.seiho.under .about-tbl li {
  width: 100%;
  border-top: 1px solid #B9B9B9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 69px;
  padding: 18px 17px 18px 0;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-tbl li {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seiho.under .about-tbl li:last-child {
  border-bottom: 1px solid #B9B9B9;
}
.seiho.under .about-tbl li p {
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-tbl li p {
    font-size: 17px;
  }
}
.seiho.under .about-tbl li p.about-tbl-hdg {
  font-weight: 700;
  width: 72px;
}
.seiho.under .about-tbl li p a {
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .about-tbl li p a {
    font-size: 17px;
  }
}
.seiho.under .about-tbl li p a.tel {
  display: inline;
  color: #000000;
}
.seiho.under .about-tbl li p a.link {
  color: #006AD4;
  text-decoration: underline;
}

.seiho.under .access {
  padding: 80px 0 0;
  background-image: unset;
  width: auto;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .access {
    padding: 75px 0 0;
  }
}
.seiho.under .access div.hgroup {
  margin-bottom: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .access div.hgroup {
    margin-bottom: 36.5px;
  }
}
.seiho.under .access div.hgroup h2.hdg2 {
  color: #09628F;
}
.seiho.under .access-txt {
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .access-txt {
    font-size: 17px;
  }
}

.seiho.under .ticket {
  background-color: #FFFBF3;
  padding: 118px 0 106px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket {
    padding: 44.5px 0 83.5px;
  }
}
.seiho.under .ticket-info {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info {
    margin-top: 36.5px;
  }
}
.seiho.under .ticket-info .hdg3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .ticket-info .hdg3 h3 {
  color: #09628F;
  font-weight: 700;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info .hdg3 h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 22.5px;
    line-height: 1.4888888889;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.seiho.under .ticket-info .hdg3 img {
  margin-right: 19px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info .hdg3 img {
    margin-right: 6px;
    height: 32.5px;
    width: auto;
  }
}
.seiho.under .ticket-info .hdg3 div.hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .ticket-info .hdg3 span.limited {
  display: inline-block;
  padding: 3px 12px;
  background-color: #C28111;
  font-size: 20px;
  margin-left: 26px;
  color: #fff;
  font-weight: 700;
  margin-top: 2.5px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info .hdg3 span.limited {
    display: block;
    padding: 4.5px 10px;
    font-size: 17px;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info.advanceSale .hdg3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.seiho.under .ticket-info p.note01 {
  line-height: 2.1875;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-info p.note01 {
    margin-top: 20px;
  }
}
.seiho.under .ticket-info p.note01 span.gold {
  color: #C28111;
  font-weight: 700;
  padding-right: 1px;
  line-height: 1.5;
}
.seiho.under .ticket .discount {
  margin-top: 125px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount {
    margin-top: 102px;
  }
}
.seiho.under .ticket .discount .hdg3 .hdg img {
  aspect-ratio: 6/64;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 6px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount .hdg3 .hdg img {
    aspect-ratio: 6/137;
    max-height: 137px;
    height: 100%;
  }
}
.seiho.under .ticket .discount .deco-discount {
  margin-top: 45px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount .deco-discount {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 35px;
  }
}
.seiho.under .ticket .discount .deco-discount img {
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount .deco-discount img {
    aspect-ratio: 14/385;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 18px;
    height: 100%;
  }
}
.seiho.under .ticket .discount-item {
  margin: 45px auto;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item {
    margin-top: 35px;
  }
}
.seiho.under .ticket .discount-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.seiho.under .ticket .discount-item li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #09628F;
  font-size: 21px;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  line-height: 1.9047619048;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li h4 {
    line-height: 1;
    font-size: 20px;
  }
}
.seiho.under .ticket .discount-item li h4 img {
  max-width: 25px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li h4 img {
    max-width: 22px;
  }
}
.seiho.under .ticket .discount-item li p {
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li p {
    line-height: 2.0588235294;
    font-size: 17px;
  }
}
.seiho.under .ticket .discount-item li p span {
  font-size: 16px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li p span {
    font-size: 15px;
  }
}
.seiho.under .ticket .discount-item li:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .discount-item li:not(:last-child) {
    margin-bottom: 52px;
  }
}
.seiho.under .ticket-purchase .hdg4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-purchase .hdg4 {
    margin-bottom: 10px;
  }
}
.seiho.under .ticket-purchase .hdg4 img {
  margin-right: 12px;
}
.seiho.under .ticket-purchase .hdg4 h4 {
  color: #09628F;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-purchase .hdg4 h4 {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 1px;
  }
}
.seiho.under .ticket-purchase p {
  font-size: 18px;
  line-height: 2.2222222222;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-purchase p {
    font-size: 17px;
    line-height: 2.0588235294;
  }
}
.seiho.under .ticket-purchase p.note02 {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 10px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-purchase p.note02 {
    line-height: 1.875;
  }
}
.seiho.under .ticket-tbl {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl {
    margin-top: 24px;
  }
}
.seiho.under .ticket-tbl tbody {
  border: 1.5px solid #2680AE;
  border-left: none;
}
.seiho.under .ticket-tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: 400;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr {
    font-size: 15px;
  }
}
.seiho.under .ticket-tbl tr td, .seiho.under .ticket-tbl tr th {
  max-height: 65px;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr td, .seiho.under .ticket-tbl tr th {
    max-height: 63px;
  }
}
.seiho.under .ticket-tbl tr td {
  padding: 20px 25px;
  background-color: #2680AE;
  color: #fff;
  width: 50%;
  border-bottom: 1.5px solid #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr td {
    padding: 23px 0px 23px 10px;
    width: 46%;
  }
}
@media screen and (max-width: 374.98px) {
  .seiho.under .ticket-tbl tr td {
    padding: 23px 0px 23px 6px;
  }
}
.seiho.under .ticket-tbl tr th {
  width: 50%;
  padding: 20px 0;
  background-color: #fff;
  margin: 0 auto;
  border-bottom: 1.5px solid #2680AE;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr th {
    padding: 17.5px 0px 17.5px 8.5px;
    width: 54%;
    font-weight: 500;
    font-size: 19px;
  }
}
.seiho.under .ticket-tbl tr th p {
  max-width: 310px;
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  line-height: 1.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr th p {
    line-height: 1.0526315789;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 19px;
    gap: 4px;
  }
}
.seiho.under .ticket-tbl tr th span.red {
  color: #DF2626;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr th span.red {
    padding-right: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 4px;
  }
}
@media screen and (max-width: 374.98px) {
  .seiho.under .ticket-tbl tr th span.red {
    font-size: 13px;
  }
}
.seiho.under .ticket-tbl tr:last-child td, .seiho.under .ticket-tbl tr:last-child th {
  border-bottom: none;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket-tbl tr.first th {
    padding: 11.5px 0px 11.5px 8.5px;
  }
}
.seiho.under .ticket .playGuide {
  margin-top: 80px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide {
    margin-top: 45px;
  }
}
.seiho.under .ticket .playGuide .hgroup {
  margin-bottom: 37px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide .hgroup {
    margin-bottom: 0;
  }
}
.seiho.under .ticket .playGuide ul {
  width: 100%;
}
.seiho.under .ticket .playGuide ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #B9B9B9;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.seiho.under .ticket .playGuide ul li .playGuide-item01 {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide ul li .playGuide-item01 {
    display: contents;
  }
}
.seiho.under .ticket .playGuide ul li p.ticket-name {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide ul li p.ticket-name {
    font-size: 17px;
    grid-area: 1/1/2/3;
    margin-bottom: 10px;
  }
}
.seiho.under .ticket .playGuide ul li p.cat {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide ul li p.cat {
    grid-area: 2/1/3/2;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.seiho.under .ticket .playGuide ul li p.cat .spe {
  color: #DE3A3A;
}
.seiho.under .ticket .playGuide ul li p.cat .normal {
  color: #2680AE;
}
.seiho.under .ticket .playGuide ul li p.cat .sameDay {
  color: #C28111;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide ul li .btn05 {
    grid-area: 2/2/3/3;
  }
}
.seiho.under .ticket .playGuide p.note {
  line-height: 2.1875;
  font-size: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .ticket .playGuide p.note {
    margin-top: 43px;
    line-height: 2;
    font-size: 15px;
  }
}

.seiho.under .event {
  background-color: #FFFBF3;
  padding: 118px 0 106px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event {
    padding: 44.5px 0 83.5px;
  }
}
.seiho.under .event-info {
  margin-top: 100px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-info {
    margin-top: 50px;
  }
}
.seiho.under .event-info.first {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-info.first {
    margin-top: 36.5px;
  }
}
.seiho.under .event-info .hdg3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .event-info .hdg3 h3 {
  color: #09628F;
  font-weight: 700;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-info .hdg3 h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 22px;
    white-space: nowrap;
    line-height: 1.4888888889;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.seiho.under .event-info .hdg3 img {
  margin-right: 19px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-info .hdg3 img {
    margin-right: 8px;
    height: auto;
    width: 6px;
  }
}
.seiho.under .event-info .hdg3 div.hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .event-tbl {
  width: 100%;
  margin-top: 33px;
  border-collapse: collapse;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl {
    margin-top: 29px;
  }
}
.seiho.under .event-tbl tbody {
  border: 1.5px solid #2680AE;
  border-left: none;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tbody {
    border: 1.5px solid #2680AE;
  }
}
.seiho.under .event-tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: 400;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seiho.under .event-tbl tr td, .seiho.under .event-tbl tr th {
  max-height: 65px;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr td, .seiho.under .event-tbl tr th {
    max-height: unset;
  }
}
.seiho.under .event-tbl tr td.h-100, .seiho.under .event-tbl tr th.h-100 {
  height: 100px;
  max-height: 100px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr td.h-100, .seiho.under .event-tbl tr th.h-100 {
    height: auto;
    max-height: unset;
  }
}
.seiho.under .event-tbl tr td {
  padding: 20px 25px;
  background-color: #2680AE;
  color: #fff;
  width: 20.795454545%;
  border-bottom: 1.5px solid #fff;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr td {
    width: 100%;
    text-align: center;
    font-size: 18.5px;
  }
}
.seiho.under .event-tbl tr th {
  width: 79.2045454%;
  padding: 20px 0;
  background-color: #fff;
  margin: 0 auto;
  border-bottom: 1.5px solid #2680AE;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr th {
    padding: 16px 0 21px 17.5px;
    font-weight: 500;
    width: 100%;
    text-align: left;
  }
}
.seiho.under .event-tbl tr th p {
  font-size: 21px;
  font-weight: 500;
  margin-left: 6.7%;
  width: 100%;
  line-height: 1.9047619048;
  text-align: left;
  max-width: 638px;
}
@media screen and (max-width: 879.98px) {
  .seiho.under .event-tbl tr th p {
    margin-left: 4%;
    font-size: 18px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr th p {
    line-height: 1.8055555556;
    max-width: unset;
    font-size: 18px;
    gap: 4px;
    margin-left: 0;
  }
}
.seiho.under .event-tbl tr:last-child td, .seiho.under .event-tbl tr:last-child th {
  border-bottom: none;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .event-tbl tr.first th {
    padding: 11.5px 0px 11.5px 8.5px;
  }
}

.seiho.under .goods {
  background-color: #FFFBF3;
  padding: 118px 0 106px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods {
    padding: 44.5px 0 83.5px;
  }
}
.seiho.under .goods-info {
  margin-top: 100px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-info {
    margin-top: 50px;
  }
}
.seiho.under .goods-info.first {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-info.first {
    margin-top: 36.5px;
  }
}
.seiho.under .goods-info .hdg3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .goods-info .hdg3 h3 {
  color: #09628F;
  font-weight: 700;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-info .hdg3 h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20.5px;
    line-height: 1.4888888889;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.seiho.under .goods-info .hdg3 img {
  margin-right: 19px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-info .hdg3 img {
    margin-right: 8px;
    height: auto;
    width: 6px;
  }
}
.seiho.under .goods-info .hdg3 div.hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seiho.under .goods-box02 {
  margin-top: 126px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-box02 {
    margin-top: 73px;
  }
}
.seiho.under .goods-box .btn05 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.seiho.under .goods-box .btn05 a {
  max-width: 328px;
  font-size: 21px;
  font-weight: 700;
  background-color: #09628F;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-box .btn05 a {
    max-width: 300px;
    padding: 13.5px;
    font-size: 19px;
  }
}
.seiho.under .goods-box .btn05 a::after {
  background-image: url(../../assets/img/goods-btnIco.png);
  right: 30px;
}
.seiho.under .goods-box .btn05 a:hover::after {
  right: 25.5px;
}
.seiho.under .goods01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  margin-top: 43px;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
    margin-top: 39px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods01-img {
    width: 100%;
    text-align: center;
  }
}
.seiho.under .goods01 .splide {
  max-width: 400px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods01 .splide {
    max-width: 100%;
  }
}
.seiho.under .goods01-detail {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods01-detail {
    max-width: 100%;
  }
}
.seiho.under .goods01-detail p {
  font-size: 17px;
  line-height: 2.3529411765;
  white-space: nowrap;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods01-detail p {
    line-height: 1.9117647059;
    white-space: normal;
  }
}
.seiho.under .goods01-detail p.price {
  font-size: 22px;
  line-height: 1.8181818182;
  border-bottom: 2px solid #09628F;
  padding-bottom: 6px;
  margin-top: 30px;
}
.seiho.under .goods01-detail p.goods01-explanation {
  margin-top: 30px;
}
.seiho.under .goods01-detail ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods01-detail ol li {
    gap: 12px;
  }
}
.seiho.under .goods01-detail ol li span {
  display: inline-block;
  font-size: 17px;
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods01-detail ol li span {
    max-width: 75px;
  }
}
.seiho.under .goods01-detail ol li span::before {
  content: "●";
  width: 15px;
  height: 15px;
  color: #09628F;
  margin-right: 4px;
}
.seiho.under .goods-original {
  margin-bottom: 30px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-original {
    margin-bottom: 55px;
  }
}
.seiho.under .goods-original p.lead {
  font-size: 17px;
  line-height: 2.3529411765;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-original p.lead {
    margin-top: 35px;
    line-height: 1.9117647059;
  }
}
.seiho.under .goods-original p.lead02 {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original p.lead02 {
    margin-bottom: 30px;
  }
}
.seiho.under .goods-original p.lead02.has-deco {
  margin-bottom: 20px;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original p.lead02.has-deco {
    margin-bottom: 15px;
  }
}
.seiho.under .goods-original p.lead02 span {
  display: inline-block;
  margin-left: 12px;
  font-weight: 600;
  font-size: 21px;
  color: #09628F;
  line-height: 1.9047619048;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original p.lead02 span {
    margin-left: 4px;
    font-size: 17px;
  }
}
.seiho.under .goods-original p.lead02 img {
  margin-top: 11px;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original p.lead02 img {
    margin-top: 8px;
  }
}
.seiho.under .goods-original img.deco-goods {
  max-width: 274px;
  width: 100%;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original img.deco-goods {
    max-width: 218px;
  }
}
.seiho.under .goods-original ul.goods-original-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 85px;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original ul.goods-original-items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 47.5px;
  }
}
.seiho.under .goods-original ul.goods-original-items04 {
  grid-template-columns: 1fr;
  justify-items: center;
}
.seiho.under .goods-original ul.goods-original-items04 li {
  max-width: 400px;
}
.seiho.under .goods-original ul.goods-original-items li.goods-original-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 880.98px) {
  .seiho.under .goods-original ul.goods-original-items li.goods-original-item {
    margin: 0 auto;
    max-width: 400px;
  }
}
.seiho.under .goods-original ul.goods-original-items li.goods-original-item p.ttl {
  color: #09628F;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-original ul.goods-original-items li.goods-original-item p.ttl {
    font-size: 18px;
    line-height: 1.1111111111;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-original ul.goods-original-items li.goods-original-item p.slider-ttl {
    margin-top: 15px;
  }
}
.seiho.under .goods-original ul.goods-original-items li.goods-original-item p.price {
  margin-top: 3px;
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-original ul.goods-original-items li.goods-original-item p.price {
    font-size: 17px;
    margin-top: 7px;
    line-height: 1.1764705882;
  }
}
.seiho.under .goods-original ul.goods-original-items li.goods-original-item p.price span {
  margin-right: 18px;
}
.seiho.under .goods-original ul.goods-original-items li.goods-original-item .splide {
  margin-bottom: 30px;
}
.seiho.under .goods-border {
  position: relative;
  border-bottom: 4px solid #C28111;
}
.seiho.under .goods-border::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 50%;
  height: 4px;
  background: #09628F;
}
.seiho.under .goods-caution {
  margin-top: 70px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-caution {
    margin-top: 55px;
  }
}
.seiho.under .goods-caution p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 22px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-caution p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.0294117647;
  }
}
.seiho.under .goods-caution ol {
  counter-reset: listnum;
  list-style: none;
}
.seiho.under .goods-caution ol li {
  font-size: 16px;
  line-height: 2.1875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-caution ol li {
    font-size: 15px;
  }
}
.seiho.under .goods-caution ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 15px;
  vertical-align: baseline;
  font-size: 16px;
  display: block;
  width: 24px;
}
@media screen and (max-width: 768.98px) {
  .seiho.under .goods-caution ol li::before {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */