@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body, div, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
body{
  background-color: #fff;
}

p, span, section {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

a, a:link, a:visited {
  color: #111111;
}

* {
  box-sizing: border-box;
}

#campaign.main {
  opacity: 1;
  top: 0;
  background: url(../../../assets/img/bg_default.png) repeat top center;
  background-size: 95.256px 95.256px;
  padding-top: 0;
}

div.header{
/*  padding-top: 65px;*/
}

#campaign #wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

#campaign #wrapper #offer {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#campaign #wrapper #offer div img {
  max-width: 750px;
  width: 100%;
}

#campaign #wrapper #offer div p {
  margin: 0;
  padding: 0;
  position: relative;
}

#campaign #wrapper #offer div p a:hover {
  opacity: 0.7;
}

#campaign #wrapper #offer div p img {
  position: absolute;
  display: block;
}

#campaign .block.footer {
  padding: 100px 30px 30px;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 60px;
}

/* p-series */
#manage {
  margin-top: -10px;
}

#manage img {
  width: 100%;
  height: auto;
}

#manage .p-series__list {
  margin-top: 0;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

#manage .p-series__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin-top: 10px;
}

#manage .p-series__button {
  margin-top: 16px;
}

#manage .p-series__picture {
  display: block;
}

@media screen and (min-width: 980px) {
  #manage .p-series__container01 {
    display: flex;
  }
  #manage .p-series .c-title-lv2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 187px;
  }
  #manage .p-series__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 50px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #manage .p-series__item {
    width: -webkit-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

/* ----------------------------------------------- */
/* components */
/* ----------------------------------------------- */
#manage ul, #manage ul li {
  list-style-type: none;
}

#manage a {
  text-decoration: none;
}

#manage .c-button {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
}

#manage .c-button:hover {
  background-color: #000;
  color: #fff;
}

#manage .c-button--arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(https://www.awri.jp/assets/img/brand/manage/ico_arrow_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 8px;
  -webkit-transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, background-image 0.3s ease-in-out, hight 0.3s ease-in-out;
}

#manage .c-button--arrow:hover::after {
  width: 10px;
  height: 6px;
  background-image: url(https://www.awri.jp/assets/img/brand/manage/ico_arrow_01_white.png);
}

#manage .c-button--black {
  background-color: #000;
  color: #fff;
}

#manage .c-button--black:hover {
  background-color: #fff;
  color: #000;
}

