@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "FreightBig Pro";
  src: url(../../font/FreightBigProMedium-Regular.woff);
}
.page-studios-new.page-pages .header .studios-cat-title .studios-cat-title-big {
  font-family: "FreightBig Pro" !important;
}

.sandy-bg-container {
  position: relative;
  width: 100%;
  background: url("../../../assets/img/program/sandy-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 104%;
  transform: scale(1.04);
  background-position-y: -2px;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
}

.page-studios .studios-cat-new .main {
  padding-bottom: 0 !important;
}

.page-studios-new .header {
  background: white;
}

.inner {
  padding: 120px 30px 0 30px !important;
}

.page-feature {
  text-align: center;
  background-color: white;
}

.feature-eng {
  font-size: 40px;
  font-family: "Futura PT";
  padding-bottom: 24px;
}

.feature-jp {
  font-size: 18px;
}

.feature-description {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 2px;
  padding: 60px 0 90px 0;
}

.highlight {
  font-weight: bold;
  color: #ae987b;
}

.headline {
  font-family: "Futura PT";
  font-size: 20px;
  border-bottom: 1px solid #666666;
  padding-bottom: 16px;
}

.how-to-see {
  font-size: 16px;
  padding-top: 16px;
}

#program-items {
  margin: 60px 0;
}

#tag-filter ul {
  list-style: none;
  padding: 16px 0 90px 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#tag-filter ul li a {
  font-family: "Noto Sans JP";
  display: flex;
  align-items: center;
  padding: 5px 14px 5px 18px;
  text-decoration: none;
  color: #ae987b;
  border: 1px solid #ae987b;
  border-radius: 100px;
  transition: background-color 0.2s;
  position: relative;
  letter-spacing: 1px;
  white-space: nowrap;
}
#tag-filter ul li a img {
  width: 16px;
  display: none;
}
#tag-filter ul li a .disabled-star {
  color: #d9cfc1;
}
#tag-filter ul li a.selected {
  padding: 5px 14px;
  background-color: #ae987b;
  color: white;
}
#tag-filter ul li a.selected img {
  padding-right: 6px;
  display: block;
}
#tag-filter ul li a.selected .program-difficulty-1,
#tag-filter ul li a.selected .program-difficulty-2,
#tag-filter ul li a.selected .program-difficulty-3 {
  color: white;
  text-align: right;
  letter-spacing: 2px;
  padding-left: 2px;
}
#tag-filter ul li a.selected .disabled-star {
  color: #cec1b0;
}

.program-grid {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 20px 0;
}

.program-card {
  opacity: 1;
  transition: opacity 0.5s ease;
  padding-bottom: 50px;
}

.program-card:hover {
  opacity: 0.7;
}

.program-image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.program-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.5);
}

.title-line {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  color: #ae987b;
  border-bottom: 1px solid #ae987b;
}

.title-line-subtile {
  font-family: "Futura PT";
  display: flex;
  font-size: 18px;
  height: 50px;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
  color: #ae987b;
}

.program-title {
  width: 80%;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "FreightBig Pro";
}
.program-title span {
  font-size: 26px;
}

.program-subtitle {
  width: 60%;
  color: #ae987b;
  font-size: 14px;
  padding: 12px 0;
  letter-spacing: 1px;
}

.program-meta {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.program-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-size: 14px !important;
  -webkit-line-clamp: 3;
  line-height: 5.1;
  line-height: 1.7;
}

#program-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-content h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.modal-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

#modal-image {
  height: 100%;
  width: unset;
  display: block;
  max-height: 660px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#modal-video {
  height: 100%;
  width: unset;
  display: block;
  max-height: 660px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 26px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 1px solid #666666;
  border-radius: 50%;
  color: #666666;
  cursor: pointer;
}

.modal-body {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}

.video-overlay {
  position: absolute;
  bottom: 5%;
  left: 7%;
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}
.video-overlay h3 {
  font-family: "FreightBig Pro";
  font-size: 3em;
  color: white;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid white;
}
.video-overlay p {
  color: white;
}

