@charset "UTF-8";
/* ---------------------------------------------
*   breadcrumb
--------------------------------------------- */
.breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    top: 100%;
    bottom: auto;
    margin-top: 2.66667vw;
    padding-left: 2.66667vw;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 1220px;
  width: 84.72222vw;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 0;
    width: 100%;
  }
}

.breadcrumb__list-item {
  margin-right: 5px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .breadcrumb__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5f5f5f;
    font-size: 3.33333vw;
    line-height: 1.2;
  }
}

.breadcrumb__list-item::before {
  color: #fff;
  content: ">";
}

@media screen and (max-width: 768px) {
  .breadcrumb__list-item::before {
    margin-right: 2.13333vw;
    color: #5f5f5f;
  }
}

.breadcrumb__list-item:first-of-type::before {
  display: none;
}

.breadcrumb__txt {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb__txt {
    color: #5f5f5f;
    font-weight: lighter;
  }
}

.breadcrumb__txt[href]:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb__txt--link {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .breadcrumb__txt--link {
    text-decoration: underline;
  }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
  overflow: hidden;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */

.footer__container {
  width: 1440px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer__container {
    max-width: 1440px;
    width: 100%;
  }
}

/* ---------------------------------------------
*   footer-detail
--------------------------------------------- */
.footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1270px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-details {
    /*display: block;*/
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-details {
    display: block;
    width: 100%;
  }
}

/* ---------------------------------------------
*   footer-list
--------------------------------------------- */
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-list {
    /*display: block;*/
    padding-bottom: 8vw;
    max-width: 1270px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-list {
    display: block;
    padding-bottom: 8vw;
    width: 100%;
  }
}

/* ---------------------------------------------
*   footer-nav__list-item
--------------------------------------------- */
.footer-nav__list-item {
  width: 100%;
}

/* ---------------------------------------------
*   footer-map
--------------------------------------------- */
.footer-map {
  margin-bottom: 19px;
  font-size: 18px;
}

.footer-map:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-map {
    /* margin-bottom: 10.66667vw;*/
  }
}

@media screen and (max-width: 768px) {
  .footer-map {
    margin-bottom: 10.66667vw;
  }
}

.footer-map--disabled {
  pointer-events: none;
}

/* ---------------------------------------------
*   footer-marks
--------------------------------------------- */
.footer-marks {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-marks {
    padding-top: 8vw;
    padding-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-marks {
    padding-top: 8vw;
    padding-bottom: 6.66667vw;
  }
}

/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .footer-pagetop__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer-pagetop__link:hover {
    opacity: 0.8;
  }
}

/*  footer-container
--------------------------------------------- */
.footer-container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-container {
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    width: 100%;
  }
}

/*  footer-nav
--------------------------------------------- */
.footer-nav {
  margin-left: 50px;
}

