/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #000;
  --color-red: #C92A1D;
  --color-blue: #005BAB;
  --color-beige: #FFF9ED;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

a {
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.main {
  background-color: var(--color-beige);
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.display-block {
  display: block;
}

.icon-plus {
  margin: -1rem auto 0;
  background-color: var(--color-beige);
  text-align: center;
}
@media (min-width: 769px) {
  .icon-plus {
    margin: -2rem auto 0;
  }
}
.icon-plus img {
  width: 3.375rem;
  height: auto;
}
@media (min-width: 769px) {
  .icon-plus img {
    width: 6.25rem;
  }
}

.section {
  padding: 2rem 0;
  background-color: var(--color-beige);
}
@media (min-width: 769px) {
  .section {
    padding: 5rem 0;
  }
}
.section_container {
  position: relative;
  padding: 1.5rem 1rem;
  border: 2px solid var(--color-red);
  border-radius: 1.25rem;
  background: #fff;
}
@media (min-width: 769px) {
  .section_container {
    padding: 3.375rem 4rem;
    border: 4px solid var(--color-red);
    border-radius: 1.875rem;
  }
}
.section_ribbon {
  margin-top: -2.75rem;
  text-align: center;
}
@media (min-width: 769px) {
  .section_ribbon {
    width: auto;
    height: 8.75rem;
    margin: 0 auto;
    margin-top: -6rem;
  }
}
.section_ribbon img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
.section_button {
  margin-top: 1.5rem;
}
.section_button a {
  position: relative;
  display: block;
  padding: 1em;
  border-radius: 0.5em;
  background: var(--color-blue);
  box-shadow: 0 0.25em 0 #044C70;
  color: #fff;
  font-size: min(1rem, 4.1025641026vw);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 0.15s;
}
@media (min-width: 769px) {
  .section_button a {
    font-size: 2rem;
  }
}
.section_button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/img_icon_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .section_button a::after {
    width: 1.25em;
    height: 1.25em;
  }
}
.section_button a:hover {
  transform: translateY(0.25em);
}
.section_subtitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .section_subtitle {
    font-size: 2.25rem;
  }
}
.section_subtext {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section_subtext {
    font-size: 2.25rem;
  }
}
.section_notice {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .section_notice {
    font-size: 1.125rem;
  }
}

.key-visual {
  padding: 1.25rem 0 2.5rem;
  background: url(../img/bg_kv_sp.jpg) no-repeat center bottom/cover;
}
@media (min-width: 769px) {
  .key-visual {
    padding: 5rem 0 10rem;
    background: url(../img/bg_kv_pc.png) repeat-x center bottom/cover;
  }
}
.key-visual .inner {
  padding: 0;
}
@media (min-width: 769px) {
  .key-visual .inner {
    padding: 0 1.25rem;
  }
}
.key-visual_amex {
  margin-bottom: 2rem;
}
.key-visual_title {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.key-visual_title img {
  padding-left: 1%;
}
@media (min-width: 769px) {
  .key-visual_title img {
    padding: 0;
  }
}
.key-visual_title a {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  height: 25%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .key-visual_title a {
    left: 52%;
    width: 60%;
    height: 40%;
  }
}
.key-visual_benefits {
  padding: 0 5%;
}
@media (min-width: 769px) {
  .key-visual_benefits {
    margin-top: -3%;
    padding: 0 8%;
  }
}
.key-visual_benefits img {
  padding-left: 4%;
}
@media (min-width: 769px) {
  .key-visual_benefits img {
    padding: 0;
  }
}
.key-visual_movie {
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .key-visual_movie {
    width: 40rem;
  }
}
.key-visual_notice {
  display: block;
  padding: 0 1em;
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: normal;
}
@media (min-width: 769px) {
  .key-visual_notice {
    font-size: 0.875rem;
  }
}
.key-visual_notice span {
  font-size: 0.8125rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  .key-visual_notice span {
    font-size: 1rem;
  }
}

.sale {
  background: var(--color-beige) url(../img/bg_sale_sp.jpg) no-repeat center top/100vw auto;
}
@media (min-width: 769px) {
  .sale {
    background: var(--color-beige) url(../img/bg_sale_pc.jpg) no-repeat center top/cover;
  }
}
.sale_title {
  margin: 1rem auto;
  width: 90%;
}
@media (min-width: 769px) {
  .sale_title {
    width: 40rem;
    margin: 0 auto 2rem;
  }
}
.sale_text {
  margin-top: 0.5em;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .sale_text {
    font-size: 1.5rem;
  }
}
.sale_catch {
  margin: 1rem 0;
}
@media (min-width: 769px) {
  .sale_catch {
    margin: 2rem 0;
  }
}
.sale_schedule {
  margin: 1rem 0;
}
@media (min-width: 769px) {
  .sale_schedule {
    margin: 2rem 0 1rem;
  }
}
.sale_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .sale_banner {
    flex-direction: row;
    gap: 0.75rem;
  }
}
.sale_movie {
  width: 90%;
  margin: 0 auto;
}
.sale .section_ribbon {
  width: 65%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .sale .section_ribbon {
    width: 20rem;
  }
}

