﻿@charset "UTF-8";
/* --------
共通
-------- */
.sp {
  display: none;
}
div.wrapper_ {
    overflow: hidden;
}
.campaign-main {
    line-height: 1.8;
    word-break: break-all;
    color: #333333;
    font-weight: normal;
}
.content_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}
.content_ttl_1 {
    text-align: center;
}
.content_ttl_2 {
    margin-top: 30px;
    text-align: center;
}
.content_ttl_3 {
    text-align: center;
}
.content_ttl_4 {
    text-align: center;
}
.content_ttl_5 {
    text-align: center;
}
.content_ttl_6 {
    text-align: center;
}
.content_txt {
    text-align: center;
    margin-top: 80px;    
}
/* --------
mv
-------- */
.mv {
    text-align: center;
    background-image: url(/cms/feature/campaign2509/amazonpay/img/mv_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* --------
content_1
-------- */
.content_bg_1,
.content_bg_2,
.content_bg_3 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.content_bg_1::before,
.content_bg_2::before,
.content_bg_1::after,
.content_bg_2::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.content_bg_1::before {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_01_pc.png);
    width: 379px;
    height: 371px;
    left: -250px;
    top: 0px;
}
.content_bg_1::after {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_02_pc.png);
    width: 279px;
    height: 293px;
    right: -280px;
    top: 100px;
}
.content_bg_2::before {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_03_pc.png);
    width: 467px;
    height: 454px;
    top: 980px;
    left: -400px;
    z-index: 1;
}
.content_bg_2::after {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_04_pc.png);
    width: 338px;
    height: 320px;
    right: -400px;
    top: 800px;
}
.event_box {
    display: flex;
    align-items: end;
    gap: 128px;
    justify-content: center;
    width: 1000px;
    margin: 10px auto 0;
}
.event_box li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.event_box .event_1 {
    position: relative;
}
.event_box .event_1::after {
    position: absolute;
    content: "";
    background-image: url(/cms/feature/campaign2509/amazonpay/img/plus_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
}
.event_box .entry_status {
    width: 160px;
}
/* .event_box .entry_status {
    font-family: "Noto Sans JP", sans-serif;
    width: 160px;
    font-size: 15px;
    text-align: center;
    border-radius: 25px;
    color: #ffffff;
    font-weight: bold;
    padding: 6.5px 10px;
}
.event_box .event_1 .entry_status {
    background-color: #0130AE;
}
.event_box .event_2 .entry_status {
    background-color: #FF6E1E;
} */
.event_img {
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 30%);
    border-radius: 18px;    
}
.event_img img {
    border-radius: 18px;    
}
.event_link {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    text-align: center;
}
.event_link a {
    position: relative;
    color: #0130AE;
    text-decoration: underline;
}
.event_link a.blank::after {
    display: inline-block;
    content: "";
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_blank.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.event_link a.ancher::after {
    display: inline-block;
    content: "";
    background-image: url(/cms/feature/campaign2509/amazonpay/img/img_down.png);
    width: 17px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}
.content_ttl_2_caution {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #0130AE;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.content_box {
    background-color: #E3F7FF;
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 24px;
    margin-top: 30px;
}
.content_box_txt_1 {
    text-align: center;
}
.content_box_txt_2 {
    text-align: center;
}
.content_box_txt_3 {
    text-align: center;
}
/* --------
content_2
-------- */
.content_2 {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/bg_02_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 130px;
}
.code_input {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 30px 40px;
    font-family: "Noto Sans JP", sans-serif;
}
.code_input_ttl {
    position: relative;
    color: #0130AE;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.code_input_ttl::before {
    content: "";
    background-image: url(/cms/feature/campaign2509/amazonpay/img/icon_ttl_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(12px);
}
.code_input_explanation {
    display: flex;
    width: 1000px;
    margin: 20px auto 0;
    gap: 50px;
    align-items: center;
}
.code_input_imgbox {
    width: 40%;
}
.code_input_txtbox {
    width: 60%;
    color: #0130AE;
    font-weight: bold;
}
.code_input_txt {
    font-size: 18px;
}
.code_input_caution {
    margin-top: 5px;
    font-size: 14px;
}
.code_input_caution_2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #0130AE;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}
.step_list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 30px;    
}
.step_list li {
    position: relative;
}
.step_list li .step_txt {
    position: absolute;
    bottom: 0;
    color: #0130AE;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.step_list .step1 .step_txt {
    bottom: 40px;
}
.step_list .step2 .step_txt {
    bottom: 60px;
}
.step_list .step3 .step_txt {
    bottom: 40px;
}
.step_list .step4 .step_txt {
    bottom: 12px;
}
/* --------
content_3
-------- */
.content_3 {
    background-image: url(/cms/feature/campaign2509/amazonpay/img/bg_03_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;     
}
.p-campaign-conditions__cv--box {
    margin: 40px auto 0;
    width: 900px;
}
.p-campaign-conditions__cv--itembox {
    background-color: #fff9eb;
    text-align: center;
    border-radius: 15px;
    padding: 20px 20px 50px;
}
.p-campaign-conditions__cv--ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #0130AE;
}
.p-campaign-conditions__cv--code {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #FF6E1D;
}
.p-campaign-conditions__cv--click {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    margin: -46px auto 0;
}
.entry_btn {
    background-color: #0130AE;
    color: #ffffff;
    border-radius: 55px;
    font-size: 35px;
    font-family: "Noto Sans JP", sans-serif;
    border: 6px solid #ffffff;
    width: 650px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: bold;
}
.entry_caution {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #0130AE;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.entry_caution ~ .entry_caution {
    margin-top: 0px;    
}
.entry_caution a {
   color: #0130AE;
   text-decoration: underline;
}
.entry_txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #0130AE;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.entry_conditions {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 0;
    width: 340px;
}
.entry_conditions li {
    flex: 1;
}
/* --------
content_4
-------- */
.content_4 {
    background-color: #FEF1C1;     
}
.content_4_item {
    width: 100%;
    margin: 30px auto 0;
}
.content_4_item_head {
    background-color: #8BE4FF;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 15px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #0130AE;
}
.content_4_item_body {
    background-color: #ffffff;
    padding: 50px 50px;
    border-radius: 0 0 15px 15px;
}
.area_list {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 50px; 
}
.area_list li {
    width: calc((100% - 60px) / 3);
}
.area_list li a {
    position: relative;
    background-color: #FFFAE6;
    border: 1.5px solid #0048B3;
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0130AE;
}
.area_list li a::after {
    content: "";
    position: absolute;
    background-image: url(/cms/feature/campaign2509/amazonpay/img/arr_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
/* ランキング */
.block-ranking-r {
  max-width: 1360px;
  padding: 0;
}
.block-ranking-r--items {
  padding-top: 50px;
}
.block-ranking-r--items .block-ranking-r--goods {
  border-radius: 6px;
  padding: 14px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}
.block-ranking-r--goods .block-ranking-r--category-infos {
  height: 60px !important;
  margin-bottom: 0;
}
.block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
  top: -65px;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
  width: 20px;
  height: 14px;
}
.block-ranking-r--goods .block-ranking-r--goods-image figure {
  background: transparent;
  margin-top: 10px;
  height: 159px;
}
.block-ranking-r--goods .block-ranking-r--goods-description {
  padding: 12px 0 0;
  text-align: left;
}
.block-ranking-r--goods .block-ranking-r--price-infos {
  margin-bottom: 0;
}
.block-ranking-r .swiper-button-prev,
.block-ranking-r .swiper-button-next {
    background-color: #f5f5f5;
}
.block-ranking-r .swiper-button-prev {
  left: -40px;
}
.block-ranking-r .swiper-button-next {
  right: -40px;
}
.block-ranking-r .swiper-button-prev::after,
.block-ranking-r .swiper-button-next::after {
  /* border-top: 3px solid #081570;
  border-right: 3px solid #081570; */
}
.block-ranking-r .swiper-button-prev::after {
  left: 45%
}
.block-ranking-r .swiper-button-next::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  left: 45%;
}
/* ピックアップ */
.block-pickup-list-p {
  max-width: 1360px;
  padding: 0;
  position: relative;
}
.block-pickup-list-p--items {
  /* padding-top: 50px; */
}
.block-pickup-list-p--items .block-pickup-list-p--item-body {
  border-radius: 6px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px;
}
.block-pickup-list-p--item-body:first-child {
  margin-left: 0px !important;  
}
.block-pickup-list-p--item-body:nth-child(5n+1) {
  margin-left: 0;  
}
.block-pickup-list-p--item-body .block-pickup-list-p--category-infos {
  height: 60px !important;
  margin-bottom: 0;
}
.block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  background: transparent;
  margin-top: 10px;
  height: 159px;
}
.block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  padding: 12px 0 0;
  text-align: left;
}
.block-pickup-list-p--item-body .block-pickup-list-p--price-infos {
  margin-bottom: 0;
}
.block-pickup-list-p--item-body .block-pickup-list-p--bookmark a.block-goods-favorite--btn {
    display: none;
}
.block-pickup-list-p .swiper-button-prev,
.block-pickup-list-p .swiper-button-next {
    background-color: #f5f5f5;
}
.block-pickup-list-p .swiper-button-prev {
  left: -40px;
}
.block-pickup-list-p .swiper-button-next {
  right: -40px;
}
.block-pickup-list-p .swiper-button-prev::after,
.block-pickup-list-p .swiper-button-next::after {
  /* border-top: 3px solid #081570;
  border-right: 3px solid #081570; */
}
.block-pickup-list-p .swiper-button-prev::after {
  left: 45%
}
.block-pickup-list-p .swiper-button-next::after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  left: 45%;
}

