@import url(/common/product/product.css?20250727);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

/*------------------
BELL TOPCOAT Bicycle
------------------*/
main article {
  padding-bottom: unset;
  color: #fff;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  main article {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  main .pc {
    display: none;
  }
}

/* YouTube */
main iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/*------------------
見出し
------------------*/
main h1 img {
  width: 100%;
}
/* レスポンシブ */
@media (max-width: 991px) {
  main h1 img {
    height: 40vw;
    object-fit: cover;
  }
}

/*------------------
商品説明
------------------*/
main div.description {
  padding-top: 81px;
  padding-bottom: 20%;
  text-align: center;
  background: url(images/bicycle_back.png) no-repeat center bottom 4%, linear-gradient(180deg, rgba(26, 26, 26, 1) 21.47%, rgba(29, 26, 26, 1) 37.09%, rgba(40, 27, 27, 1) 50.8%, rgba(58, 27, 28, 1) 63.81%, rgba(84, 28, 30, 1) 76.36%, rgba(116, 30, 32, 1) 88.49%, rgba(154, 31, 35, 1) 100%);
  background-size: contain;
}

/* 商品画像 */
main div.description figure {
  padding-bottom: 60px;
}
main div.description figcaption {
  padding-top: 70px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
}

/* 効果説明 */
main div.description dl {
  padding-bottom: 80px;
}
main div.description dt {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
main div.description dt span {
  padding-right: 6px;
  font-size: 1.6em;
  font-weight: 400;
  font-family: "Yu Mincho Demibold", YuMincho, "Noto Serif JP", serif;
  font-style: italic;
  vertical-align: -2px;
}

/* リード文 */
main div.description p {
  padding-bottom: 30px;
  line-height: 2.2;
}

/* レスポンシブ */
@media (max-width: 911px) {
  main div.description figure img {
    width: 35vw;
  }
  main div.description p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  main div.description figure {
    padding-bottom: 30px;
  }
  main div.description figcaption {
    padding-top: 40px;
    font-size: 20px;
  }
  main div.description dt {
    padding-bottom: 10px;
    font-size: 26px;
  }
  main div.description p {
    padding-bottom: 20px;
  }
}

/*------------------
セクション共通
------------------*/
/* 見出し */
main section hgroup {
  padding-top: 70px;
  padding-bottom: 50px;
  color: #333;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
}
main section hgroup h2 {
  font-size: 53px;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
}
main section hgroup p {
  font-size: 25px;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section hgroup {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  main section hgroup {
    padding-top: 20px;
    margin-bottom: 15px;
  }
  main section hgroup h2 {
    font-size: 36px;
  }
}

/*------------------
特長
------------------*/
main section.feature {
  padding-bottom: 200px;
  background-color: #333;
  background-image: linear-gradient(0deg, rgba(45, 8, 10, 0.77) 0%, rgba(48, 9, 11, 0.77) 0.44%, rgba(79, 15, 17, 0.77) 6.48%, rgba(106, 20, 23, 0.77) 13.18%, rgba(128, 24, 28, 0.77) 20.89%, rgba(145, 27, 32, 0.77) 29.89%, rgba(156, 29, 34, 0.77) 41.02%, rgba(163, 31, 36, 0.77) 56.64%, rgba(165, 31, 36, 0.77) 100%);
}
main section.feature section {
  padding-top: 200px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0px 125px;
  background-size: auto 89px;
}
main section.feature section:nth-of-type(1) {
  background-image: url(images/feature_01.svg);
}
main section.feature section:nth-of-type(2) {
  background-image: url(images/feature_02.svg);
}
main section.feature section:nth-of-type(3) {
  background-image: url(images/feature_03.svg);
}
main section.feature section:nth-of-type(4) {
  background-image: url(images/feature_04.svg);
}
main section.feature section:nth-of-type(5) {
  background-image: url(images/feature_05.svg);
}
main section.feature h3 {
  margin-bottom: 60px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 600;
  position: relative;
}
main section.feature h3::before,
main section.feature h3::after {
  content: "";
  width: 200px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main section.feature h3::before {
  left: -240px;
}
main section.feature h3::after {
  right: -240px;
}

/* BELL TOPCOAT */
main section.feature strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* 文章 */
main section.feature section p {
  padding-bottom: 60px;
  line-height: 2;
}

/* 画像 */
main section.feature p.img {
  padding-bottom: 100px;
  text-align: center;
}

/* 説明図 */
main section.feature dl {
  padding-bottom: 40px;
}
main section.feature dd {
  padding-top: 20px;
  font-size: 20px;
}

/* （01 リスト） */
main section.feature section > ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
  list-style-type: "▶ ";
}
main section.feature section > ul > li {
  margin-left: 1.5em;
}

/* （02 数値） */
main section.feature section p span {
  padding-left: 0.1em;
  padding-right: 0.15em;
  font-size: 1.7em;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: italic;
}
/* （02画像） */
main section.feature dl.resistance dd ul {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
main section.feature dl.resistance dd li {
  flex: 1;
}

/* （04 2ステップ） */
main section.feature section p.big {
  padding-bottom: unset;
  font-size: 38px;
  text-align: center;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.feature {
    padding-bottom: 100px;
  }
  main section.feature section {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: 15px 60px;
    background-size: auto 60px;
  }
  main section.feature h3::before,
  main section.feature h3::after {
    width: 100px;
  }
  main section.feature h3::before {
    left: -140px;
  }
  main section.feature h3::after {
    right: -140px;
  }
  main section.feature section p {
    text-align: left;
  }
  main section.feature p.img {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  main section.feature {
    padding-bottom: 50px;
  }
  main section.feature section {
    background-position: 15px 69px;
  }
  main section.feature h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  main section.feature h3::before,
  main section.feature h3::after {
    content: unset;
  }
  main section.feature section p {
    padding-bottom: 30px;
  }
  main section.feature p.img {
    padding-bottom: 30px;
  }
  main section.feature dl {
    padding-bottom: 30px;
  }
  main section.feature dt {
    font-size: 16px;
  }
  main section.feature dt strong {
    display: none;
  }
  main section.feature dd {
    padding-top: 10px;
    font-size: 16px;
  }
  main section.feature section > ul {
    font-size: 18px;
  }
  main section.feature dl.resistance dd ul {
    gap: 10px;
  }
  main section.feature section p.big {
    font-size: 22px;
  }
}

/*------------------
共通背景
------------------*/
main div.back {
  padding-bottom: 150px;
  background-color: #333;
  background-image: linear-gradient(0deg, rgba(44, 8, 9, 0.71) 0%, rgba(48, 9, 10, 0.71) 0.61%, rgba(79, 15, 17, 0.71) 6.63%, rgba(106, 20, 23, 0.71) 13.32%, rgba(128, 24, 28, 0.71) 21.02%, rgba(145, 27, 31, 0.71) 30.01%, rgba(156, 29, 34, 0.71) 41.12%, rgba(163, 31, 36, 0.71) 56.72%, rgba(165, 31, 36, 0.71) 100%);
}
/* レスポンシブ */
@media (max-width: 767px) {
  main div.back {
    padding-bottom: 80px;
  }
}

/*------------------
施工箇所
------------------*/
main section.area div.inner {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  line-height: 2;
}
main section.area div p {
  padding-bottom: 50px;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.area div.inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  main section.area div.inner {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
/*------------------
使用方法
------------------*/
main section.use div.inner {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  font-feature-settings: "palt";
  line-height: 2;
}

/* YouTube */
main section.use div.v {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

/* リスト */
main section.use ol {
  margin-left: 2em;
}
main section.use li {
  padding-left: 0.5em;
  padding-bottom: 40px;
  list-style-type: decimal;
}
main section.use li::marker {
  font-size: 1.4em;
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-weight: 400;
  font-style: italic;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.use div.inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main section.use div.v {
    padding-bottom: 50px;
  }
  main section.use li {
    padding-bottom: 20px;
  }
}

/*------------------
使用上の注意
------------------*/
main section.caution ul {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 170px;
  padding-left: 15px;
  padding-right: 15px;
}
main section.caution li {
  margin-left: 1.5em;
  padding-bottom: 20px;
  list-style-type: "● ";
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.caution ul {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

/*------------------
Makuake
------------------*/
main section.makuake {
  padding-bottom: 200px;
}
main section.makuake div.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 80px;
  background-color: #fff;
  border: 17px solid #7f7409;
}

/* 見出し */
main section.makuake h2 {
  padding-bottom: 50px;
  text-align: center;
}

/* 開催 */
main section.makuake p.start {
  margin-bottom: 25px;
  padding: 4px 4px 6px;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(51, 1, 1, 1) 0%, rgba(69, 5, 6, 1) 19.21%, rgba(117, 15, 19, 1) 57.95%, rgba(176, 28, 34, 1) 100%);
}
main section.makuake p.start img {
  vertical-align: -4px;
}

/* 先行予約 */
main section.makuake dl {
  padding-top: 25px;
  padding-bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: center;
}
main section.makuake dt {
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-size: 46px;
  letter-spacing: 0.25em;
  background-color: #7f7409;
}
main section.makuake dd {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 54px;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #f6e821 70%);
}

/* テキスト */
main section.makuake div.text {
  color: #000;
  font-size: 29px;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.111em;
}

/* 詳細はこちら */
main section.makuake p.link {
  padding-top: 20px;
  text-align: right;
}
main section.makuake p.link a {
  padding: 5px 15px 10px;
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.068em;
  background-image: linear-gradient(90deg, rgba(126, 17, 21, 1) 0%, rgba(144, 21, 26, 1) 6.53%, rgba(161, 25, 30, 1) 15.58%, rgba(172, 27, 33, 1) 26.85%, rgba(179, 29, 35, 1) 42.67%, rgba(181, 29, 35, 1) 86.57%);
  display: inline-block;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.makuake {
    padding-bottom: 150px;
  }
  main section.makuake div.inner {
    padding: 30px;
    border-width: 15px;
  }
  main section.makuake p.start {
    font-size: 24px;
  }
  main section.makuake p.start img {
    width: 150px;
  }
  main section.makuake dt {
    font-size: 36px;
  }
  main section.makuake dd {
    color: #000;
    font-size: 46px;
  }
  main section.makuake div.text {
    letter-spacing: unset;
  }
  main section.makuake p.link a {
    font-size: 30px;
    letter-spacing: unset;
  }
}
@media (max-width: 767px) {
  main section.makuake div.inner {
    padding: 15px 15px 30px;
    border-width: 5px;
  }
  main section.makuake h2 {
    padding-bottom: 20px;
  }
  main section.makuake h2 img {
    width: 200px;
  }
  main section.makuake dt {
    font-size: 32px;
    letter-spacing: unset;
  }
  main section.makuake dd {
    font-size: 26px;
  }
  main section.makuake div.text {
    font-size: 20px;
  }
  main section.makuake p.link {
    text-align: center;
  }
}

/*------------------
ショップ
------------------*/
main section.shop {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 画像 */
main section.shop > p {
  flex-basis: 23.5%;
}

/* 右ボックス */
main section.shop div.shop_box {
  padding-bottom: 20px;
  color: #000;
  background-color: #fff;
  flex-basis: 60%;
}

/* 発売予定 */
main section.shop div.shop_box > p {
  margin-bottom: 20px;
  padding: 5px;
  color: #fff;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #7f7409;
}

/* 商品名 */
main section.shop h2 {
  padding-left: 20px;
  padding-right: 20px;
}

/* 価格 */
main section.shop dl {
  padding: 20px;
  margin-top: -30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
main section.shop dt {
  font-size: 18px;
}
main section.shop dd strong {
  padding: 10px;
  color: #d5221d;
  font-size: 54px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}
main section.shop dd span {
  font-size: 16px;
  letter-spacing: -0.075em;
  vertical-align: 5px;
}

/* ショップリンク */
main section.shop ul {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 10px;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main section.shop {
    padding-bottom: 150px;
  }
  main section.shop div.shop_box {
    flex-basis: 70%;
  }
}
@media (max-width: 767px) {
  main section.shop {
    padding-bottom: 100px;
    display: block;
  }
  main section.shop > p {
    padding-bottom: 50px;
    text-align: center;
  }
  main section.shop > p img {
    width: 150px;
  }
  main section.shop div.shop_box > p {
    font-size: 26px;
  }
  main section.shop h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  main section.shop dl {
    padding: 15px;
    margin-top: unset;
    text-align: center;
  }
  main section.shop dd strong {
    display: block;
  }
  main section.shop ul {
    padding-left: 15px;
    padding-right: 15px;
    gap: 5px;
  }
}

/*------------------
カタログ・SDS
------------------*/
main div.sds {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main div.sds ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main div.sds li:first-child {
  flex-basis: 37.4%;
}
main div.sds li:last-child {
  flex-basis: 33%;
}
main div.sds li p:last-child {
  padding-top: 50px;
}
main div.sds li a {
  display: inline-block;
}
main div.sds li a:hover {
  opacity: 0.8;
}

/* レスポンシブ */
@media (max-width: 767px) {
  main div.sds ul {
    display: block;
  }
  main div.sds li:first-child {
    padding-bottom: 60px;
  }
  main div.sds li:first-child p:first-child img {
    width: 250px;
  }
  main div.sds li:last-child p:first-child img {
    width: 200px;
  }
}

/*------------------
Video
------------------*/
main {
  position: relative;
}
main div.video {
  background-color: rgba(89, 89, 89, 0.59);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
main:has(#tbsc:target) div.video {
  display: none;
}
main div.video > div {
  width: 70%;
  margin: auto;
  aspect-ratio: 16 / 9;
  position: fixed;
  top: 86.6px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
main div.video iframe {
  width: 100%;
  height: 100%;
}
main div.video > div p {
  text-align: right;
  position: absolute;
  right: -75px;
  bottom: -14px;
}
main div.video span {
  color: #fff;
  font-size: 75px;
  cursor: pointer;
}
main div.video span:hover {
  color: #ff9900;
  transition: 0.5s;
}

/* レスポンシブ */
@media (max-width: 991px) {
  main div.video > div {
    width: 88%;
  }
  main div.video > div p {
    position: unset;
  }
}
@media (max-width: 767px) {
  main div.video span {
    font-size: 50px;
  }
}
