@charset "UTF-8";
/*- Page Common Style -*
============================================================*/
/* base 
------------------------------*/
/*- common/_index.scss -*
============================================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* @use */
/*- config/_index.scss -*
============================================================*/
/* @use */
/*- config/_functions.scss -*
============================================================*/
/*- config/_mixins.scss -*
============================================================*/
/* media query */
/* pseudo set */
/* background set */
/*- config/_variables.scss -*
============================================================*/
/* Size
------------------------------------------------------------*/
/* @use */
/*- common/_common.scss -*
============================================================*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg {
  display: block;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
}

a:focus {
  outline: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
body, body * {
  font-family: "メイリオ", sans-serif;
  box-sizing: border-box;
  transition: 0.5s;
  color: #000000;
}

/* layout 
------------------------------*/
/*- layout/_index.scss -*
============================================================*/
/* @use */
/*- layout/_header.scss -*
============================================================*/
header {
  background-color: #FFFFFF;
}
header .hinner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 960px;
}
header .hinner h1 {
  padding: 10px;
}
@media (min-width: 1024px) {
  header .hinner h1 {
    padding-inline: 0;
    order: 1;
  }
}
header .hinner h1 img {
  height: clamp(40px, 3.75vw, 48px);
  width: auto;
}
header .hinner .ar_r {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  color: #666;
  padding: 10px;
}
@media (min-width: 1024px) {
  header .hinner .ar_r {
    padding-inline: 0;
    order: 3;
  }
}
header .hinner .ar_r::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/common_v14/img/campaign/ar_red_r.svg);
  aspect-ratio: 1/1;
  width: 14px;
}
header .hinner .sns_share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #EEE;
  line-height: 1;
  padding: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  header .hinner .sns_share_btn {
    background: none;
    width: auto;
    order: 2;
  }
}
header .hinner .sns_share_btn a, header .hinner .sns_share_btn img {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header .hinner .sns_share_btn .line {
    display: none;
  }
}

/* @use */
/*- layout/_footer.scss -*
============================================================*/
footer .inner {
  background-color: #00AAA1;
  position: relative;
  padding: clamp(32px, 6.25vw, 80px) 10px;
}
footer .inner img {
  margin-inline: auto;
  max-width: 60px;
}
footer .inner p {
  text-align: center;
  margin-top: clamp(16px, 4.375vw, 56px);
  font-size: 1.4rem;
}

/* @use */
/*- layout/_other.scss -*
============================================================*/
/* #returnTop 
------------------------------*/
#returnTop {
  position: fixed;
  z-index: 999;
  bottom: clamp(10px, 1.5625vw, 20px);
  right: clamp(10px, 3.125vw, 40px);
}
#returnTop img {
  transition: ease-in 0.3s all;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 60px;
}
#returnTop img:hover {
  opacity: 0.7;
}

/* #closeCampaign 
------------------------------*/
#closeCampaign {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background-color: #ffdbdc;
  border-bottom: 2px solid #ed1c24;
  border-top: 2px solid #ed1c24;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.5625vw, 2rem);
  line-height: 1;
  color: #333;
  padding: clamp(10px, 1.5625vw, 20px);
}
#closeCampaign::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/common_v14/img/campaign/icon_close.png);
  aspect-ratio: 1/1;
  width: 30px;
}

/* #yokokuText 
------------------------------*/
#yokokuText {
  background-color: #00A73C;
  text-align: center;
  font-weight: bold;
  font-size: clamp(2rem, 3.125vw, 4rem);
  line-height: 1;
  color: #FFFFFF;
  padding: clamp(10px, 1.5625vw, 20px);
}

/* @use */
/*- layout/_class.scss -*
============================================================*/
/* .pc, .sp 
------------------------------*/
.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

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

/* .title
------------------------------*/
h3.title {
  text-align: center;
}
h3.title img {
  margin-inline: auto;
}
h3.title span {
  display: inline-block;
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  font-size: 3rem;
  padding: 16px 40px;
}

/* .box_center
------------------------------*/
.box_center {
  padding-inline: clamp(10px, 1.3020833333vw, 20px);
}
.box_center > * {
  margin-inline: auto;
  max-width: 960px;
}

/* .obi
------------------------------*/
.obi {
  position: relative;
}
.obi::after, .obi::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: repeat-y !important;
  background-size: 100% auto !important;
  height: 100%;
  top: 0;
}
.obi::before {
  left: 0;
}
.obi::after {
  right: 0;
}
.obi > * {
  position: relative;
  z-index: 4;
}

