@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
}
body {
  color: #221100;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
button {
  appearance: none;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767.9px) {
  img {
    max-width: inherit;
    width: 100%;
  }
}
picture {
  display: block;
}
p {
  color: #221100;
  font-weight: 400;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
.main {
  padding-bottom: 120px;
  position: relative;
}
.main:before {
  background: url(/promotion/ordercard/gold/ad/images/bg_body.png) 0 0 / cover no-repeat;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main:after {
  background: url(/promotion/ordercard/gold/ad/images/bg_txt_pc.svg) center/contain no-repeat;
  content: "";
  height: 597px;
  position: absolute;
  right: 0;
  top: -104px;
  width: 798px;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .main:after {
    background: url(/promotion/ordercard/gold/ad/images/bg_txt_sp.svg) center/contain no-repeat;
    height: 204px;
    width: 292px;
  }
}
@media screen and (max-width: 767.9px) {
  .main {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .pcOnly {
    display: none;
  }
}
.header {
  height: 64px;
}
.header__logo {
  height: 64px;
  position: absolute;
  width: 80px;
}
.kv {
  margin: 40px 0 120px;
}
.kv__inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.kv__row {
  position: relative;
  display: flex;
}
.kv__col {
  position: relative;
}
.kv__col:first-child {
  width: 55%;
}
.kv__col:last-child {
  width: 45%;
}
.kv h1 {
  left: -32%;
  max-width: 634px;
  position: absolute;
  top: -40px;
  width: 55vw;
  z-index: 1;
}
.kv__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.kv__txt--l {
  font-size: 3.2rem;
  line-height: 1.5;
}
.kv__txt + .kv__txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv__row {
    gap: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .kv {
    margin-bottom: 10px;
  }
  .kv__row {
    align-items: normal;
    flex-direction: column;
    gap: 45px;
  }
  .kv__col {
    width: 100% !important;
  }
  .kv h1 {
    max-width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
  }
  .kv__txt {
    font-size: 1.6rem;
  }
  .kv__txt--l {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.sec__inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sec__inner {
    padding: 0;
  }
}
.frame {
  background-color: #fff;
  padding: 80px 105px;
}
@media screen and (max-width: 767.9px) {
  .frame {
    padding: 50px 20px 90px;
  }
}
.h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .h2 {
    font-size: 2.2rem;
  }
}
.movieUnit {
  margin-top: 80px;
}
.movieUnit iframe,
.movieUnit img {
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  width: 100%;
}
.movieUnit__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.movieUnit__ttl small {
  font-size: 1.6rem;
}
.movieUnit__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.movieUnit__date {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .movieUnit {
    margin-top: 50px;
  }
  .movieUnit__ttl {
    font-size: 2rem;
  }
  .movieUnit__ttl small {
    font-size: 1.4rem;
  }
  .movieUnit__txt {
    font-size: 1.4rem;
  }
}
.btnBack {
  margin-top: 80px;
}
.btnBack a {
  align-items: center;
  background-color: #221100;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  position: relative;
  width: 315px;
}
.btnBack a:hover {
  opacity: 0.6;
}
.btnBack a img {
  margin: 2px 16px 0 0;
  width: 16px;
}
@media screen and (max-width: 767.9px) {
  .btnBack {
    margin-top: 50px;
  }
  .btnBack a {
    font-size: 1.6rem;
  }
  .btnBack a img {
    margin: 2px 32px 0 0;
  }
}
.footer__link {
  background: #2d2d2d;
  padding: 20px 10px;
}
.footer__link-list {
  align-items: center;
  display: flex;
  gap: 0 10px;
  list-style-type: none;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}
.footer__link-list li {
  font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.footer__link-list li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.footer__link-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.footer__copyright {
  padding: 41px 0;
  background: #05131b;
}
.footer__copyright-txt {
  color: #fff;
  font-family: Arial;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767.9px) {
  .footer__link {
    padding: 14px 30px;
  }
  .footer__link-list {
    align-items: center;
    display: flex;
    font-family: "HiraKakuStd", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    flex-wrap: wrap;
    gap: 0 15px;
    position: relative;
  }
  .footer__link-list li a {
    line-height: 2;
    font-size: 1.1rem;
    font-weight: normal;
  }
  .footer__copyright {
    padding: 18px 0;
  }
  .footer__copyright-txt {
    font-family: Arial;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.5px;
  }
}
