.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  letter-spacing: .04em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.nav__label--ja {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.in-nav {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #094;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__menu {
  order: 1;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.hamburger__line {
  background-color: #000;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hamburger__line.white {
  background-color: #fff;
}

.nav__label--en {
  z-index: 1;
  text-align: center;
  background-color: #094;
  margin-top: 1px;
  font-family: specter, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
}

.nav__label--en:hover {
  opacity: 0;
}

.btn__menu {
  flex-direction: column;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  display: none;
  top: 0;
  right: 0;
}

.btn__menu.w--open {
  justify-content: center;
  align-items: center;
  height: 50px;
}

.logo__link {
  color: #fff;
  order: -1;
  overflow: hidden;
}

.ttl__logo {
  text-indent: -10000px;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 150px;
  height: 44px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  min-width: 70px;
  margin-left: 40px;
  padding: 0 0 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}

.nav__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nav__link.w--current {
  text-transform: none;
  border-bottom-color: #fff;
}

.nav__link.w--open {
  color: #005199;
  border-bottom-color: #005199;
}

.footer {
  background-color: #094;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.txt__body--regular--small {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8em;
}

.sns__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sns__inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon__link {
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.icon__link:hover {
  opacity: .8;
}

.hero__wrapper {
  padding-top: 90px;
}

.hero__inner {
  background-image: url('../images/hero_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  min-height: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero__txt--top {
  position: absolute;
}

.hero__txt--bottom {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.hero__machida {
  width: 70%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.hero__copy {
  width: 40%;
  position: absolute;
  inset: 12% auto auto 62%;
}

.hero__new {
  width: 16%;
  position: absolute;
  inset: 40% auto auto 74%;
}

.hero__products {
  z-index: 2;
  width: 36%;
  position: absolute;
  inset: 56% 0% auto auto;
}

.hero__inner--anime {
  width: 100%;
  max-width: 1360px;
  min-height: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content__wtapper.bg__products {
  background-image: url('../images/bg_gum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.content__wtapper.bg__green {
  background-color: #094;
}

.content__inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.ttl__inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ttl__en {
  color: #094;
  text-align: center;
  font-family: specter, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
}

.ttl__en.col__white {
  color: #fff;
}

.ttl__ja {
  color: #094;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4em;
}

.ttl__ja.col__white {
  color: #fff;
}

.txt__inner {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.txt__read {
  color: #094;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8em;
}

.txt__read.col__white {
  color: #fff;
}

.txt__body--bold {
  color: #094;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8em;
}

.txt__body--bold.col__white {
  color: #fff;
}

.products__wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.products__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 218px;
  display: flex;
}

.txt__products-name {
  color: #094;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5em;
}

.products__inner {
  display: flex;
}

.txt__notice {
  color: #094;
  font-size: .75rem;
  line-height: 1.8em;
}

.content__bottom__wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 0%;
  right: 0%;
}

.content__bottom__inner {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content__bottom__img {
  width: 100%;
}

.card__inner--feature {
  background-image: linear-gradient(135deg, #002b134d, #002b131a);
  border: 1px solid #002b1333;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 40px #002b134d;
}

.card__txt__inner--feature {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card__txt__number--feature {
  color: #fff;
  font-family: specter, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

.card__txt--feature {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.5em;
}

.txt__number--large {
  color: #ff0;
  font-family: specter, sans-serif;
  font-size: 2.5rem;
}

.txt__col--yellow {
  color: #ff0;
}

.txt__ja--large {
  color: #ff0;
  font-size: 2rem;
}

.card__wrapper--feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.profile__wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ecfff4;
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.sttl__ja {
  color: #094;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
}

.sttl__ja.col__white {
  color: #fff;
}

.profile__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt__inner--profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.txt__profile--name {
  color: #094;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.8em;
}

.txt__profile {
  color: #094;
  font-size: 1rem;
  line-height: 1.8em;
}

.sp {
  display: none;
}

.cp-date__wrapper {
  margin-top: 10px;
}

.underline {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 3px;
  margin-top: 10px;
}

.cp__wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cp-present__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cp-present__card-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.cp-present__card--half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 20px;
  display: flex;
}

.cp-present__ttl {
  color: #094;
  text-align: center;
  background-color: #ff0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
}

.cp-present__card-description {
  color: #094;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5em;
}

.cp-present__card--full {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.cp-present__card__block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cp-scratch__inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.cp-scratch__card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  display: flex;
}

.cp-scratch__ttl {
  color: #094;
  text-align: center;
  background-color: #ff0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
}

.cp-scratch__card-inner--1col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cp-scratch__card--result {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cp-scratch__ttl--result {
  color: #fff;
  text-align: center;
  background-color: #ee7300;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 900;
  display: flex;
}

.cp-scratch__ttl--result.lose {
  background-color: #a2a2a2;
}

.cp-scratch__card-description {
  color: #095;
  text-align: center;
  font-size: .875rem;
  font-weight: 900;
  line-height: 1.5em;
}

.cp-scratch__card-description--large {
  font-size: 1.125rem;
}

.cp-scratch__card-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.txt__notice--medium {
  font-size: .875rem;
  font-weight: 500;
}

.txt__notice--medium.col__white {
  color: #fff;
  font-weight: 400;
  line-height: 1.8em;
}

.cp-step__inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cp-step__card--inner {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
}

.cp-step__ttl {
  color: #094;
  background-color: #ff0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 140px;
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
}

.cp-step__card--description {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 820px;
  height: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.btn-oubo__wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt__link {
  color: #094;
  text-decoration-color: #094;
}

.btn__link {
  transition: all .2s;
}

.btn__link:hover {
  opacity: .8;
}

.terms__button {
  border: 3px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  transition: opacity .2s;
  display: flex;
}

.terms__button:hover {
  opacity: .8;
}

.terms__ttl {
  color: #fff;
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 1em;
}

.terms__list {
  color: #fff;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.5em;
}

.terms__inner {
  padding: 10px 0 20px;
  display: block;
}

.terms__list--item {
  margin-bottom: 4px;
  line-height: 1.8em;
}

.terms__wrapper {
  justify-content: center;
  align-items: center;
}

.txt__link--white {
  color: #fff;
  text-decoration: underline;
}

.terms__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8em;
}

.contact__wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ecfff5;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
}

.contact__ttl {
  color: #094;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.8em;
}

.contact__txt {
  color: #094;
  font-size: 1rem;
  line-height: 1.8em;
}

.cp-ttl__image-01 {
  width: 25%;
  position: absolute;
  top: 2.8%;
  left: -3%;
}

.cp-ttl__image-02 {
  width: 25%;
  position: absolute;
  top: 2.8%;
  right: -3%;
}

.content__bottom__image-01, .content__bottom__image-02 {
  width: 26%;
}

.hero__txt--top-group {
  position: absolute;
  inset: 0% 0% auto;
}

.hero__txt--bottom-group {
  position: absolute;
  inset: auto 0% 0%;
}

.cp-date {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav__label--ja {
    font-size: .8125rem;
    position: static;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.in-nav {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    position: relative;
  }

  .nav__menu {
    background-color: #094;
    border-top: 1px solid #21242d1a;
    border-bottom: 1px solid #21242d1a;
    padding: 15px 20px;
    display: block;
  }

  .nav__label--en {
    font-size: 1.5rem;
  }

  .nav__label--en:hover {
    opacity: 100;
  }

  .btn__menu {
    display: none;
  }

  .btn__menu.w--open {
    background-color: #0000;
  }

  .logo__link {
    z-index: 2;
  }

  .ttl__logo {
    position: relative;
  }

  .nav__link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-style: none;
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav__link:hover {
    border-bottom-style: none;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sns__wrapper {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .hero__wrapper {
    padding-top: 0;
  }

  .hero__inner {
    height: 50vh;
    min-height: 400px;
  }

  .hero__machida {
    width: 77.5%;
    bottom: auto;
    left: -9%;
  }

  .hero__copy {
    width: 43%;
    left: 55%;
  }

  .hero__new {
    top: 46%;
    left: 71%;
  }

  .hero__products {
    top: 62%;
    right: 2%;
  }

  .hero__inner--anime {
    max-width: none;
    min-height: 400px;
  }

  .content__wtapper.bg__products {
    background-image: url('../images/mb_bg_gum.png');
    background-position: 50%;
    background-size: cover;
  }

  .content__inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ttl__en {
    font-size: 1.25rem;
  }

  .ttl__ja {
    font-size: 2rem;
  }

  .txt__read {
    font-size: 1.3rem;
  }

  .txt__body--bold {
    font-size: .875rem;
  }

  .products__wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .products__block {
    width: 160px;
  }

  .content__bottom__wrapper {
    margin-top: -40px;
  }

  .content__bottom__inner {
    max-width: none;
  }

  .card__inner--feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
  }

  .card__txt__inner--feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card__txt--feature {
    font-size: 1.4rem;
  }

  .txt__ja--large {
    font-size: 1.8rem;
  }

  .card__wrapper--feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sttl__ja {
    font-size: 1.8rem;
  }

  .cp__wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cp-present__inner, .cp-present__card-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cp-scratch__inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .cp-scratch__card {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .cp-scratch__ttl {
    width: 100%;
  }

  .cp-scratch__card-inner--1col {
    flex-flow: column;
  }

  .cp-scratch__card--result {
    padding-bottom: 20px;
  }

  .cp-scratch__ttl--result {
    width: 100%;
  }

  .cp-scratch__card-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cp-step__ttl {
    height: 160px;
  }

  .cp-step__card--description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 160px;
  }

  .terms__ttl {
    margin-top: 30px;
  }

  .terms__list {
    font-size: 14px;
    line-height: 1.8em;
  }

  .terms__inner {
    display: none;
  }

  .terms__list--item {
    font-size: 1rem;
  }

  .cp-ttl__image-01 {
    width: 20%;
    left: 1%;
  }

  .cp-ttl__image-02 {
    width: 20%;
    right: 1%;
  }

  .content__bottom__image-01, .content__bottom__image-02 {
    width: 30%;
  }

  .cp-scratch__card-polygon {
    margin-top: -6px;
    transform: rotate(90deg);
  }

  .image-2 {
    margin-top: -20px;
  }

  .cp-present__image {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container.in-nav {
    max-width: 100%;
  }

  .navigation {
    min-height: 60px;
  }

  .logo__link {
    padding-left: 0;
  }

  .ttl__logo {
    background-size: 100px 29px;
    width: 100px;
    height: 29px;
  }

  .sns__wrapper {
    padding-top: 80px;
  }

  .hero__inner {
    height: 50svh;
    min-height: 600px;
  }

  .hero__machida {
    width: 100%;
    bottom: 0%;
    left: -23%;
  }

  .hero__machida.sp {
    width: 100%;
    top: -7%;
    bottom: auto;
    left: 0%;
  }

  .hero__copy {
    width: 70%;
    inset: 52% 0% 0% 8%;
  }

  .hero__new {
    width: 23%;
    top: 63%;
    left: 67%;
  }

  .hero__products {
    width: 56%;
    top: 74%;
    right: 22%;
  }

  .hero__inner--anime {
    height: 50svh;
    min-height: 600px;
    overflow: clip;
  }

  .content__wtapper.bg__products {
    background-size: cover;
  }

  .products__wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .products__block {
    width: 50%;
  }

  .txt__products-name {
    font-size: .875rem;
  }

  .products__inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content__bottom__inner {
    width: 98%;
  }

  .card__inner--feature {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .card__txt__inner--feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .card__txt--feature {
    text-align: center;
  }

  .sttl__ja {
    font-size: 1.6rem;
  }

  .profile__inner {
    flex-flow: column;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .cp-present__card-inner {
    flex-flow: column;
  }

  .cp-present__card--half {
    width: 100%;
  }

  .cp-present__card__block {
    flex-flow: column;
  }

  .cp-step__ttl {
    height: 200px;
  }

  .cp-step__card--description {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms__inner {
    display: none;
  }

  .cp-ttl__image-01, .cp-ttl__image-02 {
    width: 24%;
    top: .5%;
  }

  .content__bottom__image-01, .content__bottom__image-02 {
    width: 40%;
  }

  .cp-present__image {
    width: 63%;
  }
}

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

  .ttl__logo {
    background-size: 100px;
    width: 100px;
    height: 30px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .txt__body--regular--small {
    font-size: .75rem;
  }

  .hero__inner {
    min-height: 500px;
  }

  .hero__machida.sp {
    top: 0%;
    bottom: auto;
    left: 0%;
  }

  .hero__copy {
    top: 48%;
    left: 15%;
  }

  .hero__new {
    width: 26%;
    top: 63%;
    left: 39%;
  }

  .hero__products {
    width: 64%;
    top: 75%;
    right: 18%;
  }

  .hero__inner--anime {
    min-height: 500px;
  }

  .content__wtapper.bg__products {
    background-position: 50% 0;
    background-size: cover;
  }

  .content__inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 14px;
  }

  .ttl__inner {
    width: 100%;
  }

  .ttl__en {
    font-size: 4.5svw;
  }

  .ttl__ja {
    font-size: 6svw;
  }

  .ttl__ja.col__white {
    font-size: 6.5svw;
  }

  .txt__inner {
    grid-row-gap: 30px;
    width: 100%;
  }

  .txt__read {
    font-size: 4svw;
  }

  .txt__body--bold {
    text-align: left;
    font-size: 3.7svw;
  }

  .txt__body--bold.col__white {
    text-align: left;
  }

  .products__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .txt__products-name {
    font-size: 3.5svw;
  }

  .products__inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .txt__notice {
    font-size: 3svw;
  }

  .card__inner--feature {
    border-radius: 10px;
    padding: 20px;
  }

  .card__txt__inner--feature {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card__txt__number--feature {
    font-size: 11svw;
  }

  .card__txt--feature {
    font-size: 4.7svw;
    line-height: 1.8em;
  }

  .txt__number--large {
    font-size: 10svw;
  }

  .txt__ja--large {
    font-size: 6.5svw;
  }

  .card__wrapper--feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .profile__wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 10px;
    padding: 20px;
  }

  .sttl__ja {
    font-size: 5svw;
  }

  .txt__profile--name {
    font-size: 4.5svw;
  }

  .txt__profile {
    font-size: 3.7svw;
  }

  .cp-present__ttl {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
    font-size: 4.5svw;
  }

  .cp-present__card-description {
    font-size: 4svw;
  }

  .cp-present__card--full, .cp-scratch__card {
    border-radius: 10px;
  }

  .cp-scratch__ttl, .cp-scratch__ttl--result {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 40px;
  }

  .cp-scratch__card-description {
    font-size: 4svw;
    font-weight: 700;
  }

  .cp-scratch__card-description--large {
    font-size: 5svw;
    font-weight: 900;
  }

  .txt__notice--medium {
    font-size: 3.5svw;
  }

  .cp-step__card--inner {
    border-radius: 10px;
    flex-flow: column;
  }

  .cp-step__ttl {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 40px;
  }

  .cp-step__card--description {
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .terms__button {
    height: 60px;
  }

  .terms__ttl {
    margin-top: 20px;
    font-size: 4svw;
  }

  .terms__list {
    font-size: 12px;
    line-height: 1.75em;
  }

  .terms__inner {
    margin-top: 10px;
    padding: 0 0 10px;
    display: none;
  }

  .terms__list--item {
    font-size: 3.5svw;
  }

  .terms__wrapper {
    margin-top: 0;
  }

  .terms__txt {
    font-size: 3.5svw;
  }

  .contact__wrapper {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 20px;
  }

  .contact__ttl {
    text-align: center;
    font-size: 4.5svw;
  }

  .contact__txt {
    font-size: 3.5svw;
  }

  .cp-ttl__image-01 {
    width: 28%;
    left: 3%;
  }

  .cp-ttl__image-02 {
    width: 28%;
    right: 3%;
  }

  .content__bottom__image-01, .content__bottom__image-02 {
    width: 40%;
  }

  .sp__br {
    display: inline-block;
  }

  .cp-present__image {
    width: 93%;
  }

  .hero__txt--bottom-group {
    position: absolute;
    inset: auto 0% 0%;
  }
}


