/*
* common.css
*
*/
/* ------------------------
  base
------------------------ */
html,
body {
  height: 100%;
}

html {
  font-size: 10px;

  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  line-height: 1.78;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

main {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  text-decoration: none;
  color: #e60012;
}
a:visited {
  color: #e60012;
}
a:hover {
  text-decoration: none; 
  color: #e60012;
}
@media (min-width: 1024px) {
  a:hover {
    opacity: 0.6;
  }
}
a:active {
  text-decoration: none; 
  color: #e60012;
}
a[href^="tel:"]:hover {
  color: #e60012;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

h1 {
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #ccc;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1400px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-accordion_btn {
  position: relative;
  margin-bottom: 8.53333vw;
  cursor: pointer; 
  font-size: 4.53333vw;
  line-height: 1.58;
}
@media (min-width: 768px) {
  .u-accordion_btn {
    margin-bottom: 32px;
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_btn {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.u-accordion_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 11.33333vw;
  height: 11.33333vw;
  background: #f9f6f1;
}
@media (min-width: 768px) {
  .u-accordion_btn::after {
    width: 42.5px;
    height: 42.5px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_btn::after {
    right: 22px;
    width: 61px;
    height: 61px;
  }
}
.u-accordion_btn > span {
  display: block;
  padding-right: 17.33333vw;
}
@media (min-width: 768px) {
  .u-accordion_btn > span {
    padding-right: 65px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_btn > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 130px; 
    min-height: 61px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
}
.u-accordion_btn > span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3; 
  top: 0;
  right: 0;
  right: 2.93333vw;
  bottom: 0;
  margin: auto;
  width: 5.33333vw;
  height: 0.8vw;
  background: #c7bfad;
}
@media (min-width: 768px) {
  .u-accordion_btn > span::before {
    right: 11px;
    width: 20px;
    height: 3px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_btn > span::before {
    right: 37px;
    width: 31px;
    height: 5px;
  }
}
.u-accordion_btn > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  right: 5.33333vw;
  bottom: 0;
  margin: auto;
  width: 0.8vw;
  height: 5.33333vw;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  background: #c7bfad;
}
@media (min-width: 768px) {
  .u-accordion_btn > span::after {
    right: 20px;
    width: 3px;
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_btn > span::after {
    right: 50px;
    width: 5px;
    height: 31px;
  }
}
.u-accordion.-open .u-accordion_btn > span::after {
  opacity: 0; 
  -webkit-transform: rotate(90deg); 
      -ms-transform: rotate(90deg); 
          transform: rotate(90deg);
}

.u-accordion_container {
  display: none;
  position: relative;
  background: #f9f6f1;
}
.u-accordion_container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  top: -2.4vw;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: 7.33333vw;
  margin: auto;
  width: 4.8vw;
  height: 4.8vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
  -webkit-transform-origin: center; 
      -ms-transform-origin: center; 
          transform-origin: center;
  background: #fff;
}
@media (min-width: 768px) {
  .u-accordion_container::before {
    top: -9px;
    left: 27.5px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_container::before {
    top: -10px;
    left: 48px;
    width: 20px;
    height: 20px;
  }
}

.u-accordion_contact {
  display: none;
}

.u-accordion_body {
  padding: 5.33333vw 6vw 10.66667vw;
}
@media (min-width: 768px) {
  .u-accordion_body {
    padding: 20px 22.5px 40px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_body {
    padding: 40px 40px 60px;
  }
}
.u-accordion_body.-pt20 {
  padding-top: 2.66667vw;
}
@media (min-width: 768px) {
  .u-accordion_body.-pt20 {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_body.-pt20 {
    padding-top: 20px;
  }
}
.u-accordion_body.-pt60 {
  padding-top: 8vw;
}
@media (min-width: 768px) {
  .u-accordion_body.-pt60 {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_body.-pt60 {
    padding-top: 60px;
  }
}

.u-accordion_close {
  margin-top: 8vw;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  text-align: center;
  font-size: 3.46667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .u-accordion_close {
    margin-top: 30px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_close {
    margin-top: 40px;
    font-size: 16px;
  }
}
.u-accordion_close:hover {
  opacity: 0.6;
}
.u-accordion_close > span {
  position: relative;
  padding-right: 5.86667vw;
}
@media (min-width: 768px) {
  .u-accordion_close > span {
    padding-right: 22px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_close > span {
    padding-right: 20px;
  }
}
.u-accordion_close > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.73333vw;
  height: 3.73333vw;
}
@media (min-width: 768px) {
  .u-accordion_close > span::before {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_close > span::before {
    width: 16px;
    height: 16px;
  }
}
.u-accordion_close > span > span::before,
.u-accordion_close > span > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  right: 0.1em;
  bottom: 0;
  margin: auto;
  width: 3.2vw;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
  -webkit-transform-origin: center; 
      -ms-transform-origin: center; 
          transform-origin: center;
  background: #fff;
}
@media (min-width: 768px) {
  .u-accordion_close > span > span::before,
  .u-accordion_close > span > span::after {
    width: 12px;
    height: 1px;
  }
}
@media (min-width: 1024px) {
  .u-accordion_close > span > span::before,
  .u-accordion_close > span > span::after {
    width: 12px;
    height: 1px;
  }
}
.u-accordion_close > span > span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.u-accordion_close > span > span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------
  Components
------------------------ */
.c-heading {
  position: relative;
  margin-bottom: 1em;
  padding-left: 3.4rem;
  letter-spacing: 0.2rem;
  color: #ff4050;
  font-size: 2.8rem;
  font-weight: bold; 
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .c-heading {
    letter-spacing: normal; 
    font-size: 2.4rem;
  }
}
.c-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.64rem; 
  width: 1.4rem;
  height: 100%;
}
.colorscheme-pink .c-heading {
  color: #ff4050;
}
.colorscheme-pink .c-heading::before {
  background: #ff4050;
}
.colorscheme-green .c-heading {
  color: #00b9a4;
}
.colorscheme-green .c-heading::before {
  background: #00b9a4;
}
.c-heading.-sm {
  padding-left: 0;
  color: #333; 
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .c-heading.-sm {
    font-size: 2rem;
  }
}
.c-heading.-sm::before {
  display: none;
}

.c-txt {
  font-size: 1.6rem;
}
.c-txt.-sm {
  font-size: 1.2rem;
}
.c-txt.-md {
  font-size: 2.2rem;
}
.c-txt.-lg {
  font-size: 3rem;
}
@media (max-width: 1023.98px) {
  .c-txt.-lg {
    font-size: 2.4rem;
  }
}

.c-note {
  margin: 0.5em 0 0 1em;
  text-indent: -1em;
  color: #666; 
  font-size: 14px;
  line-height: 1.5;
}
.c-note + .c-note {
  margin-top: 0 !important;
}

a.c-link {
  text-decoration: underline;
  word-break: break-all; 
  color: #333;
}
a.c-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-btn {
  width: 240px;
}
@media (max-width: 1023.98px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.4rem;
  border-radius: 0.8rem;
  width: 100%;
  height: 48px;
  background: #ff2a0e;
  letter-spacing: 0.1rem;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .c-btn a {
    height: 48px;
    font-size: 14px;
  }
}
.colorscheme-pink .c-btn a {
  background: #ff4050;
}
.colorscheme-green .c-btn a {
  background: #00b9a4;
}
.l-footer .c-btn a {
  border: solid 1px #e60012;
  background: white; 
  color: #e60012;
}
.c-btn a:hover {
  opacity: 0.7; 
  text-decoration: none;
}
.c-btn a i {
  padding-left: 1.6rem;
}
.c-btn.-sm {
  width: 240px;
}
.c-btn.-sm a {
  padding: 0 0.64rem;
  height: 44px;
  font-size: 1.28rem;
}
.c-btn.-sm a i {
  padding-left: 0.64rem;
}

.c-fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 16px 0;
  width: 100%;
  -webkit-transition: all 0.48s 0s  ease-out;
  transition: all 0.48s 0s  ease-out; 
  background: white;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-fab.hide {
  bottom: -76px;
}
@media (max-width: 1023.98px) {
  .c-fab {
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.72);
  }
  .c-fab.hide {
    bottom: -60px;
  }
}
.c-fab .c-btn {
  margin: 0; 
  width: auto;
}
.c-fab .c-btn a {
  padding: 0 16px; 
  width: 400px;
  height: 44px;
  font-size: 15px;
}
@media (max-width: 1023.98px) {
  .c-fab .c-btn a {
    width: auto;
    font-size: 14px;
  }
}

.c-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  cursor: pointer; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .c-pagetop {
    display: none;
  }
}
.colorscheme-pink .c-pagetop {
  border-color: #ff4050;
}
.colorscheme-pink .c-pagetop i {
  color: #ff4050;
}
.colorscheme-pink .c-pagetop:hover {
  background-color: #ff4050;
}
.colorscheme-green .c-pagetop {
  border-color: #00b9a4;
}
.colorscheme-green .c-pagetop i {
  color: #00b9a4;
}
.colorscheme-green .c-pagetop:hover {
  background-color: #00b9a4;
}
.c-pagetop:hover i {
  color: white;
}
.c-pagetop,
.c-pagetop i {
  -webkit-transition: all 0.16s 0s  ease-out;
  transition: all 0.16s 0s  ease-out;
}

.c-movie {
  overflow: hidden; 
  position: relative;
  width: 100%;
}
.c-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-movie > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-social {
  margin-bottom: 48px;
}
.c-social__head {
  color: #333; 
  font-size: 18px;
  font-weight: bold;
}
.c-social__head img {
  margin-top: -32px;
  margin-left: 8px;
  width: 64px;
  height: 64px;

  -o-object-fit: contain;

     object-fit: contain;
}
@media (max-width: 1023.98px) {
  .c-social__head img {
    margin-top: -16px; 
    width: 48px;
    height: 48px;
  }
}
.c-social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-social__item {
  margin: 8px;
}
.c-social__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  border: solid 1px #bcbcbc;
  border-radius: 8px;
  min-width: 200px;
  min-height: 48px;
  color: #333;
  font-size: 14px;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-social__item i {
  margin-top: 2px;
  margin-left: 4px;
  font-size: 12px;
}
.c-social__icon {
  margin-right: 8px;
  width: 32px;
  height: 32px;

  -o-object-fit: contain;

     object-fit: contain;
}

/* ------------------------
  layout
------------------------ */
.l-container {
  overflow: hidden;
  padding-top: 5.6rem;
  font-size: 1.6rem;
}
.l-container a.share_twitter {
  color: #00acee;
}
.l-container a.share_facebook {
  color: #3b5998;
}
.l-container a.contact_txt {
  color: #e60012;
}

.l-footer {
  margin-top: 18rem;
  margin-bottom: 76px;
}
@media (max-width: 1023.98px) {
  .l-footer {
    margin-top: 9rem;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023.98px) {
  .l-footer .footer_logo {
    text-align: center;
  }
}
.l-footer .footer_txt {
  padding: 1.6rem 1rem 0;
}
.l-footer .footer_copyright {
  margin-bottom: 0;
  background: #333;
  text-align: center;
  color: #fff;
}

.row.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.-bg {
  padding: 3.2rem;
  border-radius: 1.6rem;
  background: #f6f2db;
}

.navbar {
  padding: 0.8rem 1.6rem; 
  -webkit-box-shadow: 0 0 2px 1px rgba(10, 10, 10, 0.1); 
          box-shadow: 0 0 2px 1px rgba(10, 10, 10, 0.1);
}
.navbar.fixed-top {
  position: fixed;
}
@media (max-width: 1023.98px) {
  .navbar .container {
    padding: 0;
  }
}
.navbar .btn {
  margin-right: auto;
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  width: auto;
  font-family: "M PLUS 1p", sans-serif; 
  font-size: 1.6rem;
}
.navbar .btn,
is-inactive .navbar .btn {
  border: solid 1px #e60012; 
  color: #e60012;
}
.is-active .navbar .btn {
  border-style: none;
  color: white;
}
.is-active.colorscheme-pink .navbar .btn {
  background: #ff4050;
}
.is-active.colorscheme-green .navbar .btn {
  background: #00b9a4;
}
@media screen and (max-width: 600px) {
  .navbar .btn {
    margin-right: 0; 
    width: 45%;
    font-size: 1.28rem;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}