@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Robotocondensed;
  src: url('../fonts/RobotoCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --cecece: #cecece;
  --f8f8f8: #f8f8f8;
  --383434: #383434;
  --c61318: #c61318;
  --ccd1d4: #ccd1d4;
  --white: white;
  --black: black;
}

.section-navi {
  border-bottom: 2px solid var(--cecece);
  background-color: var(--f8f8f8);
  height: 168px;
}

.div-width-1180 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-footer {
  border-top: 2px solid var(--cecece);
  background-color: var(--f8f8f8);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.div-width-navi {
  width: 100%;
}

.nav-menu {
  float: left;
  border-right: 2px solid var(--cecece);
  background-color: var(--f8f8f8);
  margin-top: 168px;
  padding-top: 30px;
}

.menu-button {
  float: left;
  background-image: url('../images/icon-navi_1icon-navi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin-top: 45px;
  margin-left: 35px;
  padding: 0;
}

.menu-button:hover {
  background-image: url('../images/icon-navi-hover_1icon-navi-hover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-button.w--open {
  background-color: #0000;
  background-image: url('../images/icon-navi-hover_1icon-navi-hover.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar {
  background-color: var(--f8f8f8);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-logo {
  float: right;
  margin-top: 45px;
  margin-right: 59px;
}

.body {
  background-color: var(--f8f8f8);
}

.footer-text-big {
  color: var(--383434);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 22px;
}

.footer-text-big.red {
  color: var(--c61318);
}

.div-footer-textblock {
  float: left;
  margin-right: 60px;
}

.footer-text {
  color: var(--383434);
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.footer-link-big {
  color: var(--383434);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.footer-link-big:hover {
  color: var(--c61318);
}

.link-fatfont_01 {
  float: left;
  color: var(--383434);
  text-transform: uppercase;
  margin-left: -5px;
  margin-right: 60px;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  text-decoration: none;
}

.link-fatfont_01:hover {
  color: var(--c61318);
}

.div-social {
  float: right;
  position: absolute;
  top: 48px;
  right: 59px;
}

.link-social_01 {
  margin-right: 13px;
}

.div-fatfont_01 {
  clear: both;
  position: relative;
}

.text-fatfont_01 {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 38px;
}

.text-fatfont_01.absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.div-fatfont-content_01 {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.headline_01 {
  color: var(--383434);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Robotocondensed, sans-serif;
  font-size: 35px;
  line-height: 35px;
  overflow: hidden;
}

.headline_01.red {
  color: var(--c61318);
}

.text_01 {
  color: var(--383434);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 26px;
  overflow: hidden;
}

.text_01.topspace {
  margin-top: 80px;
}

.headline_02 {
  color: var(--383434);
  font-family: Robotocondensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
}

.headline_02.topspace {
  text-transform: uppercase;
  margin-top: 50px;
}

.div-fatfont_02, .div-fatfont_03 {
  clear: both;
  position: relative;
}

.div-fatfont-content_02, .div-fatfont-content_03 {
  float: left;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.link-fatfont_02 {
  float: left;
  color: var(--383434);
  text-transform: uppercase;
  margin-right: 60px;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  text-decoration: none;
}

.link-fatfont_02:hover {
  color: var(--c61318);
}

.text-fatfont_02 {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 103px;
}

.link-fatfont_03 {
  float: left;
  color: var(--383434);
  text-transform: uppercase;
  margin-right: 60px;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  text-decoration: none;
}

.link-fatfont_03:hover {
  color: var(--c61318);
}

.text-fatfont_03 {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 15px;
}

.lightbox_01 {
  float: left;
  border: 2px solid var(--cecece);
  opacity: 1;
  width: 32%;
  margin-right: 2%;
  display: block;
}

.lightbox_01.end {
  margin-right: 0%;
}

.div-images {
  float: left;
  clear: both;
  opacity: 1;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.div-text {
  float: left;
  clear: both;
}

.navi-link_01 {
  clear: both;
  color: var(--383434);
  text-transform: uppercase;
  padding-left: 59px;
  padding-right: 60px;
  font-family: Robotocondensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.navi-link_01:hover, .navi-link_01.w--current {
  color: var(--c61318);
}

.link-text_01 {
  color: var(--c61318);
  text-decoration: none;
}

.link-text_01:hover {
  text-decoration: underline;
}

.lightbox-image_01 {
  width: 100%;
  max-height: 285px;
}

.text-fatfont_01_abs {
  z-index: 5;
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 38px;
}

.text-fatfont_01_abs.absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.text-fatfont_02_abs {
  z-index: 5;
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 103px;
}

.text-fatfont_03_abs {
  z-index: 5;
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 15px;
}

.important-text, .important-text-2, .important-text-3, .important-text-4, .important-text-5, .important-text-6, .important-text-7, .important-text-8, .important-text-9, .important-text-10 {
  font-family: Robotocondensed, sans-serif;
}

.text-fatfont_01_mobile {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  display: block;
  position: absolute;
  top: 0;
  right: 38px;
}

.text-fatfont_01_mobile.absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.text-fatfont_02_mobile {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 103px;
}

.text-fatfont_03_mobile {
  float: left;
  color: var(--ccd1d4);
  text-transform: uppercase;
  font-family: Robotocondensed, sans-serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130px;
  position: absolute;
  top: 0;
  right: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="fatfont-01-content-hidden"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="fatfont-01-text-hidden"] {
  display: none;
}

html.w-mod-js [data-ix="fatfont-02-content-hidden"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="fatfont-02-text-hidden"] {
  display: none;
}

html.w-mod-js [data-ix="fatfont-03-content-hidden"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="fatfont-03-text-hidden"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-navi {
    height: 118px;
  }

  .section-content {
    padding: 100px 20px;
  }

  .section-footer {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-image: url('../images/icon-navi-hq.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 90px;
    margin-top: 15px;
  }

  .menu-button:hover {
    background-image: url('../images/icon-navi-hover-hq.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 90px;
  }

  .menu-button.w--open {
    background-image: url('../images/icon-navi-hover-hq.png'), url('../images/icon-navi-hq.png');
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 90px, 90px;
  }

  .img-logo {
    max-width: 30%;
    margin-top: 30px;
  }

  .div-footer-textblock {
    clear: both;
    margin-bottom: 30px;
  }

  .link-fatfont_01 {
    margin-right: 40px;
    padding-bottom: 0;
    font-size: 65px;
    line-height: 65px;
  }

  .div-social {
    top: auto;
    bottom: 30px;
    right: 20px;
  }

  .text-fatfont_01 {
    font-size: 65px;
    line-height: 100px;
  }

  .headline_01.red {
    font-size: 28px;
  }

  .text_01 {
    font-size: 18px;
    line-height: 24px;
  }

  .headline_02 {
    font-size: 20px;
  }

  .link-fatfont_02 {
    margin-right: 40px;
    font-size: 65px;
    line-height: 65px;
  }

  .text-fatfont_02 {
    font-size: 65px;
    line-height: 100px;
  }

  .link-fatfont_03 {
    margin-right: 40px;
    font-size: 65px;
    line-height: 65px;
  }

  .text-fatfont_03, .text-fatfont_01_abs, .text-fatfont_02_abs, .text-fatfont_03_abs {
    font-size: 65px;
    line-height: 100px;
  }

  .text-fatfont_01_mobile, .text-fatfont_02_mobile, .text-fatfont_03_mobile {
    font-size: 65px;
    line-height: 65px;
    text-decoration: none;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .section-navi {
    height: 90px;
  }

  .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    margin-top: 90px;
  }

  .menu-button {
    background-size: 70px;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-left: 15px;
  }

  .menu-button:hover, .menu-button.w--open {
    background-size: 70px;
  }

  .img-logo {
    margin-top: 22px;
    margin-right: 20px;
  }

  .link-fatfont_01 {
    margin-right: 25px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-fatfont_01 {
    font-size: 45px;
    line-height: 80px;
  }

  .headline_01.red {
    font-size: 24px;
    line-height: 30px;
  }

  .text_01, .headline_02 {
    font-size: 17px;
    line-height: 21px;
  }

  .link-fatfont_02 {
    margin-right: 25px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-fatfont_02 {
    font-size: 45px;
    line-height: 80px;
  }

  .link-fatfont_03 {
    margin-right: 25px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-fatfont_03 {
    font-size: 45px;
    line-height: 80px;
  }

  .div-images {
    margin-bottom: 0;
  }

  .navi-link_01, .navi-link_01.w--current {
    padding-left: 39px;
  }

  .text-fatfont_01_abs, .text-fatfont_02_abs, .text-fatfont_03_abs {
    font-size: 45px;
    line-height: 80px;
  }

  .text-fatfont_01_mobile, .text-fatfont_02_mobile, .text-fatfont_03_mobile {
    font-size: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .img-logo {
    max-width: 50%;
    margin-top: 26px;
  }

  .link-fatfont_01 {
    margin-left: 0;
    line-height: 45px;
  }

  .text-fatfont_01 {
    line-height: 45px;
    position: static;
  }

  .headline_01.red {
    margin-top: 10px;
  }

  .text_01 {
    margin-bottom: 15px;
  }

  .link-fatfont_02, .link-fatfont_02.w--current {
    line-height: 45px;
  }

  .text-fatfont_02 {
    line-height: 45px;
    position: static;
  }

  .link-fatfont_03, .link-fatfont_03.w--current {
    line-height: 45px;
  }

  .text-fatfont_03 {
    line-height: 45px;
    position: static;
  }

  .div-images {
    margin-top: 15px;
  }

  .navi-link_01, .navi-link_01.w--current {
    padding-left: 34px;
  }

  .text-fatfont_01_abs, .text-fatfont_02_abs, .text-fatfont_03_abs {
    line-height: 45px;
    display: none;
    position: static;
  }

  .text-fatfont_01_mobile, .text-fatfont_02_mobile, .text-fatfont_03_mobile {
    line-height: 45px;
    position: static;
  }
}


@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}