/* --------
content_5
-------- */
.bnr_box {
    text-align: center;
    margin-top: 30px;    
}
.campaign-notes__heading {
    font-family: "Noto Sans JP", sans-serif;
    color: #0130AE;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.campaign-notes__body {
    font-family: "Noto Sans JP", sans-serif;
    width: 1080px;
    margin: 0 auto;
    border: 1px solid #E5E5E5;
    padding: 30px;
}
.campaign-notes__ttl {
    font-size: 16px;
    font-weight: bold;
}
.campaign-notes__ttl ~ .campaign-notes__ttl {
    margin-top: 20px;
}
.campaign-notes__list li {
    position: relative;
    padding-left: 14px;
    font-weight: normal;
    font-size: 14px;    
}
.campaign-notes__list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00257a;
    content: "";
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
    /* 767pxまでの幅の場合に適応される */
    /*------------------------------
    共通・既存調整修正
    ------------------------------*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    div.wrapper_ {
        overflow: hidden;
    }
    .content_inner {
        width: 100%;
        margin: 0 auto;
        padding: 75px 20px;
        box-sizing: border-box;
    }
    /* --------
    mv
    -------- */
    .mv {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/mv_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /* --------
    content_1
    -------- */
    .content_bg_1,
    .content_bg_2,
    .content_bg_3 {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .content_bg_1::before,
    .content_bg_2::before,
    .content_bg_3::before,
    .content_bg_1::after,
    .content_bg_2::after,
    .content_bg_3::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .content_bg_1::before {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_01_sp.png);
        width: calc(226px / 2);
        height: calc(248px / 2);
        left: -57px;
        top: -36px;
        z-index: -1;
    }
    .content_bg_1::after {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_02_sp.png);
        width: calc(421px / 2);
        height: calc(413px / 2);
        right: -125px;
        top: 20px;
        z-index: -1;
    }
    .content_bg_2::before {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_03_sp.png);
        width: calc(393px / 2);
        height: calc(385px / 2);
        top: 155px;
        left: -80px;
        z-index: 0;
    }
    .content_bg_2::after {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_04_sp.png);
        width: calc(250px / 2);
        height: calc(262px / 2);
        right: -25px;
        top: 400px;
    }
    .content_bg_3::before {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_05_sp.png);
        width: calc(326px / 2);
        height: calc(317px / 2);
        left: -64px;
        top: 1250px;
    }
    .content_bg_3::after {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/img_06_sp.png);
        width: calc(244px / 2);
        height: calc(231px / 2);
        right: -50px;
        top: 1136px;
    }
    .content_ttl_1 img {
        width: calc(484px / 2);
    }
    .content_ttl_2 img {
        width: calc(508px / 2);
    }
    .content_ttl_2_caution {
        font-size: 16px;
        z-index: 1;
        position: relative;
    }
    .event_box {
        margin-top: 30px;
        flex-direction: column;
        gap: 100px;
        width: 100%;
    }
    .entry_status img {
        width: calc(320px / 2);
    }
    .event_box .event_1::after {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/plus_sp.png);
        width: calc(107px / 2);
        height: calc(107px / 2);
        top: auto;
        transform: translateY(-50%);
        right: auto;
        bottom: -90px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .entry_conditions img {
        width: calc(579px / 2);
    }
    .content_box {
        width: 100%;
        margin: 0 auto;
        padding: 40px 50px;
        margin-top: 50px;
        border-radius: 5px;
    }
    .content_box_txt_1 {
        margin-top: -50px;
    }
    .content_box_txt_1 img {
        width: calc(570px / 2);
    }
    .content_box_txt_2 {
        margin-top: 30px;
    }    
    .content_box_txt_2 img {
        width: calc(636px / 2);
    }
    .content_box_txt_3 {
        margin-top: 30px;
    }    
    .content_box_txt_3 img {
        width: calc(566px / 2);
    }    
    .content_ttl_3 img {
        margin-top: 0px;
        width: calc(727px / 2);
    }
    .step_list {
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .step_list .step1 img {
        width: calc(620px / 2);
    }
    .step_list .step2 img {
        width: calc(620px / 2);
    }
    .step_list .step3 img {
        width: calc(620px / 2);
    }
    .step_list .step4 img {
        width: calc(620px / 2);
    }
    /* --------
    content_2
    -------- */
    .content_2 {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/bg_02_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 50px;
    }
    .content_ttl_3 {
        margin-top: -50px;
    }

    .code_input {
        border-radius: 10px;
        margin-top: 30px;
        padding: 20px 15px 20px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .code_input_ttl {
        position: relative;
        color: #0130AE;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding-left: 20px;
    }
    .code_input_ttl::before {
        content: "";
        position: absolute;
        background-image: url(/cms/feature/campaign2509/amazonpay/img/icon_ttl_sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: calc(38px / 2);
        height: calc(38px / 2);
        display: inline-block;
        margin-right: 0px;
        transform: translateY(-50%);
        top: 50%;
        left: 0;
    }
    .code_input_explanation {
        display: flex;
        width: 100%;
        margin: 20px auto 0;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
    .code_input_imgbox {
        width: 100%;
    }
    .code_input_txtbox {
        width: 100%;
        color: #0130AE;
        font-weight: bold;
    }
    .code_input_txt {
        font-size: 14px;
    }
    .code_input_caution {
        margin-top: 5px;
        font-size: 12px;
    }
    .code_input_caution_2 {
        margin-top: 10px;
        font-size: 12px;
    }
    .step_list li .step_txt {
        font-size: 16px;
    }
    .step_list .step1 .step_txt {
        bottom: 10px;
    }
    .step_list .step2 .step_txt {
        bottom: 20px;
    }
    .step_list .step3 .step_txt {
        bottom: 15px;
    }
    .step_list .step4 .step_txt {
        bottom: 6px;
    }
    /* --------
    content_3
    -------- */
    .content_3 {
        background-image: url(/cms/feature/campaign2509/amazonpay/img/bg_03_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .content_ttl_4 img {
        width: calc(562px / 2);
    }
    .btn_wrapper {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 30px;    
    }
    .entry_btn {
        background-color: #0130AE;
        color: #ffffff;
        border-radius: 55px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        border: 6px solid #ffffff;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
        font-weight: bold; 
    }
    .entry_caution {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        color: #0130AE;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-top: 35px;
    }
    .entry_caution ~ .entry_caution {
        margin-top: 15px;    
    }
    .entry_caution a {
       color: #0130AE;
       text-decoration: underline; 
    }
    .entry_txt {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        color: #0130AE;
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }
    .entry_conditions {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 30px;
    }
    .p-campaign-conditions__cv--box {
        margin: 40px auto 0;
        width: 95%;
    }
    .p-campaign-conditions__cv--itembox {
        background-color: #fff9eb;
        text-align: center;
        border-radius: 15px;
        padding: 20px 20px 40px;
    }
    .p-campaign-conditions__cv--ttl {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 21px;
        font-weight: bold;
        color: #0130AE;
    }
    .p-campaign-conditions__cv--code {
        font-family: "Roboto", sans-serif;
        font-size: 34px;
        font-weight: bold;
        color: #FF6E1D;
    }
    .p-campaign-conditions__cv--click {
background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        margin: -30px auto 0;
        width: 105%;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
    }
    .entry_btn {
        background-color: #0130AE;
        color: #ffffff;
        border-radius: 55px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        border: 6px solid #ffffff;
        width: 100%;
        padding: 10px 10px;
        box-sizing: border-box;
        font-weight: bold;
    }
    .content_txt {
        margin-top: 50px;
    }    
    .content_txt img {
        width: calc(309px / 2); 
    }

    /* --------
    content_4
    -------- */
    .content_4 {
        background-color: #FEF1C1;     
    }
    .content_ttl_5 img {
        width: calc(496px / 2);
    }
    .content_4_item {
        width: 100%;
        margin: 30px auto 0;
    }
    .content_4_item_head {
        background-color: #8BE4FF;
        border-radius: 12px 12px 0 0;
        text-align: center;
        padding: 15px 10px;
        font-size: 18px;
        font-weight: bold;
        color: #0130AE;
    }
    .content_4_item_body {
        background-color: #ffffff;
        padding: 30px 12px;
        border-radius: 0 0 12px 12px;
        overflow: hidden;
    }
    .content_4_item.box_2 .content_4_item_body {
        padding: 30px 0px 30px;
    }
    .area_list {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 0; 
    }
    .area_list li {
        width: calc((100% - 10px) / 2);
    }
    .area_list li a {
        border-radius: 8px;
        text-align: left;
        padding: 10px 30px 10px 15px;
        font-size: 15px;
    }
    .area_list li a::after {
        content: "";
        position: absolute;
        background-image: url(/cms/feature/campaign2509/amazonpay/img/arr_b.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        right: 10px;
    }
    /* ランキング */
    .block-ranking-r {
        position: relative;
    }
    .block-ranking-r--items {
        padding-top: 0px;
        margin-top: 0px;
    }
    .block-ranking-r--items .block-ranking-r--goods {
        width: 150px;
        flex: 0 0 150px;
        margin-right: 12px;
        padding: 10px 10px 15px;
        max-width: 150px;
    }

    .tabranking-contents-item-wrapper {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .tabranking-contents-item {
        background: transparent;
        padding: 0;
    }


    .block-ranking-r--goods .block-ranking-r--category-infos {
        height: 45px !important;
    }
    .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
        top: -50px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
        top: -16px;
    }
    .block-ranking-r--category-infos > a .block-ranking-r--category-infos-img {
        max-width: 67.5px;
        flex: 0 0 67.5px;
    }
    .block-ranking-r--category-infos-img img {
        width: 67.5px;
        height: 45px;
        object-fit: cover;
    }
    .block-ranking-r--category-infos-name {
        width: 100%;
        background: #F7F6F0;
    }
    .block-ranking-r--goods .block-ranking-r--goods-image figure {
        margin-top: 6px;
        height: 120px;
    }
    .block-ranking-r--goods .block-ranking-r--goods-description {
        padding: 6px 0 0;
    }
    .block-ranking-r--goods-name a {
        font-size: 14px;
    }
    .block-ranking-r .swiper-button-prev,
    .block-ranking-r .swiper-button-next {
        width: 30px;
        height: 30px;
        border: 1px solid #081570;
        border-radius: 50%;
        background: #fff;
    }
    .block-ranking-r .swiper-button-prev {
        left: 0px;
    }
    .block-ranking-r .swiper-button-next {
        right: 0px;
    }
    .block-ranking-r .swiper-button-prev::after,
    .block-ranking-r .swiper-button-next::after {
        border-top: 2px solid #081570;
        border-right: 2px solid #081570;
        width: 12px;
        height: 12px;
    }
    .block-ranking-r .swiper-button-prev::after {
        left: 40%;
    }
    .block-ranking-r .swiper-button-next::after {
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
        left: 40%;
    }
    .swiper-buttons {
        display: none;
    }

    /* ピックアップ */

    .block-pickup-list-p {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-left: 12px;
    }
    .block-pickup-list-p--items {
        padding-top: 0px;
        margin-top: 0px;
    }
    .block-pickup-list-p--items.swiper-container .block-pickup-list-p--item-body {
        width: 180px;
        flex: 0 0 180px !important;
        max-width: 180px !important;
    }
    .block-pickup-list-p--item-body .block-pickup-list-p--category-infos {
        height: 45px !important;
        margin-bottom: 8px;
    }
    .block-pickup-list-p--item-body .block-pickup-list-p--category-infos a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        flex-flow: row nowrap;
        background: #F7F6F0;
    }    
    .block-pickup-list-p--category-infos > a .block-pickup-list-p--category-infos-img {
        max-width: 67.5px;
        flex: 0 0 67.5px;
    }
    .block-pickup-list-p--category-infos-img img {
        width: 67.5px;
        height: 45px;
        object-fit: cover;
    }
    .block-pickup-list-p--category-infos-name {
        width: 100%;
        background: #F7F6F0;
    }
    .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
        margin-top: 6px;
        height: 120px;
    }
    .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
        padding: 6px 0 0;
    }
    .block-pickup-list-p--goods-name a {
        font-size: 14px;
    }
    .block-pickup-list-p--item-body .block-pickup-list-p--bookmark a.block-goods-favorite--btn {
        display: none;
    }
    /* --------
    content_4
    -------- */
    .content_ttl_6 img {
        width: calc(566px / 2);
    }
    .bnr_box {
        text-align: center;
        margin-top: 30px;    
    }
    .campaign-notes__heading {
        font-family: "Noto Sans JP", sans-serif;
        color: #0130AE;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-top: 50px;
    }
    .campaign-notes__body {
        font-family: "Noto Sans JP", sans-serif;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #E5E5E5;
        padding: 10px 10px;
    }
    .campaign-notes__ttl {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .campaign-notes__ttl ~ .campaign-notes__ttl {
        margin-top: 20px;
    }
    .campaign-notes__list li {
        position: relative;
        padding-left: 14px;
        font-weight: normal;
        font-size: 14px;    
    }
    .campaign-notes__list li::before {
        position: absolute;
        top: 4px;
        left: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00257a;
        content: "";
    }

}