@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/ 
*/
html {
    overflow-y: scroll;
}
body {
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ std W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    font-size: 1em;
    color: #000;
    background: #fff;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
.for-print {
    display: none !important;
}
.main {
    background: #F18A29 url(../img/bg_main.png) repeat 50% 0% / 1254px auto;
    overflow: hidden;
}
.main-img {
    max-width: min(900px, 100vh);
    min-width: 620px;
    margin: 0 auto;
    position: relative;
}
.main-img .inner {
    width: 100%;
    padding: 22% 0 0;
}
.inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}
.main-img__logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 26.056%;
    margin: 8.8% 0 0;
    margin-right: calc((100vw - 100%) * -0.37);
    z-index: 1;
    padding: 0 5% 0 0;
}
.main-img__box {
    position: relative;
    margin: 0 auto;
}
.main-img__tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 55.0005%;
    margin: 24.7% 0 0 23.2%;
}
.main-img__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 38.112%;
    margin: 42.5% 0 0 30%;
}
.main-img__note {
    position: absolute;
    top: 0;
    left: 0;
    margin: 51.7% 0 0 36.2%;
    text-align: center;
    width: 25.334%;
    font-size: 0.688em;
    line-height: 1.364;
}
.main-img__img {
    width: 136.556%;
    margin: 0 -11.3%;
}
.main-img__term {
    position: absolute;
    top: 0;
    left: 0;
    width: 47.445%;
    margin: 63.1% 0 0 26.3%;
}
.present__ctn {
    justify-content: space-between;
    gap: 0 2%;
}
.present__tl {
    display: flex;
    margin: 0 0 -2px;
    gap: 0 1.8%;
    align-items: center;
    position: relative;
}
.present__text {
    font-size: 10px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    padding: 27px 0 26px;
    letter-spacing: 0.06em;
}
.present__img {
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 13px;
    width: 58.578%;
    padding: 3.8% 3.4% 3.2% 4%;
    box-sizing: border-box;
}
.present__box {
    background: rgba(255, 255, 255, 0.49);
    padding: 0 0 32px;
}
.present__box .inner {
    width: 100%;
}
.present__ctn {
    display: flex;
    width: 90%;
    max-width: 717px;
    margin: 0 auto;
}
.present__tl-01 {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 10.556%;
    margin: 0 0 -1% 45.2%;
    z-index: 1;
}
.present__tl-02 {
    width: 67.889%;
    margin: 0 0 0 0;
    padding: 1.7% 0 0 15.5%;
}
.present__tl-bg {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 23.445%;
    padding: 0 0 5.223%;
    height: 0;
    overflow: hidden;
    margin: 0 0 0 38.4%;
}
.present__tl-bg:before {
    content: "";
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.49);
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    width: 135.1%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.present__eligible {
    background: #fff;
    border-radius: 13px;
    width: 38.355%;
}
.present__eligible-tl {
    width: 20.728%;
    padding: 5.1% 0 0 7%;
}
.present__eligible-text {
    width: 74.546%;
    padding: 6.7% 0 0 13%;
}
.footer {
    background: #000;
    color: #fff;
    padding: 24px 0 21px;
}
.footer__ctn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px 0;
}
.footer__ctn-02 {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    gap: 0 31px;
}
.footer__links {
    display: flex;
    font-size: 0.6875em;
    letter-spacing: 0.06em;
    flex-wrap: wrap;
    gap: 8px 0;
}
.footer__link {
    display: flex;
}
.footer__link:after {
    content: "";
    border-right: solid 1px;
    margin: 1px 15px;
}
.footer__link:last-child::after {
    display: none;
}
.footer__copy {
    font-size: 0.6875em;
}
.footer__logo {
    width: 116px;
}
.present-link__button {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    font-size: 1.5em;
    font-weight: 700;
    padding: 22px 10%;
    width: 240px;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto;
}
.present-link__button--shop {
    background: #1D2C5C;
}
.present-link__note {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 1.7;
    padding: 11px 0 30px;
}
@media screen and (max-width: 767px) {
    .inner {
        width: 100%;
    }
    .main {
        background-size: 180% auto;
        background-position: 56% 48%;
    }
    .main-img__logo {
        width: 43.6%;
        margin: 10.9% 0 0.7% 4.3%;
        position: relative;
        padding: 1px 0 0 0;
    }
    .main-img {
        max-width: none;
        min-width: 0;
    }
    .main-img .inner {
        padding: 0 0 17.5%;
    }
    .main-img__box {
        aspect-ratio: auto;
        max-height: none;
        min-height: 0;
    }
    .main-img__tl {
        width: 66.3%;
        margin: 30.7% 0 0 17.3%;
    }
    .main-img__text {
        margin: 53.6% 0 0 23.1%;
        width: 53.4%;
    }
    .main-img__note {
        margin: 86% 0 0 18.7%;
        width: 60.8%;
    }
    .main-img__img {
        width: 100%;
        margin: 0% 0 0 0;
    }
    .main-img__term {
        width: 82.7%;
        margin: 112.6% 0 0 8.7%;
    }
    .present__ctn {
        flex-direction: column;
        margin: 6.7% auto 0;
        width: 88.8%;
    }
    .present__tl {
        margin: 0;
        width: 100%;
    }
    .present__text {
        margin: 0% auto 0;
        width: 90%;
        padding: 7.1% 0 23.3%;
    }
    .present__img {
        width: 100%;
        margin: 0 0 0 0;
        justify-self: flex-end;
        border-radius: 3.467vw;
        padding: 6.3% 6.1% 5.8% 6.6%;
    }
    .present__box {
        padding: 0 0 11.8%;
    }
    .present__tl-01 {
        width: 20%;
        margin: 0 0 -2% 44%;
    }
    .present__tl-02 {
        width: 94.2%;
        padding: 0;
        margin: 4.3% 0 0 2.6%;
    }
    .present__tl-bg {
        width: 44.53%;
        padding: 0 0 9.73%;
        margin: 0 0 0 31%;
    }
    .present__eligible {
        width: 100%;
        margin: 4% 0 0;
        border-radius: 3.467vw;
    }
    .present__eligible-tl {
        width: 13.6%;
        padding: 5.2% 0 0 4.5%;
    }
    .present__eligible-text {
        width: 49.346%;
        padding: 2.5% 0 6% 25.5%;
    }
    .footer {
        padding: 43px 5% 32px;
    }
    .footer__ctn {
        flex-direction: column;
        text-align: center;
        gap: 31px 0;
    }
    .footer__ctn-02 {
        flex-direction: column;
        justify-content: center;
        gap: 26px 0;
    }
    .footer__links {
        flex-direction: column;
        align-items: center;
        gap: 31px 0;
    }
    .footer__link:after {
        display: none;
    }
    .footer__logo {
        width: 7.25em;
    }
    .present-link {
        width: 88.8%;
        margin: 0 auto;
    }
    .present-link__note {
        padding: 3.8% 0 7.2%;
    }
    .present-link__button {
        padding: 21px 10%;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (hover:hover) {
    .footer__link a:hover {
        text-decoration: underline;
    }
    .present-link__button {
        transition: opacity 200ms ease-out;
    }
    .present-link__button:hover {
        opacity: .8;
    }
}
@media print {
    .for-print {
        display: block !important;
    }
    .for-screen {
        display: none !important;
    }
}