@media screen and (max-width: 1440px) and (min-width: 1231px) {
  .footer-nav {
    /* margin-bottom: 3.47222vw; */
    margin-left: 3.47222vw;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-nav {
    margin-bottom: 3.47222vw;
    margin-left: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 6.66667vw;
    margin-left: 6.66667vw;
  }
}

.footer-nav__list {
  margin-top: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-nav__list {
    margin-top: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav__list {
    margin-top: 4vw;
  }
}

.footer-nav__link {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .footer-nav__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer-nav__link:hover {
    opacity: 0.8;
  }
}

/*  footer-logo
--------------------------------------------- */
.footer-logo {
  margin-right: auto;
  margin-left: auto;
  width: 136px;
  height: 30px;
}

@media screen and (min-width: 769px) {
  .footer-logo__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .footer-logo__link:hover {
    opacity: 0.8;
  }
}

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  padding-top: 15px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .footer-copyright {
    padding-top: 1.04167vw;
    padding-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 5.33333vw;
    padding-top: 5.33333vw;
  }
}

.footer-copyright__txt {
  text-align: center;
  font-size: 15px;
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 50px;
  width: 40%;
  height: 100%;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav {
    padding-top: 6.94444vw;
    padding-left: 3.47222vw;
    min-width: 496px;
  }
}

@media screen and (max-width: 768px) {
  .global-nav {
    padding-top: 8vw;
    padding-bottom: 26.66667vw;
    padding-left: 6.66667vw;
    width: 100%;
  }
}

.global-nav__list {
  padding-bottom: 20px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav__list {
    padding-bottom: 1.38889vw;
    padding-left: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav__list {
    padding-bottom: 2.66667vw;
    padding-left: 2vw;
  }
}

.global-nav__item {
  margin-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav__item {
    margin-top: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav__item {
    margin-top: 4vw;
  }
}

.global-nav__item--language {
  margin-top: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav__item--language {
    margin-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav__item--language {
    margin-top: 13.33333vw;
  }
}

.global-nav__item:first-of-type {
  margin-top: 0;
}

.global-nav__item--mgt {
  margin-top: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav__item--mgt {
    margin-top: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav__item--mgt {
    margin-top: 2.66667vw;
  }
}

.global-nav__caption {
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}

.global-nav__caption:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global-nav__caption--nolink:hover {
  opacity: 1;
}

.is-menu-opened .global-nav {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* ---------------------------------------------
*   global-nav-sub
--------------------------------------------- */
.global-nav-sub {
  padding-left: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav-sub {
    padding-left: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .global-nav-sub {
    padding-left: 4vw;
  }
}

.global-nav-sub__link {
  color: #fff;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .global-nav-sub__link {
    font-size: 15px;
  }
}

.global-nav-sub__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global-nav-sub__item {
  font-weight: lighter;
}

/*  global-nav-overlay
--------------------------------------------- */
.global-nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.is-menu-opened .global-nav-overlay {
  display: block;
}

/* ---------------------------------------------
*   header
--------------------------------------------- */

/*  header-container
--------------------------------------------- */
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding-right: 1em;
  padding-left: 1em;
  height: 100%;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
  z-index: 990;
  margin-left: 45px;
  width: 136px;
  font-size: 1px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-logo {
    margin-left: 0;
    width: 80px;
  }
}

.header-logo__link {
  display: block;
}

@media screen and (min-width: 769px) {
  .header-logo__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .header-logo__link:hover {
    opacity: 0.8;
  }
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
  position: fixed;
  top: 30px;
  right: 65px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0;
  width: 60px;
  height: 60px;
  outline: none;
  border: 0;
  border-radius: 0;
  border-radius: 50%;
  background: none;
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header-menu-button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header-menu-button {
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
  }
}

.ie .header-menu-button {
  right: 20px;
}

.header-menu-button__lines {
  position: relative;
  display: block;
  width: 20px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 768px) {
  .header-menu-button__lines {
    width: 15px;
    height: 15px;
  }
}

.header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-menu-opened .header-menu-button__line {
  background-color: #fff;
}

.header-menu-button__line--top {
  top: 0;
}

.is-menu-opened .header-menu-button__line--top {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}

@media screen and (max-width: 768px) {
  .is-menu-opened .header-menu-button__line--top {
    -webkit-transform: translateY(6px) rotate(-315deg);
    transform: translateY(6px) rotate(-315deg);
  }
}

.header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}

.is-menu-opened .header-menu-button__line--center {
  opacity: 0;
}

.header-menu-button__line--bottom {
  bottom: 0;
}

.is-menu-opened .header-menu-button__line--bottom {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block-reason
--------------------------------------------- */
.c-block-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  background: url(/global/common/img/kitchen/img-sk-adv1.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-reason {
    height: 48.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason {
    height: 100%;
  }
}

.c-block-reason__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 1440px;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-block-reason__container {
    width: 100%;
  }
}

.c-block-reason__contents {
  margin-left: 200px;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.42);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-reason__contents {
    margin-left: 13.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason__contents {
    margin-left: 0;
    padding-top: 33.33333vw;
    padding-left: 26.66667vw;
    width: 100%;
  }
}

.c-block-reason__bcg {
  width: 1440px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-reason__bcg {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason__bcg {
    width: 100%;
  }
}

.c-block-reason__ttl {
  margin-bottom: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-reason__ttl {
    margin-bottom: 2.43056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason__ttl {
    margin-bottom: 4.66667vw;
  }
}

.c-block-reason__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-block-reason__contents-sp {
    padding-top: 13.33333vw;
    padding-right: 8vw;
    padding-bottom: 13.33333vw;
    padding-left: 8vw;
    background: #000;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason__ttl-sp {
    margin-bottom: 5.33333vw;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .c-block-reason__txt-sp {
    color: #fff;
    font-size: 15px;
  }
}

/* ---------------------------------------------
*   c-block-distribution
--------------------------------------------- */
.c-block-distribution__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 992px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__container {
    max-width: 68.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__container {
    width: 100%;
  }
}

.c-block-distribution__map {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__map {
    padding-top: 6.94444vw;
    padding-bottom: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__map {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}

.c-block-distribution__area {
  position: absolute;
}

.c-block-distribution__area:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-block-distribution__area--1 {
  top: 27%;
  left: 69%;
  width: 75px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--1 {
    width: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--1 {
    top: 27%;
    left: 68%;
    width: 10vw;
  }
}

.c-block-distribution__area--2 {
  top: 30%;
  left: 46%;
  width: 70px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--2 {
    width: 4.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--2 {
    width: 9.33333vw;
  }
}

.c-block-distribution__area--3 {
  top: 43%;
  left: 64%;
  width: 112px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--3 {
    width: 7.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--3 {
    top: 42%;
    width: 14.93333vw;
  }
}

.c-block-distribution__area--4 {
  top: 52%;
  left: 35%;
  width: 112px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--4 {
    width: 7.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--4 {
    top: 51%;
    left: 33%;
    width: 14.93333vw;
  }
}

.c-block-distribution__area--5 {
  top: 56%;
  left: 49%;
  width: 121px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--5 {
    width: 8.40278vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--5 {
    width: 16.13333vw;
  }
}

.c-block-distribution__area--6 {
  top: 61%;
  left: 39%;
  width: 121px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--6 {
    width: 8.40278vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--6 {
    top: 60%;
    left: 37%;
    width: 16.13333vw;
  }
}

.c-block-distribution__area--7 {
  top: 70%;
  left: 40%;
  width: 132px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--7 {
    width: 9.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--7 {
    top: 67%;
    width: 17.6vw;
  }
}

.c-block-distribution__area--8 {
  top: 75%;
  left: 43%;
  width: 148px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--8 {
    width: 10.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--8 {
    top: 71%;
    width: 19.73333vw;
  }
}

.c-block-distribution__area--9 {
  top: 43.5%;
  left: 50.5%;
  width: 121px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--9 {
    width: 8.40278vw;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--9 {
    top: 42%;
    width: 16vw;
    left: 49%;
  }
}

.c-block-distribution__area--10 {
  top: 47.5%;
  left: 51%;
  width: 73px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-distribution__area--10 {
    width: 5vw;
    left: 50.5%;
  }
}

@media screen and (max-width: 768px) {
  .c-block-distribution__area--10 {
    top: 47%;
    width: 10vw;
    left: 49%;
  }
}

/* ---------------------------------------------
*   c-block-brand
--------------------------------------------- */
.c-block-brand {
  padding-top: 150px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand {
    padding-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand {
    padding-top: 20vw;
  }
}

.c-block-brand__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__container {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__container {
    width: 100%;
  }
}

.c-block-brand__name {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  width: 280px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__name {
    padding-bottom: 3.47222vw;
    width: 19.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__name {
    padding-bottom: 6.66667vw;
    width: 100%;
  }
}

.c-block-brand__name--stedia {
  width: 208px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__name--stedia {
    width: 14.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__name--stedia {
    width: 100%;
  }
}

.c-block-brand__example-imgs {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-container {
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
  }
}

.c-block-brand__btn {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 288px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__btn {
    width: 27.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__btn {
    position: static;
    margin-top: 2.66667vw;
    width: 100%;
  }
}

.c-block-brand__value {
  background: url(/global/common/img/kitchen/img-centro1.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.c-block-brand__value-box {
  padding-top: 110px;
  padding-bottom: 700px;
  padding-left: 220px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__value-box {
    padding-top: 7.63889vw;
    padding-bottom: 48.61111vw;
    padding-left: 15.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__value-box {
    padding-top: 14.66667vw;
    padding-bottom: 93.33333vw;
    padding-left: 29.33333vw;
  }
}

.c-block-brand__value-ttl {
  font-weight: bold;
  font-size: 35px;
}

.c-block-brand__value-txt {
  font-size: 20px;
}

.c-block-brand__vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-block-brand__vision-img {
  width: 720px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__vision-img {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__vision-img {
    width: 100%;
  }
}

.c-block-brand__vision-desc {
  padding-top: 110px;
  padding-bottom: 120px;
  padding-left: 90px;
  background: #000;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__vision-desc {
    padding-top: 7.63889vw;
    padding-bottom: 8.33333vw;
    padding-left: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__vision-desc {
    padding-top: 7.33333vw;
    padding-bottom: 16vw;
    padding-left: 12vw;
  }
}

.c-block-brand__vision-ttl {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__vision-ttl {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__vision-ttl {
    margin-bottom: 5.33333vw;
  }
}

.c-block-brand__vision-txt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__vision-txt {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__vision-txt {
    margin-bottom: 5.33333vw;
  }
}

.c-block-brand__example-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__example-ttl {
    margin-bottom: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-ttl {
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}

.c-block-brand__example-img {
  position: relative;
  display: block;
  width: 100%;
}

.c-block-brand__example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__example-list {
    width: 90.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-list {
    width: 100%;
  }
}

.c-block-brand__example-item {
  margin: 20px;
  width: calc((100% - 81px) / 2);
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-item {
    margin: 5.33333vw auto;
    width: 100%;
  }
}

.c-block-brand__example-item:nth-of-type(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-item:nth-of-type(n + 3) {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__example-imgs {
    margin: 2.66667vw 0;
  }
}

.c-block-brand__plan-ttl {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
}

.c-block-brand__plan {
  padding-top: 150px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__plan {
    padding-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__plan {
    padding-top: 20vw;
  }
}

.c-block-brand__plan-img {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__plan-img {
    width: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__plan-img {
    width: 100%;
  }
}

.c-block-brand__plan-btn {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  width: 900px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-brand__plan-btn {
    padding-top: 2.08333vw;
    width: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-brand__plan-btn {
    padding-top: 8vw;
    padding-right: 0vw;
    padding-left: 0vw;
    width: 100%;
  }
}

.c-block-brand__plan-container {
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------------
*   c-block-spirit
--------------------------------------------- */
.c-block-spirit {
  margin-top: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit {
    margin-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit {
    margin-top: 0vw;
  }
}

.c-block-spirit__container {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__container {
    width: 100%;
  }
}

.c-block-spirit__inner {
  margin-right: 30px;
  margin-left: 55px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__inner {
    margin-right: calc(40 * 680 / 494 / 1230 * 100vw);
    margin-left: calc(30 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__inner {
    margin-right: calc(30 * 680 / 494 / 768 * 100vw);
    margin-left: calc(20 * 680 / 494 / 768 * 100vw);
    padding-top: calc(24 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__imgs {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__imgs {
    display: block;
  }
}

.c-block-spirit__pyramid {
  margin-right: 30px;
  width: 458px;
  height: 450px;
  background: url(/global/common/img/company/img-company-graph1.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__pyramid {
    margin-right: auto;
    margin-bottom: 3.47222vw;
    margin-left: auto;
    width: 47.22222vw;
    height: 46.59722vw;
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__pyramid {
    margin: 0 auto;
    width: 90.66667vw;
    height: 89.46667vw;
  }
}

.c-block-spirit__box {
  width: 494px;
  height: 480px;
  background: url(/global/common/img/company/img-company-graph2.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__box {
    margin-right: auto;
    margin-left: auto;
    width: 47.22222vw;
    height: 61.66667vw;
    background: url(/global/common/img/company/img-company-graph2-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__box {
    margin: 0 auto;
    margin-top: 8vw;
    width: 90.66667vw;
    height: 118.4vw;
    background: url(/global/common/img/company/img-company-graph2-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.c-block-spirit__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__ttl {
    font-size: calc(17 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__ttl {
    margin-bottom: 0vw;
    font-size: 3.86667vw;
  }
}

.c-block-spirit__ttl--top {
  line-height: 1.2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__ttl--top {
    padding-top: calc(45 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__ttl--top {
    padding-top: calc(10 * 680 / 494 / 768 * 100vw);
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__ttl--middle {
    margin-bottom: calc(10 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__ttl--bottom {
    margin-bottom: calc(10 * 680 / 494 / 1230 * 100vw);
  }
}

.c-block-spirit__txt {
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__txt {
    padding-top: calc(100 * 680 / 458 / 1440 * 100vw);
    font-size: calc(17 * 680 / 458 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__txt {
    padding-top: 20vw;
    font-size: 3.33333vw;
  }
}

.c-block-spirit__txt--1 {
  padding-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__txt--1 {
    padding-top: calc(30 * 680 / 458 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__txt--1 {
    padding-top: calc(31 * 680 / 458 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .iphone .c-block-spirit__txt--1 {
    padding-top: calc(35 * 680 / 458 / 768 * 100vw);
  }
}

.c-block-spirit__txt--2 {
  padding-top: 35px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__txt--2 {
    padding-top: calc(35 * 680 / 458 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__txt--2 {
    padding-top: calc(35 * 680 / 458 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .iphone .c-block-spirit__txt--2 {
    padding-top: calc(36 * 680 / 458 / 768 * 100vw);
  }
}

.c-block-spirit__txt--3 {
  padding-top: 55px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__txt--3 {
    padding-top: calc(55 * 680 / 458 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__txt--3 {
    padding-top: calc(57 * 680 / 458 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .iphone .c-block-spirit__txt--3 {
    padding-top: calc(60 * 680 / 458 / 768 * 100vw);
  }
}

.c-block-spirit__txt--4 {
  padding-top: 40px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__txt--4 {
    padding-top: calc(40 * 680 / 458 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__txt--4 {
    padding-top: calc(45 * 680 / 458 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .iphone .c-block-spirit__txt--4 {
    padding-top: calc(45 * 680 / 458 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .safari .c-block-spirit__txt--4 {
    padding-top: calc(40 * 680 / 458 / 768 * 100vw);
  }
}

.c-block-spirit__txt--red {
  color: #9c1c33;
}

.c-block-spirit__desc {
  margin-top: 25px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__desc {
    margin-top: calc(20 * 680 / 494 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__desc {
    margin-top: calc(20 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__desc--large {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__desc--large {
    margin-top: calc(20 * 680 / 494 / 1440 * 100vw);
    padding-top: calc(15 * 680 / 494 / 1230 * 100vw);
    padding-bottom: calc(10 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__desc--large {
    margin-top: calc(20 * 680 / 494 / 768 * 100vw);
    padding-top: calc(25 * 680 / 494 / 768 * 100vw);
    padding-bottom: calc(20 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__desc--bottom {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .c-block-spirit__desc--bottom {
    margin-top: calc(20 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__states {
  margin-top: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__states {
    margin-top: calc(10 * 680 / 494 / 1230 * 100vw);
    margin-bottom: calc(10 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__states {
    margin-top: calc(10 * 680 / 494 / 768 * 100vw);
    margin-bottom: calc(20 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__states--middle {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-block-spirit__states--middle {
    margin-top: calc(10 * 680 / 494 / 768 * 100vw);
    margin-bottom: calc(10 * 680 / 494 / 768 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__states--bottom {
    margin-top: calc(10 * 680 / 494 / 768 * 100vw);
    margin-bottom: calc(10 * 680 / 494 / 768 * 100vw);
  }
}

.c-block-spirit__state {
  padding-left: 1em;
  color: #fff;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-block-spirit__state {
    margin-bottom: calc(5 * 680 / 494 / 1230 * 100vw);
    font-size: calc(16 * 680 / 494 / 1230 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c-block-spirit__state {
    margin-bottom: 0vw;
    font-size: 3.6vw;
  }
}

/* ---------------------------------------------
*   c-block-video
--------------------------------------------- */
.c-block-video {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}

.c-block-video__iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------
*   c-box-adv
--------------------------------------------- */
.c-box-adv {
  margin-right: 50px;
  padding: 40px;
  width: 335px;
  height: 335px;
  background: #fff;
}

.c-box-adv:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-box-adv {
    margin-right: 3.47222vw;
    padding: 2.08333vw;
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-box-adv {
    margin-right: 5.33333vw;
    margin-bottom: 5.33333vw;
    margin-left: 5.33333vw;
    padding: 4vw;
    width: 89.33333vw;
    height: auto;
  }
}

.c-box-adv__point {
  color: #808080;
  font-weight: bold;
  font-size: 20px;
}

.c-box-adv__ttl {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .c-box-adv__ttl {
    margin-left: 2.66667vw;
  }
}

.c-box-adv__txt {
  font-size: 16px;
}

.c-box-adv__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 46px;
  height: 0.6875rem;
  background: url(/global/common/img/img-arrow-black.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-btn::after {
    top: 50%;
    right: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-btn::after {
    top: 50%;
    right: 2.66667vw;
    height: 7.33333vw;
  }
}

.safari .c-btn::after {
  -webkit-transition: none;
  transition: none;
}

.ie .c-btn::after {
  -webkit-transition: none;
  transition: none;
}

.firefox .c-btn::after {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 769px) {
  .c-btn:hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn:hover::after {
    background-image: url(/global/common/img/img-arrow-white.svg);
  }
}

.c-btn--mid {
  height: 66px;
  letter-spacing: 0.05em;
  font-size: 20px;
}

.c-btn--large {
  height: 134px;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .c-btn--large {
    font-size: 4.26667vw;
    height: 65px;
    margin-bottom: 70px;
  }
}

.c-btn--black {
  background-color: #000;
  color: #fff;
}

.c-btn--black::after {
  background-image: url(/global/common/img/img-arrow-white.svg);
}

@media screen and (min-width: 769px) {
  .c-btn--black:hover {
    background-color: #fff;
    color: #000;
  }
  .c-btn--black:hover::after {
    background-image: url(/global/common/img/img-arrow-black.svg);
  }
}

.c-btn--dist {
  margin-top: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  height: 100px;
  line-height: 1.4em;
}
.c-btn--dist::after {
  background-image: url(/global/common/img/img-arrow-red.svg);
}
.c-btn--dist:hover {
  border: 2px solid #bd0000;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  .c-btn--dist {
    background-color: #fff;
    color: #000;
    font-size: 20px;
  }

  .c-btn--dist:hover::after {
    background-image: url(/global/common/img/img-arrow-black.svg);
  }
}

.c-btn--border {
  border: 2px solid #000;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .c-btn--border:hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn--border:hover::after {
    background-image: url(/global/common/img/img-arrow-white.svg);
  }
}

.c-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-weight: bold;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-btn__txt--left {
  -ms-flex-pack: start;
  padding-left: 40px;

  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-btn__txt--left {
    padding-left: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-btn__txt--left {
    padding-left: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-btn__txt--align {
    -ms-flex-pack: start;
    padding-left: 8vw;

    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .c-btn__txt--center {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-btn__txt--catalog {
    -ms-flex-pack: start;
    padding-left: 1.38889vw;
    font-size: 20px;

    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-btn__txt--pl {
    padding-left: 1.38889vw;
  }
}

/* ---------------------------------------------
*   c-btn-catalog
--------------------------------------------- */
.c-btn-catalog {
  width: 490px;
}

/* ---------------------------------------------
*   c-btn-small
--------------------------------------------- */
.c-btn-small {
  width: 288px;
}

/* ---------------------------------------------
*   c-btn-long
--------------------------------------------- */
.c-btn-long {
  width: 1100px;
}

/* ---------------------------------------------
*   c-btn-middle
--------------------------------------------- */
.c-btn-middle {
  width: 1000px;
}

/*  c-elevator-nav
--------------------------------------------- */
.c-elevator-nav {
  position: fixed;
  top: 50%;
  right: 80px;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .c-elevator-nav {
    right: 10px;
  }
}

.ie .c-elevator-nav {
  top: 63%;
  right: 35px;
}

@media screen and (max-width: 768px) {
  .ie .c-elevator-nav {
    right: 10px;
  }
}

.c-elevator-nav__list {
  z-index: 0;
  display: block;
  margin-bottom: 20px;
  width: 3px;
  content: "";
}

.c-elevator-nav__txt {
  position: absolute;
  top: 50%;
  right: 100%;
  padding-right: 10px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-elevator-nav__item {
  position: relative;
  max-height: 96px;
  height: calc(96 / 1200 * 100vh);
}

.c-elevator-nav__link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

nav[class*="is-active"] .c-elevator-nav__link {
  background-color: #808080;
  color: #fff;
}

.c-elevator-nav__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  margin-bottom: 20px;
  max-height: 96px;
  width: 3px;
  height: calc(96 / 1200 * 100vh);
  background-color: #f2f2f2;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

nav[class*="is-active"] .c-elevator-nav__link::after {
  background-color: #808080;
}

.c-elevator-nav__link.is-current {
  background-color: #000;
}

nav[class*="is-active"] .c-elevator-nav__link.is-current {
  background-color: #fff;
}

.c-elevator-nav__link.is-current::after {
  background-color: #000;
}

nav[class*="is-active"] .c-elevator-nav__link.is-current::after {
  background-color: #fff;
}

.c-elevator-nav__link:hover .c-elevator-nav__txt {
  opacity: 1;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
  height: 31.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-kv {
    height: 34.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-kv {
    height: 120vw;
  }
}

.c-kv--top {
  height: 59.125rem;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-kv--top {
    height: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-kv--top {
    height: 120vw;
  }
}

.c-kv--distribution {
  background-image: url(/global/common/img/distributors/img-kv-distributors.jpg);
}
@media screen and (max-width: 768px) {
  .c-kv--distribution {
    background-image: url(/global/common/img/distributors/img-kv-distributors-sp.jpg);
  }
}

.c-kv--kitchen {
  background-image: url(/global/common/img/kitchen/img-kv-systemized-kitchen.jpg);
}
@media screen and (max-width: 768px) {
  .c-kv--kitchen {
    background-image: url(/global/common/img/kitchen/img-kv-systemized-kitchen-sp.png);
  }
}

.c-kv--ir {
  background-image: url(/global/common/img/ir/img-kv-ir.png);
}
@media screen and (max-width: 768px) {
  .c-kv--ir {
    background-image: url(/global/common/img/ir/img-kv-ir-sp.png);
  }
}

.c-kv--bath {
  background-image: url(/global/common/img/bath/img-kv-bath.png);
}
@media screen and (max-width: 768px) {
  .c-kv--bath {
    background-image: url(/global/common/img/bath/img-kv-bath-sp.png);
  }
}

.c-kv--catalog {
  background-image: url(/global/common/img/catalog/img-kv-catalog.png);
}
@media screen and (max-width: 768px) {
  .c-kv--catalog {
    background-image: url(/global/common/img/catalog/img-kv-catalog-sp.png);
  }
}

.c-kv--history {
  background-image: url(/global/common/img/history/img-kv-history.png);
}
@media screen and (max-width: 768px) {
  .c-kv--history {
    background-image: url(/global/common/img/history/img-kv-history-sp.png);
  }
}

.c-kv--company {
  background-image: url(/global/common/img/company/img-kv-company.png);
}
@media screen and (max-width: 768px) {
  .c-kv--company {
    background-image: url(/global/common/img/company/img-kv-company-sp.png);
  }
}

.c-kv__container {
  position: relative;
  height: 100%;
}

.c-kv__head {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-kv__head {
    padding-right: 0.69444vw;
    padding-left: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-kv__head {
    padding-right: 1.33333vw;
    padding-left: 5.33333vw;
  }
}

.c-kv__ttl--kitchen {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--kitchen {
    font-size: 40px;
  }
}

.c-kv__ttl--bath {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--bath {
    font-size: 38px;
  }
}

.c-kv__ttl--ir {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--ir {
    font-size: 38px;
  }
}

.c-kv__ttl--distribution {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--distribution {
    font-size: 38px;
  }
}

.c-kv__ttl--history {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--history {
    font-size: 38px;
  }
}

.c-kv__ttl--company {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--company {
    font-size: 38px;
  }
}

.c-kv__ttl--catalog {
  letter-spacing: 1px;
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  .c-kv__ttl--catalog {
    font-size: 38px;
  }
}

.c-kv__body {
  height: 100%;
}

/* ---------------------------------------------
*   c-list-distribution
--------------------------------------------- */
.c-list-distribution {
  margin-top: 90px;
  margin-bottom: 125px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution {
    margin-top: 6.25vw;
    margin-bottom: 8.68056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution {
    margin-top: 16vw;
    margin-bottom: 16.66667vw;
  }
}

.c-list-distribution2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution2 {
    margin-top: 6.25vw;
    margin-bottom: 8.68056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution2 {
    margin-top: 16vw;
    margin-bottom: 16.66667vw;
  }
}

.c-list-distribution__item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__item {
    margin-bottom: 3.47222vw;
    padding-bottom: 3.47222vw;
    padding-left: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__item {
    margin-bottom: 6.66667vw;
    padding-left: 4vw;
  }
}

.c-list-distribution__name {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__name {
    margin-bottom: 0.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__name {
    margin-bottom: 1.06667vw;
  }
}

.c-list-distribution__name--1 {
  margin-bottom: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__name--1 {
    margin-bottom: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__name--1 {
    margin-bottom: 2vw;
  }
}

.c-list-distribution__entity {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__entity {
    margin-bottom: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__entity {
    margin-bottom: 2vw;
  }
}

.c-list-distribution__address {
  margin-bottom: 15px;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__address {
    margin-bottom: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__address {
    margin-bottom: 2vw;
  }
}

.c-list-distribution__tel {
  margin-bottom: 8px;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__tel {
    margin-bottom: 0.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__tel {
    margin-bottom: 1.06667vw;
  }
}

.c-list-distribution__tel--1 {
  margin-bottom: 5px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__tel--1 {
    margin-bottom: 0.34722vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__tel--1 {
    margin-bottom: 0.66667vw;
  }
}

.c-list-distribution__fax {
  margin-bottom: 10px;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__fax {
    margin-bottom: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__fax {
    margin-bottom: 1.33333vw;
  }
}

.c-list-distribution__url {
  margin-bottom: 50px;

  word-break: break-all;
  font-size: 17px;
}

.c-list-distribution__url:hover {
  color: #9c1c33;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-list-distribution__url {
    margin-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-list-distribution__url {
    margin-bottom: 6.66667vw;
  }
}

/* ---------------------------------------------
*   c-modal
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .c-modal {
    padding-top: 4vw;
    padding-bottom: 13.33333vw;
  }
}

/* ---------------------------------------------
*   c-modal-project
--------------------------------------------- */
.c-modal-project {
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project {
    padding-top: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project {
    padding-top: 8vw;
  }
}

.c-modal-project__container {
  margin-right: auto;
  margin-left: auto;
  width: 935px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project__container {
    width: 64.93056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project__container {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-modal-project__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-modal-project__imgs {
    display: block;
  }
}

.c-modal-project__img {
  margin-right: 20px;
  width: 450px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project__img {
    margin-right: 1.38889vw;
    width: 31.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project__img {
    margin-right: 0;
    margin-bottom: 2.66667vw;
    width: 100%;
  }
}

.c-modal-project__details {
  text-align: start;
}

.c-modal-project__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 35px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project__product {
    margin-top: 2.43056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project__product {
    margin-top: 4.66667vw;
  }
}

.c-modal-project__names {
  margin-right: 35px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project__names {
    margin-right: 2.43056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project__names {
    margin-right: 4.66667vw;
  }
}

.c-modal-project__item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: initial;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project__item {
    margin-bottom: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project__item {
    margin-bottom: 0.66667vw;
    font-size: 15px;
  }
}

/* ---------------------------------------------
*   mfp
--------------------------------------------- */
.mfp-bg {
  opacity: 1;
}

.mfp-close {
  top: 60px;
  right: 60px;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .mfp-close:hover {
    top: 60px;
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .mfp-close {
    top: 4vw;
    right: 4vw;
    width: 8.8vw;
    height: 8.8vw;
  }
  .mfp-close:active {
    top: 4vw;
  }
}

.mfp-close img {
  position: static;
}

.c-modal-project .mfp-close {
  position: absolute;
  top: -60px;
  width: 60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-modal-project .mfp-close {
    top: -2.08333vw;
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal-project .mfp-close {
    top: -4vw;
    right: 2vw;
    z-index: 1046;
    width: 8.8vw;
    height: 8.8vw;
  }
}

.c-modal-project .mfp-close img {
  position: static;
}

.mfp-content {
  padding-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .mfp-content {
    padding-top: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .mfp-content {
    padding-top: 8vw;
  }
}

/* ---------------------------------------------
*   c-section-identity
--------------------------------------------- */
.c-section-identity {
  padding-top: 10px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity {
    padding-top: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity {
    padding-top: 1.33333vw;
  }
}

.c-section-identity__container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__container {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__container {
    width: 100%;
  }
}

.c-section-identity__theme {
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__theme {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__theme {
    margin-bottom: 5.33333vw;
  }
}

.c-section-identity__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-section-identity__imgs {
    display: block;
  }
}

.c-section-identity__profile {
  margin-right: 50px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__profile {
    margin-right: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__profile {
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
  }
}

.c-section-identity__profile:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-section-identity__profile:last-child {
    margin-right: 5.33333vw;
  }
}

.c-section-identity__img {
  max-width: 346px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__img {
    max-width: 24.02778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__img {
    max-width: 100%;
  }
}

.c-section-identity__name {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__name {
    margin-top: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__name {
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.c-section-identity__txts {
  margin-top: 50px;
  width: 1022px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__txts {
    margin-top: 3.47222vw;
    width: 70.97222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-identity__txts {
    margin-top: 6.66667vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-section-identity__txt {
  margin-bottom: 40px;
  color: #000;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-identity__txt {
    margin-bottom: 2.77778vw;
  }
}

/* ---------------------------------------------
*   c-section-outline
--------------------------------------------- */
.c-section-outline {
  margin-top: 150px;
  background: #f2f2f2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline {
    margin-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline {
    margin-top: 20vw;
  }
}

.c-section-outline__container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 130px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__container {
    padding-top: 3.47222vw;
    padding-bottom: 9.02778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__container {
    padding: 6.66667vw 5.33333vw 17.33333vw;
  }
}

.c-section-outline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__item {
    padding-top: 1.73611vw;
    padding-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__item {
    display: block;
    padding-top: 3.33333vw;
    padding-bottom: 2.66667vw;
  }
}

.c-section-outline__list {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__list {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__list {
    width: 100%;
  }
}

.c-section-outline__ttl {
  padding-left: 35px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__ttl {
    padding-left: 2.43056vw;
  }
}

@media screen and (min-width: 769px) {
  .c-section-outline__ttl {
    width: 325px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__ttl {
    padding-left: 0vw;
    width: 100%;
  }
}

.c-section-outline__desc {
  padding-left: 60px;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__desc {
    padding-left: 4.16667vw;
  }
}

@media screen and (min-width: 769px) {
  .c-section-outline__desc {
    width: calc(100% - 325px);
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__desc {
    padding-left: 0vw;
    width: 100%;
  }
}

.c-section-outline__detail {
  display: block;
  margin-bottom: 20px;
  text-indent: -0.5em;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-outline__detail {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-outline__detail {
    margin-bottom: 2.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-location
--------------------------------------------- */
.c-section-location {
  padding-top: 60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location {
    padding-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location {
    padding-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__container {
    padding-right: 0vw;
    padding-left: 0vw;
    width: 100%;
  }
}

.c-section-location__img {
  margin: 0 auto 50px;
  max-width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__img {
    margin-top: 1.38889vw;
    margin-bottom: 3.47222vw;
    max-width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__img {
    margin-top: 2.66667vw;
    margin-bottom: 6.66667vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

.c-section-location__detail {
  padding-bottom: 100px;
  background: #f2f2f2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__detail {
    padding-bottom: 6.94444vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-location__detail {
    padding: 0 5.33333vw 13.33333vw;
  }
}

.c-section-location__detail2 {
  padding-bottom: 100px;
  background: #f2f2f2;
  padding-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__detail2 {
    padding-bottom: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__detail2 {
    padding: 0 5.33333vw 13.33333vw;
  }
}

.c-section-location__item {
  margin-right: 30px;
  padding: 30px 0 40px 25px;
  width: 531px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__item {
    margin-right: 3.47222vw;
    padding-top: 2.08333vw;
    padding-bottom: 2.77778vw;
    padding-left: 1.73611vw;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__item {
    margin-right: 0;
    padding: 4vw 0;
    width: 100%;
  }
}

.c-section-location__item:nth-child(2n) {
  margin-right: 0;
}

.c-section-location__item--noline {
  border-bottom: none;
}

.c-section-location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  width: 1100px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__list {
    padding-top: 4.16667vw;
    width: 90.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__list {
    display: block;
    padding-top: 8vw;
    width: 100%;
  }
}

.c-section-location__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  width: 1100px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__list2 {
    padding-top: 4.16667vw;
    width: 90.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__list2 {
    display: block;
    padding-top: 0;
    width: 100%;
  }
}

.c-section-location__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-location__name {
    margin-bottom: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-location__name {
    margin-bottom: 2vw;
  }
}

.c-section-location__site {
  font-size: 17px;
}

/* ---------------------------------------------
*   c-section-philosophy
--------------------------------------------- */
.c-section-philosophy {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy {
    padding-top: 4.16667vw;
    padding-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy {
    padding-top: 8vw;
    padding-bottom: 6.66667vw;
  }
}

.c-section-philosophy--tl {
  padding-top: 0;
  padding-bottom: 0;
}

.c-section-philosophy__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.c-section-philosophy__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 150px 0;
  max-height: 1200px;
  background-color: #000;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__video {
    padding: 10.41667vw 0;
    max-height: 83.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__video {
    margin-top: 0;
    padding: 10vw;
    width: 100%;
    height: 100%;
  }
}

.c-section-philosophy__video--history {
  padding: 0 0 60px;
  background-color: #fff;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__video--history {
    padding-bottom: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__video--history {
    padding: 0 10vw 10vw;
  }
}

.c-section-philosophy__mp4 {
  max-width: 1180px;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__mp4 {
    max-width: 81.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__mp4 {
    width: 100%;
    height: 100%;
  }
}

.c-section-philosophy__mp4--history {
  max-width: 968px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__mp4--history {
    max-width: 67.22222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__mp4--history {
    width: 100%;
  }
}

.c-section-philosophy__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 793px;
  background-color: #f2f2f2;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__intro {
    height: 55.06944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro {
    display: block;
    padding-bottom: 12.33333vw;
    min-height: auto;
  }
}

.ie .c-section-philosophy__intro {
  min-height: 0;
}

.c-section-philosophy__intro-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 50%;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__intro-desc {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro-desc {
    padding-top: 8vw;
    padding-right: 5.33333vw;
    padding-bottom: 8vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.ie .c-section-philosophy__intro-desc {
  padding-top: 210px;
  padding-bottom: 250px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .ie .c-section-philosophy__intro-desc {
    padding-top: 14.58333vw;
    padding-bottom: 17.36111vw;
  }
}

.c-section-philosophy__intro-box {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro-box {
    margin: 2.66667vw 20, "sp";
    width: 100%;
  }
}

.c-section-philosophy__intro-ttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__intro-ttl {
    margin-bottom: 2.08333vw;
  }
  .ie .c-section-philosophy__intro-ttl {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro-ttl {
    margin-bottom: 4vw;
    font-size: 25px;
  }
}

.c-section-philosophy__intro-txt {
  letter-spacing: 1px;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__intro-txt {
    letter-spacing: 0.06944vw;
  }
  .ie .c-section-philosophy__intro-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro-txt {
    letter-spacing: 0.13333vw;
    font-size: 16px;
  }
}

.c-section-philosophy__intro-img {
  width: 50%;
  background: url(/global/common/img/home/img-home1.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy__intro-img {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy__intro-img {
    margin: 0 auto;
    padding-top: 101.6vw;
    width: 90%;
  }
}

/* ---------------------------------------------
*   c-section-philosophy-video
--------------------------------------------- */
.c-section-philosophy-video--self {
  margin: 0 auto;
  width: 1000px;
  height: 561px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-philosophy-video--self {
    width: 69.44444vw;
    height: 38.95833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy-video--self {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 74.8vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-philosophy-video--history {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

/* ---------------------------------------------
*   c-section-products
--------------------------------------------- */
.c-section-products__container {
  width: 100%;
}

.c-section-products__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 230px 180px 0 160px;
  height: 650px;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-products__intro {
    margin-top: 0.69444vw;
    padding: 15.97222vw 12.5vw 0 11.11111vw;
    height: 45.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-products__intro {
    -ms-flex-align: center;
    padding: 4vw;
    height: 66.66667vw;

    -webkit-box-align: center;
    align-items: center;
  }
}

.c-section-products__intro--1 {
  -ms-flex-pack: end;
  margin-bottom: 30px;
  background-image: url(/global/common/img/home/img-home2.jpg);
  background-size: cover;

  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-products__intro--1 {
    -ms-flex-pack: end;
    margin-bottom: 2.08333vw;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .c-section-products__intro--1 {
    -ms-flex-pack: start;
    margin-bottom: 4vw;

    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.c-section-products__intro--2 {
  background-image: url(/global/common/img/home/img-home3.jpg);
  background-size: cover;
}

.c-section-products__intro-ttl {
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-products__intro-ttl {
    margin-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-products__intro-ttl {
    margin-bottom: 4vw;
  }
}

.c-section-products__btn {
  width: 288px;
}

/* ---------------------------------------------
*   c-section-virtual
--------------------------------------------- */
.c-section-virtual {
  padding-top: 60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-virtual {
    padding-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-virtual {
    padding-top: 8vw;
  }
}

.c-section-virtual__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  width: 1100px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-virtual__video {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-virtual__video {
    width: 100%;
    height: 600px;
  }
}

.c-section-virtual__mp4 {
  width: 1100px;
  height: 600px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-virtual__mp4 {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-virtual__mp4 {
    width: 100%;
    height: 100%;
  }
}

/* ---------------------------------------------
*   c-section-history
--------------------------------------------- */
.c-section-history {
  padding-top: 60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history {
    padding-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history {
    padding-top: 8vw;
  }
}

.c-section-history__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__container {
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__container {
    width: 100%;
  }
}

.c-section-history__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  background: #000;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__contents {
    margin-top: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__contents {
    display: block;
    margin-top: 2.66667vw;
    height: 100%;
  }
}

.c-section-history__img {
  width: 50%;
  height: 50vw;
  background: url(/global/common/img/company/img-company-group.jpg?v=1) center center no-repeat;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__img {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__img {
    padding-top: 96vw;
    width: 100%;
  }
}

.c-section-history__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 720px;
  width: 50%;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__desc {
    max-width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__desc {
    width: 100%;
  }
}

.c-section-history__box {
  padding-right: 170px;
  padding-left: 80px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__box {
    padding-right: 2.77778vw;
    padding-left: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__box {
    padding-right: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

.c-section-history__txt {
  padding-bottom: 80px;
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__txt {
    margin-bottom: 2.08333vw;
    padding-bottom: 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__txt {
    margin-bottom: 4vw;
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
  }
}

.c-section-history__btn {
  width: 455px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-history__btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-history__btn {
    width: 100%;
    margin-bottom: 70px;
  }
}

/* ---------------------------------------------
*   c-section-catalog
--------------------------------------------- */
.c-section-catalog {
  padding-top: 80px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog {
    padding-top: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog {
    padding-top: 10.66667vw;
  }
}

.c-section-catalog__container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__container {
    max-width: 1440px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__container {
    padding-right: 2.66667vw;
    padding-left: 2.66667vw;
    width: 100%;
  }
}

.c-section-catalog__container--home {
  max-width: 100%;
  background-color: #f2f2f2;
}

.c-section-catalog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 200px;
  width: 1050px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__contents {
    padding-bottom: 13.88889vw;
    max-width: 1050px;
    width: 72.91667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__contents {
    display: block;
    padding-bottom: 12.66667vw;
    width: 100%;
  }
}

.c-section-catalog__contents--home {
  display: block;
  margin-bottom: 50px;
  width: 1130px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__contents--home {
    margin-bottom: 3.47222vw;
    width: 78.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__contents--home {
    margin-bottom: 0;
    width: 100%;
  }
}

.c-section-catalog__imgs {
  margin-right: 50px;
  width: 490px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__imgs {
    margin-right: 3.47222vw;
    max-width: 490px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__imgs {
    margin-right: 6.66667vw;
    margin-bottom: 13.33333vw;
    width: 100%;
  }
}

.c-section-catalog__imgs:last-child {
  margin-right: 0;
}

.c-section-catalog__imgs--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  padding-top: 150px;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__imgs--home {
    padding-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__imgs--home {
    display: block;
    padding-top: 20vw;
  }
}

.c-section-catalog__img {
  margin-right: 50px;
  margin-bottom: 30px;
  width: 490px;
}

.c-section-catalog__img:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__img {
    margin-right: 3.47222vw;
    margin-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__img {
    margin-right: 0;
    margin-bottom: 4vw;
    width: 100%;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .ie11 .c-section-catalog__img img {
    max-height: 24.097vw;
  }
}

.c-section-catalog__img--home {
  margin-right: 50px;
  margin-bottom: 0;
  width: 540px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__img--home {
    margin-right: 3.47222vw;
    width: 37.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__img--home {
    margin-right: 0;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.c-section-catalog__img--home:last-of-type {
  margin-right: 0;
}

.c-section-catalog__img--catalog {
  width: 487px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__img--catalog {
    margin-right: 0;
    max-width: 487px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__img--catalog {
    width: 100%;
  }
}

.c-section-catalog__btn {
  width: 487px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__btn {
    max-width: 487px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__btn {
    width: 100%;
  }
}

.c-section-catalog__btn--home {
  margin-top: 70px;
  width: 1130px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-catalog__btn--home {
    margin-top: 4.86111vw;
    max-width: 1130px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-catalog__btn--home {
    margin-top: 9.33333vw;
    width: 100%;
  }
}

.ie .c-section-catalog__btn--home {
  margin-top: 50px;
}

/* ---------------------------------------------
*   c-section-info
--------------------------------------------- */
.c-section-info__container {
  width: 100%;
}

.c-section-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  max-width: 1300px;

  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-section-info__list {
    display: block;
    padding-right: 2.66667vw;
    padding-left: 2.66667vw;
  }
}

.c-section-info__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 16px;
  width: 600px;
  height: 300px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-info__item {
    margin: 1.11111vw;
    width: 41.66667vw;
    height: 20.83333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-info__item {
    margin: 0vw;
    margin-bottom: 2.66667vw;
    width: 100%;
    height: 100%;
  }
}

.c-section-info__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  content: "";
}

@media screen and (min-width: 768px) {
  .c-section-info__item:hover:before {
    background: none;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-section-info__item--item1 {
  background-image: url(/global/common/img/home/img-home-philosphy.jpg);
  background-size: cover;
}

.c-section-info__item--item2 {
  background-image: url(/global/common/img/home/img-home-outline.jpg);
  background-size: cover;
}

.c-section-info__item--item3 {
  background-image: url(/global/common/img/home/img-home-history.jpg);
  background-size: cover;
}

.c-section-info__item--item4 {
  background-image: url(/global/common/img/home/img-home-ir.jpg);
  background-size: cover;
}

.c-section-info__ttl {
  z-index: 3;
  display: block;
  padding: 15px 0;
  width: 315px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.42);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-info__ttl {
    padding: 1.04167vw 0;
  }
}

@media screen and (max-width: 768px) {
  .c-section-info__ttl {
    padding: 20vw 0;
    width: 100%;
    border: 1px solid #fff;
  }
}

/* ---------------------------------------------
*   c-section-distribution
--------------------------------------------- */
.c-section-distribution__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  padding-right: 45px;
  height: 340px;
  background: url(/global/common/img/home/img-home-distributors.jpg) center center no-repeat;
  background-size: cover;

  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-distribution__contents {
    padding-right: 3.125vw;
    height: 23.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-distribution__contents {
    -ms-flex-pack: center;
    padding-right: 0;
    height: 90.66667vw;
    background-position: 68% 0;

    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-section-distribution__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-distribution__container {
    max-width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-distribution__container {
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
  }
}

.c-section-distribution__ttl {
  position: relative;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .c-section-distribution__ttl {
    font-size: 23px;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-distribution__ttl {
    letter-spacing: 0.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-distribution__ttl {
    letter-spacing: 0.4vw;
  }
}

.c-section-distribution__ttl::after {
  position: absolute;
  top: 140%;
  left: 50%;
  display: block;
  width: 4.25rem;
  height: 0.25rem;
  background-color: #000;
  content: "";
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-section-distribution__ttl::after {
    top: 115%;
    left: 50%;
    height: 0.53333vw;
  }
}

.c-section-distribution__btn {
  width: 288px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-distribution__btn {
    margin-right: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-distribution__btn {
    width: 288px;
  }
}

/* ---------------------------------------------
*   c-section-news
--------------------------------------------- */
.c-section-news {
  margin-top: 200px;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f2f2f2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news {
    margin-top: 13.88889vw;
    padding-top: 3.47222vw;
    padding-bottom: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news {
    margin-top: 26.66667vw;
    padding-top: 6.66667vw;
    padding-bottom: 13.33333vw;
  }
}

.c-section-news__container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__container {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__container {
    width: 100%;
  }
}

.c-section-news__contents {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  background: #fff;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__contents {
    padding-top: 3.47222vw;
    padding-right: 3.47222vw;
    padding-bottom: 2.77778vw;
    padding-left: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__contents {
    margin: 5.33333vw;
    padding-top: 6.66667vw;
    padding-right: 6.66667vw;
    padding-bottom: 5.33333vw;
    padding-left: 6.66667vw;
  }
}

.c-section-news__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__item {
    margin-bottom: 1.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__item {
    margin-bottom: 2vw;
  }
}

.c-section-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-section-news__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .c-section-news__link {
    display: block;
  }
}

.c-section-news__btn {
  width: 1000px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__btn {
    width: 69.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__btn {
    width: 100%;
  }
}

.c-section-news__date {
  width: 14%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__date {
    width: 20%;
  }
}

.c-section-news__ttl {
  width: 86%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__ttl {
    margin-left: 2.08333vw;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__ttl {
    display: block;
    margin-left: 0vw;
    width: 100%;
  }
}

.c-section-news__list {
  margin-bottom: 35px;
  padding-left: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-news__list {
    margin-bottom: 2.43056vw;
    padding-left: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-news__list {
    margin-bottom: 4.66667vw;
    padding-left: 2.66667vw;
  }
}

/* ---------------------------------------------
*   c-section-room
--------------------------------------------- */
.c-section-room {
  margin-top: 10px;
  margin-bottom: 180px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room {
    margin-top: 0.69444vw;
    margin-bottom: 12.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room {
    margin-top: 9.33333vw;
    margin-bottom: 24vw;
  }
}

.c-section-room__container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__container {
    max-width: 100vw;
  }
}

.c-section-room__body {
  margin-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__body {
    margin-top: 2.08333vw;
  }
}

.c-section-room__body2 {
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .c-section-room__body2 {
    margin-top: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__body {
    margin-top: 4vw;
  }
}

.c-section-room__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-section-room__desc {
    display: block;
  }
}

.c-section-room__desc--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.c-section-room__desc-icon {
  margin-right: auto;
  margin-left: auto;
  width: 254px;
  text-align: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-icon {
    width: 17.63889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-icon {
    width: 65%;
  }
}

.c-section-room__desc-icon--yuasis {
  width: 164px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-icon--yuasis {
    width: 11.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-icon--yuasis {
    width: 45%;
  }
}

.c-section-room__desc-icon--tiaris {
  width: 154px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-icon--tiaris {
    width: 10.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-icon--tiaris {
    width: 45%;
  }
}

.c-section-room__desc-icon--s {
  width: 62px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-icon--s {
    width: 4.30556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-icon--s {
    width: 20%;
  }
}

.c-section-room__desc-icon--fancio {
  width: 184px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-icon--fancio {
    width: 12.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-icon--fancio {
    width: 50%;
  }
}

.c-section-room__desc-txt {
  margin-top: 60px;
  color: #fff;
  line-height: 2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-txt {
    margin-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-txt {
    margin-top: 8vw;
  }
}

.c-section-room__desc-txt--reverse {
  color: #000;
}

.c-section-room__desc-img {
  width: 50%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-img {
    width: 100%;
  }
}

.c-section-room__desc-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 50%;
  background-color: #000;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-txtbox {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-txtbox {
    width: 100%;
  }
}

.c-section-room__desc-txtbox--reverse {
  background-color: #f2f2f2;
}

.c-section-room__desc-txtbox--white {
  background-color: #fff;
}

.c-section-room__desc-contents {
  padding-right: 90px;
  padding-left: 90px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__desc-contents {
    padding-right: 6.25vw;
    padding-left: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__desc-contents {
    padding-top: 16vw;
    padding-right: 10vw;
    padding-bottom: 16vw;
    padding-left: 10vw;
    width: 100%;
  }
}

.c-section-room__desc-contents--white {
  background-color: #fff;
}

.c-section-room__ref {
  margin-top: 40px;
  margin-bottom: 200px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__ref {
    margin-top: 2.77778vw;
    margin-bottom: 13.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__ref {
    margin-top: 10.66667vw;
    margin-bottom: 0;
  }
}

.c-section-room__ref-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__ref-container {
    max-width: 83.33333vw;
  }
}

.c-section-room__ref-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-section-room__ref-imgs {
    display: block;
  }
}

.c-section-room__ref-img {
  margin: 32px 25px;
  max-width: 520px;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-room__ref-img {
    margin-top: 2.22222vw;
    margin-right: 1.73611vw;
    margin-bottom: 2.22222vw;
    margin-left: 1.73611vw;
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-room__ref-img {
    margin: 0;
    margin-right: 5.33333vw;
    margin-bottom: 5.33333vw;
    margin-left: 5.33333vw;
    max-width: 100%;
    width: auto;
  }
}

/* ---------------------------------------------
*   c-section-ir
--------------------------------------------- */
.c-section-ir {
  padding-top: 70px;
  padding-bottom: 280px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir {
    padding-top: 4.86111vw;
    padding-bottom: 19.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir {
    padding-top: 9.33333vw;
    padding-bottom: 6.66667vw;
  }
}

.c-section-ir--self {
  padding-top: 0px;
  padding-bottom: 140px;
  background-color: #fff;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir--self {
    padding-bottom: 9.72222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir--self {
    padding-bottom: 24vw;
  }
}

.c-section-ir__container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__container {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__container {
    width: 100%;
  }
}

.c-section-ir__img {
  margin-left: 90px;
  width: 324px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__img {
    margin-left: 6.25vw;
    width: 22.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__img {
    margin-bottom: 6.66667vw;
    margin-left: 0;
    width: 100%;
  }
}

.c-section-ir__head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__head-container {
    padding-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__head-container {
    display: block;
    margin-right: 5.33333vw;
    margin-left: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}

.c-section-ir__top {
  padding-left: 85px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__top {
    padding-left: 4.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__top {
    padding-left: 0vw;
  }
}

.c-section-ir__body {
  padding-top: 75px;
  padding-left: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__body {
    padding-top: 5.20833vw;
    padding-left: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__body {
    padding-top: 5.33333vw;
    padding-right: 3.33333vw;
    padding-left: 5.33333vw;
  }
}

.c-section-ir__btn {
  margin-top: 20px;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir__btn {
    margin-top: 1.38889vw;
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir__btn {
    margin-top: 2.66667vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-section-ir-list
--------------------------------------------- */
@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list {
    margin-bottom: 6.94444vw;
  }
}

.c-section-ir-list__date {
  display: block;
  width: 17.8%;
  white-space: nowrap;
  font-size: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list__date {
    margin-right: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__date {
    margin-right: 0;
    margin-bottom: 2.66667vw;
    padding-right: 1.33333vw;
  }
}

.c-section-ir-list__date--top {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list__date--top {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__date--top {
    margin-bottom: 2.66667vw;
  }
}

.c-section-ir-list__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 82.2%;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__ttl {
    width: 100%;
  }
}

.c-section-ir-list__ttl--top {
  width: 100%;
}

.c-section-ir-list__ttl-txt {
  width: calc(100% - 48px - 20px);
  text-decoration: underline;
  letter-spacing: 1.2px;
  line-height: 1;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list__ttl-txt {
    width: calc(100% - 48px - 1.38889vw);
    letter-spacing: 0.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__ttl-txt {
    width: calc(100% - 48px - 2.66667vw);
    letter-spacing: 0.16vw;
  }
}

.c-section-ir-list__ttl-txt:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-section-ir-list__ttl-label {
  display: block;
  margin-right: 20px;
  width: 48px;
  height: 24px;
  line-height: 1;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list__ttl-label {
    margin-right: 1.38889vw;
    width: 48px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__ttl-label {
    margin-right: 2.66667vw;
  }
}

.c-section-ir-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-ir-list__link {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-ir-list__link {
    display: block;
    margin-bottom: 8vw;
  }
}

.c-section-ir-list__link--top {
  display: block;
}

/* ---------------------------------------------
*   c-section-kitchen
--------------------------------------------- */
.c-section-kitchen {
  padding-top: 120px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen {
    padding-top: 8.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen {
    padding-top: 26.66667vw;
  }
}

.c-section-kitchen__container {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__container {
    margin-right: auto;
    margin-left: auto;
    width: 83.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__container {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-section-kitchen__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__contents {
    display: block;
  }
}

.c-section-kitchen__intro {
  margin-bottom: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__intro {
    margin-bottom: 4.51389vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__intro {
    margin-bottom: 8.66667vw;
    font-size: 24px;
  }
}

.c-section-kitchen__desc {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 100px;
  width: 35.5%;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__desc {
    padding-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__desc {
    padding-top: 13.33333vw;
  }
}

.c-section-kitchen__ttl {
  width: 65.5%;
}

.c-section-kitchen__ttl-txt {
  display: block;
  margin-left: 40px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__ttl-txt {
    margin-left: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__ttl-txt {
    margin-left: 5.33333vw;
  }
}

.c-section-kitchen__img1 {
  width: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__img1 {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__img1 {
    margin-top: 5.33333vw;
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-section-kitchen__img2 {
  width: 304px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__img2 {
    width: 21.11111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__img2 {
    width: 100%;
  }
}

.c-section-kitchen__txt {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__txt {
    width: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__txt {
    width: 100%;
  }
}

.c-section-kitchen__note {
  margin-top: 30px;
  color: #808080;
  font-size: 15px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-kitchen__note {
    margin-top: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-kitchen__note {
    margin-top: -5.33333vw;
    margin-bottom: 13.33333vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    text-align: center;
  }
}

/* ---------------------------------------------
*   c-section-adv
--------------------------------------------- */
.c-section-adv {
  padding-top: 20px;
  height: 700px;
  background: url(/global/common/img/kitchen/img-sk-point.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-adv {
    padding-top: 1.38889vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-section-adv {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
}

.c-section-adv__container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-adv__container {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-adv__container {
    width: 100%;
  }
}

.c-section-adv__head {
  margin-right: auto;
  margin-left: auto;
  width: 425px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-adv__head {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-adv__head {
    width: 100%;
  }
}

.c-section-adv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  padding-bottom: 160px;
  width: 1100px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-adv__body {
    -ms-flex-pack: none;
    margin: 0 auto;
    width: 76.38889vw;

    -webkit-box-pack: none;
    justify-content: none;
  }
}

@media screen and (max-width: 768px) {
  .c-section-adv__body {
    padding-bottom: 21.33333vw;
    width: 100%;
  }
}

.c-section-adv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-adv__contents {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-adv__contents {
    display: block;
  }
}

/* ---------------------------------------------
*   c-section-brand
--------------------------------------------- */
.c-section-brand {
  padding-top: 180px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand {
    padding-top: 12.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand {
    padding-top: 24vw;
  }
}

.c-section-brand--stedia {
  padding-top: 240px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand--stedia {
    padding-top: 16.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand--stedia {
    padding-top: 32vw;
  }
}

.c-section-brand__name {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  width: 280px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__name {
    padding-bottom: 3.47222vw;
    width: 19.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__name {
    padding-bottom: 6.66667vw;
    width: 37.33333vw;
  }
}

.c-section-brand__name--stedia {
  width: 208px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__name--stedia {
    width: 14.44444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__name--stedia {
    width: 27.73333vw;
  }
}

.c-section-brand__value {
  min-height: 862px;
  background: url(/global/common/img/kitchen/img-centro1.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__value {
    min-height: 0;
    height: 59.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__value {
    padding-top: 6.66667vw;
    max-height: 0;
    height: 114.93333vw;
    background: url(/global/common/img/kitchen/img-centro1.png) 20% 20% no-repeat;
    /*background-size: cover;*/
    background-size: 110%;
    background-position-y: 95vw;
    background-color: #f4f5f9;
    min-height: 175vw;
  }
  .c-section-brand__value.tcn {
    background-position-y: 55vw;
    min-height: 135vw;
  }
}

.c-section-brand__value--stedia {
  min-height: 641px;
  background: url(/global/common/img/kitchen/img-stedia1.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__value--stedia {
    min-height: 0;
    height: 44.51389vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__value--stedia {
    /*height: 85.46667vw;*/
    background: url(/global/common/img/kitchen/img-stedia1.jpg) 25% 25% no-repeat;
    background-size: 180%;
    min-height: 90vw;
    margin-left: -7vw;
  }
}

.c-section-brand__value-box {
  padding-top: 110px;
  padding-bottom: 700px;
  padding-left: 220px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__value-box {
    padding-top: 7.63889vw;
    padding-bottom: 48.61111vw;
    padding-left: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__value-box {
    /*padding-top: 7.63889vw;*/
    padding-top: 0;
    padding-bottom: 93.33333vw;
    padding-left: 6.66667vw;
  }
}

.c-section-brand__value-ttl {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 35px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__value-ttl {
    margin-bottom: 3.47222vw;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__value-ttl {
    margin-bottom: 6.66667vw;
    font-size: 28px;
  }
}

.c-section-brand__value-txt {
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__value-txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__value-txt {
    font-size: 18px;
  }
}

.c-section-brand__vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision {
    display: block;
  }
}

.c-section-brand__vision--gray {
  background-color: #f2f2f2;
}

.c-section-brand__vision-img {
  width: 50%;
  background: url(/global/common/img/kitchen/img-centro2.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-img {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-img {
    padding-top: 106.66667vw;
    width: 100%;
  }
}

.c-section-brand__vision-img2 {
  width: 50%;
  background: url(/global/common/img/kitchen/img-stedia2.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-img2 {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-img2 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-contents {
    width: 100%;
  }
}

.c-section-brand__vision-desc {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 90px;
  width: 720px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-desc {
    padding-top: 10.41667vw;
    padding-bottom: 10.41667vw;
    padding-left: 6.25vw;
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-desc {
    padding-top: 20vw;
    padding-right: 5.33333vw;
    padding-bottom: 20vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-section-brand__vision-ttl {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-ttl {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-ttl {
    margin-bottom: 5.33333vw;
    font-size: 28px;
  }
}

.c-section-brand__vision-ttl--stedia {
  color: #000;
}

.c-section-brand__vision-txts {
  width: 447px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-txts {
    width: 31.04167vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-txts {
    width: 100%;
  }
}

.c-section-brand__vision-txt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-txt {
    margin-bottom: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-txt {
    margin-bottom: 5.33333vw;
  }
}

.c-section-brand__vision-txt--stedia {
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-txt--stedia {
    margin-bottom: 0.34722vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-txt--stedia {
    margin-bottom: 1.33333vw;
  }
}

.c-section-brand__vision-txt:last-of-type {
  margin-bottom: 70px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-txt:last-of-type {
    margin-bottom: 4.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-txt:last-of-type {
    margin-bottom: 9.33333vw;
  }
}

.c-section-brand__vision-btn {
  width: 427px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__vision-btn {
    width: 33.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__vision-btn {
    width: 100%;
  }
}

.c-section-brand__example-ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__example-ttl {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__example-ttl {
    margin-bottom: 2.66667vw;
  }
}

.c-section-brand__example-img {
  position: relative;
  width: 600px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__example-img {
    width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__example-img {
    width: 100%;
  }
}

.c-section-brand__example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 1300px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__example-list {
    width: 90.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__example-list {
    width: 100%;
  }
}

.c-section-brand__example-item {
  margin: 20px;
  max-width: 600px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__example-item {
    margin: 1.38889vw;
    max-width: 41.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__example-item {
    margin: 2.66667vw;
  }
}

.c-section-brand__plan-ttl {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__plan-ttl {
    padding-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__plan-ttl {
    padding-bottom: 4vw;
  }
}

.c-section-brand__plan {
  padding-top: 150px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__plan {
    padding-top: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__plan {
    padding-top: 20vw;
  }
}

.c-section-brand__plan-img {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-brand__plan-img {
    width: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-brand__plan-img {
    width: 100%;
  }
}

.c-section-brand__plan-container {
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------------
*   c-section-cabinet
--------------------------------------------- */
.c-section-cabinet {
  padding-top: 100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet {
    padding-top: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet {
    padding-top: 13.33333vw;
  }
}

.c-section-cabinet__container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet__container {
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet__container {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    width: 100%;
  }
}

.c-section-cabinet__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 90px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet__contents {
    margin-top: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet__contents {
    display: block;
    margin-top: 12vw;
  }
}

.c-section-cabinet__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-section-cabinet__imgs {
    display: block;
  }
}

.c-section-cabinet__img {
  margin-right: 50px;
  width: 600px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet__img {
    margin-right: 3.47222vw;
    margin-bottom: 2.66667vw;
    width: 41.66667vw;
  }
}

.c-section-cabinet__img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-section-cabinet__img {
    margin-right: 0;
    margin-bottom: 5.33333vw;
    width: 100%;
  }
}

.c-section-cabinet__img--left {
  width: 404px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet__img--left {
    width: 28.05556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet__img--left {
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-section-cabinet1
--------------------------------------------- */
.c-section-cabinet1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet1 {
    width: 90.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet1 {
    display: block;
    width: 100%;
  }
}

.c-section-cabinet1__ttl {
  margin-bottom: 40px;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet1__ttl {
    margin-bottom: 2.77778vw;
    text-align: center;
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet1__ttl {
    font-size: 22px;
  }
}

.c-section-cabinet1__txt {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c-section-cabinet1__txt {
    font-size: 18px;
  }
}

.c-section-cabinet1__txt-box {
  padding-left: 65px;
  width: 490px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet1__txt-box {
    padding-left: 3.125vw;
    width: 34.02778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet1__txt-box {
    padding-left: 0vw;
    width: 100%;
  }
}

.c-section-cabinet1__img {
  width: 750px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet1__img {
    width: 52.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet1__img {
    margin-top: 5.33333vw;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-section-cabinet2
--------------------------------------------- */
.c-section-cabinet2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  max-width: 1150px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2 {
    display: block;
  }
}

.c-section-cabinet2__ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 20px;
}

.c-section-cabinet2__ttl-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;

  -webkit-box-align: end;
  align-items: flex-end;
}

.c-section-cabinet2__txt {
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet2__txt {
    margin-top: 1.73611vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2__txt {
    margin-top: 3.33333vw;
    padding-bottom: 3.33333vw;
  }
}

.c-section-cabinet2__img {
  margin: 0 auto;
  margin-top: 60px;
  width: 95%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet2__img {
    margin-top: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2__img {
    margin-top: 5.33333vw;
    width: 100%;
  }
}

.c-section-cabinet2__desc {
  margin: 20px;
  padding-top: 50px;
  width: 539px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet2__desc {
    margin: 2.08333vw;
    padding-top: 3.47222vw;
    width: 37.43056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2__desc {
    margin: 0vw;
    margin-top: 6.66667vw;
    padding-top: 0;
    width: 100%;
  }
}

.c-section-cabinet2__desc-head {
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  max-width: 740px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet2__desc-head {
    margin-bottom: 4.86111vw;
    margin-left: auto;
    max-width: 740px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2__desc-head {
    bottom: 9.33333vw;
    margin-left: 0;
    max-width: 100%;
  }
}

.c-section-cabinet2__desc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-cabinet2__desc-body {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-section-cabinet2__desc-body {
    display: block;
    width: 100%;
  }
}

.c-section-cabinet2__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  font-size: 15px;

  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* ---------------------------------------------
*   c-section-project
--------------------------------------------- */
.c-section-project {
  padding-top: 110px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-project {
    padding-top: 7.63889vw;
    padding-bottom: 6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-project {
    padding-top: 14.66667vw;
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-project__container {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

.c-section-project__box {
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-project__box {
    margin-right: 2.77778vw;
    margin-bottom: 8.33333vw;
    margin-left: 2.77778vw;
    width: 83.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-project__box {
    margin-bottom: 16vw;
    width: 100%;
  }
}

.c-section-project__ttl {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-project__ttl {
    margin-bottom: 1.38889vw;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-section-project__ttl {
    margin-bottom: 2.66667vw;
  }
}

.c-section-project__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-section-project__img {
  margin-left: 20px;
  width: 258px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-project__img {
    margin-left: 1.38889vw;
    width: 17.36111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-project__img {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
}

.c-section-project__img:first-child {
  margin-left: 0;
}

.c-section-project__img:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ie11 .c-section-project__img img {
  max-height: 35.903vw;
}

/* ---------------------------------------------
*   c-section-modal
--------------------------------------------- */
.c-section-modal {
  padding-bottom: 50px;
  color: #fff;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal {
    padding-bottom: 3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal {
    padding-bottom: 6.66667vw;
  }
}

.c-section-modal__container {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__container {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__container {
    width: 100%;
  }
}

.c-section-modal--mgb {
  margin-bottom: 150px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal--mgb {
    margin-bottom: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal--mgb {
    margin-bottom: 20vw;
  }
}

.c-section-modal__ttl {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__ttl {
    padding-top: 4.16667vw;
    padding-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__ttl {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
}

.c-section-modal__ttl--counter {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__ttl--counter {
    padding-top: 2.77778vw;
    padding-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__ttl--counter {
    padding-top: 5.33333vw;
    padding-bottom: 2.66667vw;
  }
}

.c-section-modal__ttl--cube {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__ttl--cube {
    padding-top: 2.77778vw;
    padding-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__ttl--cube {
    padding-top: 5.33333vw;
    padding-bottom: 2.66667vw;
  }
}

.c-section-modal__ttl-small {
  margin-top: 55px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__ttl-small {
    margin-top: 3.81944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__ttl-small {
    margin-top: 7.33333vw;
  }
}

.c-section-modal__ttl-small2 {
  margin-top: 55px;
  margin-bottom: 2vw;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__ttl-small2 {
    margin-top: 3.81944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__ttl-small2 {
    margin-top: 7.33333vw;
  }
}

.c-section-modal__txt {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
  font-size: 17px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__txt {
    margin-bottom: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__txt {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .c-section-modal__img1 {
    margin: 0 auto;
    width: calc(845 / 1000 * 100%);
  }
}
.c-section-modal__img2 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .c-section-modal__img2 {
    margin: 0 auto 5vw;
    width: calc(845 / 1000 * 100%);
  }
}

.c-section-modal__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-top: 70px;
  margin-bottom: 100px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__details {
    margin-top: 4.86111vw;
    margin-bottom: 6.94444vw;
  }
}

@media screen and (min-width: 769px) {
  .c-section-modal__details {
    margin-right: auto;
    margin-left: auto;
    width: calc(845 / 1000 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__details {
    display: block;
    margin-top: 9.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.c-section-modal__details--sink {
  margin-top: 0;
  width: 1100px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__details--sink {
    width: 76.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__details--sink {
    width: 100%;
  }
}

.c-section-modal__detail {
  margin-right: 70px;
  width: 100%;
}

.c-section-modal__detail:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail {
    margin-right: 4.86111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail {
    margin-right: 9.33333vw;
    width: 100%;
  }
}

.c-section-modal__detail--sink {
  margin-right: 60px;
  width: 510px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail--sink {
    margin-right: 4.16667vw;
    width: 35.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail--sink {
    margin-right: 8vw;
    width: 100%;
  }
}

.c-section-modal__detail--sink:last-child {
  margin-right: 0;
}

.c-section-modal__detail--storage {
  width: 394px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail--storage {
    width: 27.36111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail--storage {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail--streamflow {
    margin-bottom: 3vw;
  }
}

.c-section-modal__details2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  margin-bottom: 60px;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__details2 {
    margin-bottom: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__details2 {
    margin-bottom: 8vw;
  }
}

.c-section-modal__detail2 {
  margin-right: 50px;
  width: 459px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail2 {
    margin-right: 3.47222vw;
    width: 31.875vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail2 {
    margin-right: 0vw;
    width: 100%;
  }
}

.c-section-modal__detail2:nth-child(2n) {
  margin-right: 0;
}

.c-section-modal__detail2-img {
  margin-right: 75px;
  width: 460px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail2-img {
    margin-right: 5.20833vw;
    width: 31.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail2-img {
    margin-right: 0;
    width: 100%;
  }
}

.c-section-modal__detail2-ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail2-ttl {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail2-ttl {
    margin-bottom: 2.66667vw;
  }
}

.c-section-modal__detail2-ttl--align {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__detail2-ttl--align {
    margin-top: 0.69444vw;
    margin-bottom: 2.77778vw;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__detail2-desc {
    margin-bottom: 5.33333vw;
  }
}

.c-section-modal__item {
  margin-bottom: 20px;
  font-size: 19px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__item {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__item {
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}

.c-section-modal__item-img {
  margin-right: 75px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__item-img {
    margin-right: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__item-img {
    margin-right: 0;
  }
}

.c-section-modal__item-img--self {
  width: 510px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__item-img--self {
    width: 35.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__item-img--self {
    width: 100%;
  }
}

.c-section-modal__item-img--storage {
  margin-right: 75px;
  width: 394px;
}

.c-section-modal__item-img--storage:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__item-img--storage {
    margin-right: 5.20833vw;
    width: 27.36111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__item-img--storage {
    margin-right: 0vw;
    width: 100%;
  }
}

.c-section-modal__desc {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__desc {
    margin-top: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__desc {
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
}

.c-section-modal__desc--ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__desc--ttl {
    margin-bottom: 0.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__desc--ttl {
    margin-bottom: 1.33333vw;
  }
}

.c-section-modal__desc2 {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c-section-modal__desc2 {
    margin-bottom: 5.33333vw;
    text-align: center;
  }
}

.c-section-modal__video {
  padding-bottom: 180px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-section-modal__video {
    margin-bottom: 12.5vw;
  }
}

@media screen and (min-width: 769px) {
  .c-section-modal__video {
    margin-right: auto;
    margin-left: auto;
    width: calc(1000 / 1100 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .c-section-modal__video {
    padding-bottom: 24vw;
  }
}

/* ---------------------------------------------
*   c-slider-kv
--------------------------------------------- */
.c-slider-kv {
  overflow: visible;
  height: 100%;
}

.c-slider-kv__list {
  height: 100%;
}

.c-slider-kv__item {
  height: 100%;
}

.swiper-container-horizontal > .c-slider-kv-pagination {
  bottom: -40px;
}

.c-slider-kv-pagination .swiper-pagination-bullet {
  margin: 0px 10px;
  width: 15px;
  height: 15px;
  background: #000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 10px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
  padding-right: 50px;
  padding-left: 50px;
  outline: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-slider {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-slider__slider-wrap {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .c-slider__slider-wrap {
    margin: 0 auto;
    margin-top: 2.08333vw;
    padding: 0 75px;
    max-width: 1050px;
  }
}

@media screen and (max-width: 768px) {
  .c-slider__slider-wrap {
    overflow: hidden;
    height: 60.26667vw;
  }
}

.c-slider .swiper-slide {
  width: 900px;
}

.c-slider .swiper-slide img {
  width: 900px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-slider .swiper-slide img {
    width: 62.5vw;
  }
}

@media screen and (max-width: 768px) {
  .c-slider .swiper-slide img {
    width: 100%;
  }
}

.c-slider .swiper-button-prev {
  left: 0;
  width: 45px;
  height: 80px;
  outline: none;
  background: url(/global/common/img/kitchen/img-slider-left.svg) 0 0 no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-slider .swiper-button-prev {
    left: 9.02778vw;
    width: 3.125vw;
    height: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-slider .swiper-button-prev {
    left: 2.66667vw;
    margin-top: -2.66667vw;
    width: 12vw;
    height: 12.8vw;
  }
}

.c-slider .swiper-button-prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-slider .swiper-button-next {
  right: 0;
  width: 45px;
  height: 80px;
  outline: none;
  background: url(/global/common/img/kitchen/img-slider-right.svg) 100% 0 no-repeat;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-slider .swiper-button-next {
    right: 9.02778vw;
    width: 3.125vw;
    height: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-slider .swiper-button-next {
    right: 2.66667vw;
    margin-top: -2.66667vw;
    width: 6vw;
    height: 12.8vw;
  }
}

.c-slider .swiper-button-next:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------
*   c-timeline
--------------------------------------------- */
.c-timeline {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  width: 1230px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline {
    margin-top: 3.47222vw;
    padding-bottom: 3.47222vw;
    width: 85.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline {
    margin-top: 6.66667vw;
    padding-bottom: 13.33333vw;
    width: 100%;
  }
}

.c-timeline::before {
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #808080;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .ie11 .c-timeline::before {
    top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline::before {
    top: 2.13333vw;
    left: 5.33333vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.c-timeline-sec {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  width: 50%;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec {
    padding-right: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec {
    overflow: hidden;
    padding-right: 2.66667vw;
    padding-left: 12vw;
    width: 100%;
  }
}

.c-timeline-sec::after {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 5px solid #000;
  border-radius: 50%;
  background-color: #000;
  content: "";
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (max-width: 768px) {
  .c-timeline-sec::after {
    top: 2.13333vw;
    right: auto;
    left: 5.33333vw;
    width: 2.53333vw;
    height: 2.53333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-timeline-sec--right {
  margin-left: auto;
  padding-left: 40px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--right {
    padding-left: 2.77778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--right {
    margin-left: 0;
    padding-left: 12vw;
  }
}

.c-timeline-sec--right::after {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--right::after {
    left: 5.33333vw;
  }
}

.c-timeline-sec--1960 {
  margin-top: -220px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1960 {
    margin-top: -15.27778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1960 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1973 {
  margin-top: 130px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1973 {
    margin-top: 9.02778vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1973 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1975 {
  margin-top: -340px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1975 {
    margin-top: -23.61111vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1975 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1983 {
  margin-top: -90px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1983 {
    margin-top: -6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1983 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1985 {
  margin-top: -60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1985 {
    margin-top: -4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1985 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1986 {
  margin-top: -30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1986 {
    margin-top: -2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1986 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1990 {
  margin-top: -90px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1990 {
    margin-top: -6.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1990 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1998 {
  margin-top: -65px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1998 {
    margin-top: -4.51389vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1998 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--1999 {
  margin-top: -485px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1999 {
    margin-top: -33.68056vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1999 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2004 {
  margin-top: 30px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2004 {
    margin-top: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2004 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2005 {
  margin-top: -50px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2005 {
    margin-top: -3.47222vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2005 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2007 {
  margin-top: -505px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2007 {
    margin-top: -35.06944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2007 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2011 {
  margin-top: 80px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2011 {
    margin-top: 5.55556vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2011 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2013 {
  margin-top: -420px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2013 {
    margin-top: -29.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2013 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2015 {
  margin-top: -60px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2015 {
    margin-top: -4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2015 {
    margin-top: 5.33333vw;
  }
}

.c-timeline-sec--2018 {
  margin-top: -370px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--2018 {
    margin-top: -25.69444vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--2018 {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--pd {
    padding-left: 12vw;
  }
}

@media screen and (max-width: 750px) {
  .c-timeline-sec {
    width: 100%;
  }
  .c-timeline-sec:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.c-timeline-sec--1949::after {
  top: 16px;
  width: 21px;
  height: 21px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec--1949::after {
    width: 1.45833vw;
    height: 1.45833vw;
  }
  .ie11 .c-timeline-sec--1949::after {
    top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec--1949::after {
    top: 2.13333vw;
    width: 2.53333vw;
    height: 2.53333vw;
  }
}

.c-timeline-sec__head {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__head {
    padding-top: 5.33333vw;
  }
}

.c-timeline-sec__body > *:first-child {
  margin-top: 0 !important;
}

.c-timeline-sec__ttl {
  color: #000;
  font-weight: bold;
  font-size: 35px;
}

.c-timeline-sec__txt {
  margin-top: 1em;
}

.c-timeline-sec__img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 450px;
  text-align: center;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__img {
    margin-top: 0.69444vw;
    margin-bottom: 0.69444vw;
    width: 31.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__img {
    width: 60vw;
  }
}

.c-timeline-sec__img--1999 {
  margin-top: 20px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__img--1999 {
    margin-top: 1.38889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__img--1999 {
    margin-top: 2.66667vw;
  }
}

.c-timeline-sec__img--self {
  margin-bottom: 7px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__img--self {
    margin-bottom: 0.48611vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__img--self {
    margin-bottom: 0.93333vw;
  }
}

.c-timeline-sec__img--1949 {
  margin-top: 0;
}

.c-timeline-sec__img--right {
  margin-left: auto;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__img--right {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__img--right {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-timeline-sec__desc {
  position: relative;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  width: 560px;
  background: #f2f2f2;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);

  will-change: transform;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__desc {
    padding-right: 2.77778vw;
    padding-bottom: 2.77778vw;
    padding-left: 1.38889vw;
    width: 38.88889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__desc {
    margin-left: 0;
    padding-right: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-left: 2.66667vw;
    width: 80vw;
    text-align: left;
  }
}

.is-action .c-timeline-sec__desc {
  -webkit-animation: cd-bounce-2 0.6s forwards;
  animation: cd-bounce-2 0.6s forwards;
}

.c-timeline-sec__desc::after {
  position: absolute;
  top: 20px;
  right: -25px;
  display: block;
  width: 29px;
  height: 14px;
  background: url(/global/common/img/triangle-left.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__desc::after {
    right: -1.73611vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__desc::after {
    top: 2.13333vw;
    left: -3.33333vw;
    background: url(/global/common/img/triangle-right.png) 0 0 no-repeat;
  }
}

.c-timeline-sec__desc--right {
  margin-left: 0;
  text-align: left;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.is-action .c-timeline-sec__desc--right {
  -webkit-animation-name: cd-bounce-2-inverse;
  animation-name: cd-bounce-2-inverse;
}

.c-timeline-sec__desc--right::after {
  left: -25px;
  background-image: url(/global/common/img/triangle-right.png);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__desc--right::after {
    left: -1.73611vw;
  }
}

@media screen and (max-width: 768px) {
  .c-timeline-sec__desc--right::after {
    left: -3.33333vw;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-timeline-sec__desc--top::after {
    top: 1.59722vw;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ---------------------------------------------
*   c-ttl-border
--------------------------------------------- */
.c-ttl-border {
  position: relative;
  margin-bottom: 15px;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border {
    margin-bottom: 1.04167vw;
    padding-top: 3.47222vw;
    padding-bottom: 4.16667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border {
    margin-bottom: 0;
    padding-top: 10.33333vw;
    padding-bottom: 10.33333vw;
  }
}

.c-ttl-border::after {
  position: absolute;
  top: 70%;
  left: 50%;
  display: block;
  width: 4.0625rem;
  height: 0.25rem;
  background-color: #000;
  content: "";
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border::after {
    top: 80%;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border::after {
    width: 9.06667vw;
    height: 0.53333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--history {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5.33333vw;
  }
  .c-ttl-border--history::after {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--brand {
    margin-top: 1vw;
    padding-bottom: 10.66667vw;
  }
  .c-ttl-border--brand::after {
    margin-top: 6.66667vw;
  }
}

.c-ttl-border--noline::after {
  display: none;
}

.c-ttl-border--pd {
  padding-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--pd {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--pd {
    font-size: 22px;
  }
}

.c-ttl-border--sp {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .c-ttl-border--sp {
    font-size: 22px;
  }
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--adv {
    margin-bottom: 1.38889vw;
    font-size: 1.875vw;
  }
}

.c-ttl-border--home {
  letter-spacing: 3px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--home {
    letter-spacing: 0.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--home {
    letter-spacing: 0.4vw;
  }
}

.c-ttl-border--project {
  padding-bottom: 80px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--project {
    padding-bottom: 5.55556vw;
    letter-spacing: 0.25vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--project {
    padding-bottom: 10.66667vw;
    letter-spacing: 0.48vw;
  }
}

.c-ttl-border--virtual {
  letter-spacing: 1px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--virtual {
    letter-spacing: 0.06944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--virtual {
    padding-bottom: 16vw;
    letter-spacing: 0.13333vw;
  }
}

.c-ttl-border--ci {
  letter-spacing: 1px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--ci {
    letter-spacing: 0.06944vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--ci {
    letter-spacing: 0.13333vw;
  }
}

.c-ttl-border--english {
  letter-spacing: 2px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--english {
    letter-spacing: 0.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--english {
    letter-spacing: 0.26667vw;
  }
}

.c-ttl-border--company {
  letter-spacing: 2px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--company {
    letter-spacing: 0.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--company {
    letter-spacing: 0.26667vw;
  }
}

.c-ttl-border--history {
  letter-spacing: 2px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--history {
    letter-spacing: 0.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--history {
    text-align: center;
    letter-spacing: 0.26667vw;
  }
}

.c-ttl-border--ir {
  letter-spacing: 1px;
  font-weight: 300;
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 1230px) and (min-width: 769px) {
  .c-ttl-border--ir {
    letter-spacing: 0.13889vw;
  }
}

@media screen and (max-width: 768px) {
  .c-ttl-border--ir {
    margin-top: 8vw;
    letter-spacing: 0.26667vw;
    line-height: 1;
  }
}

.c-ttl-border--ir::after {
  top: 80%;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-object-fit
--------------------------------------------- */
.js-object-fit {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";

  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
  background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
  text-align: center !important;
}

.txt-al-right {
  text-align: right !important;
}

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

@media print and (min-width: 769px), screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

@media print and (max-width: 768px), screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 0.66667vw !important;
  }
  .mgt-sp--10 {
    margin-top: 1.33333vw !important;
  }
  .mgt-sp--15 {
    margin-top: 2vw !important;
  }
  .mgt-sp--20 {
    margin-top: 2.66667vw !important;
  }
  .mgt-sp--25 {
    margin-top: 3.33333vw !important;
  }
  .mgt-sp--30 {
    margin-top: 4vw !important;
  }
  .mgt-sp--35 {
    margin-top: 4.66667vw !important;
  }
  .mgt-sp--40 {
    margin-top: 5.33333vw !important;
  }
  .mgt-sp--45 {
    margin-top: 6vw !important;
  }
  .mgt-sp--50 {
    margin-top: 6.66667vw !important;
  }
  .mgt-sp--55 {
    margin-top: 7.33333vw !important;
  }
  .mgt-sp--60 {
    margin-top: 8vw !important;
  }
  .mgt-sp--65 {
    margin-top: 8.66667vw !important;
  }
  .mgt-sp--70 {
    margin-top: 9.33333vw !important;
  }
  .mgt-sp--75 {
    margin-top: 10vw !important;
  }
  .mgt-sp--80 {
    margin-top: 10.66667vw !important;
  }
  .mgt-sp--85 {
    margin-top: 11.33333vw !important;
  }
  .mgt-sp--90 {
    margin-top: 12vw !important;
  }
  .mgt-sp--95 {
    margin-top: 12.66667vw !important;
  }
  .mgt-sp--100 {
    margin-top: 13.33333vw !important;
  }
  .mgt-sp--105 {
    margin-top: 14vw !important;
  }
  .mgt-sp--110 {
    margin-top: 14.66667vw !important;
  }
  .mgt-sp--115 {
    margin-top: 15.33333vw !important;
  }
  .mgt-sp--120 {
    margin-top: 16vw !important;
  }
  .mgt-sp--125 {
    margin-top: 16.66667vw !important;
  }
  .mgt-sp--130 {
    margin-top: 17.33333vw !important;
  }
  .mgt-sp--135 {
    margin-top: 18vw !important;
  }
  .mgt-sp--140 {
    margin-top: 18.66667vw !important;
  }
  .mgt-sp--145 {
    margin-top: 19.33333vw !important;
  }
  .mgt-sp--150 {
    margin-top: 20vw !important;
  }
  .mgt-sp--155 {
    margin-top: 20.66667vw !important;
  }
  .mgt-sp--160 {
    margin-top: 21.33333vw !important;
  }
  .mgt-sp--165 {
    margin-top: 22vw !important;
  }
  .mgt-sp--170 {
    margin-top: 22.66667vw !important;
  }
  .mgt-sp--175 {
    margin-top: 23.33333vw !important;
  }
  .mgt-sp--180 {
    margin-top: 24vw !important;
  }
  .mgt-sp--185 {
    margin-top: 24.66667vw !important;
  }
  .mgt-sp--190 {
    margin-top: 25.33333vw !important;
  }
  .mgt-sp--195 {
    margin-top: 26vw !important;
  }
  .mgt-sp--200 {
    margin-top: 26.66667vw !important;
  }
  .mgt-sp--205 {
    margin-top: 27.33333vw !important;
  }
  .mgt-sp--210 {
    margin-top: 28vw !important;
  }
  .mgt-sp--215 {
    margin-top: 28.66667vw !important;
  }
  .mgt-sp--220 {
    margin-top: 29.33333vw !important;
  }
  .mgt-sp--225 {
    margin-top: 30vw !important;
  }
  .mgt-sp--230 {
    margin-top: 30.66667vw !important;
  }
  .mgt-sp--235 {
    margin-top: 31.33333vw !important;
  }
  .mgt-sp--240 {
    margin-top: 32vw !important;
  }
  .mgt-sp--245 {
    margin-top: 32.66667vw !important;
  }
  .mgt-sp--250 {
    margin-top: 33.33333vw !important;
  }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 0.66667vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 1.33333vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 2vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 2.66667vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 3.33333vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 4vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 4.66667vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 5.33333vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 6vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 6.66667vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 7.33333vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 8vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 8.66667vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 9.33333vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 10vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 10.66667vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 11.33333vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 12vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 12.66667vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 13.33333vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 14vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 14.66667vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 15.33333vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 16vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 16.66667vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 17.33333vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 18vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 18.66667vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 19.33333vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 20vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 20.66667vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 21.33333vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 22vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 22.66667vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 23.33333vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 24vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 24.66667vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 25.33333vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 26vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 26.66667vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 27.33333vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 28vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 28.66667vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 29.33333vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 30vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 30.66667vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 31.33333vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 32vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 32.66667vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 33.33333vw !important;
  }
}

.c-section-room__cover img {
  max-width: 150%;
  margin-left: -20vw;
}
