@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*color*/
/*weight*/
:root {
  --wrapPaddingHorizontal: 2rem;
}

html {
  font-size: 0.6944444444vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  height: 100%;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

picture {
  display: block;
}

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

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

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto !important;
  }
  a:hover {
    opacity: 1 !important;
  }
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 2.4rem 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem;
  }
}
.l-header .logo,
.l-header .hmbtn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header.is-show .logo,
.l-header.is-show .hmbtn {
  opacity: 1;
  pointer-events: auto;
}
.l-header .logo {
  width: 23.4rem;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 14.6rem;
  }
}
.l-header .logo a {
  display: block;
}
.l-header .hmbtn {
  width: 16.85rem;
  height: 4.8rem;
  background-color: #000;
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 54%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 54%, 85% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn {
    width: 12.25rem;
    height: 3.45rem;
    top: 1rem;
    right: 1rem;
  }
}
.l-header .hmbtn_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding-left: 3.1rem;
  padding-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_inner {
    padding-left: 2.245rem;
  }
}
.l-header .hmbtn_inner::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  background-image: url(../img/common/header-menu_icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_inner::before {
    width: 0.69rem;
    height: 0.69rem;
    top: 0.3rem;
    left: 0.3rem;
  }
}
.l-header .hmbtn_line {
  width: 2.5rem;
  height: 100%;
  display: block;
  position: relative;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_line {
    width: 1.815rem;
    margin-right: 1.45rem;
  }
}
.l-header .hmbtn_line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.24rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_line span {
    height: 0.173rem;
  }
}
.l-header .hmbtn_line span:nth-of-type(1) {
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_line span:nth-of-type(1) {
    top: 1.2rem;
  }
}
.l-header .hmbtn_line span:nth-of-type(2) {
  top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_line span:nth-of-type(2) {
    top: 1.9rem;
  }
}
.l-header .hmbtn_txt {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn_txt {
    font-size: 1.9rem;
  }
}
.l-header .hmbtn_txt .close {
  display: none;
}
.l-header .hmbtn.is-open {
  background-color: #8193AC;
}
.l-header .hmbtn.is-open .hmbtn_line span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-25deg);
  transform: translateY(-50%) translateX(-50%) rotate(-25deg);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn.is-open .hmbtn_line span:nth-of-type(1) {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-20deg);
    transform: translateY(-50%) translateX(-50%) rotate(-20deg);
  }
}
.l-header .hmbtn.is-open .hmbtn_line span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(25deg);
  transform: translateY(-50%) translateX(-50%) rotate(25deg);
  bottom: auto;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .l-header .hmbtn.is-open .hmbtn_line span:nth-of-type(2) {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(20deg);
    transform: translateY(-50%) translateX(-50%) rotate(20deg);
  }
}
.l-header .l-header_nav {
  width: 44.4rem;
  position: fixed;
  right: 1.8rem;
  top: 1.8rem;
  background: linear-gradient(77.4deg, #EDF3FB 29.43%, #FEECE9 89.07%), #FFFFFF;
  border: 1px solid rgba(129, 147, 172, 0.4);
  z-index: 10;
  padding: 7.5rem 0 8rem;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
}
.l-header .l-header_nav::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -1.76rem;
  pointer-events: none;
  background-color: rgba(129, 147, 172, 0.4);
  -webkit-clip-path: polygon(0 81.3%, 18% 100%, calc(18% + 1px) 100%, 1px 81.3%);
          clip-path: polygon(0 81.3%, 18% 100%, calc(18% + 1px) 100%, 1px 81.3%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav::after {
    display: none;
  }
}
.l-header .l-header_nav--fixed {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.l-header .l-header_nav .l-menu {
  width: 33.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav .l-menu {
    width: 29.95rem;
  }
}
.l-header .l-header_nav .l-menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav .l-menu ul {
    padding-bottom: 7.5rem;
  }
}
.l-header .l-header_nav .l-menu ul li {
  margin-bottom: 0.7rem;
}
.l-header .l-header_nav .l-menu ul li:last-child {
  margin-bottom: 0;
}
.l-header .l-header_nav .l-menu ul li a {
  color: #575353;
  font-family: "Bayon", sans-serif;
  font-size: 4rem;
  padding-left: 1.7rem;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav .l-menu ul li a {
    font-size: 3.6rem;
    padding-left: 0.8rem;
  }
}
.l-header .l-header_nav .l-menu ul li a:hover {
  color: #E3A5BB;
}
.l-header .l-header_nav .l-menu ul li a::before {
  content: "";
  width: 100%;
  height: 2.8rem;
  background-image: url(../img/common/header-menu_list-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0.9rem;
  left: 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav .l-menu ul li a::before {
    height: 2.5rem;
    left: 0;
    bottom: 0.7rem;
  }
}
.l-header .l-header_nav .l-menu .x-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_nav .l-menu .x-link {
    display: block;
    width: 7rem;
    margin: 0 auto;
  }
  .l-header .l-header_nav .l-menu .x-link a {
    display: block;
  }
}

.l-footer {
  position: relative;
  z-index: 2;
}
.l-footer .breadcrumbs {
  width: 100%;
  background-image: url(../img/common/breadcrumbs-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer .breadcrumbs {
    background-image: url(../img/common/breadcrumbs-bg_sp.png);
    padding: 0.7rem 2rem;
  }
}
.l-footer .breadcrumbs li::after {
  content: "";
  width: 0.6rem;
  height: 1rem;
  background-image: url(../img/common/breadcrumbs-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2rem 0 1.7rem;
  position: relative;
  bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .breadcrumbs li::after {
    margin: 0 1.3rem 0 1rem;
    bottom: 0.2rem;
  }
}
.l-footer .breadcrumbs li:last-child::after {
  display: none;
}
.l-footer .breadcrumbs li:last-child a {
  pointer-events: none;
  text-decoration: none;
}
.l-footer .breadcrumbs li a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer .breadcrumbs li a {
    font-size: 1.4rem;
  }
}
.l-footer .breadcrumbs li a:hover {
  opacity: 0.6;
}
.l-footer_wrap {
  background-color: #000;
  padding: 7rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap {
    padding: 4.2rem 2rem 2.2rem;
  }
}
.l-footer_wrap .l-footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link {
    display: block;
    padding-bottom: 4rem;
  }
}
.l-footer_wrap .l-footer_link_item {
  margin-right: 3rem;
  width: 19.1rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item {
    width: 16.6rem;
    margin: 0 auto 2rem;
  }
}
.l-footer_wrap .l-footer_link_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item:last-child {
    margin: 0 auto;
  }
}
.l-footer_wrap .l-footer_link_item::after {
  content: "";
  width: 19.5rem;
  height: 108%;
  background-color: #fff;
  position: absolute;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2.1rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2.1rem) 100%, 0% 100%);
  left: -0.2rem;
  top: -0.15rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item::after {
    width: 17rem;
    height: 109%;
    top: -0.18rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
  }
}
.l-footer_wrap .l-footer_link_item a {
  display: block;
  width: 100%;
  background-color: #000;
  padding: 1rem 2.5rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 2rem) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item a {
    padding: 0.7rem 1rem 0.7rem 1.5rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
  }
}
.l-footer_wrap .l-footer_link_item a::before {
  content: "";
  width: 1.8rem;
  height: 1.9rem;
  background-image: url(../img/common/X-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item a::before {
    width: 1.5rem;
    height: 1.6rem;
  }
}
.l-footer_wrap .l-footer_link_item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0.8rem 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .l-footer_link_item a::after {
    border-width: 0.62rem 0.62rem 0 0;
    top: 0.3rem;
    left: 0.3rem;
  }
}
.l-footer_wrap .l-footer_link_item a:hover {
  opacity: 0.7;
}
.l-footer_wrap .copyright {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .copyright {
    font-size: 1rem;
  }
}
.l-footer_wrap .pagetop {
  width: 5.1rem;
  height: 5.1rem;
  position: absolute;
  right: 4rem;
  bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .pagetop {
    right: 2rem;
    bottom: 1.6rem;
  }
}
.l-footer_wrap .pagetop a {
  display: block;
  position: relative;
  height: 100%;
  background-image: url(../img/common/page-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_wrap .pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer_wrap .pagetop a:hover {
    opacity: 1;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-en {
  font-family: "Bayon", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* --------------------------------------------------
  フェードインアニメーション
-------------------------------------------------- */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 1s;
  transition: 1s;
}

.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.-hmbon {
  overflow: hidden;
}