@charset "UTF-8";

@media all and (max-width: 767px) {
  .u-dn-md--down {
    display: none !important;
  }
}

@media all and (max-width: 1279px) {
  .u-dn-lgs--down {
    display: none !important;
  }
}

@media all and (max-width: 1365px) {
  .u-dn-lg--down {
    display: none !important;
  }
}

.u-dn {
  display: none !important;
}

@media all and (min-width: 768px) {
  .u-dn-md {
    display: none !important;
  }
}

@media all and (min-width: 1280px) {
  .u-dn-lgs {
    display: none !important;
  }
}

@media all and (min-width: 1366px) {
  .u-dn-lg {
    display: none !important;
  }
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 100;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: Segoe UI;
  src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}

html {
  /* scroll-behavior: smooth; */
}

body {
  overflow-x: hidden;
}

#wrapper {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #wrapper {
    position: relative;
  }
}

header,
#breadcrumb {
  z-index: 10;
  background-color: #ffffff;
}

#header.header-wide {
  min-width: 0;
}

#contents {
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  #contents * {
    text-align: justify;
  }
}

#contents article {
  background-color: #bddeed;
}

#dropMenuWrap.dropMenuWrap-wide {
  min-width: 0;
}

.areaShareButtons,
.footerBannerArea {
  display: none;
}

.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  transform-origin: center;
}

