@charset "UTF-8";

#wrap {
  width: 100%;
  overflow: hidden;
  padding: 106px 0 0;
  margin: auto;
}

@media (min-width: 641px) {
  #wrap {
    width: 100%;
  }
}

.site_header {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 641px) {
  .site_header {
    width: 100%;
  }
}

.site_header__top-line {
  width: 100%;
  height: 5px;
  background-color: #BC002D;
  color: #BC002D;
}

.site_header__main {
  padding: 20px 2.5%;
}

.site_header__main__logo {
  display: flex;
}

.site_header__main__brand-logo {
  width: auto;
  height: 60px;
}

.site_header__main__lang {
  font-family: "Noto Sans JP";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.site_header__main__lang .gtranslate_wrapper a {
  color: #000;
}

.site_header__main__lang .gtranslate_wrapper a span {
  font-size: 1.5rem !important;
}

.site_header__main__lang .gtranslate_wrapper a.gt-current-lang {
  color: #BC002D;
}

.site_header__main__lang .gtranslate_wrapper a img {
  display: none;
}

.site_footer {
  padding: 50px 0 25px;
  background-color: #BC002D;
}

@media (min-width: 641px) {
  .site_footer {
    width: 100%;
    padding: 100px 0 25px;
  }
}

.site_footer__main {
  text-align: center;
  padding: 0 0 50px;
}

@media (min-width: 641px) {
  .site_footer__main {
    padding: 0 0 100px;
  }
}

.site_footer__main a img {
  display: inline;
  width: 100px;
  height: auto;
}

.site_footer__sub {
  text-align: right;
  padding: 0 5%;
}

.site_footer__sub .copyright {
  color: #fff;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --color-bg-blue: #5794ad;
  --color-bg-dark-blue: #355697;
  --color-bg-light-blue: #c8e8f1;
  --color-bg-yellow: #cca63e;
  --color-bg-gray: #f4f4f4;
  --color-bg-light-gray: #edf2f2;
  --color-text-white: #fff;
  --color-text-blue: #5794ad;
  --color-text-dark-blue: #355697;
  --color-text-yellow: #cca63e;
  --color-text-default: #000;
  --color-text-gray: #959595;
  --color-facilities-floor-1: #b3778b;
  --color-facilities-floor-2: #6e92a7;
  --color-facilities-floor-3: #acb85f;
  --color-events-primary: #cca63e;
  --color-border-default: rgb(80, 80, 80);
  --font-size-s: 52.5%;
  --font-size-m: 62.5%;
  --font-size-l: 72.5%;
  --font-size-ll: 82.5%;
  --font-family-base: "Noto Serif JP", sans-serif;
}

html {
  font-size: var(--font-size-m);
  background-color: #fff;
  color: var(--color-text-default);
  font-size: var(--font-size-m);
}

@media (max-width: 500px) {
  html {
    font-size: var(--font-size-s);
  }
}

@media (min-width: 1081px) {
  html {
    font-size: var(--font-size-l);
  }
}

@media (min-width: 1921px) {
  html {
    font-size: var(--font-size-ll);
  }
}

body {
  font-size: 1.4rem;
  color: #000;
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  color: var(--color-text-default);
  background-color: #fff;
}

button {
  cursor: pointer;
  background-color: #fff;
  border: var(--color-text-gray) 1px solid;
  border-radius: 3px;
  color: var(--color-text-default);
  font-weight: 500;
  font-size: 0.75em;
}

input {
  background-color: #fff;
  border: var(--color-text-gray) 1px solid;
  border-radius: 3px;
  padding: 3px 0.5em;
  font-size: 1em;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  height: 40vh;
  max-width: 2560px;
  min-height: 640px;
  overflow: hidden;
}

@media (min-width: 1081px) {
  .hero {
    height: calc(100vh - 105px);
    margin: 0 auto;
  }
}

@media (min-width: 2561px) {
  .hero {
    height: calc(2560px * 9 / 16);
  }
}

@media (max-width: 2560px) {
  .hero {
    height: calc(100vw * 9 / 16);
    min-height: fit-content;
  }
}

.hero__inner__head {
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 5%;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1081px) {
  .hero__inner__head {
    top: 100px;
    left: 5%;
  }
}

.hero__inner__head h2 {
  font-size: 4.9rem;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 10px;
}

@media (min-width: 1081px) {
  .hero__inner__head h2 {
    font-size: 5.2rem;
    margin: 0 0 15px;
  }
}

@media (min-width: 1921px) {
  .hero__inner__head h2 {
    margin: 0 0 20px;
  }
}

.hero__inner__head h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 1081px) {
  .hero__inner__head h3 {
    font-size: 2.1rem;
  }
}

