/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@700&family=Manrope:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  background-color: #FEF7EC;
  color: #717071;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  letter-spacing: 0.17em;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    font-size: 1rem;
    line-height: 1.9375;
    letter-spacing: 0.05em;
  }
}

.inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner {
    padding: 0 1.875rem;
    max-width: 25.875rem;
  }
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

.js-animate {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.js-animate.is-animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.js-animate.is-delay {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 750px) {
  .js-animate.is-delay {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7000;
  background: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 8002;
  position: relative;
  background: #fff;
}
@media (min-width: 751px) {
  .l-header__inner {
    height: 5rem;
  }
}
@media (max-width: 750px) {
  .l-header__inner {
    height: 4.375rem;
    position: relative;
  }
}
.l-header__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 750px) {
  .l-header__bg.is-open {
    visibility: visible;
    opacity: 1;
  }
}
.l-header.is-open .l-header__inner {
  background: rgba(112, 112, 112, 0.9);
  opacity: 1;
}

.l-header-logo {
  z-index: 8002;
  margin-left: 1.875rem;
}
@media (max-width: 750px) {
  .l-header-logo {
    margin-left: 1.125rem;
  }
}
.l-header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  transition: none;
}
.l-header-logo__img {
  display: block;
  width: 33.125rem;
}
.l-header-logo__img.-logo__01 {
  display: block;
}
.l-header-logo__img.-logo__02 {
  display: none;
}
@media (max-width: 750px) {
  .l-header-logo__img {
    width: 17.0625rem;
  }
}

.is-open .-logo__01 {
  display: none;
}
.is-open .-logo__02 {
  display: block;
}

.l-header-menu {
  color: #717071;
  background: transparent;
  cursor: pointer;
  border-left: 2px solid #C1C1C1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9001;
}
.l-header-menu span {
  width: 9.375rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 0.2em;
}
@media (min-width: 751px) {
  .l-header-menu span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.l-header-menu span:before, .l-header-menu span:after {
  content: "";
  height: 2px;
  width: 4.6875rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 750px) {
  .l-header-menu span:before, .l-header-menu span:after {
    width: 3.625rem;
    top: 40%;
  }
}
.l-header-menu span::before {
  -webkit-transform: translate(-50%, 50%) rotate(12deg);
          transform: translate(-50%, 50%) rotate(12deg);
}
.l-header-menu span:after {
  -webkit-transform: translate(-50%, 50%) rotate(-12deg);
          transform: translate(-50%, 50%) rotate(-12deg);
}
@media (max-width: 750px) {
  .l-header-menu span {
    font-size: 1.125rem;
    width: 6.25rem;
    height: 1.5rem;
    padding-left: 0.625rem;
  }
}
@media (min-width: 751px) {
  .l-header-menu:hover span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    color: #C1C1C1;
  }
}
.l-header-menu.is-open span {
  font-size: 0;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.l-header-menu.is-open span::before, .l-header-menu.is-open span:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 751px) {
  .l-header-menu.is-open span:hover::before, .l-header-menu.is-open span:hover:after {
    width: 6.25rem;
  }
}

