@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 {
  -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 {
  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 {
  -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;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}

.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block;
}

/* breakpoint only layout */
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 811px) {
  .pc-only {
    display: none !important;
  }
}

/* font
============================================================ */
.m-ft-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
}

.m-ft-mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
}

/* over
============================================================ */
.m-over {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 812px) {
  .m-over:hover {
    opacity: .7;
  }
}

a.m-over {
  color: inherit;
  text-decoration: none;
}

button.m-over {
  outline: none;
  color: inherit;
  text-decoration: none;
}

/* icon
============================================================ */
.m-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

/* arrow
============================================================ */
.m-arrow, .m-arrow-r, .m-arrow-u, .m-arrow-d {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-arrow:before, .m-arrow-r:before, .m-arrow-u:before, .m-arrow-d:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow-r:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
  transform: translate(-75%, -50%) rotate(-45deg);
}

.m-arrow-u:before {
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg);
}

.m-arrow-d:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-50%, -75%) rotate(-45deg);
  transform: translate(-50%, -75%) rotate(-45deg);
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

.m-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-disc {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-disc:before {
  content: "●";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

/* btn
============================================================ */
.m-btn-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 9rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #d65328;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.m-btn-01:before {
  content: "";
  display: block;
  position: absolute;
  top: .5rem;
  left: .5rem;
  right: .5rem;
  bottom: .5rem;
  border: 1px solid #fff;
}

.m-btn-01 .m-arrow-r {
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-btn-01:hover {
  opacity: .5;
}

.m-btn-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 6.5rem;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #d65328;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.m-btn-02:hover {
  opacity: .5;
}

.m-btn-02 small {
  font-weight: 500;
}

.m-btn-03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3rem;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #d65328;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.m-btn-03:hover {
  opacity: .5;
}

.m-btn-03 small {
  font-weight: 500;
}

/* margin
============================================================ */
.mb30 {
  margin-bottom: 30px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
/* padding
============================================================ */
.pt0 {
  padding-top: 0 !important;
}

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

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #242424;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 812px) {
  body {
    min-width: 107rem;
  }
}

@media screen and (max-width: 811px) {
  html {
    font-size: 20px;
  }
  body {
    min-width: 320px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.67vw;
  }
}

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

/* wrapper
============================================================ */
.l-wrapper {
  overflow: hidden;
}

/* btn__campaign
============================================================ */
.l-btn__campaign {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-btn__campaign .m-arrow-d {
  position: absolute;
  font-size: .9rem;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-btn__campaign span {
  font-size: 1.8rem;
}

@media screen and (min-width: 812px) {
  .l-btn__campaign {
    width: 20rem;
    height: 6rem;
    color: #B5C2C3 !important;
    border: 1px solid;
  }
}

@media screen and (max-width: 811px) {
  .l-btn__campaign {
    width: 30rem;
    height: 8rem;
    color: #fff !important;
    background: #A39887;
  }
}

/* header
============================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__sns li {
  margin-left: 3rem;
}

.l-header__sns a {
  display: block;
  width: 3rem;
}

@media screen and (min-width: 812px) {
  .l-header {
    min-width: 107rem;
    padding: 4rem;
  }
  .l-header__logo {
    width: 24rem;
  }
}

@media screen and (max-width: 811px) {
  .l-header {
    padding: 1rem;
  }
  .l-header__logo {
    width: 12.8rem;
  }
  .l-header__nav {
    display: none;
  }
}

/* footer
============================================================ */
.l-footer {
  position: relative;
  z-index: 0;
}

.l-footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg-footer.jpg) no-repeat center bottom;
  z-index: -1;
}

.l-footer__inner {
  max-width: 103rem;
  margin: 0 auto;
}

.l-footer .l-pagetop {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-footer .l-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid;
  border-radius: 50%;
}

.l-footer__copy {
  text-align: center;
}

.l-footer__copy span {
  display: block;
  letter-spacing: .2em;
}

.l-footer__logo {
  width: 6.5rem;
  margin: 0 auto 6rem;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__sns li + li {
  margin-left: 6rem;
}

.l-footer__sns a {
  display: block;
  width: 3rem;
}

.l-footer__info__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #A7A7A7;
}

.l-footer__info__content dt {
  font-weight: normal;
}

.l-footer__info__content dd {
  margin-top: .5em;
  line-height: 1.6;
  font-size: 1.2rem;
}

