@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* --------------------------------------------------------------------------
   SourceHanSans
--------------------------------------------------------------------------- */
@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: 'SourceHanSans';
  src: url("/komachi-official/assets/fonts/SourceHanSans-Normal.woff2") format("woff2"), url("/komachi-official/assets/fonts/SourceHanSans-Normal.woff") format("woff"), url("/komachi-official/assets/fonts/SourceHanSans-Normal.otf") format("opentype");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'SourceHanSans';
  src: url("/komachi-official/assets/fonts/SourceHanSans-Regular.woff2") format("woff2"), url("/komachi-official/assets/fonts/SourceHanSans-Regular.woff") format("woff"), url("/komachi-official/assets/fonts/SourceHanSans-Regular.otf") format("opentype");
}

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: 'SourceHanSans';
  src: url("/komachi-official/assets/fonts/SourceHanSans-Medium.woff2") format("woff2"), url("/komachi-official/assets/fonts/SourceHanSans-Medium.woff") format("woff"), url("/komachi-official/assets/fonts/SourceHanSans-Medium.otf") format("opentype");
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'SourceHanSans';
  src: url("/komachi-official/assets/fonts/SourceHanSans-Bold.woff2") format("woff2"), url("/komachi-official/assets/fonts/SourceHanSans-Bold.woff") format("woff"), url("/komachi-official/assets/fonts/SourceHanSans-Bold.otf") format("opentype");
}

/* --------------------------------------------------------------------------
   icomoon
--------------------------------------------------------------------------- */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'icomoon';
  src: url("/komachi-official/assets/fonts/icomoon.eot?2em3ha");
  src: url("/komachi-official/assets/fonts/icomoon.eot?2em3ha#iefix") format("embedded-opentype"), url("/komachi-official/assets/fonts/icomoon.ttf?2em3ha") format("truetype"), url("/komachi-official/assets/fonts/icomoon.woff?2em3ha") format("woff");
}