.l-header-nav {
  margin-left: 1.875rem;
  position: fixed;
  height: calc(100% - 5rem);
  top: 5rem;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(112, 112, 112, 0.9);
  -webkit-box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  z-index: 8001;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav {
    height: calc(100% - 4.375rem);
    background: rgba(112, 112, 112, 0.85);
    -webkit-box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(1.5rem);
            backdrop-filter: blur(1.5rem);
    top: 4.375rem;
  }
}
.l-header-nav__inner {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 0 0.625rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0.125rem solid #fff;
  opacity: 1;
}
@media (min-width: 751px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50rem;
    position: relative;
  }
  .l-header-nav__items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31.5%;
    bottom: 0;
    width: 2px;
    background: #fff;
  }
}
@media (max-width: 750px) {
  .l-header-nav__items {
    width: 19.375rem;
  }
}
.l-header-nav__item {
  position: relative;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
@media (min-width: 751px) {
  .l-header-nav__item {
    width: 61%;
  }
  .l-header-nav__item:nth-child(1) {
    width: 39%;
  }
  .l-header-nav__item:nth-child(3), .l-header-nav__item:nth-child(4) {
    margin-left: 39%;
  }
}
@media (max-width: 750px) {
  .l-header-nav__item {
    margin-bottom: 2.5rem;
  }
  .l-header-nav__item:nth-child(1) {
    margin-bottom: 7.5rem;
  }
}
.l-header-nav__item .l-header-nav__link {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0.625rem;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link {
    padding: 0;
    white-space: nowrap;
  }
}
.l-header-nav__item .l-header-nav__link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  padding-right: 1.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span {
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
    height: 2.5rem;
    padding-right: 2.1875rem;
  }
}
.l-header-nav__item .l-header-nav__link span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span::before {
    width: 100%;
  }
}
.l-header-nav__item .l-header-nav__link span:after {
  content: "";
  background: url("/100th/img/ico_next.svg") center no-repeat;
  background-size: 100%;
  width: 1.25rem;
  height: 1.625rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .l-header-nav__item .l-header-nav__link span:after {
    opacity: 1;
    right: 0;
    width: 1.125rem;
    height: 1.5rem;
  }
}
@media (min-width: 751px) {
  .l-header-nav__item:hover .l-header-nav__link span {
    font-size: 1.5625rem;
  }
  .l-header-nav__item:hover .l-header-nav__link span::before {
    width: 100%;
  }
  .l-header-nav__item:hover .l-header-nav__link span::after {
    right: 0rem;
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
.is-open .l-header-nav {
  visibility: visible;
  opacity: 1;
}
.is-open .l-header-nav .l-header-nav__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(1), .is-open .l-header-nav .l-header-nav__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.is-open .l-header-nav .l-header-nav__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-locked {
  overflow: hidden;
}
.is-locked .main {
  -ms-touch-action: none !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.footer {
  background: #78B844;
  padding: 4.6875rem 0 5.125rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  .footer {
    padding: 0.625rem 0;
  }
}
@media (max-width: 750px) {
  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}
.footer__logo {
  width: 14.5rem;
  margin: 0 auto 3.75rem;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 13.125rem;
    margin: 0 auto 10.9375rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer__logo {
    width: 12.5rem;
    margin: 0 auto 1.875rem;
  }
}
.footer__logo--sub {
  width: 28.4375rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 750px) {
  .footer__logo--sub {
    width: 18.625rem;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer__logo--sub {
    width: 16.25rem;
  }
}
.footer .c-btn__main {
  text-align: center;
}
.footer .c-btn__main a {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  background: transparent;
  border: 2px solid #fff;
  padding: 0.625rem 1.25rem;
  width: 100%;
  max-width: 23.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .footer .c-btn__main a {
    max-width: 15.9375rem;
    font-size: 0.875rem;
    padding: 0.3125rem 1.25rem;
  }
}
.footer .c-btn__main a:before {
  content: "";
  position: absolute;
  background: url("/100th/img/ico_next02.svg") center no-repeat;
  background-size: cover;
  width: 0.625rem;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .footer .c-btn__main a:before {
    right: 0.75rem;
    width: 0.5rem;
    height: 0.75rem;
  }
}
@media (min-width: 751px) {
  .footer .c-btn__main a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .c-btn__main a:hover:before {
  right: 1rem;
}
@media (max-width: 750px) {
  .footer .c-btn__main a:hover:before {
    right: 0.5rem;
  }
}
.footer address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  padding-top: 3.4375rem;
}
@media (max-width: 750px) {
  .footer address {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) and (min-width: 450px) {
  .footer address {
    padding-top: 1.875rem;
  }
}

.mv {
  position: relative;
  z-index: 3;
  margin-bottom: 8.3125rem;
}
@media (max-width: 750px) {
  .mv {
    margin-bottom: 5.625rem;
    overflow: hidden;
  }
}
.mv__img {
  position: relative;
  background: #FEF7EC;
}
@media (max-width: 750px) {
  .mv__img {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (min-width: 751px) {
  .mv__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .mv__img img {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 35.3125rem;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mv__scroll {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 1.6875rem;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media (max-width: 750px) {
  .mv__scroll {
    left: 1.875rem;
    right: auto;
    bottom: 5rem;
  }
}
.mv__scroll:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 100%;
  width: 2px;
  background: #717071;
  -webkit-animation: line 2s infinite;
          animation: line 2s infinite;
}
.mv__scroll:after {
  content: "";
  width: 1.25rem;
  height: 1.875rem;
  background: url("../img/ico_scroll.svg") center no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(50% - 0.625rem);
  -webkit-animation: arrow 2s infinite;
          animation: arrow 2s infinite;
}

@-webkit-keyframes line {
  0% {
    opacity: 0;
    height: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    height: 4.375rem;
  }
}

@keyframes line {
  0% {
    opacity: 0;
    height: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    height: 4.375rem;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    bottom: -0.625rem;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    bottom: -5rem;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    bottom: -0.625rem;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
    bottom: -5rem;
  }
}
.main {
  position: relative;
}

.rectangle {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: -webkit-transform 5s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 5s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 5s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 5s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 5s cubic-bezier(0, 1, 0.5, 1);
}
.rectangle__01 {
  width: 9.1875rem;
  height: 6.625rem;
  background: #767CBA;
  top: 2.5rem;
  left: calc(50% - 38.3rem);
}
@media (max-width: 750px) {
  .rectangle__01 {
    top: auto;
    left: 0;
    bottom: 2.9375rem;
    height: 4.875rem;
    width: 5.125rem;
  }
}
.rectangle__02 {
  width: 12.75rem;
  height: 9.1875rem;
  background: #8DC21F;
  top: 4.6875rem;
  left: calc(50% + 32rem);
}
@media (max-width: 750px) {
  .rectangle__02 {
    top: 3.125rem;
    left: auto;
    right: 0;
    height: 6.75rem;
    width: 3.5rem;
  }
}
.rectangle__03 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #F29600;
  bottom: 4.0625rem;
  left: calc(50% - 23.5rem);
}
@media (max-width: 750px) {
  .rectangle__03 {
    left: auto;
    bottom: -1.875rem;
    right: 0;
    height: 4.125rem;
    width: 4.6875rem;
    z-index: 4;
  }
}
.rectangle__04 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #8DC21F;
  bottom: 0;
  left: calc(50% + 29rem);
}
@media (max-width: 750px) {
  .rectangle__04 {
    left: auto;
    bottom: 7.5rem;
    right: 0;
    height: 4.0625rem;
    width: 5.625rem;
    z-index: 4;
  }
}
.rectangle__05 {
  width: 7.6875rem;
  height: 5.5rem;
  background: #767CBA;
  top: -11.5625rem;
  left: calc(50% - 35rem);
}
@media (max-width: 750px) {
  .rectangle__05 {
    display: none;
  }
}
.rectangle__06 {
  width: 12.75rem;
  height: 9.1875rem;
  background: #F29600;
  bottom: 7.5rem;
  left: calc(50% + 26rem);
  z-index: 1;
}
@media (max-width: 750px) {
  .rectangle__06 {
    background: #767CBA;
    left: 0;
    bottom: 8.125rem;
    height: 4.125rem;
    width: 3.75rem;
  }
}

.lead {
  padding-top: 3.125rem;
  padding-bottom: 12.5625rem;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1180px) {
  .lead {
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .lead {
    padding-top: 1.875rem;
    padding-bottom: 8.75rem;
  }
}
.lead__ttl {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4473684211;
}
@media (max-width: 750px) {
  .lead__ttl {
    font-size: 1.875rem;
    line-height: 1.8333333333;
  }
}
.lead__txt {
  padding: 2.3125rem 2.1875rem 1.5625rem;
}
@media (max-width: 750px) {
  .lead__txt {
    padding: 1rem 0 1.25rem;
  }
}
.lead__subtxt {
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.4em;
  padding: 0 2.1875rem 1.875rem;
}
@media (max-width: 750px) {
  .lead__subtxt {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
    padding: 0 0 1.25rem;
  }
}
.lead__name {
  text-align: right;
  padding: 0 2.1875rem;
}
@media (max-width: 750px) {
  .lead__name {
    padding: 0;
  }
}

.sologan {
  position: relative;
}
@media (max-width: 750px) {
  .sologan {
    overflow: hidden;
  }
}
.sologan__ttl {
  border-bottom: 2px solid #C1C1C1;
  border-top: 2px solid #C1C1C1;
  padding: 1.875rem 0;
}
@media (min-width: 751px) {
  .sologan__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .sologan__ttl {
    padding: 2.8125rem 0 2.5rem;
  }
}
.sologan__ttl .c-logo {
  text-align: center;
  padding: 1.875rem 0 2.1875rem;
}
@media (min-width: 751px) {
  .sologan__ttl .c-logo {
    border-right: 2px solid #C1C1C1;
    width: 50%;
  }
}
@media (max-width: 750px) {
  .sologan__ttl .c-logo {
    padding: 0 0 3.4375rem;
    border-bottom: 2px solid #C1C1C1;
    width: 14.375rem;
    margin: 0 auto;
  }
}
.sologan__ttl .c-logo img {
  width: 15.625rem;
}
@media (max-width: 750px) {
  .sologan__ttl .c-logo img {
    width: 13.125rem;
  }
}
.sologan__ttl .c-ttl {
  font-family: "Manrope", sans-serif;
  color: #EB4909;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .sologan__ttl .c-ttl {
    width: 50%;
    padding-left: 6.875rem;
  }
}
@media (max-width: 750px) {
  .sologan__ttl .c-ttl {
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    text-align: center;
    padding: 2.5rem 0 0;
  }
}
.sologan__ttl .c-ttl span {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.4736842105;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .sologan__ttl .c-ttl span {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-top: 0.9375rem;
  }
}
.sologan__txt {
  padding: 2.625rem 2.1875rem 8.75rem;
}
@media (max-width: 750px) {
  .sologan__txt {
    padding: 2.5rem 0 4.375rem;
  }
}
.sologan__txt p + p {
  margin-top: 1.25rem;
}

.bg__parallax {
  overflow: hidden;
  position: relative;
}

.bg__main {
  background: #FEF7EC;
}

.history-sec {
  position: relative;
  background: #FEF7EC;
}
@media (min-width: 751px) {
  .history-sec {
    z-index: 3;
    padding-top: 15.625rem;
  }
}
.history-sec .inner {
  position: relative;
  z-index: 2;
  background: #FEF7EC;
}
@media (max-width: 750px) {
  .history-sec .inner {
    padding-top: 4.375rem;
  }
}
.history-sec .history__ttl {
  border-bottom: 2px solid #C1C1C1;
  border-top: 2px solid #C1C1C1;
  padding: 1.875rem 0;
}
@media (min-width: 751px) {
  .history-sec .history__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .history-sec .history__ttl {
    margin-top: 0;
    padding: 2.5rem 0 1.6875rem;
  }
}
.history-sec .history__ttl .c-ttl {
  font-family: "Manrope", sans-serif;
  color: #EB4909;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .history-sec .history__ttl .c-ttl {
    width: 50%;
    padding-left: 6.25rem;
  }
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-ttl {
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    text-align: center;
    padding: 0 0 2.5rem;
    position: relative;
  }
  .history-sec .history__ttl .c-ttl:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    height: 2px;
    background: #C1C1C1;
    width: 14.6875rem;
  }
}
.history-sec .history__ttl .c-ttl span {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: 0.2em;
  line-height: 1.4736842105;
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-ttl span {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-top: 0.9375rem;
  }
}
@media (min-width: 751px) {
  .history-sec .history__ttl .c-text {
    width: 50%;
    border-left: 2px solid #C1C1C1;
    padding: 2.6875rem 0 3.125rem 1.875rem;
  }
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-text {
    padding: 2.8125rem 0 1.25rem;
  }
}
.history-sec .history__ttl .c-text .txt {
  padding-bottom: 1.5625rem;
  width: 22.5rem;
  margin: 0 auto;
}
.history-sec .history__ttl .c-btn__main {
  text-align: center;
}
.history-sec .history__ttl .c-btn__main a {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
  background: #EB4909;
  padding: 1.125rem 1.25rem;
  width: 100%;
  max-width: 22.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-btn__main a {
    max-width: 21.875rem;
  }
}
.history-sec .history__ttl .c-btn__main a:before {
  content: "";
  position: absolute;
  background: url("../img/ico_next02.svg") center no-repeat;
  background-size: cover;
  width: 0.625rem;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-btn__main a:before {
    right: 1.25rem;
  }
}
@media (min-width: 751px) {
  .history-sec .history__ttl .c-btn__main a:hover {
    background: #EF8A62;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.history-sec .history__ttl .c-btn__main a:hover:before {
  right: 1.625rem;
}
@media (max-width: 750px) {
  .history-sec .history__ttl .c-btn__main a:hover:before {
    right: 1rem;
  }
}

.video {
  position: relative;
  padding-top: 2.1875rem;
  padding-bottom: 12.125rem;
}
@media (max-width: 750px) {
  .video {
    padding-top: 3.125rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  .video .inner {
    padding: 0;
  }
}
.video__ttl {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #EB4909;
  font-family: "Manrope", sans-serif;
  padding-bottom: 2.1875rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .video__ttl {
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    padding: 0 1.875rem 2.625rem;
  }
}
.video__frame {
  position: relative;
  z-index: 2;
  padding-bottom: 56.25%;
}
.video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}