/*========= ▼reset ===============*/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, a):not(svg *)) {
    all: unset;
    display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除します */
ol,
ul {
    list-style: none;
}

/* 画像がコンテナを超えないようにするため */
img {
    max-width: 100%;
}

/* テーブルのセル間のスペースを削除します */
table {
    border-collapse: collapse;
}

/*========= ▲reset ===============*/
* {
    box-sizing: border-box;
}

a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: var(--fontColor);
}

body.devPc a:hover {
    opacity: 1;
}

#container > .wrapContent {
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 701px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*========= ▼特選特集用 ===============*/
:root {
    --fontColor: #222222;
    --primaryColor: #FDA102;
    --secondaryColor: #FF5B08;
    --grayFont: #575757;
    --linkColor: #16A0E8;
    --bgColor: #fff9e6;
    --redColor: #FF0000;
    --bkColor: #000;
    --whiteColor: #fff;
    --shadowColor: rgba(0, 0, 0, .3);
    --goldColor: #A38255;
}

.font_small {
    font-size: 80%;
}

.font_ss {
    font-size: 70%;
}

.font_sss {
    font-size: 62%;
}

.font_large {
    font-size: 130%;
}

.font_ll {
    font-size: 145%;
}

.line_center {
    text-align: center;
}

.line_right {
    text-align: right;
}

.line_left {
    text-align: left;
}

.font_bold {
    font-weight: bold;
}

.font_red {
    color: var(--redColor);
}

img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.pagesUi {
    z-index: 999;
}

/*========= LoadingのためのCSS ===============*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100svh;
    background: var(--secondaryColor);
    z-index: 999;
}

.loader {
    --c: var(--whiteColor);
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 30px;
    color: #0000;
    overflow: hidden;
    text-shadow: 0 0 var(--c), 11ch 0 var(--c);
    animation: l6 2s infinite linear;
}

.loader:before {
    content: "Loading..."
}

@keyframes l6 {
    to {
        text-shadow: -11ch 0 var(--c), 0ch 0 var(--c)
    }
}

/*=========▲ LoadingのためのCSS▲ ===============*/

#particles-js {
    position: fixed;
    /*描画固定*/
    z-index: 1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
}

#renewal_CP2024 {
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    ffont-style: normal;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal !important;
    line-height: 1.8;
    color: var(--fontColor);
    max-width: 1920px;
    margin: auto;
    font-feature-settings: "palt";
    background: var(--bgColor);
}

.ulFlex > li a {
    display: block;
    background: var(--whiteColor);
}

#renewal_CP2024 p {
    font-size: clamp(15px, 1.15vw, 18px);
}

#renewal_CP2024 a img {
    transition: all .5s;
}

#renewal_CP2024 del.normalPrice {
    color: var(--whiteColor);
}

#renewal_CP2024 h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-break: strict;
    word-break: break-word;
    letter-spacing: inherit;
    font-size: clamp(20px, 2vw, 32px);
    color: var(--secondaryColor);
}

#renewal_CP2024 section {
    position: relative;
    z-index: 0;
    padding: 4% 0 5%;
}

#renewal_CP2024 #sec01 {
    padding: 0;
}

#renewal_CP2024 .secInner {
    position: relative;
    max-width: 1190px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  z-index: 2;
}

#renewal_CP2024 .secInner2 {
    position: relative;
    max-width: 1278px;
    width: 93%;
    margin: 0 auto;
    text-align: center;
  z-index: 2;
}

#renewal_CP2024 #lpwrapper {
    position: relative;
    z-index: 1;
}

#renewal_CP2024 .lead {
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 400;
}

#renewal_CP2024 .flexArea {
    margin-top: 5%;
}

#renewal_CP2024 .flexUl {
    display: flex;
    gap: 30px;
    justify-content: center;
}

#renewal_CP2024 .flexUl > li {
    background: var(--whiteColor);
    border-radius: 15px;
    box-shadow: 5px 10px 10px var(--shadowColor);
    padding: 1.5em;
    position: relative;
    flex-basis: calc(33.333% - 30px);
}

#renewal_CP2024 .subPointArea {
    font-size: clamp(15px, 1.15vw, 18px);
    font-weight: bold;
}

