@charset "UTF-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.section_L {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.section-padding {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .section {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .section_L {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .section-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .content {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
}


.container-fluid, .container {
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}
.row {
  margin-right: -7.5vw;
  margin-left: -7.5vw;
}
.col, [class*="col-"] {
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gapS > .row {
  margin-right: -3.75vw;
  margin-left: -3.75vw;
}
.gapS > .row > .col,
.gapS > .row > [class*="col-"] {
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}

@media (min-width: 576px) {
  .container-fluid, .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .col, [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .gapS > .row {
    margin-right: -.786rem;
    margin-left: -.786rem;
  }
  .gapS > .row > .col,
  .gapS > .row > [class*="col-"] {
    padding-right: .786rem;
    padding-left: .786rem;
  }

}
@media (min-width: 992px) {
  .container {
    width: 96.5%;
    max-width: 80rem;
    padding-left: 7rem;
  }
  .container.container_M {
    padding-right: 6rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid, .container {
    padding-left: 12rem;
    max-width: 115rem;
  }
  .container.container_M {
    padding-right: 9rem;
  }

  .container.gapL {
    max-width: calc(115rem + 1.25rem);
  }
  .gapL > .row {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .gapL > .row > .col,
  .gapL > .row > [class*="col-"] {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }

  .container.gapL {
    max-width: calc(115rem + 2.5rem);
  }
  .gapXL > .row {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .gapXL > .row > .col,
  .gapXL > .row > [class*="col-"] {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}



.over-right {
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.over-left {
  margin-left: calc(((100vw - 100%) / 2) * -1);
}


@media (max-width: 767px) {
  .over-right_sm {
    margin-left: 0!important;
    margin-right: calc(((100vw - 100%) / 2) * -1)!important;
  }
  .over-left_sm {
    margin-right: 0!important;
    margin-left: calc(((100vw - 100%) / 2) * -1)!important;
  }
}
@media (max-width: 575px) {
  .over-right_sp {
    margin-left: 0!important;
    margin-right: calc(((100vw - 100%) / 2) * -1)!important;
  }
  .over-left_sp {
    margin-right: 0!important;
    margin-left: calc(((100vw - 100%) / 2) * -1)!important;
  }
}


.full {
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .full_md {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .full_sm {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
  .no-over_sm {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .full_sp {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
  .full_sp-r {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .full_sp-l {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
  .no-over_sp {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .full_lg {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
}


@media (max-width: 991px) {
  .mt-0_sp {
    margin-top: 0;
  }
}

hr {
  border-top: 1px solid var(--border1);
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease-in-out;
  transition-property: background, color, opacity, transform;
}

.underline {
  text-decoration: underline;
}
a.underline:hover,
a:hover span.underline {
  text-decoration: none;
  opacity: 1;
}


/* ==========================================================================
   Image
========================================================================== */
picture {
  display: block;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .over_sp-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.no-image {
  background: var(--l-gray) url(../img/logo.svg) no-repeat center;
  background-size: min(6%, 1.5rem);
}

.imgBox {
  position: relative;
}
.imgBox .inner-txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.4);
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--mincho);
  font-weight: 500;
  position: relative;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
}

.huge  { font-size: 2.286em; line-height: 1.5; }
.huge2  { font-size: 2.857em; line-height: 1.5; }
.huge3  { font-size: 3.286em; }
h1, .h1 { font-size: 1.286em; }
h2, .h2 { font-size: 1.714em; }
h3, .h3 { font-size: 1.714em; }
h4, .h4 { font-size: 1.429em; }
h5, .h5 { font-size: 1.143em; }
h6, .h6 { font-size: 1.077em; }
.h7 { font-size: 1em; }
.txt { font-size: .929em; }

@media (min-width: 992px) {
  .huge { font-size: 2.857em; }
  .huge2 { font-size: 3.572em; }
  .huge3 { font-size: 4.286em; }
  h1, .h1 { font-size: 2.3em; }
  h2, .h2 { font-size: 2.286em; }
  h3, .h3 { font-size: 1.714em; }
  h4, .h4 { font-size: 1.429em; }
  h5, .h5 { font-size: 1.286em; }
  h6, .h6 { font-size: 1.143em; }
  .h7 { font-size: 1.077em; }
}
@media (min-width: 1200px) {
  .huge { font-size: 3em; }
}

p {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.read p,
p.read { font-size: 1.077em; line-height: 2.4; }

@media (max-width: 768px) {
  .read p,p.read,p {
    font-size: 0.95em; line-height: 2.2;
  }
}


small {
  font-size: .857rem;
  display: inline-block;
  line-height: 1.5;
}
.small {
  font-size: .857em;
  display: inline-block;
}
.xsmall {
  font-size: .75em;
  display: inline-block;
}


.fw-400, .text-normal { font-weight: 400 !important; }
.fw-500, .text-medium { font-weight: 500 !important; }
.fw-600, .text-semibold { font-weight: 600 !important; }
.fw-700, .text-bold { font-weight: 700 !important; }

.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}


.en_ttl {
  font-family: var(--font1);
  font-weight: 500;
}

.font1 {
  font-family: var(--font1) !important;
}
.font2 {
  font-family: var(--font2) !important;
  font-weight: 500 !important;
  letter-spacing: .2em;
}

.Gothic {
  font-family: var(--gothic) !important;
}
.Mincho {
  font-family: var(--mincho) !important;
}
.Mincho2 {
  font-family: var(--mincho2) !important;
}

.copy {
  font-family: var(--mincho);
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  font-weight: 400;
}
.copy:first-child {
  margin-top: 0;
}
.copy + p {
  margin-top: 0;
}


.en_ttl .ttl {
  font-family: revert;
  font-size: 1rem;
}

.nowrap {
  white-space: nowrap;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  padding: 1.125em 1.25em;
  width: 100%;
  max-width: 100%;
  background: var(--color1);
  color: var(--white);
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: .2s ease-in-out;
  transition-property: background,border,color;
}
.btn.btn-border {
  background: transparent !important;
  border-color: currentColor;
  color: currentColor;
}
.btn:hover {
  background: var(--color1-h);
}


.btn.btn-full {
  width: 100%;
}
.txtBox .btn {
  margin-top: 1em;
}

@media (min-width: 576px) {
  .btn {
    width: 23rem;
  }
  .text-center .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.arrow-btn,
.box-btn,
.more-btn {
  display: inline-block;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: .16em;
  line-height: 2;
  font-weight: inherit;
  padding: .75em 0;
  width: calc(100% - 1.5em);
  background: transparent;
  color: var(--black);
  border-bottom: 1px solid var(--gray);
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-bottom: .5em;
}
.arrow-btn {
  margin-right: 1.5em;
}
.box-btn {
  width: 100%;
  padding: 1.4em 2em;
  border: 1px solid var(--gray);
}
.more-btn {
  width: auto;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.arrow-btn > span,
.box-btn > span,
.more-btn > span {
  display: block;
  padding: 0 1.5em;
  position: relative;
}
.more-btn > span {
  padding: 0 1.125em;
}
.arrow-btn > span::before,
.arrow-btn > span::after,
.box-btn > span::before,
.box-btn > span::after,
.more-btn > span::before,
.more-btn > span::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.arrow-btn > span::after,
.box-btn > span::after,
.more-btn > span::after {
  z-index: -1;
}
.arrow-btn::before {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--gray);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(75%,50%);
}
@media (min-width: 576px) {
  .arrow-btn {
    width: auto;
    min-width: 14.286em;
  }
  .box-btn {
    width: auto;
    min-width: 23.571em;
  }
}

a:hover .arrow-btn > span::after,
.arrow-btn:hover > span::after,
a:hover .box-btn > span::after,
.box-btn:hover > span::after,
a:hover .more-btn > span::after,
.more-btn:hover > span::after {
  animation: pulsateArrow 1.6s linear infinite;
}
@keyframes pulsateArrow {
  0% {
    transform: scale(1);
    opacity: .3;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}



.box {
  background: var(--white);
  padding: min(7.5%, 35px) min(7.5%, 50px);
  height: 100%;
}
.box .box-head {
  border-bottom: 1px solid var(--border1);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.box .buttons {
  margin: .5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.box .buttons  > * {
  width: 100%;
  margin: .5rem 0;
}
.box .buttons .btn {
  min-width: 100%;
}
@media (min-width: 576px) {
  .box .buttons  > * {
    width: 47.5%;
  }
}


/* ==========================================================================
   Page header
========================================================================== */
.page__header,
.section__header {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.page__header .en_ttl {
  font-size: 2.286rem;
}
.page__header .en_ttl,
.section__header .en_ttl {
  color: var(--black);
  font-weight: 500;
  letter-spacing: .2em;
  margin: 0;
  position: relative;
}
.page__header .ttl,
.section__header .ttl {
  color: var(--black);
  font-weight: 500;
  letter-spacing: .1em;
  display: block;
}
@media (min-width: 992px) {
  .page__header,
  .section__header {
    margin-bottom: 4.5rem;
  }
}


.post-thumbnail img,
.page__header .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumbnail {
  aspect-ratio: 33 / 20;
}
.page__header .imgBox img {
  aspect-ratio: 4 / 5;
}
@media (min-width: 576px) {
  .post-thumbnail,
  .page__header .imgBox img {
    aspect-ratio: 1060 / 483;
  }
}


.cont-ttl {
  margin-bottom: 2.5em;
  padding-top: .3em;
}
.cont-ttl .ttl {
  font-family: var(--mincho2);
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  line-height: 1.75;
  white-space: nowrap;
  position: relative;
}
.cont-ttl .ttl:has(ruby) {
  line-height: 2.2;
  letter-spacing: .4em;
}


.cont-ttl .ttl ruby rt {
  font-size: .25em;
  letter-spacing: .4em;
  ruby-align: center;
  position: relative;
  top: -5px;
  left: 5px;
}


.headline {
  color: var(--black);
}
.headline span {
  display: block;
}
.headline .en_ttl {
  font-size: .929rem;
  font-weight: 500;
  letter-spacing: .2em;
}
.headline .ttl span.xsmall {
  margin-bottom: -.375em;
}


@media (max-width: 991px) {
  .block {
    position: relative;
  }
  .block .ttlBox {
    padding: 0;
    position: absolute;
    top: 0;
    right: 25px;
    writing-mode: vertical-rl;
  }
  .block .txtBox .copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  .block .txtBox .copy {
    min-height: auto!important;
  }
}


/* ==========================================================================
   Image tile
========================================================================== */
.img-tile {
  display: flex;
  gap: min(5vw, 2rem);
}
.img-tile > picture {
  flex-basis: 100%;
}
.img-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-tile-sm {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 2rem);
}
@media (min-width: 576px){
  .img-tile-sm {
    flex-direction: row;
  }
}


.img-double._all {
  display: flex;
  flex-direction: row;
  gap: min(2.5vw, 1rem);
}
@media (max-width: 991px){
  .img-double .imgM {
    width: 25%;
    margin: 2rem 7.5vw -2rem;
  }
  .img-double .imgS {
    display: none;
  }
  .img-double .imgS._float {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .over-right .img-double .imgS {
    margin-left: auto;
  }
}
@media (max-width: 575px){
  .img-double .imgM {
    width: 50%;
  }
  .img-double .imgS {
    width: 33%;
    margin: -27% 7.5vw 0;
  }
}
@media (min-width: 992px){
  .img-double {
    display: flex;
    flex-direction: row;
    gap: min(5vw, 2rem);
  }
}


/* ==========================================================================
   MV
========================================================================== */

#mv {
  height: calc(100svh - 4.286rem);
  min-height: 30em;
  color: var(--white);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#mv .imgBox {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#mv .ttlBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: max(8rem,15vh) 7.5vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mv .ttlBox img.logo {
  width: min(20rem, 66vw);
}
#mv .ttlBox .en_ttl {
  text-transform: uppercase;
}
#mv .ttlBox .en_ttl + .ttl {
  margin-top: .5em;
}


@media (min-width: 992px) {
  #mv {
    height: 100svh;
  }
}

#mv picture {
  display: block;
  height: 100%;
  position: relative;
}
#mv picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}



.scrolldown {
  display: flex;
  align-items: center;
  height: 50px;
  position: absolute;
  bottom: 7.5vw;
  left: 7.5vw;
}
.scrolldown span {
  display: block;
  padding-left: 20px;
  font-family: var(--font1);
  font-size: .929em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: currentColor;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scrolldown::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: currentColor;
  opacity: .3;
}
@media (min-width: 992px){
  .scrolldown {
    bottom: 3rem;
    left: 4.286em;
  }
}


video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================================
   Slick.js
========================================================================== */
.slick-track {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.slick-slide {
  height: auto !important;
}
.slick-arrowBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

/* Arrows */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  position: relative;
  transition: opacity .2s;
}
.slick-next {
  order: 10;
}
.slick-arrow::before {
  content: '';
  display: block;
  width: 20%;
  height: 20%;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.slick-next::before {
  transform: translate(-50%,-50%) rotate(45deg);
  border-left: 0;
  border-right: 1.5px solid currentColor;
}
.slick-arrow:hover {
  opacity: .75;
}
.slick-disabled {
  opacity: 0!important;
}

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.slick-dots {
  position: static;
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 20px !important;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  content: "";
  text-align: center;
  background: var(--black);
  transform: translate(-50%, -50%);
  transition: transform .3s;
}
.slick-dots li.slick-active button:before {
  transform: translate(-50%, -50%) scale(2);
}

.slick-arrowBox .slick-dots {
  margin: 0;
}


/* ------------------
  Slider Layout
------------------ */
.over-right .slick-arrowBox {
  padding-right: calc((100vw - 100%)/2);
}

.carousel .slick-slide {
  padding: 0 2rem 0 0;
}
.carousel .slick-list {
  padding-right: 15%;
}


.slider-wrapper:has(.carousel-box) {
  margin-right: -1.5rem;
}
.carousel-box .slick-slide {
  padding: 0 1.5rem 0 0;
}
.carousel-box + .slick-arrowBox {
  padding: 0 1.5rem 0 0;
}


.carousel-card .slick-slide {
  padding: 0 2rem 0 0;
}
@media (min-width: 576px){
  .carousel-card .slick-slide {
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 576px) and (max-width: 991px){
  .carousel-card .slick-slide {
    width: 25em;
  }
}
@media (min-width: 1200px){
  .carousel-card .slick-list {
    padding-right: 0;
  }
  .carousel-card .slick-slide {
    padding: 0 4rem 0 0;
  }
}


.gallery-slider .slick-slide {
  width: min(80vw, 700px);
}


/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframeBox._map {
  padding-top: min(76.923%, 400px);
}


/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards.row .card {
  margin-bottom: 50px;
}
.card {
  line-height: 1.5;
  position: relative;
}
.card > a:not(.row) {
  display: block;
}
.card .imgBox, .card .imgBox {
  padding-top: 100%;
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
}
.card .imgBox {
  padding-top: 60.606%;
}
.card .imgBox img, .card .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
.card > a:hover .imgBox img, .card > a:hover .imgBox_L img {
  transform: scale(1.1);
}
.card .entry__meta {
  font-size: .857rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card .entry__meta time {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 600;
  letter-spacing: .2em;
}
.card .entry__meta .category {
  padding: .25rem 0;
  margin-left: 1em;
}
.card .entry__meta .category span {
  margin-left: .5em;
}
.card .ttl {
  margin: 0;
  line-height: 1.75;
}
.card .arrow-btn {
  width: auto;
  min-width: 12em;
}

@media (max-width: 575px){
  .cards.row .card {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px){
  .cards.row .card {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   dl
========================================================================== */
dl.pattern > dt {
  font-family: var(--mincho);
  letter-spacing: .06em;
  border-bottom: 1px solid var(--border2);
  font-size: 1.143em;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}


dl.outline dt {
  font-size: 1.071em;
  padding-bottom: 0.5rem;
}
dl.outline dd {
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  dl.outline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  dl.outline dt {
    display: block;
    flex: 0 0 7.5rem;
  }
  dl.outline dd {
    display: block;
    flex: 0 0 calc(100% - 7.5rem);
  }
}


table.outline th {
  font-size: 1.071em;
  font-weight: normal;
  text-align: left;
  padding: .25rem 0;
}
table.outline td {
  padding: .25rem 0;
}
@media (max-width: 575px){
  table.outline th {
    display: block;
  }
  table.outline td {
    display: block;
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 576px){
  table.outline th {
    padding-right: 3rem;
  }
  table.outline td {
    padding-left: 3rem;
    border-left: 1px solid var(--border2);
  }

  table.outline tr:first-child > * {
    padding-top: 0;
  }
  table.outline tr:last-child > * {
    padding-bottom: 0;
  }
}


/* ==========================================================================
   Tab
========================================================================== */
.tabs {
  text-align: center;
  position: relative;
  z-index: 2;
}
.tabs li {
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--border1);
  margin-bottom: .75em;
  cursor: pointer;
}
.tabs li span {
  display: inline-block;
  padding: 1em 0;
  position: relative;
}
.tabs li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.2s;
}
.tabs li:hover::before,
.tabs li.active::before {
  transform: scale(1,1);
  transform-origin: left top;
}

.tab-cont:not(:first-of-type) {
  display: none;
}

.tab-cont .tab-cont_label {
  font-size: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.tab-cont .tab-cont_label::before {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
  margin-right: 1em;
}


.tabs._bottom li {
  border-bottom: 0;
  border-top: 1px solid var(--border1);
}
.tabs._bottom li::before {
  top: auto;
  bottom: 100%;
}


@media (min-width: 992px) {
  .tabs::after {
    content: "";
    display: block;
    height: 1px;
    background: var(--border1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: calc((100% - 100vw)/2);
    z-index: -1;
  }
  .tabs._bottom::after {
    top: 0;
  }
  .tabs li {
    max-width: 14.5em;
    margin-bottom: 0;
  }
}

/* ==========================================================================
   Table of contents
========================================================================== */
ul.toc {
  display: flex;
  flex-wrap: wrap;
  gap: max(1em, 3%);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul.toc:empty {
  margin-top: 0;
  margin-bottom: 0;
}
ul.toc li a {
  display: flex;
  align-items: center;
  line-height: 1.25;
  padding: 1em 2em 1em 0;
  border-bottom: 1px solid var(--border1);
  position: relative;
}
ul.toc li a::before {
  content: '';
  width: .4em;
  height: .4em;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  right: .2em;
  transform: rotate(45deg);
  transition: transform .1s;
}
ul.toc li a:hover::before {
  transform: translateY(2px) rotate(45deg);
}
@media (max-width: 575px) {
  ul.toc {
    font-size: .929em;
  }
}


/* ==========================================================================
   Accordion
========================================================================== */
.acc {
  border-bottom: 1px solid var(--border1);
  margin-bottom: 1em;
}
.acc_btn {
  display: block;
  white-space: nowrap;
  padding: 1rem 1.75rem 1rem 2.25rem;
  position: relative;
  cursor: pointer;
}
.acc_btn::before,
.acc_btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: var(--color1);
  position: absolute;
  top: 50%;
  right: 0;
  transition: opacity .2s;
  transform: translateY(-50%);
}
.acc_btn:not(.arrow-btn)::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc.on .acc_btn:not(.arrow-btn)::after {
  opacity: 0;
}


.faq-list {
  border-top: 1px solid var(--border1);
}
.acc_btn .faq__q {
  font-family: var(--mincho);
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: normal;
  padding: .5rem 0;
  position: relative;
}
.acc_btn .faq__q .label {
  font-family: var(--font1);
  color: var(--black);
  display: block;
  font-size: 1.571rem;
  line-height: 1.25;
  position: absolute;
  top: 0.2em;
  left: -2rem;
}

.acc_body .faq__a {
  padding: .5rem 0 1.5em 2.25rem;
  position: relative;
  font-size: 0.88rem;
}
.acc_body .faq__a .label {
  font-family: var(--font1);
  color: var(--color2);
  display: block;
  font-size: 1.571rem;
  line-height: 1.25;
  position: absolute;
  top: .5rem;
  left: 0.1em;
}
.acc_body .faq__a a:not([class*="btn"]) {
  color: inherit;
  text-decoration: underline;
}
.acc_body .faq__a a[class*="btn"] {
  margin-top: .75em;
}


/* ==========================================================================
   Menu content
========================================================================== */



/* ==========================================================================
   Color
========================================================================== */
.bg-white {
  background-color: var(--white);
}
.bg-l-gray {
  background-color: var(--l-gray);
  overflow: hidden;
}
.bg-l-gray2 {
  background-color: var(--l-gray2);
}
.bg-l-gray3 {
  background-color: var(--l-gray3);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}
.color-base1 {
  color: var(--color-base1);
}
.color-base2 {
  color: var(--color-base2);
}
.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.white {
  color: var(--white);
}
.gray {
  color: var(--gray);
}
.d-gray {
  color: var(--d-gray);
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}


section[class*="bg-"] {
  overflow: hidden;
}


/* ==========================================================================
   WP Post
========================================================================== */
.container-entry {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.article__header {
  border-bottom: 1px solid var(--border2);
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}
.article__header .entry__ttl {
  padding-bottom: .25rem;
}
.article__header .entry__meta {
  font-size: .857rem;
  display: flex;
  align-items: center;
}
.article__header .entry__meta time {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 600;
  letter-spacing: .2em;
}
.article__header .entry__meta .category {
  padding: .25rem 0;
  margin-left: 1em;
}
.article__header .entry__meta .category span {
  margin-left: .25em;
}
.article__header .ttl {
  margin: 0 !important;
}


.category {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}

.article__footer {
  margin: 60px auto 15px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* entry__content */
.entry__content {
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

.entry__content a:not(.btn) {
  color: var(--color2);
  text-decoration: underline;
}

.entry__content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #8da0b6;
  font-style: italic;
  color: #abb1b5;
}

.entry__content dl {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content dt {
  font-feature-settings: "palt";
  background-color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.75em;
}
.entry__content dd {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 0 1em;
}
.entry__content dd + dt {
  margin-top: 1em;
}

.entry__content figure {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.entry__content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 15px;
  border-radius: 3px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.entry__content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry__content .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.entry__content table {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.entry__content table th {
  background-color: var(--l-gray2);
  border: 1px solid var(--border1);
  padding: 0.5em;
  font-weight: 400;
}
.entry__content table tbody th {
  text-align: left;
}
.entry__content table td {
  border: 1px solid var(--border1);
  padding: 0.5em;
}

.entry__content ul, .entry__content ol {
  margin-left: 0;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
  counter-reset: cnt;
}
.entry__content ol ol, .entry__content ul ul, .entry__content ol ul, .entry__content ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry__content ol li, .entry__content ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry__content ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.entry__content ol li::before {
  font-family: sans-serif;
  content: "( " counter(cnt) " )";
  margin-right: 0.5em;
}
.entry__content ol li ol li::before {
  font-family: sans-serif;
  display: inline-block;
  width: 2em;
  text-align: center;
  margin-right: 0;
  content: counter(cnt);
  transform: scale(0.75);
}
.entry__content ol li ol li::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.65);
}
.entry__content ol li ol li ol {
  margin-left: 2em;
}

.entry__content p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.entry__content h1, .entry__content h2, .entry__content h3, .entry__content h4, .entry__content h5, .entry__content h6 {
  color: var(--color2);
}

.entry__content h1 {
  font-size: 1.846em;
  line-height: 1.8;
  margin: 1.25em 0;
}
.entry__content h2 {
  font-size: 1.692em;
  line-height: 1.8;
  margin: 1.25em 0;
}
.entry__content h3 {
  font-size: 1.538em;
  line-height: 2;
  margin: 1.25em 0;
}
.entry__content h4 {
  font-size: 1.385em;
  line-height: 2;
  margin: 1.25em 0;
}
.entry__content h5 {
  font-size: 1.154em;
  line-height: 2;
  margin: 1.25em 0;
}
.entry__content h6 {
  font-size: 1em;
  line-height: 2;
  margin: 1.25em 0;
}

.entry__content > .section > h2:first-child {
  margin-top: 0;
}

/* tags */
.tags {
  margin: 0.75em 0 0;
}
.tags span {
  display: inline-block;
  font-size: 0.923rem;
  margin-right: 0.75em;
}
.tags a {
  text-decoration: none;
}

/* not found */
#post-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

.entry__content .alignfull, .entry__content .alignwide {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
@media (min-width: 576px) {
  .entry__content .alignwide {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc(((100vw - 100%) / 4) * -1);
  }
}
.entry__content .alignfull > img, .entry__content .alignwide > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
}
@media (min-width: 576px) {
  .entry__content .excerpt {
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
}

.entry__content small svg {
  max-width: 16px;
  top: 3px;
  position: relative;
  fill: var(--color2);
}


/* ==========================================================================
   Archive menu
========================================================================== */
.menu-content {
  margin: 3.5rem 0;
  overflow: hidden;
}

.category-search-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(2.5%, 1em);
}
.category-search-list li a {
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}
.category-search-list li a > span {
  display: inline-block;
  padding: .75em 0;
  position: relative;
}
.category-search-list li a > span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.2s;
}
.category-search-list li a:hover > span::before,
.category-search-list li.current a > span::before {
  transform: scale(1,1);
  transform-origin: left top;
}


.archive-title {
  color: var(--color2);
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .archive-title {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination,
.wp-prev-next {
  margin: 30px 0 15px;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
  border-bottom: 1px solid var(--border1);
}
.pagination li {
  padding: 0;
  margin: 0 0 -1px;
  overflow: hidden;
}
.pagination li .page-numbers {
  margin: 0 0.25em;
  padding: 0;
  width: 2.125rem;
  line-height: 3rem;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  border-color: currentColor;
}
.pagination li .page-numbers.current {
  border-color: currentColor;
  cursor: default;
}

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  color: var(--color1);
  background: transparent;
  width: auto;
  font-size: 1rem;
  margin: 0 0.5em;
  position: relative;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
  border-top: 1px solid var(--border2);
  padding-top: 3rem;
}
.paginav a {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  line-height: 3;
  letter-spacing: .2em;
  white-space: nowrap;
  margin: 1em 0;
}
.paginav a svg {
  display: block;
}

.paginav .row {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.paginav .next {
  padding: 0 0.5em;
  text-align: right;
}
.paginav .prev {
  padding: 0 0.5em;
}
.paginav .back {
  padding: 0 0.5em;
}
.paginav .back a {
  flex-direction: column;
}

@media (max-width: 991px) {
  .paginav {
    padding-top: 2rem;
  }
}

/* ==========================================================================
   Hero
========================================================================== */
.hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .imgBox .bg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero .imgBox .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .overlay {
  
}
.hero .txtBox {
  color: var(--white);
  position: relative;
}
.hero .ttl_img {
  width: 89%;
  margin: 0 auto;
}

.hero .arrow-btn {
  color: var(--white);
}
@media (min-width: 576px) {
  .hero .ttl_img {
    width: 100%;
  }
}

/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form,
  nav {
    display: none;
  }
}

li {
  list-style: none;
}

.single small {
  border: 1px dotted;
  display: block;
  padding: 0 0.4rem;
}

.ilink {
  text-decoration: underline;
  display: inline;
  margin: 0 0.2rem;
}
.ilink:hover {
  color: #d00;
}


p.access_lead {
    margin-bottom: 60px;
    
}
@media (max-width: 991px) {
p.access_lead br {
    display: none;
}
}

h3.ttl span.xxsmall {
    font-size: 0.4em;
}
span.bold {
    font-weight: bold;
}