@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.spOnly {
    display: none;
}

body {
    color: #ffffff;
    font-family: 'Zen Kaku Gothic New' , 'Noto Serif JP', serif, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    word-wrap: break-word;
}

#wrapper > section {
    display: -webkit-box;
}

section > .inner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 860px;
}

.keyVisual {
    position: relative;
    padding: 100px 0 270px;
    background-image: url('/promotion/ordercard/platinum/ad/images/img_platinum_kv_pc.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.keyVisualLogo {
    position: absolute;
    top: 13px;
    left: 15px;
}

.keyVisualGallery {
    position: absolute;
    top: 0;
    right: 0;
}

.keyVisual p {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
}

.keyVisual p + p {
    margin-top: 30px;
}

.keyVisual p.textHeading {
    font-size: 32px;
    line-height: 48px;
}

.keyVisual .flex {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.videoContents {
    padding-bottom: 110px;
    background-color: #575258;
}

#contents {
    position: relative;
}

.contentHeading {
    max-width: 650px;
    margin: 120px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contentHeading .textTitleFlag {
    color: #292C2E;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #DCCDB2;
    margin: 0 auto;
}

.contentHeading p.textTitle {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
}

.contentItem {
    max-width: 650px;
    margin: 0 auto;
}

.contentItem + .contentItem {
    margin-top: 80px;
}

.contentItem iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.contentItem p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}

.contentItem p + p {
    margin-top: 10px;
}

.contentItem p.textHeading {
    margin-top: 20px;
    font-size: 24px;
    line-height: 38px;
}

.contentItem p.textHeading small {
    font-size: 16px;
    line-height: 25px;
}

.contentItem p.date {
    font-size: 14px;
    line-height: 25px;
}

.videoContents #contents > a {
    position: relative;
    display: block;
    margin: 80px auto 0;
    max-width: 400px;
    padding: 19px 42.5px 19px 67.5px;
    color: #292C2E;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}

.videoContents #contents > a::after {
    content: url('/promotion/ordercard/platinum/ad/images/img_platinum_icon_arrow.png');
    position: absolute;
    left: 25px;
}

.videoContents #contents > a:hover {
    opacity: 0.9;
    filter: brightness(110%);
}

.accordion {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    max-width: 650px;
    margin: 80px auto 0;
}

.accordionBtnWrap button {
    background: #575258;
    border: none;
    color: #fff;
    font-size: 24px;
    display: flex;
    padding: 30px 0;
    align-items: center;
    text-align: left;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-right: 38px;
}

.accordionBtnWrap button::before,
.accordionBtnWrap button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: translate(50%, -50%);
}

.accordionBtnWrap button::before {
    width: 28px;
    height: 2px;
}

.accordionBtnWrap button::after {
    width: 2px;
    height: 28px;
}

.accordionBtnWrap button.is-open::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.accordionCont {
    display: none;
    padding-bottom: 30px;
}

.accordionCont::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
}

.accordion + .contentItem {
    margin-top: 80px;
}

.m-footer-link {
    background: #2d2d2d;
}

.m-footer-link-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    line-height: 1.6;
}

.m-footer-link-list li {
    font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    margin-right: 10px;
}

.m-footer-link-list li a {
    color: #fff;
    text-decoration: none;
}

.m-footer-link-list li a:hover {
    -webkit-transition: all .3s ease;
    opacity: .7;
    transition: all .3s ease;
}

.l-footer-copyright {
    padding: 41px 0;
    background: #05131b;
}

.m-footer-copy-txt {
    padding: 0 10px;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1020px) {
    .keyVisualGallery img {
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    .keyVisual {
        padding: 172px 20px 143px;
        background-image: url(/promotion/ordercard/platinum/ad/images/img_platinum_kv_sp.png);
    }

    .keyVisualGallery img {
        width: auto;
    }

    .keyVisual p {
        font-size: 16px;
        line-height: 32px;
    }

    .keyVisual .flex {
        margin-top: 0;
        flex-direction: column;
        text-align: center;
    }

    .flexItem:first-child {
        text-align: left;
    }

    .flexItem:nth-child(2) {
        margin-top: 60px;
    }

    .videoContents {
        padding: 0 20px 5px;
    }

    .contentHeading {
        margin: 90px auto 0;
        gap: 8px;
    }
    
    .contentHeading .textTitleFlag {
        font-size: 16px;
        padding: 2px 16px;
    }
    
    .contentHeading p.textTitle {
        font-size: 22px;
        line-height: 1.5;
    }

    .contentItem + .contentItem {
        margin-top: 50px;
    }

    .contentItem p {
        font-size: 15px;
        line-height: 20px;
    }

    .contentItem p.textHeading {
        font-size: 20px;
        line-height: 30px;
    }

    .contentItem p.textHeading small {
        font-size: 14px;
        line-height: 19px;
    }

    .videoContents #contents > a {
        margin-top: 50px;
        font-size: 18px;
        line-height: 24px;
    }

    .accordion {
        margin: 50px auto 0;
    }
    
    .accordionBtnWrap button {
        font-size: 20px;
    }
    
    .accordionCont::before {
        height: 20px;
    }
    
    .accordion + .contentItem {
        margin-top: 50px;
    }

    .m-footer-link {
        background: #5b5b5b;
    }

    .m-footer-link-list {
        font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        max-width: 184vw;
        padding: 3.73333vw 5.33333vw 3.73333vw 7.73333vw;
        font-size: 2.93333vw;
    }

    .m-footer-link-list li {
        line-height: 2;
        margin-right: 4vw;
    }

    .m-footer-link-list li a {
        font-weight: normal;
    }

    .l-footer-copyright {
        padding: 4.53333vw 0;
        background: #05131b;
    }

    .m-footer-copy-txt {
        font-family: Arial;
        padding: 0 2.66667vw;
        color: #fff;
        font-size: 3.46667vw;
        text-align: center;
        letter-spacing: 0.13333vw;
    }

}

@media screen and (max-width: 429px) {
    .keyVisual {
        padding: 172px 20px 113px;
    }
}