@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  /* 1rem = 10px ~ 2rem = 20px */ }

/* 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;
  font-weight: inherit;
  margin: 0; }

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

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

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

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

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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; }

body {
  background-color: #fff;
  color: #444;
  font-family: "Noto Sans JP","メイリオ",sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.55; }
  @media screen and (max-width: 540px) {
    body {
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: .02em; } }

img {
  max-width: 100%; }

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d_grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d_none {
  display: none; }

.w-100 {
  width: 100%; }

.f-small {
  font-size: 75%; }

.f-large {
  font-size: 125%; }

.f-150 {
  font-size: 150%; }

.f-200 {
  font-size: 200%; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

.m-center {
  margin-left: auto;
  margin-right: auto; }

.flex-base {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 540px) {
    .flex-base {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flex-base > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .flex-base > div:not(:last-child) {
      margin-right: 20px; }
      @media screen and (max-width: 540px) {
        .flex-base > div:not(:last-child) {
          margin-right: 0;
          margin-bottom: 20px; } }
    .flex-base > div.flex-2 {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }
    .flex-base > div.flex-3 {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
    .flex-base > div.flex-4 {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; }
    .flex-base > div.order-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .flex-base > div.order-2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .flex-base > div.order-3 {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .flex-base > div.order-4 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }

.a-opacity {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
  .a-opacity:hover {
    opacity: 0.7; }

.a-text {
  color: #e75a1e;
  margin: 0 .25em; }
  .a-text:hover {
    text-decoration: underline; }

.f-bold {
  font-weight: 700; }

.ul-base {
  list-style: disc outside;
  margin-left: 1.25em; }

@media screen and (max-width: 540px) {
  .pc-device {
    display: none; } }

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

@media screen and (min-width: 541px) and (max-width: 768px) {
  .sp-device {
    display: none; } }

@media screen and (max-width: 1599px) {
  .min-device-1600 {
    display: none; } }

@media screen and (min-width: 1600px) {
  .max-device-1600 {
    display: none; } }

@media screen and (max-width: 1399px) {
  .min-device-1400 {
    display: none; } }

@media screen and (min-width: 1400px) {
  .max-device-1400 {
    display: none; } }

@media screen and (max-width: 1199px) {
  .min-device-1200 {
    display: none; } }

@media screen and (min-width: 1200px) {
  .max-device-1200 {
    display: none; } }

@media screen and (max-width: 999px) {
  .min-device-1000 {
    display: none; } }

@media screen and (min-width: 1000px) {
  .max-device-1000 {
    display: none; } }

@media screen and (max-width: 799px) {
  .min-device-800 {
    display: none; } }

@media screen and (min-width: 800px) {
  .max-device-800 {
    display: none; } }

.o-hidden {
  overflow: hidden; }

.wrap {
  width: 100%;
  padding: 8rem 0;
  position: relative; }
  @media screen and (max-width: 540px) {
    .wrap {
      padding: 4rem 0; } }

.inner {
  display: block;
  width: 110rem;
  max-width: 97.5%;
  margin-left: auto;
  margin-right: auto; }
  .inner > div:not(:last-child) {
    margin-bottom: 5rem; }
    @media screen and (max-width: 540px) {
      .inner > div:not(:last-child) {
        margin-bottom: 2.5rem; } }

.inner-max {
  width: 100%;
  max-width: 100%; }

.bg-yellow {
  background-color: #fff7e1; }

.bg-blue {
  background-color: #e1f4f9; }

.form {
  width: 100%; }
  .form > div:not(:last-child) {
    margin-bottom: 30px; }
  .form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 540px) {
      .form .form-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .form .form-item .form-item-label {
      width: 300px;
      margin-right: 20px;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      @media screen and (max-width: 540px) {
        .form .form-item .form-item-label {
          width: 100%;
          margin-right: 0; } }
      .form .form-item .form-item-label span.must {
        background-color: red;
        color: white;
        display: inline-block;
        padding: 0px 5px;
        border-radius: 5px;
        -webkit-transform: scale(0.75);
                transform: scale(0.75); }
    .form .form-item .form-item-input, .form .form-item .form-item-textarea {
      width: 100%;
      max-width: 100%;
      border: 1px solid #999;
      border-radius: 5px;
      padding: 2.5px 5px;
      font-weight: 400; }
      .form .form-item .form-item-input:focus, .form .form-item .form-item-textarea:focus {
        border-color: #e75a1e; }
    .form .form-item .form-item-textarea {
      min-height: 150px; }
    .form .form-item .form-checkbox-wrap {
      width: 100%; }
      .form .form-item .form-checkbox-wrap .form-checkbox {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 80%;
        font-weight: 400;
        line-height: 2.3; }
        @media screen and (max-width: 540px) {
          .form .form-item .form-checkbox-wrap .form-checkbox {
            font-size: 100%; } }
        .form .form-item .form-checkbox-wrap .form-checkbox:not(:last-child) {
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 2px solid #ccc; }
        .form .form-item .form-checkbox-wrap .form-checkbox > div:not(:last-child) {
          margin-right: 30px; }
        .form .form-item .form-checkbox-wrap .form-checkbox .form-checkbox-text {
          color: #e75a1e;
          margin: 0 !important; }
  .form .form-item-submit {
    background-color: #e75a1e;
    color: white;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 50px;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .form .form-item-submit:hover {
      background-color: white;
      color: #444;
      border-color: #999; }
      @media screen and (max-width: 540px) {
        .form .form-item-submit:hover {
          background-color: #e75a1e;
          color: white;
          border-color: transparent; } }

.contact-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  font-size: 125%;
  background-color: #3682a3;
  color: white;
  -webkit-box-shadow: 0 5px 0 #222;
          box-shadow: 0 5px 0 #222;
  border-radius: 10px;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
  @media screen and (max-width: 540px) {
    .contact-btn {
      padding: 10px 0; } }
  .contact-btn:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: unset;
            box-shadow: unset; }

.contact-btn-form::before {
  content: "";
  display: inline-block;
  padding-left: calc(102px / 2);
  padding-bottom: calc(80px / 2);
  background: url(../img/index/contact-btn-icon_1.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-bottom: -7px;
  margin-right: 24px; }
  @media screen and (max-width: 540px) {
    .contact-btn-form::before {
      display: none; } }

.contact-btn-form::after {
  content: "";
  display: inline-block;
  padding-left: calc(66px / 2);
  padding-bottom: calc(85px / 2);
  background: url(../img/index/contact-btn-icon_2.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-bottom: -10px;
  margin-left: 19px; }
  @media screen and (max-width: 540px) {
    .contact-btn-form::after {
      display: none; } }

.contact-btn-tel {
  font-size: 150%; }
  .contact-btn-tel span {
    font-size: 50%; }
  .contact-btn-tel::before {
    content: "";
    display: inline-block;
    padding-left: calc(79px / 2);
    padding-bottom: calc(79px / 2);
    background: url(../img/index/contact-btn-icon_3.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-bottom: -6px;
    margin-right: 14px; }
    @media screen and (max-width: 540px) {
      .contact-btn-tel::before {
        display: none; } }

.slick-slide {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .slick-slide img {
    width: 100%; }

.slick-arrow {
  display: none !important; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 10px; }
    .slick-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slick-dots li button::before {
        content: "●";
        font-size: 7px;
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0; }
    .slick-dots li.slick-active button:before {
      color: #e75a1e; }

.komejirushi {
  padding-left: 1em;
  position: relative; }
  .komejirushi::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0; }

.site-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white; }
  @media screen and (max-width: 540px) {
    .site-header {
      position: static; } }
  .site-header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 97.5%;
    height: 100%;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto; }
    .site-header .header-top .header-top-logo {
      margin-right: auto; }
      @media screen and (max-width: 540px) {
        .site-header .header-top .header-top-logo {
          margin-left: auto;
          margin-right: auto; } }

main {
  padding-top: 50px; }
  @media screen and (max-width: 540px) {
    main {
      padding-top: 0; } }

.site-footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 10px;
  text-align: center;
  background: url(../img/common/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  font-weight: 400; }
  .site-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(#fff));
    background: linear-gradient(to top, transparent 50%, #fff); }
  .site-footer > div:not(:last-child) {
    margin-bottom: 20px; }
  .site-footer .footer-bottom > div:not(:last-child) {
    margin-bottom: 20px; }
  .site-footer .footer-bottom .footer-nav ul {
    font-weight: 700; }
    @media screen and (max-width: 540px) {
      .site-footer .footer-bottom .footer-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .site-footer .footer-bottom .footer-nav ul li:not(:last-child) {
      margin-right: 30px; }
      @media screen and (max-width: 540px) {
        .site-footer .footer-bottom .footer-nav ul li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 4px; } }
    .site-footer .footer-bottom .footer-nav ul li a:hover {
      color: #e75a1e;
      text-decoration: underline; }
    .site-footer .footer-bottom .footer-nav ul li .nav-in-nav {
      margin-top: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      font-size: 70%;
      font-weight: 400; }
      .site-footer .footer-bottom .footer-nav ul li .nav-in-nav li {
        padding-left: 1em;
        position: relative;
        margin: 0; }
        .site-footer .footer-bottom .footer-nav ul li .nav-in-nav li::before {
          content: "・";
          position: absolute;
          top: 0;
          left: 0; }
  .site-footer .copyright {
    font-weight: 400;
    font-size: 12px; }
    @media screen and (max-width: 540px) {
      .site-footer .copyright {
        font-size: 8px; } }

#index .site-fv {
  position: relative;
  background: url(../img/index/fv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48.70%;
  overflow: hidden; }
  @media screen and (max-width: 540px) {
    #index .site-fv {
      padding-bottom: 88.00%; } }
  #index .site-fv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100vh;
    background: url(../img/index/fv-contents.png) no-repeat;
    background-size: contain;
    background-position: bottom; }
    @media screen and (max-width: 540px) {
      #index .site-fv::after {
        background: url(../img/index/fv-contents-sp.png) no-repeat;
        background-size: contain;
        background-position: bottom; } }

#index .asos-points-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #index .asos-points-wrap .asos-points {
    padding: 0 20px; }
    #index .asos-points-wrap .asos-points img {
      margin-bottom: 20px; }
    @media screen and (min-width: 541px) and (max-width: 768px) {
      #index .asos-points-wrap .asos-points {
        padding: 0 10px; } }
    @media screen and (max-width: 540px) {
      #index .asos-points-wrap .asos-points {
        margin-left: auto;
        margin-right: auto;
        width: 350px;
        max-width: 85%;
        padding: 0; } }

#index .pack-head {
  position: relative; }
  #index .pack-head > div:not(:last-child) {
    margin-bottom: 20px; }
  #index .pack-head.marugoto {
    padding-top: 100px; }
    @media screen and (max-width: 540px) {
      #index .pack-head.marugoto {
        padding-top: 50px; } }
  #index .pack-head .osusume::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -32px;
    left: -246px;
    width: 284px;
    height: 202px;
    background: url(../img/index/osusume.png) no-repeat;
    background-size: contain;
    background-position: bottom; }
    @media screen and (max-width: 1600px) {
      #index .pack-head .osusume::before {
        left: 0;
        top: -90px; } }
    @media screen and (min-width: 541px) and (max-width: 768px) {
      #index .pack-head .osusume::before {
        left: 0;
        top: -60px;
        width: calc(284px * .75);
        height: calc(202px * .75); } }
    @media screen and (max-width: 540px) {
      #index .pack-head .osusume::before {
        left: 0;
        top: -46px;
        width: calc(284px * .5);
        height: calc(202px * .5); } }

#index .pay-head {
  font-size: 130%; }
  @media screen and (max-width: 540px) {
    #index .pay-head {
      font-size: 180%; } }

#index .marugoto-pay {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 540px) {
    #index .marugoto-pay {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #index .marugoto-pay .marugoto-pay-table {
    width: 100%; }
    #index .marugoto-pay .marugoto-pay-table th, #index .marugoto-pay .marugoto-pay-table td {
      padding: 10px;
      background-color: white;
      border: 2px solid #999; }
      #index .marugoto-pay .marugoto-pay-table th span, #index .marugoto-pay .marugoto-pay-table td span {
        font-size: 70%; }
    #index .marugoto-pay .marugoto-pay-table th {
      color: #e75a1e; }

#index .marugoto-icon-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 540px) {
    #index .marugoto-icon-wrap > div {
      margin-left: -5px;
      margin-right: -5px; } }
  #index .marugoto-icon-wrap > div > * {
    padding: 10px;
    width: 16.666%; }
    @media screen and (max-width: 800px) {
      #index .marugoto-icon-wrap > div > * {
        width: 25%; } }
    @media screen and (max-width: 540px) {
      #index .marugoto-icon-wrap > div > * {
        width: 25%;
        padding: 5px; } }

#index .bubun-pay .bubun-icon-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 540px) {
    #index .bubun-pay .bubun-icon-wrap > div {
      margin-left: -5px;
      margin-right: -5px; } }
  #index .bubun-pay .bubun-icon-wrap > div > * {
    padding: 10px;
    width: 25%; }
    @media screen and (max-width: 540px) {
      #index .bubun-pay .bubun-icon-wrap > div > * {
        padding: 5px; } }

#index .bubun-pay .bubun-pay-table {
  margin-top: 20px; }
  #index .bubun-pay .bubun-pay-table th, #index .bubun-pay .bubun-pay-table td {
    padding: 10px;
    background-color: white;
    border: 2px solid #999;
    line-height: 1.20; }
    #index .bubun-pay .bubun-pay-table th span, #index .bubun-pay .bubun-pay-table td span {
      font-size: 70%; }

#index .sagyou-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 540px) {
    #index .sagyou-wrap {
      display: block; } }
  #index .sagyou-wrap .sagyou-R-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 540px) {
      #index .sagyou-wrap .sagyou-R-wrap {
        display: block; } }
    #index .sagyou-wrap .sagyou-R-wrap .sagyou-desc h4 {
      color: #e75a1e; }
      @media screen and (max-width: 540px) {
        #index .sagyou-wrap .sagyou-R-wrap .sagyou-desc h4 {
          font-size: 130%; } }
    #index .sagyou-wrap .sagyou-R-wrap .sagyou-desc p {
      font-size: 80%; }
      @media screen and (max-width: 540px) {
        #index .sagyou-wrap .sagyou-R-wrap .sagyou-desc p {
          font-size: 100%; } }
    #index .sagyou-wrap .sagyou-R-wrap .sagyou-R-img {
      margin-top: 47px; }
      #index .sagyou-wrap .sagyou-R-wrap .sagyou-R-img > div:not(:last-child) {
        margin-right: 20px; }

#index .qa:not(:last-child) {
  margin-bottom: 20px; }

#index .qa .qa-q {
  position: relative;
  background-color: #e75a1e;
  color: white;
  padding: 10px 10px 10px 50px; }
  @media screen and (max-width: 540px) {
    #index .qa .qa-q {
      padding: 10px 10px 10px 30px; } }
  #index .qa .qa-q::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    display: inline;
    content: "Q."; }
    @media screen and (max-width: 540px) {
      #index .qa .qa-q::before {
        top: 1.5em;
        left: 10px; } }

#index .qa .qa-a {
  position: relative;
  padding: 10px 10px 10px 50px; }
  @media screen and (max-width: 540px) {
    #index .qa .qa-a {
      padding: 10px 10px 10px 30px; } }
  #index .qa .qa-a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    display: inline;
    content: "A."; }
    @media screen and (max-width: 540px) {
      #index .qa .qa-a::before {
        top: 1.5em;
        left: 10px; } }

#index .cus-wrap {
  background-color: white;
  padding: 30px; }
  @media screen and (max-width: 800px) {
    #index .cus-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #index .cus-wrap > div:not(:last-child) {
        margin-bottom: 20px; } }
  #index .cus-wrap .cus-img {
    margin-right: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 800px) {
      #index .cus-wrap .cus-img {
        margin-right: 0; } }
  #index .cus-wrap .cus-text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    font-size: 20px; }
    @media screen and (max-width: 540px) {
      #index .cus-wrap .cus-text {
        font-size: 100%; } }

#thanks .thanks-link {
  color: #e75a1e; }
  #thanks .thanks-link:hover {
    text-decoration: underline; }