@keyframes zoomOutAnime {
  from {
    opacity: 0;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .fadeIn {
    display: block !important;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeOutAnime {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutlogo {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutMain {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.js-inView.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-inView.fadeInUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  transition-delay: 0.5s;
}

footer {
  position: relative;
  z-index: 300;
}

.p-mv {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .p-mv {
    position: absolute;
  }
}

@media all and (min-width: 768px) {
  .p-mv {
    /* position: fixed; */
    position: absolute;
    /* overflow: visible; */
  }
}

.p-mv__inner {
  position: relative;
}

@media all and (min-width: 768px) {
  .p-mv__inner {
    margin: 0 auto;
    height: auto;
  }
}

.p-mv__logo {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .p-mv__logo {
    width: 48.6666666667vw;
    height: 48.6666666667vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -21.0666666667vw;
  }
}

@media all and (min-width: 768px) {
  .p-mv__logo {
    left: 74.8169838946%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22.8404099561vw;
    height: 22.8404099561vw;
  }
}

.mainFadeOut .p-mv__logo {
  animation-name: fadeOutlogo;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.p-mv__mv {
  position: absolute;
}

@media all and (max-width: 767px) {
  .p-mv__mv {
    top: 50%;
    left: 4.8vw;
    width: 100vw;
    height: 100vw;
    margin-top: -67.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-mv__mv {
    left: 74.8169838946%;
    top: 50%;
    margin: -21.9619326501vw 0 0 -21.046852123vw;
    width: 46.8521229868vw;
    height: 46.8521229868vw;
  }
}

.mainFadeOut .p-mv__mv {
  animation-name: fadeOutMain;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.p-section {
  position: relative;
}

@media all and (max-width: 767px) {
  .p-section--01 {
    height: calc(100vh - 46px);
  }
}

@media all and (min-width: 768px) {
  .p-section--01 {
    height: calc(100vh - 95px);
  }
}

@media all and (max-width: 767px) {
  .p-section--01 .p-section__inner {
    position: absolute;
    padding: 0 5.3333333333vw;
    bottom: 9.6vw;
  }
}

@media all and (min-width: 768px) {
  .p-section--01 .p-section__inner {
    position: absolute;
    padding-top: 10px;
    left: 5.1%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media all and (max-width: 767px) {
  .p-section--01.is-short .p-section__inner {
    bottom: 0.6666666667vw;
  }
}

@media all and (max-width: 767px) {
  .p-section--02 {
    padding: 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-section--02 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.5915080527vw 11.2005856515vw;
  }
}

@media all and (max-width: 767px) {
  .p-section--03 {
    padding: 16vw 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-section--03 {
    display: flex;
    align-items: stretch;
    padding: 11.7130307467vw 0 0 6.588579795vw;
  }
}

@media all and (max-width: 767px) {
  .p-section--04 {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-section--04 {
    display: flex;
    align-items: stretch;
    padding: 12.5915080527vw 6.588579795vw;
    padding-right: 0;
    z-index: 1;
  }
}

.p-section--05 .p-section__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 768px) {
  .p-section--05 .p-section__inner {
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .p-heading img {
    width: 87.4666666667vw;
    margin-bottom: 5.0666666667vw;
  }

  .is-short .p-heading img {
    margin-bottom: 2.5333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-heading img {
    width: 43.515625vw;
    margin-bottom: 3.125vw;
  }
}

@media all and (min-width: 1280px) {
  .p-heading img {
    /* width: 557px; */
    margin-bottom: 2.96875vw;
  }
}

@media all and (max-width: 767px) {
  .p-description {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}

@media all and (min-width: 768px) {
  .p-description {
    font-size: 1.25vw;
    line-height: 2.09375;
    letter-spacing: 0.04em;
  }

  .p-description .sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .p-description .pc {
    display: none;
  }
}

@media all and (min-width: 1280px) {
  .p-description {
    /* font-size: 16px; */
  }
}

.p-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-statement {
  font-weight: 600 !important;
  font-weight: normal;
  letter-spacing: 0.06em;
}

@media all and (max-width: 767px) {
  .p-statement {
    margin-bottom: 11.4666666667vw;
    font-size: 5.2vw;
  }
}

@media all and (min-width: 768px) {
  .p-statement {
    width: 17.5695461201vw;
    margin-right: 5.8565153734vw;
    font-size: 1.1713030747vw;
    line-height: 2;
    text-align: right;
  }
}

@media all and (min-width: 1366px) {
  .p-statement {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .p-text {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
  }
}

@media all and (min-width: 768px) {
  .p-text {
    font-size: 1.1713030747vw;
    line-height: 2.5;
  }
}

@media all and (min-width: 1366px) {
  .p-text {
    font-size: 16px;
  }
}

.p-text--heading {
  font-family: "Segoe UI", "Arial", "Sans serif";
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .p-text--heading {
    margin: 9.8666666667vw 0 7.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}

@media all and (min-width: 768px) {
  .p-text--heading {
    margin: 3.074670571vw 0;
    font-size: 1.9033674963vw;
    line-height: 1;
  }
}

@media all and (min-width: 1366px) {
  .p-text--heading {
    font-size: 32px;
  }
}

@media all and (max-width: 767px) {
  .p-text--heading+.p-text br {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .p-list {
    margin-top: 10.6666666667vw;
  }
}

@media all and (min-width: 768px) {
  .p-list {
    margin-top: 2.196193265vw;
  }
}

@media all and (max-width: 767px) {
  .p-list li {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }

  .p-list li:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .p-list li {
    font-size: 1.1713030747vw;
    line-height: 3;
  }
}

@media all and (min-width: 1366px) {
  .p-list li {
    font-size: 16px;
  }
}

.p-list li span {
  font-family: "Segoe UI", "Arial", "Sans serif";
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media all and (max-width: 767px) {
  .p-list li span {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .p-list li span {
    margin-right: 1em;
  }
}

.p-title {
  font-family: "Segoe UI", "Arial", "Sans serif";
  font-weight: normal;
  letter-spacing: 0.06em;
}

@media all and (max-width: 767px) {
  .p-title {
    margin-bottom: 11.4666666667vw;
    font-size: 5.3333333333vw;
    text-align: center !important;
  }
}

@media all and (min-width: 768px) {
  .p-title {
    margin-top: -0.7320644217vw;
    width: 23.4260614934vw;
    font-size: 1.317715959vw;
  }
}

@media all and (min-width: 1366px) {
  .p-title {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .p-dlist {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

@media all and (min-width: 768px) {
  .p-dlist {
    display: flex;
    align-items: center;
    margin-right: 2.9282576867vw;
    padding-bottom: 1.9033674963vw;
    line-height: 1;
  }
}

@media all and (max-width: 767px) {
  .p-dlist+.p-dlist {
    margin-top: 4.2vw;
  }
}

@media all and (min-width: 768px) {
  .p-dlist+.p-dlist {
    margin-top: 1.9033674963vw;
  }
}

.p-dlist dt {
  font-family: "Segoe UI", "Arial", "Sans serif";
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .p-dlist dt {
    font-size: 5.6vw;
    text-align: center !important;
  }
}

@media all and (min-width: 768px) {
  .p-dlist dt {
    flex-shrink: 0;
    font-size: 1.4641288433vw;
    width: 13.9092240117vw;
  }
}

@media all and (min-width: 1366px) {
  .p-dlist dt {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  .p-dlist dd {
    padding-bottom: 4.6vw;
    text-align: center !important;
  }
}

@media all and (min-width: 768px) {
  .p-dlist dd {
    padding-bottom: 0;
    font-size: 1.0248901903vw;
    line-height: 1.6;
  }
}

@media all and (min-width: 1366px) {
  .p-dlist dd {
    font-size: 14px;
  }
}

.p-dlist.js-inView {
  position: relative;
}

.p-dlist.js-inView::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #888;
  transition: width 0.5s;
  transition-delay: 1.2s;
}

.p-dlist.js-inView dt,
.p-dlist.js-inView dd {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}

.p-dlist.is-inview::before {
  width: 100%;
}

.p-dlist.is-inview dt,
.p-dlist.is-inview dd {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  transition-delay: 0.5s;
}

.slideContents {
  width: 100%;
}

@media all and (min-width: 768px) {
  .slideContents {
    position: relative;
    height: 100%;
    margin: 0px auto;
  }
}

.slideContentsBody {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .slideContentsBody {
    position: relative;
  }
}

@media all and (min-width: 768px) {
  .slideContentsBody li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 767px) {
  .slideContentsBody li:first-child {
    display: block;
  }
}

.slideContentsBody li:first-child .slideNavi {
  display: block;
}

.slideBody {
  opacity: 0;
}

@media all and (max-width: 767px) {
  .slideBody {
    display: none;
    padding: 10.4vw 5.3333333333vw 9vw;
  }
}

.slideNavi {
  display: none;
  position: absolute;
  z-index: 10;
  background: url("../imgs/logo_e8.svg") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  .slideNavi {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    top: 11.4666666667vw;
    left: 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .slideNavi {
    width: 23.4260614934vw;
    height: 23.4260614934vw;
    bottom: 25.8418740849vw;
    left: 6.588579795vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea {
    position: absolute;
    bottom: 26.7935578331vw;
    left: 64.6412884334vw;
    min-height: 12.4450951684vw;
  }
}

.titleArea h2 {
  font-family: "Segoe UI", "Arial", "Sans serif";
  line-height: 1;
}

@media all and (max-width: 767px) {
  .titleArea h2 {
    height: 6.064vw;
    font-size: 5.3333333333vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 {
    height: 3.5871156662vw;
    font-size: 3.953147877vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 {
    height: 49px;
    font-size: 54px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_01 {
    width: 19.8733333333vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_01 {
    width: 12.5878477306vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_01 {
    width: 171.95px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_02 {
    width: 22.6146666667vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_02 {
    width: 14.3235724744vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_02 {
    width: 195.66px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_03 {
    width: 27.9053333333vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_03 {
    width: 17.6756954612vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_03 {
    width: 241.45px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_04 {
    width: 28.5653333333vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_04 {
    width: 18.0893118594vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_04 {
    width: 247.1px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_05 {
    width: 26.4866666667vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_05 {
    width: 16.7781844802vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_05 {
    width: 229.19px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_06 {
    width: 24.016vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_06 {
    width: 15.2115666179vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_06 {
    width: 207.79px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_07 {
    width: 12.9866666667vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_07 {
    width: 8.2269399707vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_07 {
    width: 112.38px;
  }
}

@media all and (max-width: 767px) {
  .titleArea h2 .mds_08 {
    width: 43.1946666667vw;
  }
}

@media all and (min-width: 768px) {
  .titleArea h2 .mds_08 {
    width: 27.359443631vw;
  }
}

@media all and (min-width: 1366px) {
  .titleArea h2 .mds_08 {
    width: 373.73px;
  }
}

.titleArea p {
  font-weight: 600 !important;
}

@media all and (max-width: 767px) {
  .titleArea p {
    margin-top: 4vw;
    padding-right: 8.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

@media all and (min-width: 768px) {
  .titleArea p {
    margin-top: 1.4641288433vw;
    font-size: 1.0248901903vw;
    line-height: 2;
  }
}

@media all and (min-width: 1366px) {
  .titleArea p {
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .textArea {
    margin-top: 2.6666666667vw;
  }
}

@media all and (min-width: 768px) {
  .textArea {
    width: 61.4934114202vw;
    position: absolute;
    bottom: 3.8067349927vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 767px) {
  .textArea p {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

@media all and (min-width: 768px) {
  .textArea p {
    font-size: 1.1713030747vw;
    line-height: 1.8125;
  }
}

@media all and (min-width: 1366px) {
  .textArea p {
    font-size: 16px;
  }
}

.slick-list,
.slick-track {
  height: 100% !important;
}

.slick-list {
  overflow: visible !important;
}

@media all and (max-width: 767px) {
  .slideShow {
    height: 75.0666666667vw;
  }
}

@media all and (min-width: 768px) {
  .slideShow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.slideShow--hide {
  display: none;
}

.slideFixedContents {
  order: 10;
  width: 100%;
  margin: -30px auto 0;
  padding-top: 30px;
  opacity: 1;
  transition: opacity 0.4s;
  visibility: visible;
}

.slideFixedContents.is-hide {
  visibility: hidden;
  opacity: 0;
}

@media all and (min-width: 768px) {
  .slideFixedContents {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(180px * 3);
    /* width: calc(180px * 5); */
    height: 220px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    box-sizing: border-box;
  }
}

/* タブレット */
@media all and (min-width: 768px) and (max-width: 1000px) {
  .slideFixedContents {
    transform: translateX(-50%) translateY(20%) scale(0.8);
  }
}

@media all and (min-width: 768px) {
  .slideShowChildWrap {
    pointer-events: auto;
  }
}

@media all and (min-width: 768px) {
  .slideShowChild {
    height: auto;
    overflow: hidden;
  }
}

.slideShowChild.--no-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slideShowChild.--no-slider~.slideShowChildButton {
  display: none;
}

.slideShowChild .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slideShowChild .slick-prev {
  left: -50px;
  z-index: 10;
}

.slideShowChild .slick-next {
  right: -50px;
}

.slideShowChildItem {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
  width: 140px;
  padding: 0 20px;
}

@media all and (min-width: 768px) {
  .slideShowChildItem {
    width: 180px;
    height: 250px;
    padding: 0;
  }
}

.slideShowChildItem.is-active,
.slideShowChildItem.slick-current,
.slideShowChildItem.is-active-next {
  opacity: 1;
}

.slideShowChildItem .slideShowChildItemText,
.slideShowChildItem .slideShowChildItemContentCategory,
.slideShowChildItem .slideShowChildItemContentTitle,
.slideShowChildItem .slideShowChildItemContentText,
.slideShowChildItem .slideShowChildItemContentImage {
  display: none;
}

@media all and (min-width: 768px) {
  .slideShowChildItemCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
  }
}

.slideShowChildItemCover:hover::before {
  opacity: 1;
}

.slideShowChildItemCover:hover~.slideShowChildItemImageWrap .slideShowChildItemImage {
  transform: scale(0.89777);
}

.slideShowChildItemCover:hover~.slideShowChildItemImageWrap::after {
  transform: scale(0.89777);
  opacity: 1;
}

.slideShowChildItemCover:hover~.slideShowChildItemInn {
  transform: scale(1);
  opacity: 1;
}

.slideShowChildItemBalloon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 13px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.5s;
}

@media all and (min-width: 768px) {
  .slideShowChildItemBalloon {
    bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .slideShowChild.--no-slider .slideShowChildItem.is-active .slideShowChildItemBalloon {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.slideShowChildItemImageWrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  transition: transform 0.5s;
}

.is-active .slideShowChildItemImageWrap,
.slick-center .slideShowChildItemImageWrap,
.is-active-next .slideShowChildItemImageWrap {
  transform: scale(1.15714285714);
}

@media all and (min-width: 768px) {

  .is-active .slideShowChildItemImageWrap,
  .slick-center .slideShowChildItemImageWrap,
  .is-active-next .slideShowChildItemImageWrap {
    transform: scale(1);
  }
}

.slideShowChildItemImageWrap::before,
.slideShowChildItemImageWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.5s;
}

@media all and (min-width: 768px) {

  .slideShowChildItemImageWrap::before,
  .slideShowChildItemImageWrap::after {
    transform: scale(0.77777777777);
  }
}

.slideShowChildItemImageWrap::before {
  box-shadow: 0 30px 25px rgba(0, 0, 0, 0.3);
}

.slideShowChildItemImageWrap::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.slideShowChildItemImage {
  display: block;
  /* width: 35.7692307692vw; */
  width: 140px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 768px) {
  .slideShowChildItemImage {
    padding: 0;
    width: 180px;
    border-radius: 9999px;
    transition: transform 0.5s;
    transform: scale(0.77777777777);
  }
}

.slideShowChildItemInn {
  display: none;
}

@media all and (min-width: 768px) {
  .slideShowChildItemInn {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.77777777777);
    transition: transform 0.5s, opacity 0.5s;
  }
}

.slideShowChildItemTitle {
  color: #000;
  font-size: 14px;
  font-weight: 600 !important;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .slideShowChildItemTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600 !important;
    text-align: center;
  }
}

.slideShowChildItemButton {
  color: #ffffff;
  font-size: 12px;
  border: 1px solid transparent;
  background-color: #000;
  margin-top: 10px;
  padding: 1px 10px;
  border-radius: 9999px;
}

@media all and (min-width: 768px) {
  .slideShowChildItemButton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 20px;
    border-color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 600 !important;
    padding: 0;
    margin-top: 30px;
    background: none;
  }
}

.slideFixedContents.--no-slider .slideShowChildButton,
.slideShowChildButton.slick-arrow {
  position: absolute;
  width: 9.23076923077vw;
  height: 7.17948717949vw;
  bottom: 26.6666666667vw;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.slideFixedContents.--no-slider .slideShowChildButton.is-disabled {
  display: none;
}

.slideShowChildButton.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

@media all and (min-width: 768px) {
  .slideFixedContents.--no-slider .slideShowChildButton {
    display: none;
  }

  .slideShowChildButton.slick-arrow {
    top: calc(50% - 20px);
    bottom: initial;
    transform: translateY(-50%);
    width: 22px;
    height: 37px;
  }
}

.slideShowChildButtonPrev {
  left: 7.48717948718vw;
}

@media all and (min-width: 768px) {
  .slideShowChildButtonPrev {
    left: -30px;
  }
}

.slideFixedContents.--no-slider .slideShowChildButtonPrev,
.slideShowChildButtonPrev.slick-arrow {
  background-image: url(../imgs/icon_arrow_l.png);
}

.slideShowChildButtonNext {
  right: 7.48717948718vw;
}

@media all and (min-width: 768px) {
  .slideShowChildButtonNext {
    right: -30px;
  }
}

.slideFixedContents.--no-slider .slideShowChildButtonNext,
.slideShowChildButtonNext.slick-arrow {
  background-image: url(../imgs/icon_arrow_r.png);
}

.slideShowChildMessage {
  position: relative;
  font-size: 16px;
  font-weight: 600 !important;
  width: 90.2564102564vw;
  /* height: 45.5128205128vw; */
  height: 51.512821vw;
  margin: 30px auto 48px;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  box-sizing: border-box;
  opacity: 1;
  z-index: 10;
}

.slideShowChildMessage:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 20px;
  height: 13px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  mix-blend-mode: exclusion;
}

@media all and (min-width: 768px) {
  .slideShowChildMessage {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 620px;
    height: 50px;
    margin: 0;
    padding: 0 30px;
    border-radius: 50px;
    border-radius: 9999px;
  }

  .slideShowChildMessage:before {
    content: none;
  }
}

.slideFixedContents.--no-slider .slideShowChildMessage:before {
  content: none;
}

.slideShowChildMessageTitle {
  display: block;
  text-align: center !important;
}

@media all and (max-width: 767px) {
  .slideShowChildMessageTitle {
    font-size: 3.58974358974vw;
    line-height: 1.5;
  }
}

@media all and (max-width: 767px) {
  .slideShowChildMessageText {
    display: block;
    font-size: 4.10256410256vw;
    line-height: 1.5;
    text-align: center !important;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slideShowChildMessageLink {
  position: absolute;
  bottom: 7.4358974359vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.2051282051vw;
  height: 6.41025641026vw;
  color: #ffffff !important;
  text-align: left !important;
  font-size: 3.07692307692vw;
  border: 1px solid transparent;
  background-color: #000;
  border-radius: 9999px;
  text-decoration: none;
}

@media all and (min-width: 768px) {

  .slideShowChildMessageTitle,
  .slideShowChildMessageLink {
    display: none;
  }
}

.imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.imgBox img {
  display: block;
  width: 100%;
}

@media all and (min-width: 768px) {
  .imgBox img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.naviArea {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 10;
}

@media all and (max-width: 767px) {
  .naviArea {
    height: 8vw;
    top: 48vw;
  }
}

@media all and (min-width: 768px) {
  .naviArea {
    height: 11.7130307467vw;
    top: 50%;
    transform: translateY(-34px);
  }
}

.prevArrow,
.nextArrow {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4) url("../imgs/ico_arrow_01.svg") no-repeat center;
  cursor: pointer;
}

@media all and (max-width: 767px) {

  .prevArrow,
  .nextArrow {
    width: 8vw;
    height: 8vw;
  }
}

@media all and (min-width: 768px) {

  .prevArrow,
  .nextArrow {
    width: 4.39238653vw;
    height: 4.39238653vw;
  }
}

.nextArrow {
  left: auto;
  right: 0;
}

.prevArrow {
  transform: rotate(180deg);
}

.p-section .char {
  display: inline-block;
  transition: all 0.25s calc(0.15s + var(--char-index) * 0.05s);
}

.text--enter [data-scroll=out] .char,
.text--enter.js-inView .char {
  opacity: 0;
  transform: translate(0, -150%);
}

.text--enter.js-inView.is-inview .char {
  opacity: 1;
  transform: translate(0, 0);
}

.p-topics {
  position: relative;
  padding: 11.3333333333vw 5.3333333333vw 11.4666666667vw;
  background-color: #efefef;
  color: #000;
}

@media all and (min-width: 768px) {
  .p-topics {
    /* padding: 6.8374816984vw 6.588579795vw 10.2489019034vw; */
    padding: 6.8374816984vw 6.588579795vw 6.8374816984vw;
  }
}

.p-topics~.p-topics:before {
  content: '';
  position: absolute;
  width: calc(100vw - 6.588579795vw * 2);
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
}

.p-topics__heading {
  color: #555;
  font-size: 5.3333333333vw;
  font-weight: 600 !important;
  line-height: 1.4;
  text-align: center !important;
}

@media all and (min-width: 768px) {
  .p-topics__heading {
    font-size: 23px;
  }
}

.p-topics__more {
  margin-top: 62px;
  text-align: center !important;
}

@media all and (min-width: 768px) {
  .p-topics__more {
    margin-top: 68px;
  }
}

.p-topics__more-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 125px;
  height: 35px;
  padding-left: 41px;
  color: #000;
  text-decoration: none;
  text-align: center !important;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #999;
}

.p-topics__more-button:hover {
  color: #000 !important;
  opacity: 0.8;
}

.p-topics__more-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../imgs/ico_arrow-button.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* リストコンポーネント */
.c-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  row-gap: 34px;
  /* font-weight: 600 !important; */
}

@media all and (min-width: 768px) {
  .c-card {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5.3221083455vw;
    margin-left: auto;
    margin-right: auto;
    width: 86.71875vw;
    gap: 50px calc((100% - 18.75vw * 4) / 3);
  }

  .c-card.-center {
    justify-content: center;
  }
}

.c-card__item {
  width: 41.0666666667vw;
}

@media all and (min-width: 768px) {
  .c-card__item {
    width: 18.75vw;
    justify-self: flex-start;
  }
}

.c-card__link {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .c-card__link {
    padding-bottom: 0;
  }

  .c-card__link:hover {
    color: inherit;
  }

  .c-card__link:hover .c-card__title {
    text-decoration: underline;
  }
}

.c-card__image {
  width: 100%;
  height: auto;
}

.c-card__date {
  margin-top: 16px;
  font-size: 2.6666666667vw;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .c-card__date {
    margin-top: 1.6105417277vw;
    font-size: 0.8052708638vw;
  }
}

@media all and (min-width: 1366px) {
  .c-card__date {
    font-size: 11px;
  }
}

.c-card__title {
  margin-top: 1.7333333333vw;
  font-size: 3.2vw;
  line-height: 1.5833333333;
}

@media all and (min-width: 768px) {
  .c-card__title {
    margin-top: 1.2079062958vw;
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
}

@media all and (min-width: 1366px) {
  .c-card__title {
    font-size: 14px;
  }
}

.c-card__title span {
  font-size: 80%;
}

.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5641025641vw;
  gap: 2.5641025641vw 1.28205128205vw;
}

@media all and (min-width: 768px) {
  .c-card__tags {
    margin-top: 15px;
    gap: 10px 7.5px;
  }
}

.c-card__tag {
  display: flex;
  height: 5.12820512821vw;
  justify-content: center;
  background-color: #DCDCDC;
  padding: 0 2.5641025641vw;
  align-items: center;
  border-radius: 9999px;
  font-family: "Segoe UI", "Arial", "Sans serif";
  font-size: 3.07692307692vw;
  letter-spacing: 0.03em;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .c-card__tag {
    height: 25px;
    font-size: 12px;
    padding: 0 15px 1px;
    box-sizing: border-box;
  }
}

/* アンカー用ボーダー */
.c-border {
  width: 100vw;
  height: 0px;
  background-color: transparent;
  margin-top: -46px;
  margin-bottom: 46px;
}

@media all and (max-width: 767px) {
  .c-border--offset-sp118 {
    margin-top: -118px;
    margin-bottom: 118px;
  }

  .c-border--offset-sp110 {
    margin-top: -110px;
    margin-bottom: 110px;
  }
}

@media all and (min-width: 768px) {
  .c-border {
    margin-top: calc(0px - 51px);
    margin-bottom: calc(0px + 51px);
  }

  .c-border--offset-60 {
    margin-top: calc(-60px - 64px);
    margin-bottom: calc(60px + 64px);
  }

  .c-border--offset-nav {
    margin-top: calc(-1 * (68.953px + 65px));
    margin-bottom: calc(1 * (68.953px + 65px));
  }
}

@media all and (min-width: 980px) {
  .c-border--offset-nav {
    margin-top: calc(-1 * (68.953px + 51px));
    margin-bottom: calc(1 * (68.953px + 51px));
  }
}

@media all and (min-width: 1366px) {
  .c-border {
    margin-top: calc(0px - 51px);
    margin-bottom: calc(0px + 51px);
  }

  .c-border--offset-60 {
    margin-top: -60px;
    margin-bottom: 60px;
  }

  .c-border--offset-nav {
    margin-top: calc(-1 * (68.953px + 51px));
    margin-bottom: calc(1 * (68.953px + 51px));
  }
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.modalWrapper {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalContents .movieBox {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.modalContents .movieBox iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}

.closeModal {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

.closeModal img {
  padding: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pcView {
    display: none;
  }

  .titleArea p {
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .pcView {
    display: block;
    line-height: 0px;
    font-size: 0px;
  }
}

/* モーダル(slider)CSS */
.modalSliderArea {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modalSliderBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.modalSliderWrapper {
  width: 90%;
  height: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalSliderContents {
  height: 100%;
}

.modalSliderContents .modalSliderBox {
  width: 100%;
  height: 100%;
  position: relative;
}

.modalSliderSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .modalSliderSlider.slick-slider {
    user-select: initial;
  }
}

.modalSliderSlider:not(.slick-slider) {
  opacity: 0;
}

.modalSliderSliderArrows {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}

.modalSliderSliderArrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20.5px;
  height: 39px;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  pointer-events: auto;
  cursor: pointer;
  font-size: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-arrow {
    width: 26px;
    height: 51px;
  }
}

.modalSliderSliderArrows .slick-prev {
  left: -30px;
  background-image: url("../imgs/icon_arrow-l-lg.png");
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-prev {
    left: -52px;
  }
}

.modalSliderSliderArrows .slick-next {
  right: -30px;
  background-image: url("../imgs/icon_arrow-r-lg.png");
}

@media screen and (min-width: 768px) {
  .modalSliderSliderArrows .slick-next {
    right: -52px;
  }
}

.modalSliderSliderItem {
  width: 100%;
  height: 100%;
  margin: 0 2px 0 2px;
  overflow-y: auto;
}

.closeModalSlider {
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .closeModalSlider {
    top: 17px;
    right: 15px;
  }
}

.closeModalSlider>img {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .closeModalSlider>img {
    width: 40px;
    height: 40px;
  }
}

.modalSliderWrapper {
  width: calc(100vw - 40px * 2);
  height: calc(100vh - 55px * 2);
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .modalSliderWrapper {
    width: calc(100vw - 82px * 2);
    height: calc(100vh - 85px * 2);
    max-width: 1200px;
    max-height: 560px;
    margin: 0;
  }
}

.modalSliderSliderItemSection {
  display: grid;
  height: 100%;
  grid-template:
    "contents" auto
    "image" auto
    / 1fr;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderItemSection {
    position: relative;
    grid-template: "contents" 1fr / 1fr;
  }
}

.modalSliderSliderItemContents {
  display: grid;
  grid-area: contents;
  grid-template:
    "... ... ..." 37px
    "... category ..." auto
    "... head ..." auto
    "... text ..." auto
    "... ... ..." 34px
    / 38px 1fr 40px;
}

@media screen and (min-width: 768px) {
  .modalSliderSliderItemContents {
    grid-template:
      "..." 54px
      "category" auto
      "..." 42px
      "head" auto
      "..." 24px
      "text" 1fr
      "..." 54px
      / 1fr;
    padding-right: calc(40% + 50px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.modalSliderItemCategory {
  position: relative;
  grid-area: category;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategory {
    padding-left: 78px;
  }
}

.modalSliderItemCategory:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ff0000;
  height: calc(100% - 9px);
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategory:before {
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 9px);
  }
}

.modalSliderItemCategoryTitle {
  display: block;
  font-size: 3.58974358974vw;
  line-height: 1.5;
  font-weight: 600 !important;
  padding-left: 16px;
  text-transform: lowercase;
}

.modalSliderItemCategoryTitle::first-letter {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategoryTitle {
    font-size: 14px;
    padding-left: 0;
  }
}

.modalSliderItemCategoryText {
  font-size: 3.07692307692vw;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemCategoryText {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 0;
  }
}

.modalSliderItemHead {
  grid-area: head;
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHead {
    padding-left: 60px;
    margin-top: 0;
  }
}

.modalSliderItemHeadTitle {
  font-weight: 600 !important;
  display: block;
  font-size: 4.61538461538vw;
  line-height: 1.5;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHeadTitle {
    display: inline-block;
    margin-top: 9px;
    font-size: 22px;
    /* min-height: 72px; */
  }
}

.modalSliderItemHeadLabel {
  font-weight: 600 !important;
  font-size: 3.58974358974vw;
  line-height: 1.2;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .modalSliderItemHeadLabel {
    font-size: 14px;
    padding-bottom: 0;
  }
}

.modalSliderItemText {
  font-size: 3.58974358974vw;
  line-height: 1.78571428571;
  grid-area: text;
  text-align: justify;
  margin-top: 20px;
  word-break: break-all;
}

.modalSliderItemText small {
  display: block;
  font-size: 3.07692307692vw;
  margin-top: 7.17948717948vw;
}

@media screen and (min-width: 768px) {
  .modalSliderItemText {
    font-size: 14px;
    line-height: 2;
    padding-left: 60px;
    margin-top: 0;
  }

  .modalSliderItemText small {
    font-size: 10px;
    margin-top: 20px;
  }
}

.modalSliderItemLinks {
  display: flex;
  flex-direction: column;
  margin-top: 5.12820513vw;
  gap: 4.1025641vw;
  font-size: 12px;
  line-height: 1.6;
}

.modalSliderItemLinksTitle {
  font-weight: bold;
  text-decoration: underline;
}

.modalSliderItemLinksLink {
  display: block;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .modalSliderItemLinks {
    margin-top: 24px;
    gap: 16px;
  }
}

.modalSliderItemPicture {
  grid-area: image;
}

@media screen and (min-width: 768px) {
  .modalSliderItemPicture {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    grid-area: none;
  }
}

.modalSliderItemImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modalSliderItemImage.-top {
  object-position: 50% 0%;
}

.modalSliderItemImage.-left {
  object-position: 0% 50%;
}

.modalSliderItemImage.-bottom {
  object-position: 50% 100%;
}

.swiper-container {
  grid-area: MenuSlider;
}

/* local nav */
.l-nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(45px + 26px);
  right: 20px;
  width: 90px;
  height: 32px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: rgba(189, 222, 237, 1);
  z-index: 1000;
}

@media all and (min-width: 768px) {
  .l-nav {
    position: absolute;
    display: block;
    top: calc(1.64em + 12 * 2px);
    right: initial;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.l-nav__inn {}

@media all and (min-width: 768px) {
  .l-nav__inn {
    padding: 23px 5.2%;
  }
}

.l-nav__main {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  padding: calc(45px + 90px) 36px 90px;
  background-color: #2F383B;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media (orientation: landscape) {
  .l-nav__main {
    padding: calc(45px + 90px * 2) 36px 90px;
  }
}

@media all and (min-width: 768px) {
  .l-nav__main {
    position: static;
    display: block;
    height: auto;
    padding: 0;
    background-color: initial;
    opacity: 1;
    visibility: visible;
  }
}

.l-nav__trigger {
  display: block;
  font-size: 12px;
  font-weight: 600 !important;
}

@media all and (min-width: 768px) {
  .l-nav__trigger {
    display: none;
  }
}

.l-nav__close {
  position: absolute;
  top: 67px;
  right: 20px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  background-image: url(../imgs/icon_close.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  .l-nav__close {
    display: none;
  }
}

.l-nav__title img {
  width: 310px;
}

@media all and (min-width: 768px) {
  .l-nav__title {
    display: none;
  }
}

.l-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 31px;
  margin-top: 43px;
}

@media all and (min-width: 768px) {
  .l-nav__list {
    flex-direction: row;
    gap: 28px;
    margin: 0;
  }
}

.l-nav__item {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 768px) {
  .l-nav__item {}
}

.l-nav__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s;
  line-height: 20px;
  padding-left: 25px;
  font-weight: 600 !important;
}

.l-nav__link:before {
  content: '';
  position: absolute;
  top: calc(20px / 2 - 0.5em);
  left: 3px;
  display: block;
  width: 8px;
  height: 12px;
  /* transform: translateY(-50%); */
  background-image: url(../imgs/icon_arrow-l-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* SPのみ */
@media all and (max-width: 767px) {
  .l-nav__link {
    color: #fff !important;
  }
}

@media all and (min-width: 768px) {
  .l-nav__link {
    font-size: 85.71%;
    line-height: 1.4;
    color: rgba(0, 0, 0, 1);
    padding-left: 0;
  }

  /* .l-nav__link:hover {
    color: rgba(0, 0, 0, 1);
  } */

  .l-nav__link:before {
    content: none;
  }
}

@media (hover: hover) {
  .l-nav__link:hover {
    color: rgba(0, 0, 0, 1);
  }
}

/* local nav open */
.l-nav__main.is-open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

/* local nav fixed */
@media all and (min-width: 768px) {
  .l-nav.is-fixed {
    position: fixed;
    background-color: rgba(189, 222, 237, 0.85);
    top: 65px;
  }

  .l-nav.is-fixed .l-nav__link {
    color: rgba(0, 0, 0, 0.3);
  }

  .l-nav.is-fixed .l-nav__link.is-current,
  .l-nav.is-fixed .l-nav__link.-current {
    color: rgba(0, 0, 0);
    font-weight: normal;
  }
}

@media all and (min-width: 1366px) {
  .l-nav.is-fixed .l-nav__link:hover {
    color: rgba(0, 0, 0, 1);
  }
}

@media all and (min-width: 980px) {
  .l-nav.is-fixed {
    top: 51px;
  }
}