#manage .c-button--blank::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://www.awri.jp/assets/img/brand/manage/ico_blank.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#manage .c-button--blank:hover::after {
  background: url(https://www.awri.jp/assets/img/brand/manage/ico_blank_black.svg) no-repeat center/contain;
}

        /* =========================================
           基本設定 (Reset & Base)
           ========================================= */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            line-height: 1.8;
            color: #444;
            -webkit-font-smoothing: antialiased;
        }

        img {
            max-width: 100%;
            height: auto;
            vertical-align: bottom;
        }

        /* =========================================
           レイアウト (Layout)
           ========================================= */
        .container {
            max-width: 750px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            min-height: 100vh;
            box-shadow: 0 0 20px rgba(0,0,0,0.03);
        }

        /* =========================================
           ヘッダー (Header)
           ========================================= */
        .header {
                text-align: center;
    width: 750px;
    margin: 0 auto;
    padding: 0;
        }
        
        .header img {
            display: block;
            margin: 0 auto;
        }

        /* =========================================
           共通コンポーネント (Components)
           ========================================= */
        section {
            margin-bottom: 40px;
            border-radius: 20px;
            overflow: hidden;
        }

        /* 見出しデザイン */
        .section-title-badge {
            display: inline-block;
            background-color: #098bf2;
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            padding: 6px 24px;
            border-radius: 40px;
            margin-bottom: 20px;
            letter-spacing: 0.05em;
        }
        /* バリエーション: インディゴ */
        .section-title-badge.is-indigo {
            background-color: #098bf2;
        }

        .text-center {
            text-align: center;
        }

        /* 画像プレースホルダー */
        .image-placeholder {
            margin: 20px 0;
            display: flex;
            justify-content: center;
            border-radius: 20px;
            overflow: hidden;

        }
        .bonus-wrapper{
            display: flex;
        }
        .bonus-left{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 600px;
            padding: 0 20px 0 0;
            flex-direction: column;
        }

        /* 説明文ブロック */
        .explanation-box {
            background-color: #fff;
            padding: 24px;
            border-radius: 20px;
            font-size: 15px;
            line-height: 1.9;
            color: #666;
            margin-top: 20px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            text-align: left;
        }

        /* 注釈テキスト（右寄せ） */
        .note-right {
            color: #999;
            display: block;
            text-align: right;
            margin-top: 5px;
        }
        /* 注釈テキスト（シンプル） */
        .note-simple {
            color: #999;
        }

        /* スペック情報ボックス（グレー背景） */
        .spec-box {
            background: #eee;
            padding: 10px;
            border-radius: 8px;
            text-align: left;
        }

        /* =========================================
           お悩みセクション (Concern)
           ========================================= */
        .concern-section {
            background-color: #fff0f5;
            padding: 40px 30px;
            text-align: center;
            border: 2px dashed #ffcbd1;
        }

        .concern-section .section-title-badge {
            background-color: #ff7f96;
        }

        .concern-text {
            font-size: 18px;
            font-weight: bold;
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        .concern-main {
            font-size: 22px;
            font-weight: bold;
            color: #ff7f96;
            text-align: center;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        /* =========================================
           回答セクション (Answer)
           ========================================= */
        .answer-section {
            background-color: #f0f7fa;
            padding: 40px 30px 0 30px;
            border: 2px dashed #098bf2;
        }

        .answer-main {
            font-size: 22px;
            font-weight: bold;
            color: #098bf2;
            text-align: center;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .answer-sub {
            font-size: 16px;
            font-weight: bold;
            color: #444;
            text-align: center;
            margin-bottom: 20px;
            text-decoration: underline;
            text-decoration-color: #bce0e8;
            text-decoration-thickness: 3px;
            text-underline-offset: 4px;
        }
        .answer-text {
            font-size: 18px;
            font-weight: bold;
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: center;
        }

        /* =========================================
           Pointセクション
           ========================================= */
        .point-section {
            background-color: #fff;
            padding: 30px;
            border: 1px solid #eee;
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        }

        .point-header {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            border-bottom: 2px solid #eef6f9;
            padding-bottom: 15px;
        }

        .point-number img {
            width: 50px;
            margin-right: 15px;
        }

        .point-title {
            font-size: 20px;
            font-weight: bold;
            color: #000;
            line-height: 1.4;
        }

        .point-subtitle {
            font-size: 15px;
            color: #098bf2;
            font-weight: bold;
            margin-bottom: 20px;
            display: block;
              padding: 0 20px;
        }

        .point-content {
            background-color: #f8fbfd;
            padding: 20px;
            border-radius: 20px;
            font-size: 15px;
        }

        .step-list {
            margin-top: 20px;
        }
        .step-item {
            margin-bottom: 15px;
            padding-left: 1em;
            text-indent: -1em;
        }

        .point-highlight {
            background-color: #fff9e6;
            padding: 20px;
            border-radius: 20px;
            margin-top: 25px;
            color: #5d4e28;
        }
        .point-highlight h4 {
            color: #e6a200;
            font-size: 16px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .point-highlight h4::before {
            content: '✔︎';
            margin-right: 5px;
            font-size: 12px;
        }

        /* =========================================
           商品セクション (Product)
           ========================================= */
        .product-section {
            background-color: #f0f7fa;
            padding: 40px 20px;
            text-align: center;
        }

        .product-intro-text {
                font-size: 18px;
    font-weight: bold;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
        }

        .product-name {
             font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
    padding-bottom: 5px;
    text-align: center;
        }

        .product-description {
            text-align: left;
            font-size: 14px;
            margin-bottom: 30px;
            background: #fff;
            padding: 20px;
            border-radius: 15px;
        }

        /* 価格・オファー部分 */
        .offer-box {
            background-color: #fff;
            border-radius: 20px;
            padding: 25px;
            margin-bottom: 30px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border: 2px solid #098bf2;
            position: relative;
            margin-top: 30px;
        }

        .discount-badge {
            background-color: #e91e63;
            color: #fff;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 14px;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap;
        }

        .price-row {
            margin-top: 10px;
            align-items: baseline;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .price-original {
            text-decoration: line-through;
            color: #999;
            font-size: 14px;
        }

        .price-arrow {
            font-weight: bold;
        }

        .price-sale {
            color: #e91e63;
            font-size: 32px;
            font-weight: bold;
            font-family: "Arial", sans-serif;
            line-height: 1;
        }

        .price-tax {
            font-size: 12px;
            color: #333;
        }

        /* 特典セクション */
        .bonus-area {
            background-color: #fff5e0;
            border-radius: 15px;
            padding: 15px;
            margin-top: 20px;
            border: 2px solid #e91e63;
        }
        .bonus-area .offer{
          max-width: 555px;
          margin: auto;
          text-align: center;
          display: block;
        }
        .bonus-title {
            color: #d88d00;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 5px;
        }
        .bonus-item-name {
            font-size: 15px;
            font-weight: bold;
            color: #333;
        }
        .bonus-item-note {
            font-size: 12px;
            color: #666;
        }
        .bonus-right .image-placeholder{
          margin: auto 20px 8px;
        }

        /* CTAボタン */
        a.cta-button {
            display: block;
            width: 100%;
            max-width: 320px;
            margin: 20px auto 0;
            background: linear-gradient(to right, #098bf2, #00b4c5);
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            padding: 18px 0;
            border-radius: 50px;
            box-shadow: 0 4px 15px rgba(0, 136, 170, 0.3);
            transition: opacity 0.3s;
            text-align: center;
        }
        .cta-button:hover {
            opacity: 0.9;
        }
        
        /* CTAボタン バリエーション: インディゴ */
        .cta-button.is-indigo {
            background: #5c6bc0;
            padding: 12px 0;
            font-size: 16px;
            margin-top: 15px;
        }

        .specs-note {
            font-size: 11px;
            color: #888;
            text-align: left;
            margin-top: 30px;
            line-height: 1.4;
        }

        /* =========================================
           プラスケアセクション (Plus Care)
           ========================================= */
        .plus-care-section {
            background: #f0f7fa;
            padding: 40px 20px;
        }

        .plus-care-sub-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }

        .plus-product-card {
            background-color: white;
            padding: 30px;
            border-radius: 20px;
            margin-top: 30px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .plus-product-name {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
            color: #5c6bc0;
        }

        .plus-product-desc {
            margin: 20px 0;
            font-size: 14px;
            text-align: left;
        }

        .plus-product-footer {
            text-align: center;
            margin-top: 20px;
        }

        .plus-product-price {
            font-size: 20px;
            font-weight: bold;
            color: #333;
        }
        .plus-product-price img{
          display: block;
          margin: 0 0 0 auto;
        }
        .plus-product-price .cta-button{
          background: linear-gradient(to right, #098bf2, #00b4c5);
        color: #fff;
        }

        /* =========================================
           バナーセクション (Banner)
           ========================================= */
        .banner-section {
            padding: 40px 20px;
/*            margin-top: 40px;*/
        }

        .banner-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 55px;
            max-width: 100%;
            padding: 0 38px;
        }

        .banner-item {
            display: block;
            width: 100%;
            text-align: center;
        }

        .banner-item img {
            width: 100%;
            height: auto;
            display: block;

/*            border-radius: 10px;*/
        }

        /* =========================================
           レスポンシブ (SP)
           ========================================= */
        @media (max-width: 480px) {
            .container {
                padding: 0;
            }
            .header, section {
                border-radius: 0;
                margin-bottom: 30px;
            }
            .concern-section, .answer-section, .point-section, .product-section, .plus-care-section {
                margin-left: 15px;
                margin-right: 15px;
                border-radius: 20px;
            }
            
            .point-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .point-number {
                margin-bottom: 10px;
            }
            .price-sale {
                font-size: 28px;
            }
            .banner-section {
                padding: 30px 15px;
                margin-top: 30px;
            }
            .banner-grid {
                gap: 10px;
            }
        }