#renewal_CP2024 .pointArea {
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: bold;
    color: var(--secondaryColor);
    border-bottom: 3px solid var(--primaryColor);
    display: inline-block;
    line-height: 1.1;
}

#renewal_CP2024 .imgArea {
    margin: -18% 5% 5%;
}

#renewal_CP2024 .kome {
    font-size: clamp(12px, 0.95vw, 15px);
    color: var(--grayFont);
    text-align: right;
    margin: 3% 4% 3% auto;
}

#renewal_CP2024 .kome a {
    color: VAR(--linkColor);
    font-weight: bold;
  transition: all .5s;
}

#renewal_CP2024 .kome a:hover{
  text-decoration: underline;
}
#renewal_CP2024 .sec3Imag {
    position: absolute;
    width: 24%;
}

#renewal_CP2024 .illust1 {
    top: 41%;
    left: 2%;
    transform: translateY(-50%);
}

#renewal_CP2024 .illust2 {
    top: 41%;
    right: 2%;
    transform: translateY(-50%);
}

#renewal_CP2024 .arrowBox {
    position: relative;
    width: 88%;
    max-width: 730px;
    height: auto;
    background: #FFFFFF;
    padding: 2em;
    margin: auto;
    text-align: center;
    border: 2px solid #FDA102;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    filter: drop-shadow(0px 3px 6px var(--shadowColor));
}

#renewal_CP2024 .arrowBox:after,
.arrowBox:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}

#renewal_CP2024 .arrowBox:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}

#renewal_CP2024 .arrowBox:before {
    border-color: rgba(253, 161, 2, 0);
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #FDA102;
}

#renewal_CP2024 .arrowTxt {
    font-size: clamp(17px, 1.25vw, 20px);
    text-align: left;
    margin: 1.5em 1.5em 0;
    line-height: 1.5;
}

#renewal_CP2024 #sec03 {
    padding: 0 0 5%;
}

#renewal_CP2024 .couponArea {
    text-align: center;
    margin: 3% auto;
}

#renewal_CP2024 .couponArea img {
    filter: drop-shadow(0px 3px 6px var(--shadowColor));
}

#renewal_CP2024 .couponTerm {
    width: 90%;
    max-width: 660px;
    margin: auto;
    text-align: left;
}

#renewal_CP2024 .couponTerm h3 {
    font-size: clamp(15px, 1.15vw, 18px);
    color: var(--redColor);
    font-weight: 900;
    margin-bottom: 1em;
}

#renewal_CP2024 .couponTerm ul {
    list-style: none;
}

#renewal_CP2024 .couponTerm li {
    padding-left: 1.5em;
    text-indent: -1em;
    line-height: 1.3;
    margin-bottom: 10px;
}

#renewal_CP2024 .couponTerm li::before {
    content: "※";
}

#renewal_CP2024 .fa-external-link-alt {
    margin-left: 7px;
    font-size: 80%;
}

#renewal_CP2024 .btnArea {
    margin: 5% auto;
}

#renewal_CP2024 .btnArea a {
    width: 90%;
    max-width: 840px;
    padding: 1.3em;
    border: solid 1px var(--primaryColor);
    background: var(--whiteColor);
    border-radius: 5px;
    box-shadow: 0 3px 6px var(--shadowColor);
    display: block;
    margin: auto;
    transition: all .5s;
}

#renewal_CP2024 .flame {
    border: solid 1px var(--goldColor);
    padding: 3em 1.5em;
    position: relative;
}

#renewal_CP2024 h4 {
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 600;
    margin: 2em auto;
    text-align: center;
}

#renewal_CP2024 .moreover {
    margin: 3% auto;
}

#renewal_CP2024 .moreover span {
    font-size: clamp(18px, 1.6vw, 26px);
    position: relative;
    background: var(--whiteColor);
    color: var(--secondaryColor);
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 50vh;
    display: inline-block;
    box-shadow: 0px 3px 6px var(--shadowColor);
}

#renewal_CP2024 .moreover span::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: "";
    border: 3px dashed var(--primaryColor);
    border-radius: 50vh;
}

#renewal_CP2024 .flameImg {
    position: absolute;
    width: 7%;
}

#renewal_CP2024 .flame01 {
    top: 0.5%;
    left: 0.5%;
}

