@charset "utf-8";

.header-banner-img {display: none !important;}
/* PC・SP共通css */
/* Layout */
.page_wrapper{
  padding-top: 0;
}
.wrap * {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #313131;
}
/* PC・SP共通css */
:root {
  --main-color: #FFFDDE;
  --bg-sub: #FFFBBC;
  --bg-cta: #FF8C00;
  --btn-cta: #FFFDD0;
  --main-red: #DC0723;
  --bg-label: #0073ff;
}

/* Layout */
html {
	scroll-behavior: smooth;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQaioa1Xdj.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F62fjtqLzI2JPCgQBnw7HFYwQgM.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQei0a1Xdj.otf) format('opentype');
}

.wrap * {
  box-sizing: border-box;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #070707;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  width: 100%;
  background: var(--main-color);
  color: #313131;
  padding-top: 40px;
}

.content {
  max-width: 100%;
  padding-bottom: 128px;

  h1,h2,h3,h4,h5,h6,p,span,strong {
    color: #313131;
  }
}

#sticky-nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E9E9E9;
  color: #313131;
  padding: 4px 0;
  text-align: center;
  transition: opacity 0.3s;
  opacity: 1;

  &.hidden {
    opacity: 0;
    pointer-events: none; /* 非表示中にクリックできないように */
  }

  ul{
    display: flex;
    justify-content: center;
    gap: 0 56px;
  }
  a{
    position: relative;
    font-size: 16px;
    &:before{
      content: '';
      position: absolute;
      bottom: -2px;
      right: 0;
      transform: scale(0,1);
      transform-origin: right top;
      width: 100%;
      height: 2px;
      background-color: var(--pink-color);
      transition: transform .35s ease-out;
    }
    &:hover{
      &:before{
        transform: scale(1,1);
        transform-origin: left top;
      }
    }
  }
}

.content1 {
  padding-top: 40px;
  margin: 68px auto 0;
}

#cat01 {
  padding: 80px 0;
  background-color: var(--bg-sub);
}

/* Top Visual */
.topvisual {
  max-width: 1280px;
  margin: 0 auto;

}