.modal-info {
  flex: 1;
  max-width: 400px;
  padding: 50px;
  box-sizing: border-box;
}
.modal-info h3 {
  font-family: "Futura PT";
  margin: 0;
  font-size: 3em;
  color: #ae987b;
}
.modal-info .sub-title-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #ae987b;
  padding-top: 6px;
  font-size: 1em;
}
.modal-info .sub-title-line p {
  color: #ae987b;
  font-size: 1.3em;
  margin: 0;
  line-height: 1.4;
  padding: 8px 0 6px 0;
}
.modal-info #modal-difficulty {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  padding: 4px 0;
}
.modal-info .modal-program-difficulty-1,
.modal-info .modal-program-difficulty-2,
.modal-info .modal-program-difficulty-3 {
  color: #ae987b;
  text-align: right;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 17px;
  padding-left: 2px;
}
.modal-info .disabled-star {
  color: #cec1b0;
}
.modal-info p {
  line-height: 2.2;
  font-size: 1em;
  margin: 5px 0;
}
.modal-info .modal-effective-parts-title {
  color: #ae987b;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-top: 2em;
}
.modal-info #modal-effective-parts-tags {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.modal-info #modal-effective-parts-tags .modal-tag {
  color: #ae987b;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  text-decoration: none;
  color: #ae987b;
  border: 1px solid #ae987b;
  border-radius: 100px;
}

#modal-video::-webkit-media-controls {
  display: none !important; /* Chrome, Safari のメディアコントロールを非表示 */
}

#modal-video::-moz-media-controls {
  display: none !important; /* Firefox のメディアコントロールを非表示 */
}

#modal-video::-ms-media-controls {
  display: none !important; /* Edge のメディアコントロールを非表示 */
}

.location-section {
  max-width: 1040px;
  margin: 0 auto 40px auto;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
}

.location-card,
.price-card {
  position: relative;
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}

.location-image,
.price-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.price-image {
  background-image: url("../../img/program/price-bg.png");
}

.location-content,
.price-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 48px 40px 60px;
  z-index: 1;
}
.location-content h2,
.price-content h2 {
  font-family: "Futura PT";
  font-size: 36px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.location-content p,
.price-content p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.location-button,
.price-button {
  position: relative;
  width: 300px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 10px auto;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 2px;
}

.location-button {
  border-radius: 5px;
  padding: 10px 30px;
  text-align: left;
}
.location-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.price-button {
  margin-top: 96px;
  border-radius: 100px;
  padding: 10px 60px;
  justify-content: center;
}
.price-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.heading-icon {
  margin-right: 20px;
}

.location-arrow-icon {
  position: absolute;
  right: 15%;
}

.price-arrow-icon {
  position: absolute;
  right: 28%;
}

.sandy-bg-container-location {
  position: relative;
  width: 100%;
  background: url("../../../assets/img/program/sandy-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -100;
}

.footer-bg-white {
  transform: scale(1.04);
  background: url("../../../assets/img/program/sandy-bg.webp");
  background-position: center;
  top: -5px;
}

.spbr {
  display: none;
}

@media (max-width: 1084px) {
  .location-section {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 120px 30px 0 30px;
  }
  .spbr {
    display: block;
  }
  .page-program-new .cat-main {
    padding-top: 0 !important;
  }
  .program-grid {
    padding-top: 40px;
    margin-top: 0;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .video-overlay h3 {
    font-size: 40px;
  }
  .program-card.full-width {
    grid-column: span 2;
  }
  .program-card.full-width .title-line {
    height: 40px;
  }
  .program-card.full-width br {
    display: none;
  }
  .program-card.full-width .program-image-container {
    height: 160px;
  }
  .program-card.full-width .program-description {
    -webkit-line-clamp: 2;
    line-height: 3.4;
    line-height: 1.7;
  }
  .title-line {
    height: 70px;
  }
  .program-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .program-title span {
    font-size: 16px;
  }
  .program-subtitle {
    font-size: 12px;
  }
  .program-meta {
    font-size: 14px;
  }
  .main {
    padding-bottom: 0 !important;
  }
  .program-card {
    padding-bottom: 20px;
  }
  #tag-filter ul {
    padding: 16px 0 30px 0;
  }
  #tag-filter ul li a {
    font-size: 14px;
  }
  #tag-filter ul li a img {
    width: 20px;
  }
  #modal-video {
    border-bottom-left-radius: unset;
  }
  #modal-image {
    border-bottom-left-radius: unset;
  }
  .modal-body {
    flex-direction: column;
    display: grid;
    grid-template-rows: 40% 1fr;
  }
  .modal-info {
    max-height: 240px;
    margin: 20px 16px 20px 20px;
    padding: 4px 16px 60px 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .modal-info h3 {
    font-size: 38px;
  }
  .program-button {
    display: flex;
    justify-content: right;
  }
  .program-button img {
    width: 70%;
  }
  .modal-info::-webkit-scrollbar {
    width: 4px;
  }
  .close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: Arial, sans-serif;
    color: white;
    border: 1px solid white;
    z-index: 10000;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    font-size: 26px;
    cursor: pointer;
  }
  .modal-info::-webkit-scrollbar-track {
    background: white;
  }
  .modal-info::-webkit-scrollbar-thumb {
    background: #ae987b;
    border-radius: 10px;
  }
  .video-overlay {
    left: 20px;
  }
  .location-section {
    gap: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
  .location-section img.heading-icon {
    width: 16px;
  }
  .location-section img.location-arrow-icon,
  .location-section img.price-arrow-icon {
    width: 8px;
  }
  .location-image {
    height: 400px;
  }
  .location-content {
    height: 400px;
  }
  .location-card,
  .price-card {
    width: 100%;
    max-width: unset !important;
  }
  .program-breadcrumb-bottom {
    top: 0 !important;
    margin-bottom: 60px;
  }
  .page-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-description {
    width: 70%;
  }
  .price-image {
    background-image: url("../../img/program/price-bg-sp.png");
    height: 250px;
  }
  .price-content {
    padding: 52px 40px 36px;
  }
}
@media (max-width: 500px) {
  .program-title {
    font-size: 22px;
  }
  .program-description {
    font-size: 12px !important;
  }
  .modal-content {
    max-width: 80%;
  }
  .video-overlay h3 {
    font-size: 32px;
  }
  .video-overlay p {
    font-size: 16px;
  }
  .modal-info {
    max-height: 280px;
    padding: 4px 16px 160px 0;
    overflow-y: scroll;
  }
  .modal-info h3 {
    font-size: 32px;
  }
  .modal-info p {
    font-size: 16px;
  }
  #modal-video {
    max-height: 520px !important;
  }
  #modal-image {
    max-height: 520px !important;
  }
}
#modal-video::-webkit-media-controls {
  display: none !important;
}

