@charset "UTF-8";
/* ==========================================================================
   スタイル追加
   ========================================================================== */
#test-page h2 {
  font-size: 21px !important; }
  @media screen and (max-width: 768px) {
    #test-page h2 {
      font-size: 4.5vw !important; } }
#test-page h3 {
  font-size: 19px !important; }
  @media screen and (max-width: 768px) {
    #test-page h3 {
      font-size: 4.2vw !important; } }
#test-page h4 {
  font-size: 17px !important; }
  @media screen and (max-width: 768px) {
    #test-page h4 {
      font-size: 4vw !important; } }
#test-page p, #test-page li, #test-page span {
  font-size: 16px !important;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    #test-page p, #test-page li, #test-page span {
      font-size: 3.8vw !important; } }
#test-page .wp-block-table .has-fixed-layout td {
  font-size: 16px !important; }
  @media screen and (max-width: 768px) {
    #test-page .wp-block-table .has-fixed-layout td {
      font-size: 3.8vw !important; } }

/* ==========================================================================
   ランキング一覧 start
   ========================================================================== */
#rankingBox {
  /* ==========================================================================
     共通 start
     ========================================================================== */
  /* ==========================================================================
     共通 end
     ========================================================================== */ }
  #rankingBox .maker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #efff82 0%);
    width: fit-content;
    margin: 0 !important; }
  #rankingBox .red {
    color: #e96767;
    font-weight: bold; }
  #rankingBox .sp {
    display: block; }
    @media screen and (max-width: 768px) {
      #rankingBox .sp {
        display: none; } }
  #rankingBox .pc {
    display: none; }
    @media screen and (max-width: 768px) {
      #rankingBox .pc {
        display: block; } }
  #rankingBox .notesText {
    font-size: 12px !important;
    color: gray;
    margin: 5px 0 1.6em 0 !important; }
    @media screen and (max-width: 768px) {
      #rankingBox .notesText {
        font-size: 2.8vw !important; } }
  #rankingBox .notes {
    font-size: 12px !important;
    vertical-align: top;
    color: gray; }
    @media screen and (max-width: 768px) {
      #rankingBox .notes {
        font-size: 2.8vw !important; } }
  #rankingBox .ranking-title {
    position: relative; }
    #rankingBox .ranking-title p {
      font-size: 24px !important;
      font-weight: bold;
      margin: 0 0 10px 60px !important; }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-title p {
          font-size: 5vw !important; } }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-title p {
          margin: 0 0 5px 48px !important; } }
      #rankingBox .ranking-title p:before {
        content: "";
        position: absolute;
        background-image: url(../img/rank.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: -7px;
        left: 0;
        width: 55px;
        height: 40px;
        transform: scale(1);
        z-index: 999; }
        @media screen and (max-width: 900px) {
          #rankingBox .ranking-title p:before {
            top: 7px; } }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-title p:before {
            top: -3px;
            width: 40px;
            height: 30px; } }
  #rankingBox .ranking-box {
    max-width: 960px;
    margin: auto;
    background: white;
    padding: 10px 20px;
    border: 5px solid #74685C; }
    @media screen and (max-width: 768px) {
      #rankingBox .ranking-box {
        padding: 0 10px;
        border: 2px solid #74685C; } }
    #rankingBox .ranking-box .rank-item {
      display: flex;
      align-items: center;
      gap: 16px;
      border-bottom: 1px solid #e0e0e0;
      padding: 10px 0;
      flex-wrap: wrap; }
      #rankingBox .ranking-box .rank-item:nth-child(3) .cta-box .product-img {
        width: 60px; }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-box .rank-item {
          display: block;
          gap: 5px;
          justify-content: center;
          padding: 0; } }
      #rankingBox .ranking-box .rank-item .rank-number {
        font-size: 24px !important;
        font-weight: bold;
        color: #d4af37;
        min-width: 60px;
        text-align: center;
        margin: 3% auto; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .rank-item .rank-number {
            font-size: 5vw !important; } }
      #rankingBox .ranking-box .rank-item:nth-child(2) .rank-number {
        color: #AAA8AF; }
      #rankingBox .ranking-box .rank-item:nth-child(3) .rank-number {
        color: #92654F; }
      #rankingBox .ranking-box .rank-item b {
        font-size: 24px !important; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .rank-item b {
            font-size: 5vw !important; } }
      #rankingBox .ranking-box .rank-item .price-info {
        margin: 0 20px;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .rank-item .price-info {
            margin: 0 2%;
            text-align: left; } }
        #rankingBox .ranking-box .rank-item .price-info p:last-child {
          margin: 0 !important;
          font-size: 12px !important; }
          @media screen and (max-width: 768px) {
            #rankingBox .ranking-box .rank-item .price-info p:last-child {
              font-size: 2.8vw !important; } }
          @media screen and (max-width: 768px) {
            #rankingBox .ranking-box .rank-item .price-info p:last-child {
              font-size: 15px !important; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #rankingBox .ranking-box .rank-item .price-info p:last-child {
      font-size: 3.6vw !important; } }

        #rankingBox .ranking-box .rank-item .price-info b {
          font-size: 16px !important;
          color: #b60000; }
          @media screen and (max-width: 768px) {
            #rankingBox .ranking-box .rank-item .price-info b {
              font-size: 3.8vw !important; } }
          #rankingBox .ranking-box .rank-item .price-info b .noteText {
            font-size: 12px !important;
            font-weight: lighter; }
            @media screen and (max-width: 768px) {
              #rankingBox .ranking-box .rank-item .price-info b .noteText {
                font-size: 2.8vw !important; } }
          #rankingBox .ranking-box .rank-item .price-info b .br {
            display: block; }
        #rankingBox .ranking-box .rank-item .price-info .price {
          font-size: 12px !important;
          margin: 0 !important;
          color: #666; }
          @media screen and (max-width: 768px) {
            #rankingBox .ranking-box .rank-item .price-info .price {
              font-size: 2.8vw !important; } }
          @media screen and (max-width: 768px) {
            #rankingBox .ranking-box .rank-item .price-info .price {
              font-size: 15px !important; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #rankingBox .ranking-box .rank-item .price-info .price {
      font-size: 3.6vw !important; } }

    #rankingBox .ranking-box .product-info {
      line-height: 1.8;
      flex: 1;
      min-width: 220px; }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-box .product-info {
          display: grid;
          flex: none;
          width: 100%;
          justify-content: center;
          line-height: 1.5;
          text-align: center; } }
      #rankingBox .ranking-box .product-info .attention {
        font-size: 15px !important;
        margin: 0 !important; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .product-info .attention {
            font-size: 3.6vw !important; } }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .product-info .attention {
            font-size: 16px !important; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #rankingBox .ranking-box .product-info .attention {
      font-size: 3.8vw !important; } }

      #rankingBox .ranking-box .product-info p {
        font-size: 16px !important; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .product-info p {
            font-size: 3.8vw !important; } }
      #rankingBox .ranking-box .product-info h3 {
        font-size: 17px !important;
        margin: 4px 0 8px;
        color: #333; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .product-info h3 {
            font-size: 4vw !important; } }
      #rankingBox .ranking-box .product-info p {
        margin: 2px 0 !important;
        color: #000; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .product-info p {
            margin: 0 auto 2% !important; } }
    #rankingBox .ranking-box .cta-box {
      text-align: center;
      min-width: 150px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-box .cta-box {
          flex-wrap: wrap;
          justify-content: center;
          margin: 5%; } }
      #rankingBox .ranking-box .cta-box .product-img {
        width: 74px; }
        @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .cta-box .product-img {
            width: 26%;
            margin-right: 4%; } }
        #rankingBox .ranking-box .cta-box .product-img img {
          width: 100%; }
    #rankingBox .ranking-box .cta-button {
      background-color: #b60000;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -4px 5px -2px #a25b00 inset;
      color: #fff;
      padding: 16px 30px;
      font-size: 16px !important;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      white-space: nowrap;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-box .cta-button {
          font-size: 3.8vw !important; } }
      @media screen and (max-width: 768px) {
        #rankingBox .ranking-box .cta-button {
          width: 100%;
          position: relative;
          font-size: 21px !important;
          margin: 3% auto 0;
          padding: 4% 30px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #rankingBox .ranking-box .cta-button {
      font-size: 4.5vw !important; } }
      @media screen and (max-width: 768px) {
          #rankingBox .ranking-box .cta-button:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 8px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 0;
            right: 20px;
            bottom: 0;
            margin: auto; } }

