@charset "utf-8";

/* mv */
.ambassador-mv {
  max-width: 1200px;
  margin: 0 auto;
  background: #000;
}

.ambassador-mv img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC */
@media screen and (min-width: 768px) {
  .ambassador-mv {
    overflow: visible;
  }

  .ambassador-mv img {
    height: auto;
    object-fit: contain;
  }
}

/* タブレット */
@media screen and (max-width: 1024px) {
  .ambassador-mv {
    max-width: 100%;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .ambassador-mv {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .ambassador-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* 改行 */
.pc-br {
  display: inline;
}
.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}

/* mv下テキスト */
.ambassador-voice {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.ambassador-voice__box {
  padding: 40px 50px;
  border-radius: 12px;
  position: relative;
}

.ambassador-voice__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #888;
  margin-bottom: 20px;
  text-align: center;
}

.ambassador-voice__text {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .ambassador-voice {
    margin: 20px auto;
    padding: 0 10px;
  }

  .ambassador-voice__box {
    padding: 24px 16px;
  }
	
  .ambassador-voice__heading {
    font-size: 18px;
  }
	
  .ambassador-voice__text {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* ambassador画像 */
.ambassador-image {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.ambassador-image picture,
.ambassador-image img {
  width: 100%;
  display: block;
}

.ambassador-image img {
  height: auto;
}

/* SP微調整 */
@media screen and (max-width: 767px) {
  .ambassador-image {
    margin-top: 24px;
  }
}

/* ambassador テキストボックス */

.ambassador-textbox {
  max-width: 1000px;
  margin: 24px auto 0;
  padding: 40px 48px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

.ambassador-textbox__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 20px;
  text-align: center;
}

.ambassador-textbox__text {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

/* SP */
@media screen and (max-width: 767px) {
  .ambassador-textbox {
    padding: 24px 16px;
  }

  .ambassador-textbox__heading {
    font-size: 18px;
  }

  .ambassador-textbox__text {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* ベネクスについて */
.venex-profile {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}

.venexprofile-inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border: 0px solid #fff;
}

.venexprofile-title {
  background-color: #dcdcdc;
  color: #111;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.venexprofile-text {
  padding: 15px;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
}

.venexprofile-text p {
  margin: 0 0 1em 0;
}

.venexprofile-text p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .venexprofile-inner {
    min-width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .venex-profile {
    padding: 40px 16px;
  }

  .venexprofile-title {
    font-size: 15px;
    padding: 14px 20px;
  }

  .venexprofile-text {
    font-size: 14px;
    padding: 10px;
  }
}

hr {
  border: none;
  height: 1px;
  margin: 40px 0;
  background: linear-gradient(
    to right,
    transparent,
    #ccc,
    transparent
  );
}

/* ===============================
   LP Reason Grid Section
=============================== */

.lp-reason-grid-section {
  width: 100%;
  padding: 80px 20px;
  background: #f7f2ee;
  box-sizing: border-box;
}

.lp-reason-grid-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* 見出し */

.lp-reason-grid-heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.lp-reason-grid-subtext {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
  color: #666;
}

/* グリッド */

.lp-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* カード */

.lp-reason-card {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 24px;
  box-sizing: border-box;
}

/* 小見出し */

.lp-reason-card__label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* 大見出し */

.lp-reason-card__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* 本文 */

.lp-reason-card__text {
  font-size: 14px;
  line-height: 1.7;
}

/* ===============================
   SP
=============================== */

@media screen and (max-width: 768px) {

  .lp-reason-grid-section {
    padding: 60px 16px;
  }

  .lp-reason-grid-heading {
    font-size: 22px;
  }

  .lp-reason-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* Item */
.product-section {
  max-width: 1000px;
  margin: 80px auto 120px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 共通 商品リスト */
.product-list {
  display: grid;
  gap: 40px 24px;
}

/* 1列目：3商品 */
.product-list--three {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

/* 2列目：2商品（中央寄せ） */
.product-list--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.66%;
  margin: 0 auto;
}

/* 商品カード */
.product-item {
  text-align: center;
}

/* 商品画像 */
.product-item__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}

.product-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 商品名 */
.product-item__name {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.product-section__heading {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

/* =========================
   LP 商品一覧CTA
========================= */

.lp-cta-products {
  width: 100%;
  text-align: center;
  margin: 50px 0 20px;
}

/* ボタン */
.lp-cta-products__btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

/* hover */
.lp-cta-products__btn:hover {
  opacity: 0.8;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .product-section {
    margin: 60px auto 80px;
  }

  .product-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-list--three,
  .product-list--two {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .product-item__name {
    font-size: 15px;
  }
}

/* 相馬選手プロフィール */
.ambassador-profile {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}

.profile-inner {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.profile-title {
  background-color: #dcdcdc;
  color: #111;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.profile-text {
  padding: 24px;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
}

.profile-text p {
  margin: 0 0 1em 0;
}

.profile-text p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .profile-inner {
    min-width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ambassador-profile {
    padding: 40px 16px;
  }

  .profile-title {
    font-size: 15px;
    padding: 14px 20px;
  }

  .profile-text {
    font-size: 13px;
    padding: 20px;
  }
}