.app-cp {
  padding-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .app-cp .section_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 769px) {
  .app-cp_inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.app-cp_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .app-cp_title {
    gap: 1.5rem;
  }
}
.app-cp_title01 {
  width: 100%;
}
.app-cp_title02 {
  width: 100%;
}
.app-cp_title img {
  width: 100%;
}
.app-cp_title_subtext {
  margin: 0 -1rem;
}
@media (min-width: 769px) {
  .app-cp_title_subtext {
    margin: 0;
  }
}
.app-cp_title_pic_notice {
  width: 90%;
  margin: 0.5em auto 0;
}
@media (min-width: 769px) {
  .app-cp_title_pic_notice {
    width: 100%;
  }
}
.app-cp_subtext {
  margin: 1em -0.5em 0.5em;
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .app-cp_subtext {
    font-size: 2.25rem;
  }
}
.app-cp_subtext_notice {
  margin: 0.5em auto 0.5em;
  font-size: 0.75rem;
  font-weight: inherit;
}
@media (min-width: 769px) {
  .app-cp_subtext_notice {
    font-size: 1.125rem;
  }
}

.app-download {
  padding-top: 2.5rem;
}
@media (min-width: 769px) {
  .app-download {
    padding-top: 3.75rem;
  }
}
@media (min-width: 769px) {
  .app-download .section_container {
    padding: 3.375rem 5.5rem;
  }
}
@media (min-width: 769px) {
  .app-download_button {
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    background: url(../img/img_app-download_bg01_pc.svg) no-repeat center left/contain, url(../img/img_app-download_bg02_pc.svg) no-repeat center right/contain;
  }
}
.app-download_button_title {
  margin: 1rem 0;
}
@media (min-width: 769px) {
  .app-download_button_title {
    margin: 2rem 0 1.5rem;
  }
}
.app-download_button_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .app-download_button_wrapper {
    flex-direction: row;
    width: 100%;
  }
}
.app-download_button_item {
  transition: opacity 0.15s;
}
.app-download_button_item:hover {
  opacity: 0.8;
}
.app-download_button_item img {
  width: 100%;
}

.shop {
  padding-top: 0.5rem;
}
@media (min-width: 769px) {
  .shop {
    padding-top: 3.125rem;
  }
}
@media (min-width: 769px) {
  .shop .section_container {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
@media (min-width: 769px) {
  .shop_ribbon {
    width: 100%;
  }
}
.shop_title {
  margin: 1.5rem 0;
}
@media (min-width: 769px) {
  .shop_title {
    width: 85%;
    margin: 2rem auto;
  }
}
@media (min-width: 769px) {
  .shop_map {
    width: 70%;
    margin: 0 auto;
  }
}
.shop_subtext {
  margin: 1em -1em;
  font-size: 0.9375rem;
}
@media (min-width: 769px) {
  .shop_subtext {
    font-size: 2.25rem;
  }
}

.y-shirt {
  padding: 0.5rem 0;
}
.y-shirt_title {
  margin: 1rem auto;
}
@media (min-width: 769px) {
  .y-shirt_title {
    margin: 2rem auto;
  }
}
.y-shirt_ribbon {
  margin-top: -3.25rem;
}
@media (min-width: 769px) {
  .y-shirt_ribbon {
    margin-top: -7rem;
    height: 11.25rem;
  }
}
.y-shirt_subtext {
  margin: 1em auto;
}

.service_title {
  width: 88%;
  margin: 1rem auto 1.5rem;
}
@media (min-width: 769px) {
  .service_title {
    margin: 3rem auto;
  }
}

.footer {
  background: #005BAB;
  color: #fff;
}
.footer_wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .footer_wrapper {
    flex-direction: row;
  }
}
.footer_left {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .footer_left {
    flex: 1;
    text-align: left;
  }
}
.footer_right {
  width: 100%;
}
@media (min-width: 769px) {
  .footer_right {
    width: auto;
  }
}
.footer_sns {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .footer_sns {
    margin-bottom: 0;
  }
}
.footer_sns_title {
  margin-bottom: 1em;
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
}
.footer_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.footer_sns_list_item {
  flex: 1;
  text-align: center;
}
.footer_sns_list_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.footer_sns_list_item img {
  width: 2.75rem;
  height: 2.75rem;
}
.footer_sns_list_item .title {
  margin-top: 1em;
  font-size: 0.9375rem;
}
.footer_logo {
  margin-bottom: 1rem;
}
.footer_logo img {
  width: 14.375rem;
  height: auto;
}
@media (min-width: 769px) {
  .footer_logo img {
    width: 22.5rem;
  }
}
.footer_copyright {
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .footer_copyright {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=style.css.map */