/* ==========================================================================
   ランキング一覧 end
   ========================================================================== */
#item-block {
  /* ==========================================================================
     共通 start
     ========================================================================== */
  /* ==========================================================================
     共通 end
     ========================================================================== */
  /* ==========================================================================
     商品タイトル start
     ========================================================================== */
  /* ==========================================================================
     商品タイトル end
     ========================================================================== */
  /* ==========================================================================
     口コミ start
     ========================================================================== */
  /* ==========================================================================
     口コミ end
     ========================================================================== */
  /* ==========================================================================
     ポイント一覧 start
     ========================================================================== */
  /* ==========================================================================
     ポイント一覧 end
     ========================================================================== */
  /* ==========================================================================
     コメント start
     ========================================================================== */
  /* ==========================================================================
     コメント end
     ========================================================================== */ }
  #item-block figure.wp-block-image {
    margin-top: 1.6em; }
    #item-block figure.wp-block-image a {
      width: 100%; }
  #item-block .maker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #efff82 0%);
    width: fit-content;
    margin: 0 !important; }
  #item-block .red {
    color: #e96767;
    font-weight: bold; }
  #item-block .sp {
    display: block; }
    @media screen and (max-width: 768px) {
      #item-block .sp {
        display: none; } }
  #item-block .pc {
    display: none; }
    @media screen and (max-width: 768px) {
      #item-block .pc {
        display: block; } }
  #item-block .notesText {
    font-size: 12px !important;
    color: gray;
    margin: 5px 0 0 0 !important; }
    @media screen and (max-width: 768px) {
      #item-block .notesText {
        font-size: 2.8vw !important; } }
  #item-block .notes {
    font-size: 12px !important;
    vertical-align: top;
    color: gray; }
    @media screen and (max-width: 768px) {
      #item-block .notes {
        font-size: 2.8vw !important; } }
  #item-block .video {
    position: relative;
    width: 100%;
    aspect-ratio: 540 / 350;
    /* ← 元動画の比率に合わせる */
    overflow: hidden;
    margin: 1.6em 0; }
    #item-block .video video {
      position: absolute;
      top: -5px;
      /* ← 上のラインを消すために少し上にずらす */
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #item-block .btn_new {
    margin: 1.4em auto;
    max-width: 90%; }
    @media screen and (max-width: 768px) {
      #item-block .btn_new {
        margin: 1em auto;
        max-width: 100%; } }
  #item-block .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  #item-block #btn_animation .btn {
    display: inline-block;
    animation: purun 1.3s infinite ease-in-out;
    transition: transform 0.3s; }