[class^='i-'],
[class*=' i-'] {
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* stylelint-disable-line */
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.i-plus::before {
  content: '\e903';
}

.i-arrow-l::before {
  content: '\e900';
}

.i-arrow-r::before {
  content: '\e901';
}

.i-cart::before {
  content: '\e902';
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-family: "SourceHanSans", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic";
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > img {
  display: block;
  overflow: hidden;
  height: 0 !important;
  font-size: 0;
  line-height: 0;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button::-moz-selection,
input::-moz-selection,
textarea::-moz-selection {
  background-color: rgba(249, 144, 162, 0.78);
  color: inherit;
  text-shadow: none;
}

button::selection,
input::selection,
textarea::selection {
  background-color: rgba(249, 144, 162, 0.78);
  color: inherit;
  text-shadow: none;
}

::-moz-selection {
  background-color: rgba(249, 144, 162, 0.78);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(249, 144, 162, 0.78);
  color: #fff;
  text-shadow: none;
}

[v-cloak] {
  /* stylelint-disable-line */
  display: none;
}

img:not(.no-lazy) {
  opacity: 0;
}

img:not(.no-lazy).is-loaded {
  /* stylelint-disable-line */
  opacity: 1;
  transition: opacity .5s;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  -webkit-tap-highlight-color: transparent;
}

/* --------------------------------------------------------------------------
   l-container
--------------------------------------------------------------------------- */
.l-container {
  margin: 0 25px;
}

.l-wrap {
  margin: 0 25px;
  width: auto;
}

/* --------------------------------------------------------------------------
   .l-page
--------------------------------------------------------------------------- */
.l-page {
  overflow: hidden;
  background-color: #fff;
}

/* --------------------------------------------------------------------------
   .l-header
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .l-main
--------------------------------------------------------------------------- */
.l-main {
  padding: 67px 0 0;
}

/* --------------------------------------------------------------------------
   .l-footer
--------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   .m-contact
--------------------------------------------------------------------------- */
.m-contact {
  padding: 35px 25px;
  background: url("/komachi-official/assets/images/serviceguide_bg_sm.png");
  background-size: 440px;
}

.m-contact__hdg {
  padding: 2px;
  border-radius: 5px 5px 0 0;
  background: url("/komachi-official/assets/images/bg_pattern11.png");
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.27;
}

.m-contact__hdg .border {
  display: block;
  padding: 8px 0 7px;
  border: 1px dashed #b0a188;
  border-radius: 2px 2px 0 0;
}

.m-contact__conv {
  padding: 10px 19px 23px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.m-contact__conv > a {
  display: block;
  margin-top: 9px;
  text-align: right;
  font-size: 1.2rem;
}

.m-contact__conv > a span {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: 400;
}

.m-contact__conv > a span::before {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 19px;
  height: 13px;
  background-image: url("/komachi-official/assets/images/service-guide/contact_mail_ico_sm.png");
  background-size: contain;
  content: '';
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.m-contact__tel {
  position: relative;
}

.m-contact__tel .img img {
  width: 100%;
}

.m-contact__tel .txt {
  position: absolute;
  top: 0;
  right: 107%;
  visibility: hidden;
  width: 100%;
}

.m-contact__tel-btn {
  margin-top: 12px;
  text-align: center;
}

.m-contact__tel-btn .c-btn--size01 {
  max-width: inherit;
  height: 60px;
}

.m-contact__tel-btn .c-btn--size01 img {
  width: 97px;
}

.m-contact__tel-btn .ico {
  padding-top: 1px;
  padding-left: 25px;
  height: 17px;
  background-image: url("/komachi-official/assets/images/service-guide/contact_tel_ico_sm.png");
  background-size: contain;
}

/* --------------------------------------------------------------------------
   .m-footer
--------------------------------------------------------------------------- */

.m-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: url("/komachi-official/assets/images/bg_pattern11.png") repeat;
  background-size: 30px 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

/* .m-footer .scroller
----------------------------------------------------------------- */

.m-footer .scroller__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-footer .scroller .i-arrow-r {
  font-size: 2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* --------------------------------------------------------------------------
   keyframes
--------------------------------------------------------------------------- */
@-webkit-keyframes scroller {
  0% {
    -webkit-transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.452, 0, 0, 0, 0, 0.526, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.452, 0, 0, 0, 0, 0.526, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.56, 0, 0, 0, 0, 0.679, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.56, 0, 0, 0, 0, 0.679, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.727, 0, 0, 0, 0, 0.914, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.727, 0, 0, 0, 0, 0.914, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.907, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.907, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.21% {
    -webkit-transform: matrix3d(0.953, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.953, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.266, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.266, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.113, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1.192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.166, 0, 0, 0, 0, 1.192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.17, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.17, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.157, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.157, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.12, 0, 0, 0, 0, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.107, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.038, 0, 0, 0, 0, 0.919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.038, 0, 0, 0, 0, 0.919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.984, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.984, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.977, 0, 0, 0, 0, 0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.969, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.973, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.005, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes scroller {
  0% {
    -webkit-transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(0.452, 0, 0, 0, 0, 0.526, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.452, 0, 0, 0, 0, 0.526, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.56, 0, 0, 0, 0, 0.679, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.56, 0, 0, 0, 0, 0.679, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(0.727, 0, 0, 0, 0, 0.914, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.727, 0, 0, 0, 0, 0.914, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.907, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.907, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.21% {
    -webkit-transform: matrix3d(0.953, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.953, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.266, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.098, 0, 0, 0, 0, 1.266, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.113, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(1.166, 0, 0, 0, 0, 1.192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.166, 0, 0, 0, 0, 1.192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.17, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.17, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(1.157, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.157, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.12, 0, 0, 0, 0, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(1.107, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.107, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.05, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.038, 0, 0, 0, 0, 0.919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.038, 0, 0, 0, 0, 0.919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.984, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.984, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.977, 0, 0, 0, 0, 0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.969, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(0.973, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.973, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.005, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.69% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/* --------------------------------------------------------------------------
   .m-footer .conversion
--------------------------------------------------------------------------- */
.m-footer .conversion {
  background: url("/komachi-official/assets/images/bg_pattern01.png") repeat;
}

.m-footer .conversion__wrap {
  margin: 0 auto;
  width: 100%;
}

.m-footer .conversion__hdg span {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .m-footer .conversion .tel
--------------------------------------------------------------------------- */
.m-footer .conversion .tel {
  position: relative;
}

.m-footer .conversion .tel dt span {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.m-footer .conversion .tel dd {
  color: #593900;
  font-weight: 500;
}

/* --------------------------------------------------------------------------
   .m-footer .conversion .mail
--------------------------------------------------------------------------- */
.m-footer .conversion .mail {
  position: relative;
  border: 1px dashed #a7987c;
  background-color: #fff;
  line-height: 1;
}

.m-footer .conversion .mail img {
  vertical-align: top;
}

.m-footer .conversion .mail .txt {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.m-footer .conversion .mail span {
  position: relative;
}

.m-footer .conversion .mail span::before {
  position: absolute;
  background-size: contain;
  content: '';
}

/* --------------------------------------------------------------------------
   .m-footer .conversion .link
--------------------------------------------------------------------------- */
.m-footer .conversion .link {
  display: flex;
}

.m-footer .conversion .link__item .txt {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.m-footer .conversion .link__item + .link__item::before {
  position: absolute;
  content: '';
}

/* .m-footer .conversion .img
----------------------------------------------------------------- */

.m-footer .conversion .link .img::after {
  opacity: 0;
}

/* .img--01
----------------------------------------------------------------- */

/* .img--02
----------------------------------------------------------------- */

/* .m-footer .conversion .link a
----------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .m-header
--------------------------------------------------------------------------- */
.m-header {
  position: relative;
  z-index: 1100;
  background-color: #fff;
}

.m-header::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url("/komachi-official/assets/images/header_border.png") repeat-x;
  background-size: 140px 2px;
  content: '';
}

.m-header__content {
  display: flex;
  align-items: center;
  padding: 2px 0 0;
}

/* .m-header .logo-wrap
----------------------------------------------------------------- */
.m-header .logo-wrap {
  display: flex;
  align-items: center;
}

/* .m-header .logo
----------------------------------------------------------------- */
.m-header .logo {
  line-height: 1;
}

.m-header .logo a {
  display: block;
}

.m-header .logo img {
  display: block;
}

/* .m-header .lead
----------------------------------------------------------------- */
.m-header .lead {
  position: relative;
  display: none;
  margin-left: 18px;
  font-size: 1.2rem;
  line-height: 1.42;
}

/* .m-header .nav-wrap
----------------------------------------------------------------- */
.m-header .nav-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* .m-header .info-nav
----------------------------------------------------------------- */
.m-header .info-nav {
  display: none;
}

.m-header .info-nav__item + .info-nav__item {
  margin-left: 31px;
}

.m-header .info-nav .item {
  font-size: 1.3rem;
}

.m-header .info-nav .item span {
  transition: color .1s;
}

.m-header .info-nav .item i {
  margin-right: 7px;
  color: #ff6b79;
}

/* .m-header .guide-link
----------------------------------------------------------------- */
.m-header .guide-link {
  display: none;
  margin-left: 16px;
  padding-bottom: 8px;
}

.m-header .guide-link img {
  margin-right: -5px;
}

/* --------------------------------------------------------------------------
   .m-header .mobile-nav
--------------------------------------------------------------------------- */
.m-header .mobile-nav {
  display: flex;
}

/* --------------------------------------------------------------------------
   .m-header .mobile-nav .btn
--------------------------------------------------------------------------- */
.m-header .mobile-nav .btn {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 0;
}

.m-header .mobile-nav .btn__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.m-header .mobile-nav .btn__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.m-header .mobile-nav .btn__icon {
  display: block;
}

.m-header .mobile-nav .btn__label {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}

/* .m-header .mobile-nav .btn--guide
----------------------------------------------------------------- */
.m-header .mobile-nav .btn--guide {
  background-image: url("/komachi-official/assets/images/btn_color01_bg.png");
  background-size: 15px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(217, 8, 27, 0.5);
  color: #fff;
}

.m-header .mobile-nav .btn--guide .btn__icon {
  padding: 0 4px 0 0;
  height: 22px;
  line-height: 1;
}

.m-header .mobile-nav .btn--guide .btn__icon i {
  vertical-align: top;
  font-size: 2rem;
}

.m-header .mobile-nav .btn--guide .btn__label {
  margin: 5px 0 0;
}

/* .m-header .mobile-nav .btn--menu
----------------------------------------------------------------- */
.m-header .mobile-nav .btn--menu {
  background: url("/komachi-official/assets/images/bg_pattern01.png") repeat;
  background-size: 100px 100px;
}

.m-header .mobile-nav .btn--menu .btn__label {
  margin: 5px 0 0;
  color: #5e3c00;
  white-space: nowrap;
}

/* .m-header .mobile-nav .btn--menu .default
----------------------------------------------------------------- */
.m-header .mobile-nav .btn--menu .default {
  position: relative;
  display: block;
  width: 24px;
  height: 22px;
}

.m-header .mobile-nav .btn--menu .default span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #5e3c00;
}

.m-header .mobile-nav .btn--menu .default span:nth-child(1) {
  margin-top: -8px;
}

.m-header .mobile-nav .btn--menu .default span:nth-child(2) {
  margin-top: -1px;
}

.m-header .mobile-nav .btn--menu .default span:nth-child(3) {
  margin-top: 6px;
}

/* --------------------------------------------------------------------------
   .m-header .global-nav
--------------------------------------------------------------------------- */
.m-header .global-nav {
  display: none;
}

/* .m-header .global-nav .nav-list
----------------------------------------------------------------- */
.m-header .global-nav .nav-list {
  display: flex;
  justify-content: space-between;
}

/* .m-header .global-nav .item
----------------------------------------------------------------- */
.m-header .global-nav .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1rem;
}

.m-header .global-nav .item img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 19px;
  line-height: 1;
}

.m-header .global-nav .item--soon::before {
  position: absolute;
  top: -13px;
  left: 50%;
  display: block;
  width: 106px;
  height: 23px;
  background-image: url("/komachi-official/assets/images/nav_soon_lg.png");
  content: '';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.m-header .global-nav .item--soon img {
  opacity: .5;
}

/* .m-header .global-nav .item .active-line
----------------------------------------------------------------- */
.m-header .global-nav .item .active-line {
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: block;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(-50%, 0) scale(0.8, 0.7);
          transform: translate(-50%, 0) scale(0.8, 0.7);
  pointer-events: none;
}

/* .m-header .global-nav .item.is-active
----------------------------------------------------------------- */
.m-header .global-nav .item:not(.item--soon):hover .active-line {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   passive
--------------------------------------------------------------------------- */
.p-secret .m-header .global-nav .item--01 .active-line,
.p-story .m-header .global-nav .item--02 .active-line,
.p-komachi-life .m-header .global-nav .item--03 .active-line,
.p-teinei-tsushin .m-header .global-nav .item--04 .active-line,
.p-how-to-take .m-header .global-nav .item--05 .active-line,
.p-numbers .m-header .global-nav .item--06 .active-line {
  opacity: 1;
}

.m-komachi-life {
  position: relative;
  padding: 30px 0;
}

.m-komachi-life__container {
  display: flex;
  align-items: center;
}

.m-komachi-life a {
  display: block;
  width: 100%;
}

.m-komachi-life .sr-only {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* .m-komachi-life .img
----------------------------------------------------------------- */
.m-komachi-life .img {
  display: block;
  text-align: center;
}

.m-komachi-life .img::before {
  padding-top: 66.46%;
}

.m-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1N2Q0NGU2Mi0yOWNlLTRhMjctYTZhMS00ZjRjOGJkM2M2MDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc1QTcxRjRDRDBFMTFFN0IwRDREMDY1MDM2MUNDMzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzc1QTcxRjNDRDBFMTFFN0IwRDREMDY1MDM2MUNDMzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Yjk4MGU3NDMtNDRkOS00NjJhLWJkMjEtY2M0MTQ3MDUwYWQ3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MzBmNTI1ZWItNTQwYy02NjRlLWJkYTYtYjQ5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");
  background-repeat: repeat;
  line-height: 1;
}

.m-loading__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.m-loading .suppon {
  -webkit-animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
          animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.m-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s, visibility .6s;
}

@-webkit-keyframes shake {
  5%,
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  10%,
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  15%,
  25%,
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  20%,
  30% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  5%,
  45% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  10%,
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  15%,
  25%,
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  20%,
  30% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* --------------------------------------------------------------------------
   .m-navigation-back
--------------------------------------------------------------------------- */
.m-navigation-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1400;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .4s;
}

.m-navigation-back::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url("/komachi-official/assets/images/header_border.png") repeat-x;
  background-size: 140px 2px;
  content: '';
}

.m-navigation-back.is-active {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   .m-navigation
--------------------------------------------------------------------------- */
.m-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1410;
  padding: 2px 0 0;
  width: 310px;
  height: 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.m-navigation__inner {
  overflow-y: auto;
  height: 100%;
  background: url("/komachi-official/assets/images/bg_pattern10.png");
  background-size: 100px;
  -webkit-overflow-scrolling: touch;
}

.m-navigation__inner::-webkit-scrollbar {
  display: none;
}

.m-navigation.is-active {
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------------------------------
   .m-navigation .nav
--------------------------------------------------------------------------- */
.m-navigation .nav {
  padding: 0 14px;
}

.m-navigation .nav__item + .nav__item {
  border-top: 1px dashed #f7d1d4;
}

.m-navigation .nav--primary .nav__item:last-child {
  border-bottom: 1px dashed #f7d1d4;
}

.m-navigation .nav--secondary {
  background: url("/komachi-official/assets/images/bg_pattern01.png");
  background-size: 100px;
}

/* .m-navigation .item
----------------------------------------------------------------- */
.m-navigation .item {
  display: flex;
  align-items: center;
  padding: 1px 15px 0 11px;
  height: 64px;
}

.m-navigation .item img {
  display: block;
  width: auto;
  height: 16px;
}

.m-navigation .item img:nth-child(2) {
  margin-left: 15px;
  width: 116px;
  height: 25px;
}

.m-navigation .item i {
  margin-left: auto;
  color: #fc7b87;
  font-size: 1.5rem;
}

.m-navigation .item--secondary {
  height: 58px;
}

.m-navigation .item--soon img:nth-child(1) {
  opacity: .5;
}

/* --------------------------------------------------------------------------
   .m-navigation .guide
--------------------------------------------------------------------------- */
.m-navigation .guide {
  padding: 25px 15px;
}

/* .m-navigation .guide .c-btn
----------------------------------------------------------------- */
.m-navigation .guide .c-btn__inner {
  padding-right: 35px;
}

.m-navigation .guide .c-btn__inner::after {
  position: absolute;
  top: -15px;
  right: 41px;
  display: block;
  width: 26px;
  height: 95px;
  background: url("/komachi-official/assets/images/illust_guide_sm.png");
  background-size: 26px 95px;
  content: '';
}

.m-navigation .guide .c-btn .i-cart {
  margin-right: 8px;
  color: #fff;
  font-size: 2.2rem;
}

/* --------------------------------------------------------------------------
   .m-navigation .close-btn
--------------------------------------------------------------------------- */
.m-navigation .close-btn {
  position: absolute;
  top: 2px;
  left: -65px;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 0;
  background: url("/komachi-official/assets/images/bg_pattern01.png") repeat;
  background-color: #ccc;
  background-size: 100px 100px;
  opacity: 0;
  transition: opacity .4s;
}

.m-navigation .close-btn__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.m-navigation .close-btn__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.m-navigation .close-btn__icon {
  display: block;
}

.m-navigation .close-btn__label {
  margin: 5px 0 0;
  color: #5e3c00;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}

/* .m-navigation .close-btn .default
----------------------------------------------------------------- */
.m-navigation .close-btn .default {
  position: relative;
  display: block;
  width: 24px;
  height: 22px;
}

.m-navigation .close-btn .default span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #5e3c00;
}

.m-navigation .close-btn .default span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-navigation .close-btn .default span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m-navigation.is-active .close-btn {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   .m-post-modal
--------------------------------------------------------------------------- */
.m-post-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  color: #593900;
}

.m-post-modal__inner {
  width: 100%;
  height: 100%;
}

.m-post-modal__container {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------

--------------------------------------------------------------------------- */
.m-post-modal-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 77, 58, 0.7);
  opacity: 0;
  transition: opacity .4s, visibility .4s;
}

.m-post-modal-back.is-active {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------------------------------------------------
   .m-post-modal .content-wrapper
--------------------------------------------------------------------------- */
.m-post-modal .content-wrapper {
  width: 100%;
  height: 100%;
}

.m-post-modal .content-wrapper__inner {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------
   .m-post-modal swiper settings
--------------------------------------------------------------------------- */
.m-post-modal .swiper-container {
  height: 100%;
}

.m-post-modal .swiper-wrapper {
  height: 100%;
}

/* --------------------------------------------------------------------------
   .m-post-modal .content
--------------------------------------------------------------------------- */
.m-post-modal .content {
  position: relative;
  background-color: #fff;
  text-align: left;
}

/* --------------------------------------------------------------------------
   .m-post-modal .close
--------------------------------------------------------------------------- */
.m-post-modal .close {
  position: absolute;
  top: 0;
  z-index: 10;
}

.m-post-modal .close__icon {
  display: block;
}

.m-post-modal .close__content {
  line-height: 1;
}

.m-post-modal .close__label {
  width: 46.5px;
  height: 16.5px;
}

/* .m-post-modal .close .icon
----------------------------------------------------------------- */
.m-post-modal .close .icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.m-post-modal .close .icon__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -1px 0 0 -12px;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
}

.m-post-modal .close .icon__line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-post-modal .close .icon__line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --------------------------------------------------------------------------
   .m-post-modal .post
--------------------------------------------------------------------------- */
.m-post-modal .post {
  position: relative;
  padding: 96px 25px 80px;
  background: url("/komachi-official/assets/images/bg_pattern01.png") repeat;
  background-size: 100px 100px;
}

.m-post-modal .post__ttl {
  position: relative;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.57;
}

.m-post-modal .post__comment {
  position: relative;
  margin: 16px 0 0;
  font-size: 1.6rem;
  line-height: 2;
}

.m-post-modal .post__poster {
  position: relative;
  margin: 13px 0 0;
}

.m-post-modal .poster {
  display: flex;
  color: #968568;
  font-weight: 500;
}

.m-post-modal .poster * + * {
  margin-left: 11px;
}

/* --------------------------------------------------------------------------
   .m-post-modal .staff-post
--------------------------------------------------------------------------- */
.m-post-modal .staff-post {
  position: relative;
  padding: 51px 25px 90px;
  background: url("/komachi-official/assets/images/bg_pattern03.png") repeat;
  background-size: 100px 100px;
}

.m-post-modal .staff-post__hdg {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -40px;
}

.m-post-modal .staff-post__comment {
  font-size: 1.6rem;
  line-height: 2;
}

/* --------------------------------------------------------------------------
   .m-post-modal .controller-wrap
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .m-post-modal .controller
--------------------------------------------------------------------------- */
.m-post-modal .controller {
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background: url("/komachi-official/assets/images/bg_pattern04.png");
  background-size: 25px;
  color: #fff;
}

.m-post-modal .controller__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.m-post-modal .controller__arrow {
  position: relative;
  top: .03em;
  font-size: 2.6rem;
}

.m-post-modal .controller__label {
  width: auto;
  height: 19px;
}

.m-post-modal .controller--prev .controller__label {
  padding-right: 10px;
}

.m-post-modal .controller--prev .controller__arrow {
  margin-right: 14px;
}

.m-post-modal .controller--next .controller__label {
  padding-left: 10px;
}

.m-post-modal .controller--next .controller__arrow {
  margin-left: 14px;
}

/* --------------------------------------------------------------------------
   .m-service-guide
--------------------------------------------------------------------------- */
.m-service-guide {
  position: relative;
  padding: 42px 0 0;
  height: 294px;
  background: url("/komachi-official/assets/images/serviceguide_bg_sm.png");
  background-size: cover;
  text-align: center;
}

.m-service-guide::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  pointer-events: none;
}

.m-service-guide__lead {
  margin: 15px -25px 0;
  line-height: 1;
}

.m-service-guide__link {
  margin: 39px 0 0;
}

.m-sticky-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
}

.m-sticky-navigation.is-active {
  transition: opacity 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* .m-sticky-navigation .nav-list
----------------------------------------------------------------- */
.m-sticky-navigation .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.m-sticky-navigation .nav-list__item:last-child {
  margin-left: 14px;
}

/* .m-sticky-navigation .item
----------------------------------------------------------------- */
.m-sticky-navigation .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1rem;
}

.m-sticky-navigation .item img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 18px;
  line-height: 1;
}

.m-sticky-navigation .item--soon::before {
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  margin-left: -44px;
  width: 87px;
  height: 10px;
  background-image: url("/komachi-official/assets/images/sticky_soon_lg.png");
  content: '';
}

.m-sticky-navigation .item--soon img {
  position: relative;
  top: 7px;
  opacity: .5;
}

/* .m-sticky-navigation .item .active-line
----------------------------------------------------------------- */
.m-sticky-navigation .item .active-line {
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: block;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(-50%, 0) scale(0.8, 0.7);
          transform: translate(-50%, 0) scale(0.8, 0.7);
  pointer-events: none;
}

/* .m-sticky-navigation .item.is-active
----------------------------------------------------------------- */
.m-sticky-navigation .item:not(.item--soon):hover .active-line {
  opacity: 1;
}

/* .m-sticky-navigation .button
----------------------------------------------------------------- */
.m-sticky-navigation .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 40px;
  border-radius: 2px;
  background-image: url("/komachi-official/assets/images/btn_color01_bg.png");
  background-size: 15px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(217, 8, 27, 0.5);
}

.m-sticky-navigation .button img {
  position: relative;
  top: -.1em;
  width: auto;
  height: 15px;
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
   passive
--------------------------------------------------------------------------- */
.p-secret .m-sticky-navigation .item--01 .active-line,
.p-story .m-sticky-navigation .item--02 .active-line,
.p-komachi-life .m-sticky-navigation .item--03 .active-line,
.p-teinei-tsushin .m-sticky-navigation .item--04 .active-line,
.p-how-to-take .m-sticky-navigation .item--05 .active-line,
.p-numbers .m-sticky-navigation .item--06 .active-line {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   .c-btn
--------------------------------------------------------------------------- */
.c-btn {
  display: inline-block;
  vertical-align: top;
}

.c-btn__inner {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------------------------
   color
--------------------------------------------------------------------------- */
/* color01
----------------------------------------------------------------- */
.c-btn--color01 {
  background-image: url("/komachi-official/assets/images/btn_color01_bg.png");
  background-size: 15px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(217, 8, 27, 0.5);
  color: #fff;
}

/* color02
----------------------------------------------------------------- */
.c-btn--color02 {
  border: 2px solid #fff;
  color: #fff;
}

/* color03
----------------------------------------------------------------- */
.c-btn--color03 {
  background-image: url("/komachi-official/assets/images/btn_color02_bg.png");
  background-size: 15px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(217, 8, 27, 0.2);
}

/* color04
----------------------------------------------------------------- */
.c-btn--color04 {
  background-image: url("/komachi-official/assets/images/btn_color03_bg.png");
  background-size: 10px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(145, 115, 43, 0.5);
  color: #fff;
}

/* --------------------------------------------------------------------------
   size
--------------------------------------------------------------------------- */
.c-btn--size01 {
  max-width: 325px;
  width: 100%;
  height: 55px;
  border-radius: 30px;
}

.c-btn--size01 img {
  display: block;
  width: auto;
  height: 14px;
}

.c-btn--size01 .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.c-btn--size01 .i-plus {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 14px;
  height: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.c-carousel-arrow {
  display: block;
  background-image: url("/komachi-official/assets/images/btn_color01_bg.png");
  background-size: 15px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(217, 8, 27, 0.5);
}

.c-carousel-arrow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 50px;
  color: #fff;
}

.c-carousel-arrow--prev {
  border-radius: 0 2px 2px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.c-carousel-arrow--next {
  border-radius: 2px 0 0 2px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

/* --------------------------------------------------------------------------
   .c-post
--------------------------------------------------------------------------- */
.c-post {
  position: relative;
  background: url("/komachi-official/assets/images/bg_pattern01.png") repeat;
  background-size: 100px 100px;
  color: #422a00;
}

.c-post::before {
  position: absolute;
  top: -21px;
  right: -17.5px;
  display: block;
  width: 20px;
  height: 23px;
  background-image: url("/komachi-official/assets/images/top/life_card_dec_sm.png");
  background-size: 20px 23px;
  content: '';
}

.c-post__content {
  display: block;
  box-sizing: border-box;
  padding: 27px 25px 36px;
}

.c-post__content::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 88px;
  height: 93px;
  background-image: url("/komachi-official/assets/images/top/life_card_obj.png");
  background-size: 88px 93px;
  content: '';
}

.c-post__content::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("/komachi-official/assets/images/top/life_card_border.png");
  background-size: 325px 2px;
  background-repeat: repeat-x;
  content: '';
}

.c-post__ttl {
  position: relative;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-post__comment {
  position: relative;
  margin: 11px 0 0;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.68;
}

.c-post__poster {
  position: relative;
  margin: 19px 0 0;
  line-height: 1;
}

.c-post--coming-soon .c-post__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .c-post .profile
----------------------------------------------------------------- */
.c-post .poster {
  display: flex;
  color: #968568;
  font-size: 1.2rem;
}

.c-post .poster * + * {
  margin: 0 0 0 14px;
}

/* --------------------------------------------------------------------------
   .p-komachi-life .c-post
--------------------------------------------------------------------------- */

[class^='u-bg-pattern'],
[class*=' u-bg-pattern'] {
  background-repeat: repeat;
}

.u-bg-pattern05 {
  background-image: url("/komachi-official/assets/images/bg_pattern05.jpg");
  background-size: 50px;
}

.u-bg-pattern06 {
  background-image: url("/komachi-official/assets/images/bg_pattern06.png");
  background-size: 177px 98px;
}

.u-bg-pattern07 {
  background-image: url("/komachi-official/assets/images/bg_pattern07.png");
  background-size: 88px 87px;
}

.clearfix {
  display: block;
  clear: both;
  content: '';
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* --------------------------------------------------------------------------
   .u-img
--------------------------------------------------------------------------- */
.u-img {
  position: relative;
}

.u-img::before {
  display: block;
  content: '';
}

.u-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .l-container {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }
  .l-wrap {
    margin: 0 auto;
    width: 980px;
  }
  .l-main {
    padding: 94px 0 0;
  }
  .m-contact {
    padding: 70px 0;
    background: url("/komachi-official/assets/images/serviceguide_bg_lg.png");
  }
  .m-contact__inner {
    margin: 0 auto;
    width: 980px;
  }
  .m-contact__hdg {
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  .m-contact__hdg .border {
    padding: 13px 0 12px;
    border-radius: 9px 9px 0 0;
  }
  .m-contact__conv {
    display: flex;
    padding: 22px 40px 33px;
    border-radius: 0 0 10px 10px;
  }
  .m-contact__conv > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-right: 0;
    width: 307px;
    height: 45px;
    border-radius: 3px;
    background-color: #f6f0e5;
    letter-spacing: .05em;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .m-contact__conv > a span {
    margin-left: 28px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .m-contact__conv > a span::before {
    left: -26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-contact__tel {
    margin-right: 25px;
  }
  .m-contact__tel .img {
    width: 569px;
  }
  .m-contact__tel .img::before {
    display: block;
    padding-top: 15.64%;
    content: '';
  }
  .m-contact__tel .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-footer__scroller {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1500;
    opacity: 0;
    transition: opacity .3s, -webkit-transform 0s .3s;
    transition: opacity .3s, transform 0s .3s;
    transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
    -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
  }
  .m-footer__scroller.is-active {
    opacity: 1;
    transition: opacity 0s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .m-footer__copy {
    height: 48px;
    background-size: auto;
  }
  .m-footer__copy small {
    font-size: inherit;
  }
  .m-footer .scroller {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url("/komachi-official/assets/images/footer_scroller_bg.png");
    color: #fff;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .m-footer .scroller__inner {
    width: 100%;
    height: 100%;
  }
  .m-footer .conversion {
    padding: 41px 0 51px;
  }
  .m-footer .conversion__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 720px;
  }
  .m-footer .conversion .tel {
    margin: 15px 0 0;
  }
  .m-footer .conversion .tel dt a {
    pointer-events: none;
  }
  .m-footer .conversion .tel dd {
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .m-footer .conversion .mail {
    display: inline-block;
    margin: 14px 0 0;
    padding: 11px 18px 11px 49px;
    border-radius: 3px;
  }
  .m-footer .conversion .mail span::before {
    top: 6px;
    left: -29px;
    width: 19px;
    height: 13px;
    background-image: url("/komachi-official/assets/images/mail_ico_md.png");
  }
  .m-footer .conversion .link__item + .link__item {
    position: relative;
    margin: 0 0 0 80px;
  }
  .m-footer .conversion .link__item + .link__item::before {
    top: 50%;
    left: -42px;
    width: 1px;
    height: 144px;
    background-image: url("/komachi-official/assets/images/border_md.png");
    -webkit-transform: translateY(-47%);
            transform: translateY(-47%);
  }
  .m-footer .conversion .link a figure {
    margin: 0 0 15px;
  }
  .m-header {
    padding: 0;
  }
  .m-header::before {
    height: 4px;
    background-size: auto;
  }
  .m-header .logo-wrap {
    position: relative;
    left: 7px;
  }
  .m-header .info-nav .item:hover span {
    color: #ff6b79;
  }
  .m-header .guide-link {
    display: block;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .m-header .guide-link:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .m-header .mobile-nav__item:nth-child(1) {
    display: none;
  }
  .m-header .mobile-nav .btn__label {
    font-size: 1.4rem;
  }
  .m-header .mobile-nav .btn--menu {
    background-size: auto;
  }
  .m-header .mobile-nav .btn--menu .btn__label {
    margin-top: 10px;
  }
  .m-header .mobile-nav .btn--menu .default {
    width: 31px;
    height: 23px;
  }
  .m-header .mobile-nav .btn--menu .default span {
    height: 3px;
  }
  .m-header .mobile-nav .btn--menu .default span:nth-child(1) {
    top: 0;
    margin-top: 0;
  }
  .m-header .mobile-nav .btn--menu .default span:nth-child(3) {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .m-komachi-life {
    padding: 50px 0;
  }
  .m-komachi-life a {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .m-komachi-life a:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.026);
            transform: scale(1.026);
  }
  .m-komachi-life .img::before {
    padding-top: 39.71%;
  }
  .m-loading .label {
    width: 77px;
    height: 18px;
  }
  .m-loading .suppon {
    margin-top: 10px;
    width: 74px;
    height: 62px;
  }
  .m-navigation-back::before {
    height: 4px;
    background-size: auto;
  }
  .m-navigation .close-btn__label {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .m-navigation .close-btn .default {
    width: 31px;
    height: 23px;
  }
  .m-navigation .close-btn .default span {
    height: 3px;
  }
  .m-post-modal {
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
  }
  .m-post-modal.is-active {
    visibility: visible;
    opacity: 1;
  }
  .m-post-modal .content-wrapper__inner {
    overflow-y: scroll;
    height: 100%;
    text-align: center;
  }
  .m-post-modal .content-wrapper__inner::before {
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
  }
  .m-post-modal .content-wrapper__container {
    display: inline-block;
    padding: 80px 0;
    width: 680px;
    vertical-align: middle;
  }
  .m-post-modal .content::after {
    position: absolute;
    top: -24px;
    right: -19px;
    display: block;
    width: 21px;
    height: 25px;
    background-image: url("/komachi-official/assets/images/top/life_card_dec_lg.png");
    content: '';
  }
  .m-post-modal .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("/komachi-official/assets/images/top/life_card_border.png");
    background-size: auto;
    background-repeat: repeat-x;
    content: '';
  }
  .m-post-modal .close {
    top: 50px;
    right: 50px;
  }
  .m-post-modal .close__icon {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .m-post-modal .close__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .m-post-modal .close__label {
    margin: 8px 0 0;
    width: 43px;
    height: 16px;
  }
  .m-post-modal .close__label {
    width: 36px;
    height: auto;
  }
  .m-post-modal .close:hover .close__icon {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
  .m-post-modal .close .icon {
    width: 69px;
    height: 69px;
    border: 3px solid #fff;
    border-radius: 50%;
  }
  .m-post-modal .close .icon__line {
    margin: -1px 0 0 -14px;
    width: 27px;
    height: 3px;
  }
  .m-post-modal .post {
    padding: 64px 86px 76px;
    background-size: auto;
  }
  .m-post-modal .post::before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 194px;
    height: 179px;
    background-image: url("/komachi-official/assets/images/postmodal_dec.png");
    content: '';
  }
  .m-post-modal .post__ttl {
    font-weight: 500;
    font-size: 2.4rem;
  }
  .m-post-modal .post__comment {
    margin: 25px 0 0;
    font-size: 1.6rem;
    line-height: 1.99;
  }
  .m-post-modal .post__poster {
    margin: 15px 0 0;
  }
  .m-post-modal .poster {
    font-size: 1.3rem;
  }
  .m-post-modal .poster * + * {
    margin-left: 14px;
  }
  .m-post-modal .staff-post {
    padding: 62px 86px 68px;
    background-size: auto;
  }
  .m-post-modal .staff-post__hdg {
    top: -62px;
    margin-left: -43px;
  }
  .m-post-modal .staff-post__comment {
    color: #372300;
    font-size: 1.6rem;
    line-height: 1.99;
  }
  .m-post-modal .staff-post__comment--preparation {
    padding: 10px 0 0;
  }
  .m-post-modal .controller {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    border-radius: 50%;
    background-size: auto;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m-post-modal .controller:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-post-modal .controller.is-disabled {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.2s, -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.2s, transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.2s, transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .m-post-modal .controller__label {
    display: none;
  }
  .m-post-modal .controller--prev {
    left: 50%;
    margin-left: -370px;
  }
  .m-post-modal .controller--prev .controller__arrow {
    margin-right: 3px;
  }
  .m-post-modal .controller--next {
    left: 50%;
    margin-left: 310px;
  }
  .m-post-modal .controller--next .controller__arrow {
    margin-left: 3px;
  }
  .m-service-guide {
    padding: 57px 0 0;
    height: 338px;
    background: url("/komachi-official/assets/images/serviceguide_bg_lg.png");
    background-size: auto;
  }
  .m-service-guide::after {
    margin-left: -120px;
    width: 53px;
    height: 154px;
    background-image: url("/komachi-official/assets/images/service_guide_illust_md.png");
  }
  .m-service-guide__lead {
    margin: 23px 0 0;
  }
  .m-service-guide__link {
    margin: 39px 0 0;
  }
  .m-sticky-navigation .button {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .m-sticky-navigation .button:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .c-btn {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .c-btn:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-btn--color01 {
    background-size: 30px;
    box-shadow: inset 0 0 38px rgba(217, 8, 27, 0.5);
  }
  .c-btn--color03 {
    background-size: 30px;
    box-shadow: inset 0 0 38px rgba(217, 8, 27, 0.2);
  }
  .c-btn--color04 {
    background-size: 20px;
    box-shadow: inset 0 0 38px rgba(145, 115, 43, 0.5);
  }
  .c-btn--size01 {
    max-width: auto;
    width: 270px;
    height: 60px;
    border-radius: 30px;
  }
  .c-btn--size01 img {
    font-size: 1.6rem;
  }
  .c-btn--size01 .i-arrow-r {
    right: 22px;
    width: 7px;
    height: 16px;
  }
  .c-btn--size01 .i-plus {
    right: 20px;
    width: 16px;
    height: 16px;
    font-size: 1.6rem;
  }
  .c-carousel-arrow {
    background-size: 30px;
    box-shadow: inset 0 0 38px rgba(217, 8, 27, 0.5);
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .c-carousel-arrow:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .c-carousel-arrow__inner {
    width: 51px;
    height: 86px;
    font-size: 2rem;
  }
  .c-post {
    width: 372px;
    background-size: auto;
  }
  .c-post::before {
    top: -24px;
    right: -19px;
    width: 21px;
    height: 25px;
    background-image: url("/komachi-official/assets/images/top/life_card_dec_lg.png");
  }
  .c-post__content {
    padding: 34px 40px 40px;
    height: 263px;
  }
  .c-post__content::before {
    width: 107px;
    height: 109px;
    background-size: 107px 109px;
  }
  .c-post__content::after {
    background-image: url("/komachi-official/assets/images/top/life_card_border_lg.png.png");
    background-size: auto;
  }
  .c-post__ttl {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.45;
  }
  .c-post__comment {
    margin: 12px 0 0;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.83;
  }
  .c-post__poster {
    margin: 19px 0 0;
  }
  .c-post .poster {
    font-size: 1.3rem;
  }
  .c-post .poster * + * {
    margin: 0 0 0 14px;
  }
  .p-index .c-post {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .p-index .c-post:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
  .p-komachi-life .c-post {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .p-komachi-life .c-post:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .p-komachi-life .c-post::after {
    left: -14px;
    width: 348px;
    height: 38px;
    background-image: url("/komachi-official/assets/images/top/life_card_shadow.png");
    background-size: 348px 38px;
  }
  [class^='u-bg-pattern'],
  [class*=' u-bg-pattern'] {
    background-size: auto;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  .l-container {
    max-width: 1180px;
  }
  .l-main {
    padding: 0;
  }
  .m-footer .conversion {
    padding: 46px 0 48px;
  }
  .m-footer .conversion__wrap {
    align-items: center;
    max-width: 1180px;
  }
  .m-footer .conversion .tel {
    display: flex;
    margin: 14px 0 0;
  }
  .m-footer .conversion .tel dd {
    margin: 0 0 0 14px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .m-footer .conversion .mail {
    margin: 17px 0 0;
  }
  .m-footer .conversion .link p {
    height: 48px;
  }
  .m-footer .conversion .link__item + .link__item {
    margin: 0 0 0 91px;
  }
  .m-footer .conversion .link__item + .link__item::before {
    top: 50px;
    left: -47px;
    height: 72px;
    background-image: url("/komachi-official/assets/images/border_lg.png");
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-footer .conversion .link .img {
    position: relative;
    display: inline-block;
  }
  .m-footer .conversion .link .img::before, .m-footer .conversion .link .img::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    content: '';
  }
  .m-footer .conversion .img--01 {
    width: 104px;
    height: 48px;
  }
  .m-footer .conversion .img--01::before, .m-footer .conversion .img--01::after {
    width: 104px;
  }
  .m-footer .conversion .img--01::before {
    background-image: url("/komachi-official/assets/images/official_txt_lg.png");
  }
  .m-footer .conversion .img--01::after {
    background-image: url("/komachi-official/assets/images/official_txt_on_lg.png");
  }
  .m-footer .conversion .img--02 {
    width: 106px;
    height: 48px;
  }
  .m-footer .conversion .img--02::before, .m-footer .conversion .img--02::after {
    width: 106px;
  }
  .m-footer .conversion .img--02::before {
    background-image: url("/komachi-official/assets/images/mypage_txt_lg.png");
  }
  .m-footer .conversion .img--02::after {
    background-image: url("/komachi-official/assets/images/mypage_txt_on_lg.png");
  }
  .m-footer .conversion .link a {
    display: flex;
    align-items: center;
    border-radius: 10px;
  }
  .m-footer .conversion .link a .img::before, .m-footer .conversion .link a .img::after {
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .m-footer .conversion .link a figure {
    margin: 0 14px 0 0;
  }
  .m-footer .conversion .link a:hover .img::before {
    opacity: 0;
  }
  .m-footer .conversion .link a:hover .img::after {
    opacity: 1;
  }
  .m-header__content {
    padding: 10px 0 0;
  }
  .m-header .logo {
    position: relative;
  }
  .m-header .lead {
    display: block;
  }
  .m-header .info-nav {
    display: flex;
  }
  .m-header .mobile-nav {
    display: none;
  }
  .m-header .global-nav {
    display: block;
    padding: 4px 0 15px;
  }
  .m-komachi-life {
    padding: 80px 0;
  }
  .m-komachi-life .img::before {
    padding-top: 22.88%;
  }
  .m-navigation-back {
    display: none;
  }
  .m-navigation {
    display: none;
  }
  .m-post-modal .content-wrapper__container {
    width: 900px;
  }
  .m-post-modal .controller--prev {
    margin-left: -479px;
  }
  .m-post-modal .controller--next {
    margin-left: 422px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  body {
    width: auto;
  }
}

@media (min-width: 1920px) {
  .l-page {
    margin: 0 auto;
    max-width: 1920px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (max-width: 1279px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
  }
  .m-sticky-navigation {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .m-contact__inner {
    width: 680px;
  }
  .m-contact__conv {
    display: block;
    padding: 24px 55px 30px;
  }
  .m-contact__conv > a {
    margin: 30px auto 0;
  }
  .m-contact__tel {
    margin-right: 0;
  }
  .m-footer .conversion .link {
    margin: 0 3px 2px 0;
  }
  .m-header__container {
    padding: 0 0 0 35px;
    max-width: 1280px;
  }
  .m-header__content {
    padding: 4px 0 0;
  }
  .m-header .mobile-nav {
    margin-left: 7px;
  }
  .m-header .mobile-nav .btn {
    width: 90px;
    height: 90px;
  }
  .m-header .mobile-nav .btn--menu {
    background: none;
  }
  .m-komachi-life .img::before {
    padding-top: 39.71%;
  }
  .m-navigation .close-btn {
    left: -90px;
    width: 90px;
    height: 90px;
  }
  .p-komachi-life .c-post {
    width: 320px;
  }
  .p-komachi-life .c-post .c-post__content {
    height: 290px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .m-footer__scroller.is-active .scroller-wrapper {
    -webkit-animation: scroller 1s linear both;
            animation: scroller 1s linear both;
  }
  .m-footer__scroller:hover .scroller {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}

@media (max-width: 767px) {
  .m-footer .scroller {
    display: block;
    width: 100%;
  }
  .m-footer .scroller__inner {
    width: 100%;
    height: 48px;
  }
  .m-footer .conversion {
    padding: 33px 25px;
    background-size: 100px 100px;
  }
  .m-footer .conversion__hdg img {
    max-width: 100%;
    height: auto;
  }
  .m-footer .conversion .tel {
    margin: 17px 0 0;
  }
  .m-footer .conversion .tel dd {
    margin: 11px 0 0;
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-footer .conversion .mail {
    display: block;
    margin: 12px 0 0;
    padding: 12px 0 11px;
    width: 100%;
    border-radius: 2px;
    text-align: center;
  }
  .m-footer .conversion .mail img {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
  .m-footer .conversion .mail span::before {
    top: 3px;
    left: -14px;
    width: 19px;
    height: 13px;
    background-image: url("/komachi-official/assets/images/mail_ico_sm.png");
  }
  .m-footer .conversion .link {
    justify-content: center;
    margin: 31px 0 0;
  }
  .m-footer .conversion .link__item + .link__item {
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
    border-left: 1px dashed #a7987c;
  }
  .m-footer .conversion .link a figure {
    margin: 0 0 10px;
  }
  .m-header__container {
    margin: 0 0 0 15px;
  }
  .m-komachi-life .img img {
    max-width: 100%;
    height: auto;
  }
  .m-loading {
    background-size: 100px;
  }
  .m-loading .label {
    width: 53px;
    height: 12px;
  }
  .m-loading .suppon {
    margin-top: 7px;
    width: 50px;
    height: 43px;
  }
  .m-post-modal {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0s 0.6s, visibility 0s 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s 0.6s, visibility 0s 0.6s;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s 0.6s, visibility 0s 0.6s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 120%, 0);
            transform: translate3d(0, 120%, 0);
  }
  .m-post-modal.is-active {
    visibility: visible;
    opacity: 1;
    transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .m-post-modal .content-wrapper__container {
    width: 100%;
    height: 100%;
  }
  .m-post-modal .content {
    width: 100%;
    height: 100%;
  }
  .m-post-modal .content__inner {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .m-post-modal .close {
    right: 0;
  }
  .m-post-modal .close__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 60px;
    border-radius: 0 0 0 5px;
    background: url("/komachi-official/assets/images/modal_close_bg.jpg");
    background-size: 147px 65px;
  }
  .m-post-modal .close__icon {
    margin-right: 11px;
  }
  .m-post-modal .post__comment {
    font-weight: 300;
  }
  .m-post-modal .staff-post__comment {
    font-weight: 300;
  }
  .m-post-modal .controller-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
  .m-post-modal .controller {
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .m-post-modal .controller.is-disabled {
    transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
  .m-post-modal .controller--next {
    border-left: 1px solid #fff;
  }
  .m-service-guide::after {
    margin-left: -99px;
    width: 39px;
    height: 131px;
    background-image: url("/komachi-official/assets/images/service_guide_illust_sm.png");
    background-size: 39px 131px;
  }
  .c-post--coming-soon .c-post__content {
    height: 200px;
  }
}

@media (max-width: 374px) {
  .m-header .logo img {
    width: 160px;
    height: auto;
  }
  .m-navigation {
    width: 255px;
  }
  .m-navigation .item img {
    height: 14px;
  }
  .m-navigation .item img:nth-child(2) {
    width: 100px;
    height: 21px;
  }
  .m-navigation .guide .c-btn__inner {
    padding-right: 28px;
  }
  .m-navigation .guide .c-btn__inner::after {
    right: 24px;
  }
  .m-navigation .guide .c-btn .i-cart {
    font-size: 2rem;
  }
  .m-navigation .guide .c-btn img {
    height: 12px;
  }
}

@media (min-width: 1121px) and (max-width: 1236px) {
  .m-post-modal .close {
    top: 30px;
    right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .m-post-modal .close {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1236px) {
  .m-post-modal .close .icon {
    width: 50px;
    height: 50px;
  }
  .m-post-modal .close .icon__line {
    margin: -1px 0 0 -12px;
    width: 24px;
    height: 3px;
  }
}

@media (min-width: 320px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 375px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1025px) {
  .d-ml-none {
    display: none !important;
  }
  .d-ml-inline {
    display: inline !important;
  }
  .d-ml-inline-block {
    display: inline-block !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .d-ml-table {
    display: table !important;
  }
  .d-ml-table-row {
    display: table-row !important;
  }
  .d-ml-table-cell {
    display: table-cell !important;
  }
  .d-ml-flex {
    display: flex !important;
  }
  .d-ml-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

/*# sourceMappingURL=../../../maps/komachi-official/assets/styles/style.css.map */
