@charset "UTF-8";
/*! 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;
  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 {
  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 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: black;
}

.page-content .wrapper {
  overflow: hidden;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.fitted-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.fitted-image-container .fitted-image {
  width: 95vw;
  max-width: 850px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fitted-image-container::after {
  position: absolute;
  bottom: -400px;
  left: -50%;
  content: "";
  width: 200%;
  height: 600px;
  background-color: gray;
  transform: rotate(-8deg);
  opacity: 0.3;
  z-index: -999;
}

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

  .mobile {
    display: block;
  }

  .fitted-image-container {
    margin: 24px 0;
  }
  .fitted-image-container .fitted-image {
    height: 290px;
  }
  .fitted-image-container::after {
    bottom: -300px;
    height: 400px;
  }
}
.mainvisual {
  position: relative;
}
.mainvisual .mainvisual__image {
  width: 100vw;
  min-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.mainvisual .mainvisual__catch-copy {
  position: absolute;
  top: 12%;
  right: 2%;
  width: 45%;
  height: auto;
  transform: rotate(8deg);
}
.mainvisual .mainvisual__company-logo {
  position: absolute;
  top: 0;
  left: 5%;
  width: 8%;
  height: auto;
}
.mainvisual .mainvisual__contact {
  position: relative;
  margin-top: -43.3333333333vw;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .mainvisual {
    padding-bottom: 400px;
  }
  .mainvisual .mainvisual__image {
    min-height: 550px;
  }
  .mainvisual .mainvisual__catch-copy {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 88%;
    height: auto;
  }
  .mainvisual .mainvisual__company-logo {
    right: 20px;
    left: auto;
    width: 20%;
  }
  .mainvisual .mainvisual__contact {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.about {
  overflow: hidden;
}
.about .about__wrap {
  width: 95vw;
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 0 50px;
}
.about .about__wrap .about__container {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 32px;
  color: white;
  border-bottom: 1px solid gray;
}
.about .about__wrap .about__container .about__content {
  width: 51%;
}
.about .about__wrap .about__container .about__content .about_product-image {
  position: absolute;
  top: -112px;
  right: -200px;
  width: 600px;
  height: auto;
}
.about .about__wrap .about__container .about__content .about__title {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.about .about__wrap .about__container .about__content .about__product-logo-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.about .about__wrap .about__container .about__content .about__product-logo-container .about__product-logo {
  display: block;
  width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: 24px;
}
.about .about__wrap .about__container .about__content .about__product-logo-container p {
  font-weight: bold;
  font-size: 42px;
}
.about .about__wrap .about__container .about__content p {
  line-height: 2em;
}
.about .about__wrap .about__product-container {
  color: white;
  text-align: center;
}
.about .about__wrap .about__product-container__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
.about .about__wrap .about__product-container .about__product-name {
  display: inline-block;
  min-width: 200px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
.about .about__wrap .about__product-container .about__product-detail{
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.about .about__wrap .about__product-container .about__product-number {
  margin-bottom: 30px;
  color: #fafafa;
  font-size: 12px;
}
.about .about__wrap .about__product-container .about__product-price-container {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.about .about__wrap .about__product-container .about__product-price-container .about__product-price {
  margin-left: 12px;
  font-size: 36px;
}
.about .about__wrap .about__product-container .about__product-price-container .about__product-tax {
  font-size: 18px;
  font-weight: normal;
}
.about .about__wrap .about__product-container .about__product-price-note {
  margin-top: 8px;
  letter-spacing: 1px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about .about__wrap {
    padding: 24px 0;
  }
  .about .about__wrap .about__container {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-top: 330px;
  }
  .about .about__wrap .about__container .about__content {
    width: 100%;
  }
  .about .about__wrap .about__container .about__content .about_product-image {
    position: absolute;
    top: -16px;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    max-height: 330px;
  }
  .about .about__wrap .about__container .about__content .about__title {
    margin-bottom: 24px;
    font-size: 23px;
  }
  .about .about__wrap .about__container .about__content .about__product-logo-container {
    justify-content: center;
    margin-bottom: 24px;
  }
  .about .about__wrap .about__container .about__content .about__product-logo-container .about__product-logo {
    width: 140px;
    margin-right: 16px;
    margin-left: unset;
  }
  .about .about__wrap .about__container .about__content .about__product-logo-container p {
    font-weight: bold;
    font-size: 28px;
  }
  .about .about__wrap .about__container .about__content p {
    line-height: 1.75em;
  }
  .about .about__wrap .about__product-container .about__product-name {
    display: inline-block;
    min-width: 200px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .about .about__wrap .about__product-container .about__product-number {
    margin-bottom: 30px;
  }
  .about .about__wrap .about__product-container .about__product-price-container {
    font-size: 20px;
  }
  .about .about__wrap .about__product-container .about__product-price-container .about__product-price {
    margin-left: 8px;
    font-size: 32px;
  }
  .about .about__wrap .about__product-container .about__product-price-container .about__product-tax {
    font-size: 16px;
  }
}
.terms {
  padding: 50px 0;
}
.terms .terms__title {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
  color: white;
  letter-spacing: 2px;
}
.terms .terms__container {
  width: 90vw;
  max-width: 770px;
  margin: 0 auto;
}
.terms .terms__container .terms__content {
  height: auto;
  padding: 40px;
  background-color: white;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.terms .terms__container .terms__content .terms__list-container {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .terms {
    padding: 24px 0;
  }
  .terms .terms__title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .terms .terms__container .terms__content {
    height: auto;
    padding: 24px 24px;
    font-size: 14px;
  }
  .terms .terms__container .terms__content .terms__list-container {
    margin-bottom: 32px;
  }
}
.contact {
  color: white;
  text-align: center;
}
.contact .contact__catch-container {
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.contact .contact__catch-container .contact__catch-lead {
  letter-spacing: 2px;
}
.contact .contact__catch-container .contact__catch {
  margin-top: 36px;
  font-size: 50px;
  letter-spacing: 5px;
  font-feature-settings: "palt";
}
.contact .contact__catch-container .contact__catch span{
  color: #fff;
}
.contact .contact__catch-container .contact__catch .contact__catch-accent img {
  width: 280px;
  height: auto;
}
.contact .contact__catch-container .contact__accent-icon {
  position: absolute;
  top: -24px;
  left: -200px;
  width: 200px;
  height: auto;
}
.contact .contact__container {
  width: 95vw;
  max-width: 770px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.contact .contact__container .contact__content {
  padding: 40px 64px;
  text-align: center;
  border: 2px solid yellow;
}
.contact .contact__container .contact__content .contact__title {
  display: inline-block;
  margin-bottom: 32px;
  padding: 8px 32px;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid white;
  border-radius: 999px;
  letter-spacing: 2px;
}
.contact .contact__container .contact__content .contact__period {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
}
.contact .contact__container .contact__content .contact__period span {
  font-size: 24px;
}
.contact .contact__container .contact__content .contact__button-container {
  margin-top: 24px;
}
.contact .contact__container .contact__content .contact__button-container .contact__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 16px auto;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffde27;
  background-color: #1b8ee2;
  transition: 0.2s;
}
.contact .contact__container .contact__content .contact__button-container .contact__button .material-icons {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
  font-size: 27px;
}
.contact .contact__container .contact__content .contact__button-container .contact__button:hover {
  filter: brightness(1.1);
}
.contact .contact__container .contact__content .contact__button-container .contact__button-note {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .contact .contact__catch-container .contact__catch {
    text-align: left;
  }
  .contact .contact__catch-container .contact__accent-icon {
    position: absolute;
    top: 30px;
    left: unset;
    right: 0;
    width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 24px 0;
    color: white;
  }
  .contact .contact__catch-container {
    font-size: 22px;
  }
  .contact .contact__catch-container .contact__catch {
    width: 90vw;
    max-width: 340px;
    margin-top: 18px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  .contact .contact__catch-container .contact__catch .contact__catch-accent {
    display: block;
  }
  .contact .contact__catch-container .contact__catch .contact__catch-accent img {
    width: 200px;
    height: auto;
  }
  .contact .contact__catch-container .contact__accent-icon {
    position: absolute;
    top: 50px;
    left: unset;
    right: -5px;
    width: 105px;
  }
  .contact .contact__container .contact__content {
    padding: 24px 32px;
  }
  .contact .contact__container .contact__content .contact__title {
    margin-bottom: 24px;
  }
  .contact .contact__container .contact__content .contact__button-container .contact__button {
    width: 90%;
  }
  .contact .contact__container .contact__content .contact__button-container .contact__button-note {
    font-size: 14px;
  }
}
footer {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 24px 80px;
  font-size: 15px;
  color: white;
  letter-spacing: 1px;
}
footer::after {
  position: absolute;
  top: -200px;
  left: -50%;
  content: "";
  width: 200%;
  height: 600px;
  background-color: gray;
  transform: rotate(-8deg);
  opacity: 0.3;
  z-index: -999;
}
footer p:not(last-child) {
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 24px 0 56px;
    text-align: center;
  }
  footer p {
    width: 100%;
  }
  footer p:not(last-child) {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}