.l-footer .l-copyright {
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 812px) {
  .l-footer {
    padding: 32rem 2rem 2rem;
  }
  .l-footer:before {
    bottom: -9rem;
    min-width: 1920px;
    background-size: 100% auto;
  }
  .l-footer .l-pagetop {
    top: 20rem;
  }
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 5rem 0 10rem;
  }
  .l-footer__info__contact {
    width: 26rem;
    height: 4.8rem;
  }
  .l-footer__copy {
    margin-bottom: 20rem;
  }
  .l-footer__copy span {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 811px) {
  .l-footer {
    padding: 24rem 2.5rem 10rem;
  }
  .l-footer:before {
    background-size: 500% auto;
  }
  .l-footer .l-pagetop {
    top: 12rem;
  }
  .l-footer__info {
    margin: 3rem 0 4rem;
    text-align: center;
  }
  .l-footer__info__contact {
    width: 26rem;
    height: 6.8rem;
    margin-bottom: 6rem;
  }
  .l-footer__copy {
    margin-bottom: 4rem;
  }
  .l-footer__copy span {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

/* l-follow
============================================================ */
.l-follow {
  position: fixed;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.l-follow.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 812px) {
  .l-follow {
    bottom: 5rem;
    right: 5rem;
  }
}

@media screen and (max-width: 811px) {
  .l-follow {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ============================================================
/* main
============================================================ */
/* sec-inner
============================================================ */
.sec-inner {
  max-width: 103rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 812px) {
  .sec-inner {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-inner {
    padding: 0 2rem;
  }
}

.sec-anchor {
  padding-top: 5rem;
  margin-top: -5rem;
  visibility: hidden;
}

/* sec-kv
============================================================ */
.sec-kv {
  position: relative;
  width: 100%;
}

.sec-kv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

.sec-kv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  pointer-events: none;
}

.sec-kv__copy {
  text-align: center;
}

.sec-kv__copy span {
  display: block;
  color: #fff;
  letter-spacing: .2em;
}

@media screen and (min-width: 812px) {
  .sec-kv__image {
    background-image: url(../img/img-kv.jpg);
  }
  .sec-kv__inner {
    min-height: 50rem;
    padding-top: 15rem;
  }
  .sec-kv__copy span {
    margin-top: 5rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-kv__image {
    background-image: url(../img/img-kv-sp.jpg);
  }
  .sec-kv__inner {
    min-height: 40rem;
    padding-top: 10rem;
  }
  .sec-kv__copy span {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

/* sec-lead
============================================================ */
@media screen and (min-width: 812px) {
  .sec-lead {
    padding: 24rem 0 20rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-lead {
    padding: 18rem 0 4rem;
  }
}

/* sec-concept
============================================================ */
.sec-concept {
  position: relative;
  z-index: 0;
}

.sec-concept:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center top / 100% auto;
  z-index: -1;
}

.sec-concept__image {
  position: relative;
}

.sec-concept__image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: .2em;
}

@media screen and (min-width: 812px) {
  .sec-concept {
    padding-top: 37rem;
    margin-bottom: 16rem;
  }
  .sec-concept:before {
    min-width: 1920px;
    background-image: url(../img/bg-concept.jpg);
  }
  .sec-concept__desc {
    margin-top: 9rem;
    line-height: 2.8;
    font-size: 2rem;
    text-align: center;
  }
  .sec-concept__image {
    max-width: 1980px;
    margin: 27rem auto;
  }
  .sec-concept__image figcaption {
    margin-top: -.5em;
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (max-width: 811px) {
  .sec-concept {
    padding-top: 30rem;
    margin-bottom: 18rem;
  }
  .sec-concept:before {
    background-image: url(../img/bg-concept-sp.jpg);
  }
  .sec-concept__desc {
    margin-top: 5rem;
    line-height: 2.8;
    font-size: 1.6rem;
  }
  .sec-concept__image {
    margin: 15rem auto 7rem;
  }
  .sec-concept__image figcaption {
    margin-top: -2em;
    padding-left: 2.5rem;
    font-size: 2.6rem;
  }
}

/* sec-free
============================================================ */
.sec-free__ttl > * {
  display: block;
}

.sec-free__ttl .sub {
  line-height: 1;
  font-weight: bold;
}

.sec-free__desc {
  line-height: 2.5;
}

@media screen and (min-width: 812px) {
  .sec-free {
    margin-bottom: 16rem;
  }
  .sec-free__header {
    margin-bottom: 52rem;
  }
  .sec-free__ttl {
    text-align: center;
  }
  .sec-free__ttl .sub {
    font-size: 1.2rem;
  }
  .sec-free__ttl .main {
    font-size: 6.4rem;
  }
  .sec-free__desc {
    margin-top: .5em;
    font-size: 1.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 811px) {
  .sec-free {
    margin-bottom: 18rem;
  }
  .sec-free__header {
    margin-bottom: 30rem;
  }
  .sec-free__ttl .sub {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
  }
  .sec-free__ttl .main {
    line-height: 1.4;
    font-size: 3.6rem;
  }
  .sec-free__desc {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.sec-free__item__block {
  position: relative;
  z-index: 0;
}

.sec-free__item__block:before, .sec-free__item__block:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: no-repeat center center / 100% auto;
  pointer-events: none;
  z-index: -1;
}

.sec-free__item__ttl {
  line-height: 1.2;
  color: #8BB4BC;
}

.sec-free__item__ttl .num {
  font-size: 10rem;
}

.sec-free__item__ttl .main {
  font-size: 2rem;
}

.sec-free__item__copy {
  line-height: 1.4;
  letter-spacing: .2em;
}

.sec-free__item.item-03 .sec-free__item__desc {
  line-height: 1.8;
}

@media screen and (min-width: 812px) {
  .sec-free__item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-free__item__ttl {
    margin-bottom: 6rem;
  }
  .sec-free__item__copy {
    font-size: 6.4rem;
  }
  .sec-free__item__text {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 2.8;
  }
  .sec-free__item.item-01 {
    margin-bottom: 30rem;
  }
  .sec-free__item.item-01 .sec-free__item__image img {
    border-radius: 6.4rem;
  }
  .sec-free__item.item-01 .block-01:before {
    bottom: 100%;
    height: 69.2rem;
    background-image: url(../img/hairline-01.png);
  }
  .sec-free__item.item-01 .block-01:after {
    top: 62rem;
    height: 112.5rem;
    background-image: url(../img/hairline-02.png);
  }
  .sec-free__item.item-01 .block-01 .sec-free__item__image {
    width: 48rem;
  }
  .sec-free__item.item-01 .block-02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 6rem;
  }
  .sec-free__item.item-01 .block-02 .sec-free__item__image {
    width: 28.6rem;
    margin-left: 10rem;
  }
  .sec-free__item.item-01 .block-02 .sec-free__item__textbox {
    margin: 4rem 4rem 0 0;
  }
  .sec-free__item.item-02 {
    margin-bottom: 30rem;
  }
  .sec-free__item.item-01 .sec-free__item__image img {
    border-radius: 6.4rem;
  }
  .sec-free__item.item-02 .block-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec-free__item.item-02 .block-01 .sec-free__item__image {
    width: 48rem;
    margin-top: 30rem;
  }
  .sec-free__item.item-02 .block-01 .sec-free__item__textbox {
    margin-right: 4rem;
  }
  .sec-free__item.item-02 .block-02 {
    margin-top: 8rem;
  }
  .sec-free__item.item-02 .block-02:before {
    bottom: calc(100% - 12rem);
    height: 29.2rem;
    background-image: url(../img/hairline-03.png);
  }
  .sec-free__item.item-02 .block-02:after {
    top: calc(100% - 3rem);
    height: 31.9rem;
    background-image: url(../img/hairline-04.png);
  }
  .sec-free__item.item-02 .block-02 .sec-free__item__image {
    width: 28.6rem;
    margin-right: 14rem;
  }
  .sec-free__item.item-02 .block-02 .sec-free__item__textbox {
    margin-top: 16rem;
  }
  .sec-free__item.item-03 .sec-free__item__ttl {
    text-align: center;
  }
  .sec-free__item.item-03 .sec-free__item__ttl > * {
    display: block;
  }
  .sec-free__item.item-03 .sec-free__item__desc {
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (max-width: 811px) {
  .sec-free__item__ttl {
    margin-bottom: 9rem;
    text-align: center;
  }
  .sec-free__item__ttl > * {
    display: block;
  }
  .sec-free__item__copy {
    font-size: 3.6rem;
  }
  .sec-free__item__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .sec-free__item__image {
    margin-top: 8rem;
  }
  .sec-free__item__block + .sec-free__item__block {
    margin-top: 10rem;
  }
  .sec-free__item.item-01 {
    margin-bottom: 28rem;
  }
  .sec-free__item.item-01 .block-01:before {
    bottom: 100%;
    height: 28.2rem;
    background-image: url(../img/hairline-01-sp.png);
  }
  .sec-free__item.item-01 .block-01:after {
    top: 19rem;
    height: 43rem;
    background-image: url(../img/hairline-02-sp.png);
  }
  .sec-free__item.item-01 .block-02:before {
    top: -7rem;
    height: 114rem;
    background-image: url(../img/hairline-03-sp.png);
  }
  .sec-free__item.item-02 {
    margin-bottom: 25rem;
  }
  .sec-free__item.item-02 .block-01:before {
    top: 17rem;
    height: 104rem;
    background-image: url(../img/hairline-04-sp.png);
  }
  .sec-free__item.item-02 .block-02:before {
    top: 10rem;
    height: 86.5rem;
    background-image: url(../img/hairline-05-sp.png);
  }
  .sec-free__item.item-03 .sec-free__item__desc {
    font-size: 2.6rem;
  }
}

.sec-free__product {
  position: relative;
  padding: 2rem 0;
  z-index: 0;
}

.sec-free__product:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
}

.sec-free__product__step {
  position: absolute;
  width: 15rem;
  left: 0;
  bottom: calc(100% + 2rem);
}

.sec-free__product__inner {
  position: relative;
  z-index: 0;
  height: 23rem;
}

.sec-free__product__ttl {
  line-height: 1.6;
  font-size: 3.6rem;
  font-weight: bold;
}

.sec-free__product__desc {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
}

.sec-free__product__image {
  position: absolute;
  top: 0rem;
  right: 2.5rem;
  z-index: -1;
}

@media screen and (max-width: 811px) {
  .sec-free__product__image--spSmall {
    top: 1rem;
  }
}

.sec-free__product__image img {
  height: 22rem;
  width: auto;
}

@media screen and (max-width: 811px) {
  .sec-free__product__image--spSmall img {
    height: 20rem;
  }
}

.sec-free__product__info dt {
  margin-bottom: .5em;
  font-size: 2rem;
  color: #8BB4BC;
  line-height: 1.5;
}

.sec-free__product__info dd {
  width: 85%;
}

@media screen and (min-width: 812px) {
  .sec-free__product__list__inner {
    display: flex;
    gap: 0 40px;
    margin-top: 20rem;
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
  }
  .sec-free__product__list__inner--mgtLow {
    margin-top: 10rem;
  }
  .sec-free__product__list__inner > * {
    width: 31%;
  }
}

.sec-free__product__list--100vww {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 2rem;
}
@media screen and (max-width: 1100px) {
  .sec-free__product__list--100vww {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 811px) {
  .sec-free__product {
    margin-top: 18rem;
  }
  .sec-free__product--mgtLow {
    margin-top: 6rem;
  }
}

/* sec-howtouse
============================================================ */
.sec-howtouse__ttl {
  font-weight: bold;
  text-align: center;
}

.sec-howtouse__desc {
  font-weight: bold;
  text-align: center;
}

.sec-howtouse__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec-howtouse__image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 812px) {
  .sec-howtouse {
    margin-bottom: 24rem;
  }
  .sec-howtouse .sec-inner {
    max-width: 93.5rem;
  }
  .sec-howtouse__ttl {
    margin-bottom: .5em;
    font-size: 3.6rem;
  }
  .sec-howtouse__desc {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-howtouse {
    margin-bottom: 7.5rem;
  }
  .sec-howtouse__ttl {
    margin-bottom: .5em;
    font-size: 3.6rem;
  }
  .sec-howtouse__desc {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
}

/* sec-interview
============================================================ */
.sec-interview {
  position: relative;
  z-index: 0;
}

.sec-interview:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg-interview.jpg) no-repeat center center/cover;
  z-index: -1;
}

.sec-interview__textbox {
  position: relative;
}

.sec-interview__name {
  font-weight: bold;
}

.sec-interview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.sec-interview__images span {
  display: block;
}

@media screen and (min-width: 812px) {
  .sec-interview {
    margin-bottom: 16rem;
  }
  .sec-interview:before {
    top: 0;
    height: 100%;
    width: calc(50% + 16rem);
    right: calc(50% - 16rem);
  }
  .sec-interview__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6rem 0;
  }
  .sec-interview__textbox {
    width: 40.8rem;
    margin-left: 6rem;
  }
  .sec-interview__ttl {
    position: absolute;
    right: calc(100% + 3rem);
    bottom: 100%;
    line-height: 1;
    font-size: 2rem;
    white-space: nowrap;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sec-interview__logo {
    margin: 2rem 0;
  }
  .sec-interview__name {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .sec-interview__images {
    width: 45.6rem;
  }
  .sec-interview__images span {
    width: calc(33.33% - .6rem);
    margin: .6rem 0;
  }
}

@media screen and (max-width: 811px) {
  .sec-interview {
    margin-bottom: 10rem;
  }
  .sec-interview:before {
    width: 100%;
    left: 0;
    top: 9rem;
    bottom: 17rem;
    background-position-x: 65%;
  }
  .sec-interview__image {
    width: 27rem;
    margin: 0 auto 8rem;
  }
  .sec-interview__ttl {
    margin-bottom: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
  .sec-interview__logo {
    width: 30rem;
    margin: 0 auto 2rem;
  }
  .sec-interview__name {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .sec-interview__images {
    margin-top: 5rem;
  }
  .sec-interview__images span {
    width: calc(33.33% - .7rem);
    margin: .7rem 0;
  }
  .sec-interview__images span:nth-child(n + 10) {
    display: none;
  }
}

/* sec-blog
============================================================ */
.sec-blog__inner {
  position: relative;
}

.sec-blog__link {
  position: absolute;
  background: #D5E4E6;
}

.sec-blog__link__text {
  line-height: 1.6;
  font-weight: bold;
}

.sec-blog__link__arrow {
  position: absolute;
  width: 5rem;
  height: 1rem;
}

.sec-blog__link__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-blog__link__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 812px) {
  .sec-blog {
    margin-bottom: 20rem;
  }
  .sec-blog .sec-inner {
    max-width: 70.4rem;
  }
  .sec-blog__ttl {
    margin-bottom: .5em;
    font-size: 2rem;
  }
  .sec-blog__link {
    left: -4rem;
    bottom: -4rem;
    width: 40rem;
    padding: 3rem 3.5rem;
  }
  .sec-blog__link__caption {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  .sec-blog__link__text {
    font-size: 2rem;
  }
  .sec-blog__link__arrow {
    bottom: 3.5rem;
    right: 3.5rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-blog {
    margin-bottom: 20rem;
  }
  .sec-blog__ttl {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .sec-blog__image {
    margin-right: 6rem;
  }
  .sec-blog__link {
    right: 0;
    bottom: -8rem;
    width: 27rem;
    padding: 2rem 2rem 3.5rem;
  }
  .sec-blog__link__caption {
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  .sec-blog__link__text {
    font-size: 1.8rem;
  }
  .sec-blog__link__arrow {
    bottom: 2rem;
    right: 2rem;
  }
}

/* sec-campaign
============================================================ */
.sec-campaign__inner {
  position: relative;
  border: 1px solid #A19889;
}

.sec-campaign__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-campaign__ttl span {
  display: inline-block;
  color: #A19889;
  text-align: center;
  background: #fff;
}

.sec-campaign__ttl span:before, .sec-campaign__ttl span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid;
}

.sec-campaign__ttl span:before {
  left: 0;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.sec-campaign__ttl span:after {
  right: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.sec-campaign__copy__sub {
  line-height: 1.5;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: center;
}

.sec-campaign__copy {
  line-height: 1.5;
  padding: .5em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #A19889;
}

.sec-campaign__caption {
  font-weight: bold;
  border-bottom: 2px solid #A19889;
}

.sec-campaign__price {
  line-height: 1.6;
  color: #A19889;
  text-align: center;
}

.sec-campaign__price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border: .6rem solid;
}

.sec-campaign__price dd {
  font-weight: bold;
}

.sec-campaign__price dd strong {
  font-size: 280%;
  font-weight: bold;
}

.sec-campaign__btns a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  font-weight: bold;
  background: #A39887;
}

.sec-campaign__btns a.btn-line {
  background: #59BD7C;
}

.sec-campaign__btns a .m-arrow-r {
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 812px) {
  .sec-campaign {
    margin-bottom: 20rem;
  }
  .sec-campaign__inner {
    padding: 6rem;
  }
  .sec-campaign__ttl {
    font-size: 2rem;
  }
  .sec-campaign__ttl span {
    width: 25rem;
  }
  .sec-campaign__copy__sub {
    font-size: 2.6rem;
  }
  .sec-campaign__copy {
    margin: 0 -6rem 4rem;
    font-size: 3.6rem;
  }
  .sec-campaign__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-campaign__image {
    width: 33.8rem;
    margin-left: 6rem;
  }
  .sec-campaign__textbox {
    width: 45rem;
  }
  .sec-campaign__textbox--w100 {
    width: 100%;
  }
  .sec-campaign__caption {
    margin-bottom: .5em;
    font-size: 2rem;
  }
  .sec-campaign__text {
    font-size: 1.8rem;
  }
  .sec-campaign__price {
    margin-top: 3rem;
  }
  .sec-campaign__price dt {
    height: 8.4rem;
    font-size: 2.6rem;
  }
  .sec-campaign__price dd {
    font-size: 2.2rem;
  }
  .sec-campaign__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 68rem;
    margin: 5rem auto 0;
  }
  .sec-campaign__btns a {
    width: 32rem;
    height: 8rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-campaign {
    margin-bottom: 13rem;
  }
  .sec-campaign__inner {
    padding: 4rem 3rem 3rem;
  }
  .sec-campaign__ttl {
    font-size: 2rem;
  }
  .sec-campaign__ttl span {
    width: 15rem;
  }
  .sec-campaign__copy__sub {
    font-size: 1.8rem;
  }
  .sec-campaign__copy {
    margin: 1.5rem -3rem 2.5rem;
    font-size: 2.2rem;
  }
  .sec-campaign__textbox {
    margin-top: 2.5rem;
  }
  .sec-campaign__caption {
    line-height: 1.8;
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-size: 2rem;
  }
  .sec-campaign__price {
    margin-top: 2rem;
  }
  .sec-campaign__price dt {
    height: 9.2rem;
    font-size: 2rem;
  }
  .sec-campaign__price dd {
    margin-top: .5em;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .sec-campaign__btns {
    margin-top: -1rem;
  }
  .sec-campaign__btns a {
    margin-top: 2.5rem;
    height: 8rem;
    font-size: 2rem;
  }
}

/* sec-about
============================================================ */
.sec-about__ttl {
  font-weight: bold;
  text-align: center;
}

.sec-about__desc {
  font-weight: bold;
}

.sec-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-about__image .instagram-id {
  text-align: center;
}

.sec-about__image .instagram-id img {
  width: 13.2rem;
}

.sec-about__btns a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  background: #8BB4BC;
}

.sec-about__btns a .m-arrow-r {
  position: absolute;
  top: 50%;
  right: 3%;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 812px) {
  .sec-about {
    padding: 10rem 0 7rem;
    background: url(../img/bg-about.jpg) no-repeat center center/cover;
  }
  .sec-about__inner {
    width: 84rem;
    margin-left: auto;
  }
  .sec-about__ttl {
    margin-bottom: .5em;
    font-size: 3.6rem;
  }
  .sec-about__desc {
    margin-bottom: .5em;
    font-size: 2rem;
    text-align: center;
  }
  .sec-about__note {
    text-align: center;
  }
  .sec-about__image {
    margin-top: 4rem;
  }
  .sec-about__image span {
    width: calc(25% - 1rem);
    margin-bottom: .8rem;
  }
  .sec-about__image .instagram-id {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sec-about__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 74rem;
    margin: 7rem auto 0;
  }
  .sec-about__btns a {
    width: 32rem;
    height: 8rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 811px) {
  .sec-about__ttl {
    margin-bottom: .5em;
    font-size: 3.6rem;
  }
  .sec-about__desc {
    margin-bottom: .5em;
    font-size: 1.8rem;
  }
  .sec-about__image {
    margin-top: 4rem;
  }
  .sec-about__image span {
    width: calc(50% - .4rem);
    margin-bottom: .8rem;
  }
  .sec-about__image .instagram-id {
    margin: .8rem 0 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-about__btns {
    width: 27rem;
    margin: 2rem auto 0;
  }
  .sec-about__btns a {
    width: 100%;
    height: 8rem;
    font-size: 2rem;
  }
  .sec-about__btns a + a {
    margin-top: 3rem;
  }
}