.hero__inner__slider {
  position: absolute;
  inset: 0;
}

.hero__inner__slider__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.hero__inner__slider__slide.is-active {
  opacity: 1;
}

.hero__inner__video {
  width: 100%;
  position: absolute;
  inset: 0;
}

.hero__inner__video video {
  width: 100%;
  height: auto;
  /* height: 100%;
  -o-object-fit: cover;
  object-fit: cover; */
}

.hero__inner__nav {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero__inner__nav__button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.hero__inner__nav__button.is-active {
  background-color: #BC002D;
  border: 1px solid #BC002D;
}

@media (min-width: 1081px) {
  .front-menu {
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media (min-width: 901px) {
  .front-menu__ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 901px) {
  .front-menu__ul__li {
    width: 50%;
  }
}

.front-menu__ul__li>a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 45px 5%;
  position: relative;
}

@media (min-width: 1081px) {
  .front-menu__ul__li>a {
    padding: 35px 5%;
  }
}

.front-menu__ul__li.tour a {
  background-color: #BC002D;
}

.front-menu__ul__li.contrnts a {
  background-color: #0082b7;
}

.front-menu__ul__li img {
  width: auto;
  height: 6rem;
}

.front-menu__ul__li__name {
  padding: 0 0 0 15px;
}

.front-menu__ul__li__name h3 {
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.front-menu__ul__li__name h2 {
  font-size: 2.7rem;
}

.front-menu__ul__li .scroll_down {
  position: absolute;
  top: -25px;
  bottom: 0;
  right: calc(2.5% + 25px);
  height: -moz-fit-content;
  height: fit-content;
  width: 50px;
  height: 50px;
  margin: auto;
  animation: arrowmove 1s ease-in-out infinite;
}

.front-menu__ul__li .arrow {
  position: absolute;
  width: 50px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.front-menu__ul__li .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.front-menu__ul__li .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.front-menu__ul__li .arrow:before,
.front-menu__ul__li .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.front-menu__ul__li .arrow:before {
  left: 0;
  transform: skew(0deg, 45deg);
}

.front-menu__ul__li .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -45deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(50px);
  }

  100% {
    opacity: 0;
    transform: translateY(60px) scale3d(0.5, 0.5, 0.5);
  }
}

.point {
  padding: 75px 0 75px;
}

@media (min-width: 1081px) {
  .point {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 0 150px;
  }
}

.point__hero {
  margin: 15px 0 15px;
}

@media (min-width: 641px) {
  .point__hero {
    margin: 0 0 30px;
  }
}

.point__hero h2 {
  font-size: 2.7rem;
  color: #BC002D;
  text-align: center;
  line-height: 1.75;
}

@media (min-width: 1081px) {
  .point__pgm.pgmA {
    display: none;
  }
}

@media (max-width: 1080px) {

  .point__pgm.pgmB ul li.point1,
  .point__pgm.pgmB ul li.point2 {
    display: none;
  }
}

.point__pgm__ul {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 641px) {
  .point__pgm__ul {
    width: 480px;
    margin: auto;
  }
}

@media (min-width: 1081px) {
  .point__pgm__ul {
    width: 100%;
  }
}

.point__pgm__ul__li {
  text-align: center;
  width: 50%;
  height: 240px;
  background-size: cover;
  padding: 30px 0 0;
}

@media (min-width: 641px) {
  .point__pgm__ul__li {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 1081px) {
  .point__pgm__ul__li {
    width: 25%;
    height: 270px;
    padding: 35px 0 0;
  }
}

.point__pgm__ul__li.point1 {
  background-color: #BC002D;
}

.point__pgm__ul__li.point2 {
  background-color: #d76681;
}

.point__pgm__ul__li.point3 {
  background-color: #d95d47;
}

.point__pgm__ul__li.point4 {
  background-color: #d99623;
}

.point__pgm__ul__li img {
  display: inline;
  width: auto;
  height: 10.5rem;
}

@media (min-width: 1081px) {
  .point__pgm__ul__li img {
    height: 8.5rem;
  }
}

.point__pgm__ul__li h3 {
  font-size: 1.9rem;
  color: #fff;
}

@media (min-width: 1081px) {
  .point__pgm__ul__li h3 {
    margin: 3px 0 0;
  }
}

.pmtour {
  background-color: #000;
  padding: 75px 0 0;
}

@media (min-width: 641px) {
  .pmtour {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
  }
}

.pmtour__hero {
  padding: 0 5% 100px;
  position: relative;
}

@media (min-width: 641px) {
  .pmtour__hero {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5% 100px;
  }
}

.pmtour__hero h2 {
  font-size: 4.9rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.pmtour__hero h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 50px;
}

.pmtour__hero__jrjp-icon {
  position: absolute;
  width: 250px;
  height: auto;
  top: -35px;
  left: calc(100% - 250px + 35px);
}

@media (min-width: 641px) {
  .pmtour__hero__jrjp-icon {
    width: 350px;
    left: 300px;
  }
}

@media (min-width: 1081px) {
  .pmtour__hero__jrjp-icon {
    left: calc(50% - 640px + 350px);
  }
}

@media (min-width: 501px) {
  .pmtour__more {
    max-width: 1080px;
  }
}

.pmtour__more__btn {
  font-family: "Noto Sans JP";
  position: relative;
  max-width: 500px;
  padding: 15px 120px 15px 35px;
  font-size: 1.5rem;
  color: #fff;
  background: #BC002D;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: left;
  transition: all 0.5s;
}

.pmtour__more__btn__icon {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.pmtour__more__btn__icon::before,
.pmtour__more__btn__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.5s ease;
}

.pmtour__more__btn__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pmtour__more__btn__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pmtour__more__btn.is-open .pmtour__more__btn__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pmtour__more__btn.is-open .pmtour__more__btn__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pmtour__more__btn:hover {
  background-color: #BC002D;
  color: #fff;
}

.pmtour__more__btn:hover .pmtour__more__btn__icon::before {
  background-color: #fff;
}

.pmtour__more__btn:hover .pmtour__more__btn__icon::after {
  background-color: #fff;
}

.pmtour__more__detail {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1081px) {
  .pmtour__more__detail {
    width: 70%;
    padding: 0;
  }
}

.pmtour__more__detail p {
  opacity: 0;
  text-align: justify;
  color: #fff;
  transition: all 1s ease;
}

.pmtour__more__detail.is-open {
  max-height: 1000px;
  padding: 25px 25px;
}

@media (min-width: 1081px) {
  .pmtour__more__detail.is-open {
    padding: 25px 0;
  }
}

.pmtour__more__detail.is-open p {
  opacity: 1;
}

@media (min-width: 641px) {
  .pmtour__menu {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}

@media (min-width: 1081px) {
  .pmtour__menu {
    max-width: 1440px;
  }
}

@media (min-width: 641px) {
  .pmtour__menu__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.pmtour__menu__ul__li {
  background-color: #BC002D;
  padding: 0 0 50px;
  margin: 0 0 25px;
  /* アスペクト比固定（不要なら削除OK） */
  /* 横に並べるレーン */
  /* 画像は枠いっぱい＋10px間隔 */
}

@media (min-width: 641px) and (max-width: 1080px) {
  .pmtour__menu__ul__li {
    width: calc(50% - 15px);
  }

  .pmtour__menu__ul__li:nth-of-type(2n) {
    margin: 0 10px 25px 20px;
  }
}

@media (min-width: 1081px) {
  .pmtour__menu__ul__li {
    width: calc(33.3333333333% - 20px);
  }

  .pmtour__menu__ul__li:nth-of-type(2n) {
    margin: 0 10px 25px 10px;
  }

  .pmtour__menu__ul__li:nth-of-type(2n-1) {
    margin: 0 20px 25px 0;
  }

  .pmtour__menu__ul__li:nth-of-type(3n) {
    margin: 0 0 25px 20px;
  }
}

.pmtour__menu__ul__li .pmtour__thumb {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
}

.pmtour__menu__ul__li .pmtour__thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pmtour__menu__ul__li .pmtour__thumb__track {
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  transition: transform 10s linear;
}

.pmtour__menu__ul__li .pmtour__thumb__img {
  flex: 0 0 100%;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.pmtour__menu__ul__li__oview {
  padding: 0 5%;
  position: relative;
}

.pmtour__menu__ul__li__oview__pm-icon {
  position: absolute;
  height: 200px;
  width: auto;
  filter: drop-shadow(5px 5px 5px #000);
  top: -175px;
  left: 0;
}

.pmtour__menu__ul__li__oview__name {
  display: flex;
  border-bottom: 2px solid #fff;
  padding: 50px 0 25px;
}

.pmtour__menu__ul__li__oview__name h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}

.pmtour__menu__ul__li__oview__fd {
  display: flex;
  justify-content: space-around;
  align-items: end;
  padding: 10px 0 0;
}

.pmtour__menu__ul__li__oview__fd div h4 {
  color: #fff;
  font-weight: 600;
}

.pmtour__menu__ul__li__oview__fd div h4 span {
  font-size: 3rem;
}

.pmtour__menu__ul__li__oview__fd button {
  font-family: "Noto Sans JP";
  font-size: 1.7rem;
  font-weight: 600;
  color: #BC002D;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
}

.pmtour__menu__ul__li__more {
  position: relative;
  padding: 0 0 25px;
}

.pmtour__menu__ul__li__more__btn {
  position: relative;
  width: 100%;
  padding: 15px 25px 15px 25px;
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
  background-color: #BC002D;
  border: 2px solid #BC002D;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.pmtour__menu__ul__li__more__btn.is-open {
  background-color: #BC002D;
  color: #fff;
}

.pmtour__menu__ul__li__more__btn.is-open .pmtour__menu__ul__li__more__btn__icon::before {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pmtour__menu__ul__li__more__btn.is-open .pmtour__menu__ul__li__more__btn__icon::after {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pmtour__menu__ul__li__more__detail {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: all 0.5s ease-in-out;
}

.pmtour__menu__ul__li__more__detail ul {
  background-color: #fff;
  padding: 25px 5%;
  opacity: 0;
  transition: all 1s ease;
}

.pmtour__menu__ul__li__more__detail ul li {
  margin: 0 0 5px;
}

.pmtour__menu__ul__li__more__detail ul li h6 {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  color: #BC002D;
  text-decoration: underline;
  margin: 0 0 0;
}

.pmtour__menu__ul__li__more__detail ul li p {
  font-family: "Noto Sans JP";
  text-align: justify;
  transition: all 1s ease;
}

.pmtour__menu__ul__li__more__detail ul li p span {
  margin: 0 5px 0 0;
}

.pmtour__menu__ul__li__more__detail.is-open {
  max-height: 1000px;
  padding: 0 25px 25px;
}

.pmtour__menu__ul__li__more__detail.is-open ul {
  opacity: 1;
}

.pmtour__menu__ul__li__more__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  transform: translateY(-50%);
}

.pmtour__menu__ul__li__more__icon:hover {
  cursor: pointer;
}

.pmtour__menu__ul__li__more__icon::before,
.pmtour__menu__ul__li__more__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 0.5s ease;
}

.pmtour__menu__ul__li__more__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pmtour__menu__ul__li__more__icon::after {
  transform: translate(15%, -50%) rotate(-45deg);
}

.pmtour__menu__ul__li__more__icon.is-active::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pmtour__menu__ul__li__more__icon.is-active::after {
  transform: translate(15%, -50%) rotate(45deg);
}

.contents {
  padding: 50px 0 0;
}

@media (min-width: 641px) {
  .contents {
    padding: 100px 0 0;
  }
}

@media (min-width: 1081px) {
  .contents {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.contents__hero {
  padding: 0 5% 50px;
  position: relative;
}

@media (min-width: 1081px) {
  .contents__hero {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.contents__hero h2 {
  font-size: 4.9rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 20px;
}

.contents__hero h3 {
  font-size: 1.6rem;
  font-weight: 400;
}

.contents__hero__jrjp-icon {
  position: absolute;
  width: 250px;
  height: auto;
  top: -35px;
  right: -35px;
}

.contents__menu {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 641px) {
  .contents__menu {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1081px) {
  .contents__menu {
    max-width: 1440px;
  }
}

.contents__menu__ul {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.contents__menu__ul::-webkit-scrollbar {
  display: none;
}

.contents__menu__ul__li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 25px 25px 50px;
  box-sizing: border-box;
  background: #0082b7;
}

@media (min-width: 641px) {
  .contents__menu__ul__li {
    max-width: 50%;
  }
}

@media (min-width: 1081px) {
  .contents__menu__ul__li {
    max-width: 33.3333333333%;
  }
}

.contents__menu__ul__li h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 15px 0 0;
  margin: 0 0 15px;
}

.contents__menu__ul__li__oview {
  text-align: center;
}

.contents__menu__ul__li__oview button {
  font-family: "Noto Sans JP";
  position: relative;
  padding: 5px 20px;
  font-size: 1.7rem;
  color: #0082b7;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

.contents__menu .slider-btn {
  font-family: "Noto Sans JP";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 4.9rem;
  cursor: pointer;
}

.contents__menu .slider-btn.prev {
  left: 8px;
}

.contents__menu .slider-btn.next {
  right: 8px;
}

.youtube {
  padding: 75px 0 0;
}

@media (min-width: 641px) {
  .youtube {
    padding: 100px 0 0;
  }
}

@media (min-width: 1081px) {
  .youtube {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.youtube__hero {
  padding: 0 5% 50px;
  position: relative;
}

@media (min-width: 1081px) {
  .youtube__hero {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.youtube__hero h2 {
  font-size: 4.9rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 20px;
}

.youtube__hero h3 {
  font-size: 1.6rem;
  font-weight: 400;
}

.youtube__hero__jrjp-icon {
  position: absolute;
  width: 250px;
  height: auto;
  top: -35px;
  right: -35px;
}

.youtube .pc-only {
  display: block;
  text-align: center;
  margin: 0 0 15px;
  position: relative;
}

@media (min-width: 641px) {
  .youtube .pc-only iframe {
    width: 600px;
    height: 337.5px;
  }
}

@media (min-width: 1081px) {
  .youtube .pc-only iframe {
    width: 720px;
    height: 405px;
  }
}

.youtube .yt-slider {
  position: relative;
  width: 100%;
}

.youtube .yt-slider__viewport {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.youtube .yt-slider__track {
  display: flex;
  transition: transform 0.4s ease;
}

.youtube .yt-slider__ratio {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
}

.youtube .yt-slider__ratio>a {
  position: absolute;
  inset: 0;
  display: block;
}

.youtube .yt-slider__ratio>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube .yt-slider__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.youtube .yt-slider__btn {
  font-family: "Noto Sans JP";
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  z-index: 5;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 4.9rem;
  align-items: center;
  justify-content: center;
}

.youtube .yt-slider__btn--prev {
  left: 0;
}

.youtube .yt-slider__btn--next {
  right: 0;
}

.youtube .yt-slider__btn:disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 640px) {
  .youtube .pc-only {
    display: none;
  }

  .youtube .yt-slider__item {
    flex: 0 0 100%;
  }
}

@media (min-width: 641px) {
  .youtube .yt-slider__item {
    flex: 0 0 33.3333333333%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}

.ytp-large-play-button {
  width: 34px !important;
  height: 24px !important;
}

.youtube .yt-thumb {
  position: relative;
}

.youtube .yt-thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  /* クリック邪魔しない */
  transition: background .3s ease;
}

.youtube .yt-thumb__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-left: 20px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

/* ホバーでYouTube風に */
.youtube .yt-thumb:hover .yt-thumb__play {
  background: rgba(255, 0, 0, 0.85);
}

.history {
  padding: 75px 0 50px;
}

@media (min-width: 641px) {
  .history {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.history__hero {
  width: 100%;
  height: 600px;
  background-image: url("../../images/pages/jrjp-history-thm.png");
  background-position: center;
  background-size: cover;
  padding: 50px 5%;
  margin: 0 0 30px;
}

@media (min-width: 1081px) {
  .history__hero {
    max-width: 1280px;
    height: 800px;
    margin: 0 auto 30px;
  }
}

.history__hero h2 {
  font-size: 4.9rem;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

.history__hero h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 641px) {
  .history__content {
    max-width: 640px;
    margin: 0 auto;
  }
}

.history__content__ul__li {
  padding: 0 0 calc(30px - 1.4rem);
}

.history__content__ul__li img {
  margin: 0 0 20px;
}

.history__content__ul__li h4 {
  font-size: 2.3rem;
  padding: 0 2.5% 0;
  margin: 0 0 15px;
}

.history__content__ul__li h4 span {
  color: #BC002D;
  margin: 0 0.5rem 0 0;
}

.history__content__ul__li p {
  text-align: justify;
  padding: 0 2.5% 1.4rem;
}

.history__content__btn {
  text-align: center;
}

@media (min-width: 1081px) {
  .history__content__btn {
    padding: 25px 0 50px;
  }
}

.history__content__btn button {
  font-family: "Noto Sans JP";
  font-size: 1.9rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background-color: #BC002D;
  border: none;
  border-radius: 50px;
  padding: 10px 35px;
}

.history__content__btn button span {
  font-size: 1.4rem;
  font-weight: 400;
}

/*# sourceMappingURL=app.css.map */