@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.top-page > .section-mv {
  background-color: #0d0d0f;
  background-image: url(../../../assets/imgs/mv_background.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv {
    background-image: url(../../../assets/imgs/mv_background_sp.png);
    background-size: cover;
    background-position: bottom;
  }
}
.top-page > .section-mv > .background {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../../assets/imgs/mv_backgroundtext.png);
  width: 7%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .top-page > .section-mv > .background {
    width: 9%;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .background {
    display: none;
  }
}
.top-page > .section-mv > .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1% 0 5%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 5%;
  }
}
.top-page > .section-mv > .container > .box-text {
  max-width: 512px;
  width: 100%;
  padding: 193px 35px 89px 0;
  margin-right: 7%;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-text {
    max-width: 40%;
    padding: 163px 35px 89px 0;
  }
}
@media screen and (max-width: 820px) {
  .top-page > .section-mv > .container > .box-text {
    padding: 133px 0px 89px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-text {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0;
    padding: 113px 35px 55px 0;
  }
}
.top-page > .section-mv > .container > .box-text > .copy {
  margin-bottom: 38px;
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-text > .copy {
    margin-bottom: 16px;
  }
}
.top-page > .section-mv > .container > .box-text > .copy > .image {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-text > .copy > .image {
    max-width: 280px;
  }
}
.top-page > .section-mv > .container > .box-text > .decoration {
  display: inline-block;
  width: 36px;
  margin-right: 12px;
}
.top-page > .section-mv > .container > .box-text > .product_name {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-text > .product_name {
    font-size: 16px;
  }
}
.top-page > .section-mv > .container > .box-text > .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-text > .list-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-text > .list-button {
    display: none;
  }
}
.top-page > .section-mv > .container > .box-text > .list-button > .button {
  max-width: 374px;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-text > .list-button > .button {
    max-width: 274px;
  }
}
.top-page > .section-mv > .container > .box-text > .list-button > .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-text > .list-button > .button:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.top-page > .section-mv > .container > .box-text > .list-button > .button:last-child > .link {
  background-color: #677add;
}
.top-page > .section-mv > .container > .box-image {
  max-width: 661px;
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 1036px) {
  .top-page > .section-mv > .container > .box-image {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-image {
    position: relative;
    max-width: 341px;
    margin-top: -80px;
    z-index: 1;
  }
}
.top-page > .section-mv > .container > .box-image > .image {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-page > .section-mv > .container > .box-image > .image {
    display: block;
    margin: 0 0 0 auto;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton.scrolled {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton.scrolled {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton {
  width: 54px;
  height: 50vh;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton {
    width: 100%;
    height: 50px;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton > .link {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  -webkit-box-shadow: -3px 0 11px #9e9e9e;
          box-shadow: -3px 0 11px #9e9e9e;
  padding: 88px 13px 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton > .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 9px 13px;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton > .link > .icon {
  width: 21px;
  height: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton > .link > .icon {
    width: 16px;
    height: 20px;
    margin-top: 0;
    margin-left: 8px;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton:first-child > .link {
  background-color: #c24309;
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton:last-child > .link {
  background-color: #677add;
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled {
    width: 100%;
    height: 50px;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled:first-child {
  margin-bottom: 16px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled:first-child {
    margin-bottom: 0;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled > .link {
  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-radius: 100px;
  font-size: 14px;
  text-align: center;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 0;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled > .link {
    border-radius: 0;
    padding: 9px 13px;
  }
}
.top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled > .link > .icon {
  display: none;
}
@media screen and (max-width: 1036px) {
  .top-page .section-cvbutton > .container > .list-cvbutton > .cvbutton.scrolled > .link > .icon {
    display: block;
  }
}
.top-page .section-overview {
  background-color: #1f1f23;
  padding-bottom: 50px;
  z-index: 10;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview {
    padding: 50px 20px;
  }
}
.top-page .section-overview > .background {
  right: 0;
  background-color: #363644;
  border-radius: 0 0 0 110px;
  max-width: 77%;
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .background {
    border-radius: 0 0 0 50px;
    max-width: 70%;
  }
}
.top-page .section-overview > .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1366px;
  padding-left: 91px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-overview > .container > .box-text {
  max-width: 472px;
  width: 100%;
  margin-right: 87px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container > .box-text {
    margin-right: 48px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .box-text {
    margin-right: 0;
  }
}
.top-page .section-overview > .container > .box-text > .section-copy {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container > .box-text > .section-copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .box-text > .section-copy {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.top-page .section-overview > .container > .box-text > .section-copy > .strong {
  font-size: 40px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container > .box-text > .section-copy > .strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .box-text > .section-copy > .strong {
    font-size: 24px;
  }
}
.top-page .section-overview > .container > .box-text > .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container > .box-text > .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .box-text > .text {
    margin-bottom: 28px;
  }
}
.top-page .section-overview > .container > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-page .section-overview > .container > .container .thumbnail {
  max-width: 716px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1036px) {
  .top-page .section-overview > .container > .container .thumbnail {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .container .thumbnail {
    max-width: 100%;
  }
}
.top-page .section-overview > .container > .container #modal-video {
  cursor: pointer;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-page .section-overview > .container > .container #modal-video.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
.top-page .section-overview > .container > .container #modal-video.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
.top-page .section-overview > .container > .container #modal-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64vw;
  height: 36vw;
}
@media screen and (max-width: 640px) {
  .top-page .section-overview > .container > .container #modal-video iframe {
    width: 94vw;
    height: 66vw;
  }
}
.top-page .section-feature {
  background-color: #363644;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .top-page .section-feature {
    padding: 80px 0 10px;
  }
}
.top-page .section-feature > .background {
  left: 0;
  background-color: #1f1f23;
  border-radius: 0 110px 0 0;
  max-width: 95%;
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .background {
    border-radius: 0 50px 0 0;
    max-width: 90%;
  }
}
.top-page .section-feature > .container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.top-page .section-feature > .container > .list-feature {
  max-width: 1053px;
  width: 100%;
}
@media screen and (max-width: 1036px) {
  .top-page .section-feature > .container > .list-feature {
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature {
    padding: 0 20px;
  }
}
.top-page .section-feature > .container > .list-feature > .feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .top-page .section-feature > .container > .list-feature > .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature > .feature {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-page .section-feature > .container > .list-feature > .feature > .image {
  max-width: 466px;
  margin-right: 87px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-feature > .container > .list-feature > .feature > .image {
    margin-right: 48px;
  }
}
@media screen and (max-width: 820px) {
  .top-page .section-feature > .container > .list-feature > .feature > .image {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature > .feature > .image {
    max-width: 207px;
  }
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text {
  background-size: contain;
  background-position: center, center;
  background-repeat: no-repeat;
  max-width: 502px;
  padding: 130px 0;
}
@media screen and (max-width: 820px) {
  .top-page .section-feature > .container > .list-feature > .feature > .box-text {
    padding: 64px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature > .feature > .box-text {
    background-position: right;
    padding: 48px 0;
  }
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text > .title {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature > .feature > .box-text > .title {
    font-size: 20px;
  }
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text > .title:before, .top-page .section-feature > .container > .list-feature > .feature > .box-text > .title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  width: 7px;
  height: 5px;
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text > .title:before {
  left: 0;
  background-color: #c24309;
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text > .title:after {
  left: 12px;
  background-color: #ffffff;
}
.top-page .section-feature > .container > .list-feature > .feature > .box-text > .text {
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .top-page .section-feature > .container > .list-feature > .feature > .box-text > .text {
    font-size: 14px;
  }
}
.top-page .section-feature > .container > .list-feature > .feature:first-child > .box-text {
  background-image: url(../../../assets/imgs/feature_icon_penetration.png);
}
.top-page .section-feature > .container > .list-feature > .feature:nth-child(2) > .box-text {
  background-image: url(../../../assets/imgs/feature_icon_time.png);
}
.top-page .section-feature > .container > .list-feature > .feature:nth-child(3) > .box-text {
  background-image: url(../../../assets/imgs/feature_icon_temperature.png);
}
.top-page .section-feature > .container > .list-feature > .feature:nth-child(4) > .box-text {
  background-image: url(../../../assets/imgs/feature_icon_shape.png);
}
.top-page .section-voice {
  background-image: url(../../../assets/imgs/voice_background.jpg);
  background-size: cover;
  padding: 80px 0 50px;
}
@media screen and (max-width: 640px) {
  .top-page .section-voice {
    padding: 64px 0 0;
  }
}
.top-page .section-voice > .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .top-page .section-voice > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-voice > .container > .section-title {
  max-width: 314px;
  width: 100%;
}
@media screen and (max-width: 1036px) {
  .top-page .section-voice > .container > .section-title {
    margin-bottom: 48px;
  }
}
.top-page .section-voice > .container > .list-voice {
  position: relative;
  max-width: 779px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1036px) {
  .top-page .section-voice > .container > .list-voice {
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .top-page .section-voice > .container > .list-voice {
    max-width: 334px;
  }
}
.top-page .section-voice > .container > .list-voice > .slide-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-page .section-voice > .container > .list-voice > .slide-arrow.prev-arrow {
  left: -16px;
}
.top-page .section-voice > .container > .list-voice > .slide-arrow.next-arrow {
  right: -16px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.top-page .section-voice > .container > .list-voice .voice {
  position: relative;
}
.top-page .section-voice > .container > .list-voice .voice .title {
  position: absolute;
  top: 0;
  left: 0;
}
.top-page .section-voice > .container > .list-voice .voice .title .line {
  display: inline-block;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 0 4px;
}
.top-page .section-voice > .container > .list-voice .voice .title .line:first-of-type {
  margin-bottom: 4px;
}
.top-page .section-voice > .container > .list-voice .voice > .text {
  background-color: #1f1f23;
  max-width: 380px;
  height: 380px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 15px 0 39px;
  padding: 65px 24px 16px;
}
@media screen and (max-width: 820px) {
  .top-page .section-voice > .container > .list-voice .voice > .text {
    height: 400px;
  }
}
.top-page .section-voice > .container > .list-voice .voice > .box-name {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .top-page .section-voice > .container > .list-voice .voice > .box-name {
    bottom: 50px;
  }
}
.top-page .section-voice > .container > .list-voice .voice > .box-name > .name {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
}
.top-page .section-voice > .container > .list-voice .voice > .box-name > .name > .restaurant {
  display: block;
  font-size: 12px;
}
.top-page .section-voice > .container > .list-voice .voice > .box-name > .icon {
  width: 50px;
}
.top-page .section-voice > .container > .list-voice .voice:first-child, .top-page .section-voice > .container > .list-voice .voice:nth-child(3) {
  margin-right: 19px;
}
@media screen and (max-width: 640px) {
  .top-page .section-voice > .container > .list-voice .voice:first-child, .top-page .section-voice > .container > .list-voice .voice:nth-child(3) {
    margin-right: 0;
  }
}
.top-page .section-recipe {
  background-color: #1f1f23;
  background-image: url(../../../assets/imgs/recepi_backaground.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 64px;
  height: 400px;
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe {
    background-position: top, right;
  }
}
.top-page .section-recipe > .container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container {
    padding: 0 20px 30px;
  }
}
.top-page .section-recipe > .container > .box-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 78px 0 142px;
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe > .container > .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .box-title {
    padding: 48px 0 32px;
  }
}
.top-page .section-recipe > .container > .box-title > .section-copy {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1036px) {
  .top-page .section-recipe > .container > .box-title > .section-copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe > .container > .box-title > .section-copy {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .box-title > .section-copy {
    font-size: 18px;
  }
}
.top-page .section-recipe > .container > .box-title > .section-copy > .strong {
  font-size: 42px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-recipe > .container > .box-title > .section-copy > .strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .box-title > .section-copy > .strong {
    font-size: 28px;
  }
}
.top-page .section-recipe > .container > .box-title > .button-banner {
  max-width: 374px;
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .box-title > .button-banner {
    margin-bottom: 32px;
  }
}
.top-page .section-recipe > .container > .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
.top-page .section-recipe > .container > .section-title > .english {
  color: #ffffff;
}
.top-page .section-recipe > .container > .section-title > .decoration {
  margin: 0 auto 8px;
}
.top-page .section-recipe > .container > .list-recipe {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe > .container > .list-recipe {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-page .section-recipe > .container > .list-recipe > .recipe {
  position: relative;
  max-width: 362px;
  width: 100%;
  margin: 0 9px 48px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe {
    margin: 0 9px 32px;
  }
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe {
    max-width: 45%;
    margin: 0 12px 32px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe {
    max-width: 100%;
    margin: 0 auto 32px;
  }
}
.top-page .section-recipe > .container > .list-recipe > .recipe:nth-child(3), .top-page .section-recipe > .container > .list-recipe > .recipe:nth-child(4), .top-page .section-recipe > .container > .list-recipe > .recipe:nth-child(5) .top-page .section-recipe > .container > .list-recipe > .recipe:last-child {
  display: none;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .category {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 4px;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .category.pretreatment {
  background-color: #08083d;
  color: #ffffff;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .category.color {
  background-color: #d1d1db;
  color: #08083d;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .category.accurate {
  background-color: #b6654b;
  color: #ffffff;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .category.sensation {
  background-color: #fadcba;
  color: #b6654b;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .image {
  max-width: 380px;
  width: 100%;
  height: 241px;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe > .link > .image {
    max-width: 100%;
    height: 260px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe > .link > .image {
    height: 220px;
  }
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .image > img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe > .link > .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe > .link > .title {
    font-size: 16px;
  }
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .title > .icon {
  width: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 8px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-recipe > .container > .list-recipe > .recipe > .link > .title > .icon {
    width: 14px;
  }
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .list-tag > .tag {
  border: 1px solid #b6654b;
  background-color: #ffffff;
  border-radius: 50px;
  color: #b6654b;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  margin-right: 12px;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .list-tag > .tag.impregnation {
  border: 1px solid #b6654b;
  color: #b6654b;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .list-tag > .tag.selection {
  border: 1px solid #677add;
  color: #677add;
}
.top-page .section-recipe > .container > .list-recipe > .recipe > .link > .list-tag > .tag.lowTemperature {
  border: 1px solid #1f1f23;
  color: #1f1f23;
}
.top-page .section-recipe > .container > .button {
  max-width: 374px;
  margin: 0 auto;
}
.top-page .section-recipe > .container > .button > .link > .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top-page .section-mode {
  background-color: #1f1f23;
  padding-top: 64px;
}
.top-page .section-mode > .background {
  left: 0;
  background-color: #ededeb;
  border-radius: 0 110px 0 0;
  max-width: 1273px;
}
@media screen and (max-width: 640px) {
  .top-page .section-mode > .background {
    border-radius: 0 50px 0 0;
    max-width: 95%;
  }
}
.top-page .section-mode > .container {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 2;
}
.top-page .section-mode > .container > .section-title {
  margin-bottom: 40px;
}
.top-page .section-mode > .container > .list-mode {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1136px;
  width: 100%;
}
@media screen and (max-width: 1036px) {
  .top-page .section-mode > .container > .list-mode {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-mode > .container > .list-mode {
    max-width: 319px;
  }
}
.top-page .section-mode > .container > .list-mode > .mode {
  position: relative;
  max-width: 352px;
  margin-bottom: 32px;
}
.top-page .section-mode > .container > .list-mode > .mode > .title {
  display: inline-block;
  background-color: #ededeb;
  font-size: 22px;
  padding: 6px 10px;
  margin-top: -12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-mode > .container > .list-mode > .mode > .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-mode > .container > .list-mode > .mode > .title {
    font-size: 17px;
  }
}
.top-page .section-mode > .container > .list-mode > .mode > .text {
  font-size: 14px;
}
.top-page .section-mode > .container > .list-mode > .mode:first-child, .top-page .section-mode > .container > .list-mode > .mode:nth-child(2) {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .top-page .section-mode > .container > .list-mode > .mode:first-child, .top-page .section-mode > .container > .list-mode > .mode:nth-child(2) {
    margin-right: 0;
  }
}
.top-page .section-spec {
  background-color: #1f1f23;
  padding: 104px 0 144px;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  .top-page .section-spec {
    padding: 64px 0 130px;
  }
}
.top-page .section-spec > .background {
  left: 0;
  background-color: #ededeb;
  border-radius: 0 110px 110px 0;
  max-width: 90%;
}
@media screen and (max-width: 1036px) {
  .top-page .section-spec > .background {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-spec > .background {
    border-radius: 0 50px 50px 0;
    max-width: 95%;
  }
}
.top-page .section-spec > .container {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .top-page .section-spec > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-spec > .container > .section-title {
  max-width: 138px;
  width: 100%;
  margin-right: 162px;
}
.top-page .section-spec > .container > .box-spec {
  position: relative;
  max-width: 778px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-page .section-spec > .container > .box-spec {
    max-width: 319px;
  }
}
.top-page .section-spec > .container > .box-spec > .list-spec {
  padding-right: 10%;
}
@media screen and (max-width: 820px) {
  .top-page .section-spec > .container > .box-spec > .list-spec {
    padding-right: 0;
  }
}
.top-page .section-spec > .container > .box-spec > .list-spec.contents {
  display: none;
}
.top-page .section-spec > .container > .box-spec > .list-spec > .spec {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}
.top-page .section-spec > .container > .box-spec > .list-spec > .spec > .label {
  width: 173px;
  margin-right: 12px;
}
.top-page .section-spec > .container > .box-spec > .list-spec > .spec > .data {
  width: 100%;
}
.top-page .section-spec > .container > .box-spec > .cover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(37%, #ededeb), to(transparent));
  background: linear-gradient(to top, #ededeb 37%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding-right: 10%;
}
.top-page .section-spec > .container > .box-spec > .cover.active {
  display: none;
}
.top-page .section-spec > .container > .box-spec > .button {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c24309;
  border-radius: 50px;
  max-width: 297px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 32px;
}
@media screen and (max-width: 640px) {
  .top-page .section-spec > .container > .box-spec > .button {
    max-width: 250px;
    font-size: 16px;
  }
}
.top-page .section-spec > .container > .box-spec > .button > .icon {
  width: 21px;
  height: 25px;
}
@media screen and (max-width: 1036px) {
  .top-page .section-spec > .container > .box-spec > .button > .icon {
    width: 16px;
    height: 20px;
  }
}
.top-page .section-contact {
  background-color: #ededeb;
  padding: 87px 0 81px;
}
@media screen and (max-width: 640px) {
  .top-page .section-contact {
    padding: 48px 0 0;
  }
}
.top-page .section-contact > .background {
  right: 0;
  background-color: #1f1f23;
  border-radius: 110px 0 0 0;
  max-width: 90%;
}
@media screen and (max-width: 640px) {
  .top-page .section-contact > .background {
    border-radius: 50px 0 0 0;
  }
}
.top-page .section-contact > .container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.top-page .section-contact > .container > .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
.top-page .section-contact > .container > .section-title > .english {
  color: #ffffff;
}
.top-page .section-contact > .container > .section-title > .decoration {
  margin: 0 auto;
}
.top-page .section-contact > .container > .box-contact {
  max-width: 980px;
  margin: 0 auto;
}
.top-page .section-contact > .container > .box-contact > .list-tab > .tab {
  background-color: #9e9e9e;
  border: 1px solid #ffffff;
  max-width: 328px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 24px 10px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .container > .box-contact > .list-tab > .tab {
    font-size: 16px;
    padding: 12px 4px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .section-contact > .container > .box-contact > .list-tab > .tab {
    font-size: 14px;
  }
}
.top-page .section-contact > .container > .box-contact > .list-tab > .tab.current {
  background-color: #f6f6f6;
  color: #1f1f23;
}
.top-page .section-contact > .container > .box-contact > .box-form {
  background-color: #f6f6f6;
  border-radius: 0 0 60px 60px;
  padding: 48px 20px;
}
@media screen and (max-width: 640px) {
  .top-page .section-contact > .container > .box-contact > .box-form {
    border-radius: 0;
  }
}
.top-page .section-contact > .container > .box-contact > .box-form > .form {
  max-width: 779px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .container > .box-contact > .box-form > .form {
    max-width: 500px;
  }
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area > .label {
  width: 156px;
  font-size: 16px;
  margin-right: 50px;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area > .label > .required {
  color: #c24309;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea {
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  width: 573px;
  height: 48px;
  padding: 8px 12px;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea {
    width: 100%;
  }
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select::-webkit-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text::-webkit-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea::-webkit-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #aeaeae;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select::-moz-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text::-moz-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea::-moz-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #aeaeae;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select:-ms-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text:-ms-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea:-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #aeaeae;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select::-ms-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text::-ms-input-placeholder, .top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea::-ms-input-placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #aeaeae;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .select::placeholder,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .text::placeholder,
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea::placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #aeaeae;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .form-area .textarea {
  height: 263px;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .policy-area {
  text-align: center;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .policy-area .link {
  display: inline-block;
  color: #363644;
  text-decoration: underline;
  margin-top: 8px;
}
.top-page .section-contact > .container > .box-contact > .box-form > .form .button {
  display: block;
  background-color: #c24309;
  border: none;
  border-radius: 50px;
  max-width: 401px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 20px 32px;
  margin: 48px auto 0;
}
@media screen and (max-width: 640px) {
  .top-page .section-contact > .container > .box-contact > .box-form > .form .button {
    font-size: 16px;
  }
}