#renewal_CP2024 .flame02 {
    top: 0.5%;
    right: 0.5%;
    transform: rotate(90deg);
}

#renewal_CP2024 .flame03 {
    bottom: 0.5%;
    left: 0.5%;
    transform: rotate(270deg);
}

#renewal_CP2024 .flame04 {
    bottom: 0.5%;
    right: 0.5%;
    transform: rotate(180deg);
}
#renewal_CP2024 .copyArea {
    margin: 3% auto;
    position: relative;
}
#renewal_CP2024 #copy-url {
    padding: 0.3em;
    background: var(--primaryColor);
    border: solid 1px var(--secondaryColor);
    border-radius: 5px;
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 500;
    transition: all .5s;
}
#renewal_CP2024 #copy-url:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px var(--shadowColor);
}
#renewal_CP2024 .success-msg {
    display: none;
    position: absolute;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #29aba4;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
#renewal_CP2024 .couponSum{
  font-size: clamp(14px, 1.1vw, 17px);
  margin: auto;
  text-align: left;
  width: 90%;
  max-width: 660px;
}
#renewal_CP2024 .linktxt {
  color: var(--linkColor);
  font-weight: bold;
}

@media (any-hover: hover) {

    /*:hover はここに書く*/
    #renewal_CP2024 .btnArea a:hover {
        background: var(--secondaryColor);
    }

    #renewal_CP2024 .btnArea a:hover h2 {
        color: var(--whiteColor);
    }
  #renewal_CP2024 .linktxt {
    text-decoration: underline;
  }

}


#renewal_CP2024 .pad-sp {
    display: none;
}

#renewal_CP2024 .pc-cam {
    display: none;
}

#renewal_CP2024 .animeItem {
    transform: scale(1);
}
#PAGEBOTTOM{position: relative;
z-index: 7;}

/************************************************************/
@media screen and (max-width: 820px) {
    #renewal_CP2024 #sec03 .secInner {
        width: 68%;
    }

    #renewal_CP2024 .illust1 {
        left: -4%;
    }

    #renewal_CP2024 .illust2 {
        right: -1%;
    }

    #renewal_CP2024 #sec04 .flexUl {
        gap: 10px;
    }

    #renewal_CP2024 #sec04 .flexUl > li {
        flex-basis: calc(33.333% - 10px);
        padding: 1.2em;
    }

    #renewal_CP2024 #sec02 {
        background-size: 120%;
    }

    #renewal_CP2024 .pad-cam {
        display: block !important;
    }

    #renewal_CP2024 .pad-pc {
        display: block !important;
    }

    #renewal_CP2024 .pc-cam {
        display: none !important;
    }

    #renewal_CP2024 .sp-cam {
        display: none !important;
    }

}

/************************************************************/
@media screen and (max-width: 700px) {

    #renewal_CP2024 #sec03 .secInner {
        width: 92%;
    }

    #renewal_CP2024 .sec3Imag {
        display: none;
    }

    #renewal_CP2024 .arrowBox {
        padding: 1em;
    }

    #renewal_CP2024 .arrowTxt {
        margin: 0.5em;
    }

    #renewal_CP2024 .couponArea {
        margin: 9% auto;
    }

    #renewal_CP2024 .couponTerm {
        width: 100%;
    }

    #renewal_CP2024 h4 {
        text-align: left;
    }

    #renewal_CP2024 .flameImg {
        width: 12%;
    }

    #renewal_CP2024 .flexUl {
        flex-direction: column;
        gap: 30px !important;
    }

    #renewal_CP2024 .imgArea {
        width: 70%;
        margin: -10% auto 5%;
    }

    #renewal_CP2024 .flexArea {
        width: 94%;
        margin: 10% auto 0;
    }

    #renewal_CP2024 .btnArea {
        margin: 10% auto 5%;
    }

    #renewal_CP2024 .pad-sp {
        display: block !important;
    }

    #renewal_CP2024 .pc-cam {
        display: none !important;
    }

    #renewal_CP2024 .pad-cam {
        display: none !important;
    }

    #renewal_CP2024 .pad-pc {
        display: none !important;
    }
  #renewal_CP2024 .kome{
    text-align: left;
  }
}
