@charset "utf-8";

@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav,
li,
ul {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.4rem;
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
  background: #fff;
}

.module_title {
  display: none;
}

.blg-font {
  font-family: 'BLG';
  src: url(font/bleage_font.ttf);
  background-size: cover;
}

.color-white {
  color: white;
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

/* ===== Global Header ===== */
.clubaction_globalHeader {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 50;
  position: fixed;
}

.clubaction_globalHeaderInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.clubaction_headerLogo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.clubaction_headerLogo img {
  display: block;
  height: 24px;
  width: auto;
}

.clubaction_headerCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1px solid #F20C0C;
  border-radius: 999px;
  color: #F20C0C;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transition: background-color .2s, color .2s, opacity .2s;
}

.clubaction_headerCta:hover {
  background: #F20C0C;
  color: #fff;
}

@media (min-width: 700px) {
  .clubaction_globalHeaderInner {
    padding: 14px 24px;
  }

  .clubaction_headerLogo img {
    height: 28px;
  }

  .clubaction_headerCta {
    padding: 10px 25px;
    font-size: 1.6rem;
  }
}

/* ---------- HEADER ---------- */
.clubaction_header {
  background-image: url(../img/bg.png);
  background-size: 70%;
  padding: 20px;
  padding-top: 46px;
}

@media (min-width: 700px) {
  .clubaction_header {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.clubaction_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.6;
}

@media (min-width: 700px) {
  .clubaction_title {
    font-size: 3.2rem;
  }
}

.clubaction_tag {
  display: inline;
  color: #EA6183;
  border: 1px solid #EA6183;
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 1.3rem;
  border-radius: 9999px;
  background-color: #fff;
  font-weight: bold;
}

.clubaction_tag_midori{
  color: #90C20A !important;
  border: 1px solid #90C20A !important;
}

.clubaction_tag_orange{
  color: #F29600 !important;
  border: 1px solid #F29600 !important;
}

@media (min-width: 700px) {
  .clubaction_tag {
    font-size: 1.5rem;
  }
}

.clubaction_date {
  font-size: 1.3rem;
  color: #000000;
  margin-left: 8px;
  font-weight: bold;
}

@media (min-width: 700px) {
  .clubaction_date {
    font-size: 1.5rem;
  }
}

.clubaction_logo img {
  width: 85px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (min-width: 700px) {
  .clubaction_logo img {
    width: 185px;
  }
}

.clubaction_titleblock h2 {
  font-size: 1.5rem;
  text-align: left;
}

@media (min-width: 700px) {
  .clubaction_titleblock h2 {
    font-size: 1.6rem;
  }
}

.clubaction_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 700px) {
  .clubaction_meta {
    display: flex;
    justify-content: flex-start;
  }
}

/* ---------- MAIN CONTENT ---------- */
.clubaction_main {
  padding: 20px;
}

.clubaction_section {
  margin-bottom: 40px;
}

/* ---------- 見出しデザイン（共通） ---------- */
.clubaction_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.clubaction_heading img {
  width: 24px;
  height: auto;
}

.clubaction_heading span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
  font-size: 2.3rem;
}

/* ---------- 小見出し（レポート内） ---------- */
.clubaction_subheading {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
}

.clubaction_subheading img {
  width: 18px;
  height: auto;
}

.clubaction_subheading span {
  font-weight: 700;
  font-size: 1.7rem;
}

/* ---------- LIST ---------- */
.clubaction_infoList {
  background: #f5f5f5;
  padding: 30px 15px;
  border-radius: 8px;
  list-style: none;
  margin: 4rem 0;
}

.clubaction_infoList li {
  display: grid;
  line-height: 1.6;
  padding: 6px 0;
  gap: 6px;
  font-size: 1.4rem;
  grid-template-columns: 6% 22% 70%
}

.clubaction_infoList li img {
  width: 18px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px;
}

.clubaction_infoList li span {
  font-weight: 700;
  margin-right: 4px;
}

@media (min-width: 700px) {
  .clubaction_infoList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px 50px;
  }

  .clubaction_infoList li img {
    width: 20px;
  }
}

/* ---------- TEXT ---------- */
.clubaction_text {
  font-size: 0.9rem;
  line-height: 1.8;
  font-size: 1.4rem;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 1.3rem;
}