.topvisual img {
  width: 100%;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

/* statement */
.statement{
  margin-top: 56px;
  .main_copy{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .note{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
}

.anchor{
  max-width: 940px;
  padding: 56px 0;
  margin: 56px auto 0;
  background-color: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 16px;
  .txt{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  ul{
    display: flex;
    justify-content: center;
    gap: 0 28px;
    margin-top: 32px;
    a{
      position: relative;
      display: block;
      width: 250px;
      padding: 24px 0 22px;
      background-color: var(--bg-cta);
      border-radius: 8px;
      text-align: center;
      transition: .3s ease-out;
      .type{
        display: block;
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
      }
      .height{
        display: block;
        margin-top: 8px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
      }
      &:hover{
        background-color: var(--bg-sub);
        .type,
        .height{
          color: var(--bg-cta);
        }
      }
    }
  }
}

/* 見出しエリア */
.biketitle{
  .cat_heading{
    font-weight: 700;
    text-align: center;
    .main{
      font-size: 56px;
      line-height: 1;
    }
    .sub{
      display: block;
      margin-top: 8px;
      font-size: 32px;
      line-height: 1;
    }
  }

  .title{
    margin-top: 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
}

/* 商品アイテムエリア */
.content1 {
  .item_wrap{
    position: relative;
    max-width: 940px;
    padding: 48px 0 0;
    margin: 64px auto 0;
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-radius: 16px;
    & + .item_wrap {
      margin-top: 20px;
    }

    .item_label{
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -18px;
      right: -60px;
      rotate: 10deg;
      width: 172px;
      height: 172px;
      border-radius: 50%;
      background-color: var(--bg-label);
      &:before{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 152px;
        height: 152px;
        border: 4px solid #fff;
        border-radius: 50%;
      }
      span{
        font-size: 28px;
        font-weight: 700;
        line-height: 1.35;
        color: #fff;
      }
    }

    .item_inner{
      padding: 0 48px;
    }

    .item_name{
      padding-bottom: 16px;
      margin-bottom: 24px;
      border-bottom: 2px solid var(--bg-cta);
      font-size: 32px;
      line-height: 1.5;

      .maker{
        display: block;
        font-size: 20px;
      }
    }

    .item_content{
      display: flex;
      align-items: flex-start;
      .item_img{
        width: 320px;
      }

      .item_textarea{
        flex: 1;
        margin-left: 52px;

        ul{
          margin-top: 4px;
          .explain{
            position: relative;
            padding-left: 32px;
            font-size: 24px;
            line-height: 1;
            & + .explain {
              margin-top: 14px;
            }
            &:before{
              content: "";
              position: absolute;
              top: -1px;
              left: 0;
              width: 26px;
              height: 26px;
              background-image: url('https://c1.cb-asahi.co.jp/page-images/page_1.0/banners/gw/2026/icon_star.svg');
              background-size: cover;
              background-repeat: no-repeat;
            }
          }
        }

        .price_area{
          margin-top: 24px;
          .base_price{
            font-size: 18px;
            color: #A0A0A0;
            .line{
              text-decoration: line-through;
              color: #A0A0A0;
            }
          }
          .price_off{
            width: fit-content;
            padding: 4px 10px 8px;
            margin-top: 16px;
            background-color: var(--main-red);
            font-size: 24px;
            line-height: 1;
            color: #fff;
          }
          .sale_price{
            font-size: 24px;
            line-height: 1;
            color: var(--main-red);
            white-space: nowrap;
            span{
              font-size: 56px;
              color: var(--main-red);
            }
          }
        }
      }
    }

    .cta_group{
      padding: 24px 0;
      margin-top: 16px;
      background-color: var(--bg-cta);
      border-radius: 0 0 16px 16px;

      .txt{
        position: relative;
        font-size: 24px;
        font-weight: 700;
        color: var(--btn-cta);
        text-align: center;
      }
      .cta_btn_list{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 38px 0 39px;
        margin-top: 8px;
        &.jcc{
          justify-content: center;
          padding: 0;
        }
      }
      .cta_btn{
        display: block;
        position: relative;
        width: 422px;
        padding: 14px 0;
        border-radius: 60px;
        background-color: var(--btn-cta);
        text-align: center;
        transition: .35s ease-out;
        &:before, &:after{
          content: "";
          position: absolute;
          top: 50%;
          translate: 0 -50%;
          z-index: 3;
          transition: .35s ease-out;
        }
        &:before{
          right: 12px;
          translate: 0 -50%;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background-color: var(--bg-cta);
        }
        &:after{
          right: 32px;
          border-style: solid;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 14px solid var(--btn-cta);
          border-right: 0;
        }
        .height{
          display: block;
          font-size: 24px;
          font-weight: 500;
          line-height: 1;
          text-align: center;
          transition: .35s ease-out;
        }
        .inchi{
          display: block;
          margin-top: 4px;
          font-size: 32px;
          font-weight: 700;
          line-height: 1;
          text-align: center;
          transition: .35s ease-out;
        }
        &:hover{
          background-color: #fff;
          &:before{
            scale: 1.1;
          }
        }
      }
    }
  }

  /* その他ボタン */
  .other_link{
    width: 640px;
    margin: 64px auto 0;
    li{
      + li{
        margin-top: 24px;
      }
    }
    a{
      position: relative;
      display: block;
      padding: 24px 10px 24px 20px;
      border: 1px solid #B8B8B8;
      border-radius: 50px;
      background-color: #fff;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      transition: .4s ease-out;
      &:hover{
        .arrow{
          &:before{
            background-color: var(--bg-sub);
          }
          &:after{
            border-left: 12px solid var(--bg-cta);
          }
        }
      }
      .arrow{
        display: block;
        position: relative;
        transition: .4s ease-out;
        &:before{
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          width: 56px;
          height: 56px;
          border-radius: 50%;
          background-color: var(--bg-cta);
          transition: .4s ease-out;
        }
        &:after{
          content: "";
          position: absolute;
          top: 50%;
          right: 18px;
          transform: translate(0, -50%);
          border-style: solid;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 12px solid var(--bg-sub);
          border-right: 0;
          transition: .4s ease-out;
        }
      }
    }
  }
}

#to_top {
  position: sticky;
  bottom: 5%;
  max-width: 1300px;
  margin: 0 auto;
}

#to_top .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--bg-cta);
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px;
  box-shadow: 1px 1px 10px -2px rgb(0 0 0 / 60%);
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  border: 3px solid #ffffff;
}

#to_top .btn:hover {
  background-color: var(--bg-sub);
  color: var(--bg-cta);
}