@charset "utf-8";
/************ --------------------

寶「丸おろしスタンド」 CSS　2025 by FLICKS

 -------------------- ************/
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*スマホでの自動文字サイズ調整を防ぐ*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
}
/*パンくず*/
.c-breadcrumbs {
  margin: 20px auto 25px !important;
  width: 1024px;
}
/**********************************
 
基本
 
**********************************/
#main-content {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #00220f;
  color: #fff;
}
#main-content img {
  max-width: 100%;
  height: auto;
}
.c-inner {
  width: 1024px;
  display: block;
  margin: auto;
}
.u-nowrap {
  display: inline-block;
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .c-inner {
    max-width: 100%;
  }
}
/**********************************
 
Main Visual .p-main-visual
 
**********************************/
.p-main-visual__img {
  height: auto;
  width: 1050px;
}
.p-main-visual {
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s ease 0.5s;
  background-color: #083a1a;
  background-image: url("../img/mv-bg_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.p-main-visual.is-visible {
  opacity: 1;
}
/* ---　2001以上　---*/
@media (min-width:1601px) {
  .p-main-visual {
    background-size: contain;
  }
}
/**********************************
 
.c-nav
 
**********************************/
.c-nav {
  background-color: #e7470a;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.c-nav__list {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: 0 auto;
  padding: 18px 0;
}
.c-nav__item {
  border-right: 1px solid #fbd1c3;
  text-align: center;
  flex: 1;
}
.c-nav__item:first-child {
  border-left: 1px solid #fbd1c3;
}
.c-nav__list a {
  display: block;
  padding: 4px 0;
  transition: 0.2s;
}
.c-nav__list a:hover {
  opacity: 0.6;
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .c-nav__list {
    padding: 2.4vw 2em;
  }
  .c-nav__list a {
    padding: 1px 0;
  }
  .c-nav__item a img {
    height: 2.8vw !important;
    max-height: 16px;
    vertical-align: middle;
  }
}
/**********************************
 
.c-leader
 
**********************************/
.c-leader {
  text-align: center;
  /*background: url("../img/about-img_01.webp") no-repeat center bottom / contain;
  padding-bottom: 460px;
  margin-bottom: 80px;*/
  overflow: hidden;
}
.c-leader p {
  font-size: 25px;
}
/* ---　PCサイズのみ　---*/
@media (min-width:768px) {
  .c-leader::after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 1180px;
    aspect-ratio: 1260 / 500; /* 横:縦 の比率を指定 */
    background: url("../img/about-img_01.webp") no-repeat center top / contain;
  }
}
/* ---　微調整　---*/
@media (min-width: 768px) and (max-width: 1200px) {
  .c-leader::after {
    width: 100%;
  }
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .c-leader p {
    font-size: 23px;
    padding: 0 1.5em;
  }
  .c-leader p br {
    display: none;
  }
  .c-leader {
    background: url("../img/about-img_01.webp") no-repeat center bottom;
    background-size: 145%;
    padding-bottom: 58vw;
    margin-bottom: 40px;
  }
}
/* ---　微調整　---*/
@media (max-width:540px) {
  .c-leader p {
    font-size: 18px;
    padding: 0 1.0em;
  }
}
/**********************************
 
#about
 
**********************************/
.p-about__box {
  border-style: solid;
  border-width: 90px 90px 70px;
  border-image-source: url(../img/line_01.png);
  border-image-slice: 120 fill;
  border-image-width: 130px;
  border-image-outset: 60px;
  border-image-repeat: round;
}
.p-about__box {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem; /* アイテム間の余白 */
}
/* アイテム */
.p-about__item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
/* 画像 */
.p-about__item-image {
  flex: 0 0 400px;
}
.p-about__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about__item-image figcaption {
  text-align-last: center;
  margin-top: 10px;
}
/* テキスト */
.p-about__item-text {
  flex: 1;
}
.p-about__item-text p {
  font-size: 20px;
}
/* 左右交互配置 */
.p-about__item:nth-child(odd) {
  flex-direction: row-reverse;
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .p-about__box {
    margin: 0 6.5625vw;
    border-style: solid;
    border-width: 14.0625vw 14.0625vw 10.9375vw;
    border-image-source: url(../img/line_01.png);
    border-image-slice: 120 fill; /* 画像依存なのでpx固定 */
    border-image-width: 20.3125vw;
    border-image-outset: 9.375vw;
    border-image-repeat: round;
    gap: 8vw; /* アイテム間の余白 */
  }
  .p-about__item {
    flex-direction: column-reverse !important;
  }
  .p-about__item-image {
    width: 100%; /* 幅100%に */
    flex: none;
  }
  .p-about__item {
    gap: 7vw;
  }
  .p-about__item-text {
    margin-bottom: 2.4em;
  }
  .p-about__item-text p {
    font-size: 17px;
  }
  .p-about__item-image figcaption {
    font-size: 14px;
  }
}
/* ---　微調整　---*/
@media (max-width:540px) {
  .p-about__box {
    margin: 0 2.5vw;
    border-style: solid;
    border-width: 13vw 11vw 11vw;
    border-image-source: url(../img/line_01.png);
    border-image-slice: 120 fill; /* 画像依存なのでpx固定 */
    border-image-width: 20.3125vw;
    border-image-outset: 9.375vw;
    border-image-repeat: round;
  }
}
/**********************************
 
見出し
 
**********************************/
.section-title {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 18px;
}
.section-title img {
  display: block;
  margin: auto;
}
/*** 輝く下線の見出し ***/
.heading-neon {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 26px;
}
.heading-neon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px; /* 芯の太さ */
  background: #fff; /* 芯の色 */
  border-radius: 3px;
  border: 1px solid #ffff00;
  box-shadow: 0 0 9px #ffff7d, 0 0 12px #ffff7d; /* 発光のにじみ */
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .section-title {
    padding: 70px 1.5em 0;
    margin-bottom: 18px;
  }
  .section-title img:first-child {
    width: 40vw;
  }
  .heading-neon {
    font-size: 1rem;
    padding-bottom: 4.5vw;
    margin-bottom: 4.5vw;
  }
  .heading-neon img {
    width: 50vw;
  }
}
/**********************************
 
.p-lineup#lineup
 
**********************************/
.p-lineup {
  background: #000;
  color: #fff !important;
  text-align: center;
}
.p-lineup .section-title {
  background: #00220f;
  padding: 40px 0 0;
  margin-top: 60px;
  margin-bottom: -19px;
}
.p-lineup .section-title::after {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  background: url("../img/line_02.png") repeat-x center bottom;
  position: relative;
  z-index: 2;
}
/* 共通アイテム */
.p-lineup__item {
  position: relative;
  overflow: hidden;
  min-height: 300px; /* 高さ確保で安心 */
  display: flex;
  align-items: center;
  justify-content: center;
  /* 背景共通 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* アイテム内の画像 */
.p-lineup__item img {
  width: 1024px;
  height: auto;
  position: relative;
  z-index: 2; /* ::before より上に */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.1s ease;
}
/* 個別背景色 */
.p-lineup__item--yuzu {
  background-color: #083a1a;
}
.p-lineup__item--peach {
  background-color: #8d103f;
}
.p-lineup__item--lemon {
  background-color: #112b72;
}
.p-lineup__item--grapefruit {
  background-color: #005650;
}
/* 背景画像フェードイン用 ::before */
.p-lineup__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease 0.5s; /* 遅延0.5秒、フェードイン1秒 */
  z-index: 1; /* 画像より下 */
}
/* 個別の背景画像 */
.p-lineup__item--yuzu::before {
  background-image: url("../img/lineup-bg_01_pc.webp");
}
.p-lineup__item--peach::before {
  background-image: url("../img/lineup-bg_02_pc.webp");
}
.p-lineup__item--lemon::before {
  background-image: url("../img/lineup-bg_03_pc.webp");
}
.p-lineup__item--grapefruit::before {
  background-image: url("../img/lineup-bg_04_pc.webp");
}
/* スクロールで表示されたらフェードイン */
.p-lineup__item.is-visible::before, .p-lineup__item.is-visible img {
  opacity: 1;
  transform: translateY(0);
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .p-lineup .section-title {
    padding: 6vw 0 0;
    margin-top: 10vw;
    margin-bottom: -2vw;
  }
  .p-lineup .section-title::after {
    height: 6vw;
    background-size: 13vw;
  }
  .p-lineup .section-title::after {}
  .p-lineup__item--yuzu::before {
    background-image: url("../img/lineup-bg_01_sp.webp");
  }
  .p-lineup__item--peach::before {
    background-image: url("../img/lineup-bg_02_sp.webp");
  }
  .p-lineup__item--lemon::before {
    background-image: url("../img/lineup-bg_03_sp.webp");
  }
  .p-lineup__item--grapefruit::before {
    background-image: url("../img/lineup-bg_04_sp.webp");
  }
}
/* ---　1601以上　---*/
@media (min-width:1601px) {
  .p-lineup__item::before {
    background-size: contain;
  }
}
/**********************************
 
.kome 最下部コメ
 
**********************************/
.kome {
  padding: 60px 1em;
  text-align: center;
}
/* ---　SPサイズのみ　---*/
@media (max-width:767px) {
  .kome {
    padding: 2em 1em;
    font-size: 13px;
  }
}
/**********************************
 
fadein
.fadein-block の子要素が 順番にふわっと表示
 
**********************************/
.fadein-block > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 表示状態 */
.fadein-block > *.show {
  opacity: 1;
  transform: translateY(0);
}