/* ---------- PHOTO ---------- */
.clubaction_photo {
  width: 290px;
  margin: 0 auto;
  display: block;
}

.clubaction_photo img {
  width: 100%;
  border-radius: 10px;
  margin-top: 50px;
}

@media (min-width: 700px) {
  .clubaction_photo {
    width: 600px;
  }
}

.clubaction_caption {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px 0;
}

/* ---------- GALLERY ---------- */
:root {
  --clubaction-peek: 20px;
}

.clubaction_gallery {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.clubaction_galleryViewport {
  overflow: hidden;
  padding: 0 calc(var(--clubaction-peek) / 2);
}

.clubaction_galleryTrack {
  display: flex;
  position: relative;
  left: 0;
  transition: left .4s ease;
  gap: 16px;
  scrollbar-width: none;
}

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

.clubaction_slide {
  flex: 0 0 calc(100% - var(--clubaction-peek));
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.clubaction_slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  vertical-align: bottom;
}

.clubaction_slide figcaption {
  text-align: center;
  margin: 10px auto 12px;
  padding: 0 8px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #222;
}

.clubaction_prev,
.clubaction_next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease;
}

.clubaction_topBtn {
  display: block;
  width: calc(100% - 48px);
  margin: 28px auto 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #F20C0C;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.3rem;
  color: #F20C0C;
  max-width: 282px;
}

@media (min-width:700px) {
  .clubaction_topBtn {
    font-size: 1.6rem;
  }
}

/* ===== PC ===== */
@media (min-width:700px) {
  .clubaction_prev,
.clubaction_next {
  opacity: 1;
  visibility: visible;
    pointer-events: auto;
}
  :root {
    --clubaction-peek: 80px;
    --clubaction-gap: 20px;
  }

  .clubaction_gallery {
    width: 800px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .clubaction_galleryViewport {
    width: 100%;
    padding: 0 calc(var(--clubaction-peek) / 2);
    overflow: hidden;
    border-radius: 0;
  }

  .clubaction_galleryTrack {
    display: flex;
    position: relative;
    left: 0;
    gap: 0;
    transition: left .45s ease;
  }

  .clubaction_slide {
    flex: 0 0 calc(100% - var(--clubaction-peek) - var(--clubaction-gap));
    min-width: calc(100% - var(--clubaction-peek) - var(--clubaction-gap));
    margin: 0 calc(var(--clubaction-gap) / 2);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
  }

  .clubaction_slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px;
  }

  /* 矢印はそのまま */
  .clubaction_prev,
  .clubaction_next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .95);
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    z-index: 5;
    transition: background .2s, color .2s;
  }

  .clubaction_prev {
    left: 8px;
  }

  .clubaction_next {
    right: 8px;
  }

  .clubaction_prev:hover,
  .clubaction_next:hover {
    color: #fff;
  }
}
@media (min-width: 700px) {
.clubaction_prev,
.clubaction_next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, .95);
  cursor: pointer;
  z-index: 5;
  transition: background .2s, color .2s;
  /* 文字由来の矢印を消す */
  font-size: 0;
  color: transparent;
  /* 背景画像の共通設定 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* 左右の位置 */
.clubaction_prev { left: 8px; }
.clubaction_next { right: 8px; }

/* 通常時の画像 */
.clubaction_prev {
  background-image: url("../img/arrow_black_left.png");
}
.clubaction_next {
  background-image: url("../img/arrow_black_right.png");
}

/* hover時の画像や色を変えたい場合 */
.clubaction_prev:hover {
  background-image: url("../img/arrow_black_left.png"); 
  left: 8px;
}
.clubaction_next:hover {
  background-image: url("../img/arrow_black_right.png");
  right: 8px;
}
}


/* ---------- PC Layout ---------- */
@media (min-width: 700px) {
  .clubaction_headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }

  .clubaction_main {
    max-width: 800px;
    margin: 0 auto;
  }

  .clubaction_galleryTrack img {
    width: 100%;
    margin: 0 auto;
  }

  .clubaction_infoList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }

  .clubaction_heading img {
    width: 32px;
  }

  .clubaction_heading span {
    font-size: 3.2rem;
  }

  .clubaction_subheading img {
    width: 22px;
  }

  .clubaction_subheading span {
    font-size: 2rem;
  }
}