@charset "utf-8";

/*-------------------------------------
イベント情報
-------------------------------------*/

/*-------------------------------------
おしらせ
-------------------------------------*/
.top_news {
  padding: 80px 0;
  background-image: url(../images/top/top-info03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.top_news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.top-news__title {
 text-align: center;
}

.top-news__link {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease; /* ホバー時のアニメーション */
}

.top-news__link:hover {
  opacity: 0.5;
}
.top-news__list {

}

.top-news__btn {
  text-align: center;
  margin-block-start: calc(24 * var(--rem));
}

.top-news__btn a {
  display: inline-block;
  padding: calc(10 * var(--rem));
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
  font-size: calc(20 * var(--rem));
  font-weight: bold;
  position: relative;
  color: #fff;
  min-width: calc(160 * var(--rem));
}

.top-news__btn a:hover {
  opacity: 0.5;
}

@media (width < 768px) {
  .top-news__item {
    grid-template-columns: 1fr;
  }
}

/*===================================
About 伊豆
===================================*/
.about-izu {
  background: linear-gradient(90deg, #5bc4d8 0%, #5bc4d8 20%, transparent 50%, transparent 100%);
  padding-block: calc(80 * var(--rem));
}

.about-izu__container {
  display: grid;
  grid-template-columns: 4.5fr 5.5fr;
  column-gap: calc(40 * var(--rem));
  padding-inline-end: calc(25 * var(--rem));
  @media (width < 768px) {
  grid-template-columns: 1fr;
  padding-inline-end: 0;
  }
}

.about-izu__images-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-izu__images-item {
  position: relative;
}

.about-izu__images-item::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background-color: #00000020;
 position: absolute;
 top: 0;
 left: 0;
}

.about-izu__img1 {
 height: 100%;
}

.about-izu__img1 img {
  aspect-ratio: 3 /2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-izu__img1-title {
  font-size: calc(22 * var(--rem));
  font-weight: bold;
  color: var(--white);
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  position: absolute;
  top: 4%;
  left: 2%;
  @media (width < 768px) {
  font-size: calc(18 * var(--rem));
  }
}


.about-izu__images-item:nth-child(2) .about-izu__img1-title {
left: 0;
right: 2%;
}
.about-izu__images-item:nth-child(3) .about-izu__img1-title {
top:revert;
bottom: 4%;
}
.about-izu__images-item:nth-child(4) .about-izu__img1-title {
top:revert;
bottom: 4%;
left: 0;
right: 2%;
}

.about-izu__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(8 * var(--rem));
  @media (width < 768px) {
  grid-template-columns: 1fr;
  padding-inline: 20px;
  position: relative;
  }
}

.about-izu__text-block {
 @media (width < 768px) {
 margin-block-start: calc(24 * var(--rem));
 }
}

.about-izu__title {
  font-size: calc(60 * var(--rem));
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.1em;
  @media (width < 768px) {
  font-size: calc(30 * var(--rem));
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: calc(8 * var(--rem));
  }
}

.about-izu__title::first-letter {
  text-transform: uppercase;
}

.about-izu__title span {
  display: block;
  font-size: calc(80 * var(--rem));
  text-transform: uppercase;
  @media (width < 768px) {
  font-size: calc(60 * var(--rem));
  line-height: 1;
  }
}

.about-izu__text {
  margin-block-start: calc(16 * var(--rem));
}

.about-izu__text p {
  font-size: calc(18 * var(--rem));
  margin-block-end: 0.5em;
  @media (width < 768px) {
  font-size: calc(16 * var(--rem));
  }
}

.about-izu__btn {
  margin-block-start: calc(16 * var(--rem));
  text-align: center;
}

.about-izu__img2 {
@media (width < 768px) {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
z-index: -1;
opacity: 0.3;
}
}

.about-izu__img2 img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=========================
特集
=========================*/
.top-selection {
  padding: calc(80 * var(--rem)) 0;
  background-image: url(../images/top/bg_nois-j.png);
  background-color: var(--color2);
}

.top-selection__title {
  text-align: center;
  margin-bottom: 20px;
}

.top-selection__subtitle {
  font-size: calc(20 * var(--rem));
  font-weight: bold;
  text-align: center;
}

.top-selection__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(24 * var(--rem));
  margin-block-start: calc(24 * var(--rem));
}

.top-selection__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: calc(8 * var(--rem));
}

.top-selection__link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.top-selection__link:hover {
  opacity: 0.7;
}

.top-selection__image {
}

.top-selection__image img {
  aspect-ratio: 3 /2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-selection__content {
  padding: 0 10px;
}

.top-selection__content h4 {
  font-size: 18px;
  font-weight: bold;
}

.top-selection__content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 768px) {
  .top-selection__list {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