#modal-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

#modal-video::-webkit-media-controls-play-button {
  display: none !important;
}

#modal-video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@media (max-width: 768px) {
  .price-button {
    margin-top: 22px;
    padding: 10px;
    max-width: 60%;
  }
  .price-button img {
    right: 10%;
  }
}
@media (min-width: 768px) {
  .location-content h2,
  .price-content h2 {
    margin-bottom: 17px;
  }
  .price-button {
    margin-top: 47px;
  }
}
.first-view-header .pc-fv-image {
  width: 100%;
  display: block;
}
.first-view-header .sp-fv-image {
  display: none;
}
.first-view-header .first-view-breadcrumb {
  text-align: left;
}
.first-view-header .first-view-breadcrumb p {
  max-width: 1040px !important;
  padding: 0 22px;
}
.first-view-header .first-view-breadcrumb a {
  color: #9f8a6c;
  text-decoration: underline;
}
.first-view-header .fv-cat-title-big {
  padding-top: 26px;
  padding-bottom: 18px !important;
}
@media (max-width: 1161px) {
  .first-view-header .first-view-breadcrumb p {
    max-width: 85% !important;
  }
  .first-view-header .archive-cat-title {
    max-width: 85% !important;
  }
  .first-view-header .fv-cat-title-big {
    padding-top: 18px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .first-view-header .first-view-header {
    margin-bottom: 1000px;
  }
  .first-view-header .first-view-breadcrumb p {
    max-width: 100% !important;
  }
  .first-view-header .archive-cat-title {
    max-width: 100% !important;
  }
  .first-view-header .pc-fv-image {
    display: none;
  }
  .first-view-header .sp-fv-image {
    width: 100%;
    display: block;
  }
  .first-view-header .fv-cat-title-big {
    border-bottom: 0.27vw solid white !important;
  }
  .first-view-header .archive-cat-title {
    color: white;
    top: 80%;
  }
  .first-view-header .first-view-breadcrumb p {
    color: white;
  }
}

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