@keyframes purun {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(0.97, 1);
    /* 横を少し縮めて、縦に少し伸ばす */ } }
  #item-block .detailTitle {
    display: flex;
    align-items: center;
    margin: 1.6em 0; }
    #item-block .detailTitle img {
      width: 100%;
      height: 100%;
      max-width: 70px; }
      @media screen and (max-width: 768px) {
        #item-block .detailTitle img {
          max-width: 16%; } }
    #item-block .detailTitle p {
      font-size: 17px !important;
      font-weight: bold;
      margin: 0 0 0 10px !important;
      position: relative; }
      @media screen and (max-width: 768px) {
        #item-block .detailTitle p {
          font-size: 4vw !important; } }
      #item-block .detailTitle p .maker {
        font-size: 21px !important; }
        @media screen and (max-width: 768px) {
          #item-block .detailTitle p .maker {
            font-size: 4.5vw !important; } }
  #item-block .review {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #item-block .review {
        display: block; } }
    #item-block .review .container {
      width: 32%;
      display: flex; }
      @media screen and (max-width: 768px) {
        #item-block .review .container {
          width: 96%;
          margin: 2% auto; } }
      #item-block .review .container .tweet {
        display: flex;
        margin: 10px 0;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        #item-block .review .container .tweet .tweet-header {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 5%; }
          @media screen and (max-width: 768px) {
            #item-block .review .container .tweet .tweet-header {
              margin-bottom: 3%; } }
          #item-block .review .container .tweet .tweet-header img {
            display: inline-block;
            width: 20%; }
            @media screen and (max-width: 768px) {
              #item-block .review .container .tweet .tweet-header img {
                width: 22%; } }
          #item-block .review .container .tweet .tweet-header .profile {
            width: 80%;
            padding-left: 5px; }
            @media screen and (max-width: 768px) {
              #item-block .review .container .tweet .tweet-header .profile {
                width: 76%; } }
          #item-block .review .container .tweet .tweet-header .name {
            font-size: 15px !important;
            font-weight: bold;
            margin: 0;
            padding: 0;
            border-left: none; }
            @media screen and (max-width: 768px) {
              #item-block .review .container .tweet .tweet-header .name {
                font-size: 3.6vw !important; } }
          #item-block .review .container .tweet .tweet-header .username {
            margin-right: 5px;
            color: gray; }
            #item-block .review .container .tweet .tweet-header .username a {
              margin-right: 5px;
              color: gray;
              display: inline-block;
              font-size: 12px !important; }
              @media screen and (max-width: 768px) {
                #item-block .review .container .tweet .tweet-header .username a {
                  font-size: 2.8vw !important; } }
        #item-block .review .container .tweet .message {
          margin: 1% auto 0;
          font-size: 15px !important;
          line-height: 1.8; }
          @media screen and (max-width: 768px) {
            #item-block .review .container .tweet .message {
              font-size: 3.6vw !important; } }
          @media screen and (max-width: 768px) {
            #item-block .review .container .tweet .message {
              font-size: 16px !important;
              margin: 0 auto !important; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #item-block .review .container .tweet .message {
      font-size: 3.8vw !important; } }

          #item-block .review .container .tweet .message .maker {
            font-size: 15px !important; }
            @media screen and (max-width: 768px) {
              #item-block .review .container .tweet .message .maker {
                font-size: 3.6vw !important; } }
          #item-block .review .container .tweet .message .notes {
            display: inline-block;
            margin-top: 20px; }
  #item-block .checklist {
    margin: 0 auto 1.6em;
    max-width: 960px;
    border: solid 2px #aad42c;
    background: #fcfcee;
    padding: 2%; }
    @media screen and (max-width: 768px) {
      #item-block .checklist {
        padding: 5%; } }
    #item-block .checklist li {
      font-weight: bold;
      font-size: 17px !important;
      list-style: none;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #item-block .checklist li {
          font-size: 4vw !important; } }
      @media screen and (max-width: 768px) {
        #item-block .checklist li {
          font-size: 16px !important; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #item-block .checklist li {
      font-size: 3.8vw !important; } }

  #item-block .bubble_card_keni {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #item-block .bubble_card_keni {
        align-items: flex-start; } }
    #item-block .bubble_card_keni .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      max-width: 17%; }
      @media screen and (max-width: 768px) {
        #item-block .bubble_card_keni .icon {
          max-width: 26%;
          margin: 0; } }
      #item-block .bubble_card_keni .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    #item-block .bubble_card_keni .content {
      position: relative;
      background: #fbfbed;
      border: solid 1px #a1ca36;
      border-radius: 7px;
      margin: 3% auto;
      padding: 20px 30px;
      width: 90%;
      height: 100%;
      max-width: 78%; }
      @media screen and (max-width: 768px) {
        #item-block .bubble_card_keni .content {
          margin: 0;
          max-width: 68%;
          padding: 4% 5%; } }
      #item-block .bubble_card_keni .content:before {
        content: "";
        position: absolute;
        top: 18px;
        background: url(../img/bubble.svg) no-repeat;
        width: 15px;
        height: 24px;
        left: -14px; }
      #item-block .bubble_card_keni .content .title {
        font-weight: bold;
        margin-bottom: 10px;
        color: #e96767;
        font-size: 16px !important; }
        @media screen and (max-width: 768px) {
          #item-block .bubble_card_keni .content .title {
            font-size: 3.8vw !important; } }
        #item-block .bubble_card_keni .content .title span {
          font-weight: normal;
          font-size: 12px !important;
          margin-right: 10px; }
          @media screen and (max-width: 768px) {
            #item-block .bubble_card_keni .content .title span {
              font-size: 2.8vw !important; } }
          @media screen and (max-width: 768px) {
            #item-block .bubble_card_keni .content .title span {
              display: block; } }
      #item-block .bubble_card_keni .content .comment {
        font-size: 16px !important;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #item-block .bubble_card_keni .content .comment {
            font-size: 3.8vw !important; } }