/* .ar_sp
------------------------------*/
.ar_sp {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  height: clamp(64px, 9.84375vw, 126px);
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .ar_sp {
    display: none;
  }
}
.ar_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1;
  color: #FFFFFF;
  height: clamp(45px, 7.03125vw, 90px);
  width: clamp(280px, 42.1875vw, 540px);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/* @use */
/*- layout/_parts.scss -*
============================================================*/
/* rule 
------------------------------*/
#rule {
  padding-inline: 10px;
}
#rule > * {
  padding: clamp(40px, 6.25vw, 80px) 0;
  margin-inline: auto;
  max-width: 960px;
}
#rule > * h3 + * {
  margin-top: 40px;
}
#rule .itemLists > dt {
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 16px;
}
#rule .itemLists > dd {
  padding: 40px clamp(16px, 2.5vw, 32px);
}
#rule .itemLists > dd > * + * {
  margin-top: 1.6rem;
}
#rule .itemLists > dd b {
  font-weight: 700;
}
#rule .itemLists > dd *:not(.contents_box01) ul > li + li {
  margin-top: 5px;
}
#rule .itemLists a {
  text-decoration: underline;
}
#rule .itemLists .numLists > li {
  counter-increment: num;
  display: flex;
}
#rule .itemLists .numLists > li::before {
  content: "（" counter(num) "）";
  display: block;
}
#rule .itemLists .days {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #rule .itemLists .days br {
    display: contents;
  }
}
#rule .itemLists .kome {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
#rule .itemLists .kome.mini {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
#rule .itemLists .mini {
  font-size: 1.4rem;
}
#rule .itemLists .negative {
  text-decoration: line-through;
}
#rule .itemLists .center {
  text-align: center;
}
#rule .itemLists .underline {
  text-decoration: underline;
}
#rule .itemLists .red {
  color: #ce1733;
}
#rule .itemLists .contents_box01 > * + * {
  margin-top: clamp(4px, 0.625vw, 8px);
}
#rule .itemLists .contents_box01 h4 {
  font-size: clamp(2rem, 1.875vw, 2.4rem);
}
@media (min-width: 768px) {
  #rule .itemLists .contents_box01 > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}
#rule .itemLists .contents_box01 > ul > li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
#rule .itemLists .contents_box01 > ul > li::first-letter {
  color: #bd2a3f;
}
#rule .itemLists .contact {
  text-align: center;
}
#rule .itemLists .contact strong {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #rule .itemLists .pc_center {
    text-align: center;
  }
}
#rule .itemLists .insta_message {
  border: 1px solid #D23C3C;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  padding: 20px;
}
#rule .itemLists .insta_message * {
  color: #D23C3C;
}
#rule .itemLists .insta_message > dt {
  border-bottom: 1px solid #D23C3C;
  font-weight: 700;
  padding-bottom: 8px;
}
#rule .itemLists .insta_message > dd, #rule .itemLists .insta_message > dd + dt {
  margin-top: 12px;
}
#rule .itemLists .insta_message > dd span {
  text-decoration: underline;
  text-decoration-color: rgb(255, 243, 131);
  text-decoration-thickness: 3px;
  text-underline-offset: 0px;
}
#rule .itemLists .insta_message > dd .check > li {
  display: flex;
  align-items: baseline;
  column-gap: 5px;
  font-weight: 700;
}
#rule .itemLists .insta_message > dd .check > li::before {
  content: "";
  display: inline-block;
  background: url(../img/check_icon.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  min-width: 10px;
  height: 14px;
  width: 10px;
}
#rule #insta_alert {
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  color: #ec1c24;
  padding-bottom: 40px;
}
#rule #insta_alert span {
  border-bottom: 1px solid #ec1c24;
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  color: #ec1c24;
}
#rule a:hover {
  text-decoration: none;
}

/* insta 
------------------------------*/
#insta .inner {
  position: relative;
}
#insta .inner img {
  margin-inline: auto;
}
#insta .inner #insta_f_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 500;
  font-size: 3.125vw;
  color: #FFFFFF;
  padding: 10px 0;
  max-width: 490px;
  width: 70vw;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (min-width: 768px) {
  #insta .inner #insta_f_link {
    font-size: 2rem;
    height: 60px;
  }
}
#insta .inner #insta_f_link:hover {
  opacity: 0.7;
}

/* method 
------------------------------*/
#method {
  padding: clamp(50px, 7.8125vw, 100px) clamp(10px, 1.3020833333vw, 20px);
}
#method img {
  margin-inline: auto;
}/*# sourceMappingURL=common.css.map */