@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  width: 100%;
  color: #000;
  text-align: left;
  position: relative;
}
body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-family: "Noto Sans JP", sans-serif;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover {
  cursor: pointer;
}

img, object {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
section {
  position: relative;
}

main {
  display: block;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: 112rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.875;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.preload *, .preload *::before, .preload *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .fade {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fade img {
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fade:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  p, th, td, dt, dd, li, input, button, textarea {
    font-size: 1.6rem;
  }
}
/* ------------------------------
    header
------------------------------ */
.header {
  width: 100%;
  background: #fff;
}
.header .wrap {
  position: relative;
  max-width: calc(100% - 10rem);
  height: 8.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header_logo .img img {
  width: 6rem;
}
.header_logo .img a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .header_logo .img a:hover {
    opacity: 0.7;
  }
}
.header_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1rem;
}
.header_sns a {
  width: 4rem;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .header_sns a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .header .wrap {
    max-width: calc(100% - 6rem);
    height: 16.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_logo {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header_logo .img img {
    width: 12rem;
  }
  .header_sns {
    gap: 0 2rem;
  }
  .header_sns a {
    width: 8rem;
  }
}
/* ------------------------------
    footer
------------------------------ */
.footer {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#662e12), color-stop(32%, #5d290f), color-stop(80%, #491e09), to(#441c08));
  background: linear-gradient(to bottom, #662e12 0%, #5d290f 32%, #491e09 80%, #441c08 100%);
  padding: 3.5rem 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer * {
  color: #fff;
}
.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.8rem;
}
.footer_menu li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}
.footer_menu li:not(:last-child)::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 1.8rem;
  right: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_menu li a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .footer_menu li a:hover {
    opacity: 0.7;
  }
}
.footer_copy {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  text-align: center;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer .deco_footer01 {
  width: 13.9rem;
  right: -1.4rem;
  top: -10rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 5.2rem 0 3.6rem;
  }
  .footer_menu {
    gap: 0 6.7rem;
  }
  .footer_menu li {
    font-size: 2.4rem;
  }
  .footer_menu li:not(:last-child)::before {
    height: 2.4rem;
    right: -3.3rem;
  }
  .footer_copy {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-top: 3.5rem;
  }
  .footer .deco_footer01 {
    width: 14.8rem;
    right: -1.4rem;
    top: -11.4rem;
  }
}
/* ------------------------------
    mv
------------------------------ */
.sec_mv {
  overflow: hidden;
  position: relative;
}
.sec_mv .mv_inner {
  width: 100%;
}
.sec_mv .mv_ttl {
  text-align: center;
}
.sec_mv .mv_logo {
  position: absolute;
  width: 8.5rem;
  left: 2rem;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .sec_mv .mv_logo {
    width: 11.2rem;
    left: 2.5rem;
    top: 2.5rem;
  }
}
/* ------------------------------
    btn
------------------------------ */
.btn_link {
  position: relative;
  width: 43rem;
  height: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.btn_link span {
  position: relative;
  padding-right: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  z-index: 3;
}
.btn_link span::before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 0.7rem;
  height: 1.4rem;
  right: -3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.btn_link::before, .btn_link::after {
  position: absolute;
  content: "";
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn_link::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(118, 82, 40)), to(rgb(175, 132, 81)));
  background: linear-gradient(0deg, rgb(118, 82, 40) 0%, rgb(175, 132, 81) 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.btn_link::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(97, 64, 26)), to(rgb(155, 110, 57)));
  background: linear-gradient(0deg, rgb(97, 64, 26) 0%, rgb(155, 110, 57) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .btn_link:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .btn_link {
    width: 48rem;
    height: 12rem;
  }
  .btn_link span {
    padding-right: 0.5em;
    font-size: 2.6rem;
    line-height: 1.5384615385;
    text-align: center;
  }
  .btn_link span::before {
    width: 1.1rem;
    height: 2.2rem;
    right: -3.8rem;
  }
}
/* ------------------------------
    nav
------------------------------ */
.nav {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 16rem;
  padding: 1.4rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#662e12), color-stop(27%, #5f2a0f), color-stop(80%, #491e09), to(#441c08));
  background: linear-gradient(to bottom, #662e12 0%, #5f2a0f 27%, #491e09 80%, #441c08 100%);
  border-top: 3px solid #d2a36c;
}
.nav_inner {
  position: relative;
  width: 112rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_inner li {
  width: 22.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 6.9rem;
}
.nav_inner li::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  width: 1.4rem;
  height: 0.8rem;
  bottom: 0.2em;
}
.nav_inner li a {
  position: relative;
  line-height: 0;
  width: 100%;
  height: 6.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_inner li a::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/img_nav_acc.png") no-repeat center center/contain;
  width: 6.9rem;
  height: 1.5rem;
  top: -0.2em;
}
.nav_inner li a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .nav_inner li a:hover {
    opacity: 1;
  }
  .nav_inner li a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.nav_inner li:nth-child(1) img {
  width: 19.2rem;
}
.nav_inner li:nth-child(2) img {
  width: 7rem;
}
.nav_inner li:nth-child(3) img {
  width: 8.5rem;
}
.nav_inner li:nth-child(4) img {
  width: 19.1rem;
}
.nav_inner li:nth-child(5) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_inner li:nth-child(5) img {
  width: 15.2rem;
}

@media screen and (max-width: 767px) {
  .nav {
    min-height: 39.3rem;
    padding: 1rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#662e12), color-stop(27%, #5f2a0f), color-stop(80%, #491e09), to(#441c08));
    background: linear-gradient(to bottom, #662e12 0%, #5f2a0f 27%, #491e09 80%, #441c08 100%);
  }
  .nav_inner {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.2rem 0;
  }
  .nav_inner li {
    height: 14.3rem;
    width: 25rem;
  }
  .nav_inner li::before {
    width: 2rem;
    height: 1rem;
    bottom: 1.2em;
  }
  .nav_inner li a {
    height: 100%;
    padding-bottom: 0.2em;
  }
  .nav_inner li a::before {
    width: 9.5rem;
    height: 2rem;
    top: 0.4em;
  }
  .nav_inner li a img {
    width: 17.3rem !important;
  }
  .nav_inner li:nth-child(1) {
    border-left: none;
  }
  .nav_inner::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    left: 0;
    top: 15.4rem;
  }
}
/* ------------------------------
    deco
------------------------------ */
.deco_wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}

.deco {
  position: absolute;
}

.deco_nav01 {
  width: 16.8rem;
  left: -4.6rem;
  top: -27.5rem;
  z-index: 2;
}

.deco_nav02 {
  width: 16.6rem;
  right: -1.8rem;
  top: -25rem;
  z-index: 2;
}

.deco_cm01 {
  width: 12.6rem;
  left: -2.3rem;
  top: -5.6rem;
}

.deco_cm02,
.deco_cm02_cm {
  width: 11.9rem;
  right: -2.8rem;
  top: 19.2rem;
}

.deco_recommend01 {
  width: 15.5rem;
  right: -2.2rem;
  top: -17rem;
}

@media screen and (max-width: 767px) {
  .deco_nav01 {
    width: 15.3rem;
    top: -16rem;
  }
  .deco_nav02 {
    width: 15.2rem;
    top: -13.5rem;
  }
  .deco_cm01 {
    top: 2.2rem;
  }
  .deco_cm02 {
    right: -1.5rem;
    top: 40rem;
  }
  .deco_cm02_cm {
    right: -1.5rem;
    top: auto;
    top: 122rem;
  }
}
/* ------------------------------
    anchor
------------------------------ */
.anchor {
  position: absolute;
}
.anchor#about {
  top: 5rem;
}
.anchor#cm {
  top: 3rem;
}
.anchor#product {
  top: -5rem;
}
.anchor#recommend {
  top: 5rem;
}
.anchor#character {
  top: 5rem;
}

@media screen and (max-width: 767px) {
  .anchor#about {
    top: 8rem;
  }
  .anchor#cm {
    top: 5rem;
  }
  .anchor#product {
    top: -6rem;
  }
  .anchor#recommend {
    top: 6rem;
  }
  .anchor#character {
    top: 2rem;
  }
}
/* ------------------------------
    about
------------------------------ */
.sec_about {
  background: url("../img/bg_about_pc.png") no-repeat center top/100% auto;
  padding: 13.6rem 0 17rem;
  /* 9.16公開 */
  z-index: 2;
  margin-top: -5.5rem;
  -webkit-clip-path: ellipse(100% 60% at 50% 60%);
          clip-path: ellipse(100% 60% at 50% 60%);
  /* deco */
}
.sec_about.-cm {
  padding: 13.6rem 0 22rem;
}
.sec_about .ttl {
  width: 70.5rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 2rem;
}
.sec_about .txt {
  width: 69.2rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}
.sec_about .deco_about01 {
  width: 9.8rem;
  left: 5.5rem;
  top: -4.9rem;
}
.sec_about .deco_about02 {
  width: 17.5rem;
  left: -6.5rem;
  top: 12.4rem;
}
.sec_about .deco_about03 {
  width: 9.8rem;
  left: 12.7rem;
  top: 29.1rem;
}
.sec_about .deco_about04 {
  width: 10rem;
  right: 6.7rem;
  top: -6.6rem;
}
.sec_about .deco_about05 {
  width: 16.6rem;
  right: -4rem;
  top: 8.5rem;
}
.sec_about .deco_about06 {
  width: 9.4rem;
  right: 11rem;
  top: 29.1rem;
}

@media screen and (max-width: 767px) {
  .sec_about {
    background-image: url("../img/bg_about_sp.png");
    padding: 16rem 0 12rem;
    margin-top: -5.7rem;
    -webkit-clip-path: ellipse(120% 60% at 50% 60%);
            clip-path: ellipse(120% 60% at 50% 60%);
    /* deco */
  }
  .sec_about.-cm {
    padding: 16rem 0 12rem;
  }
  .sec_about .ttl {
    width: 60.2rem;
    margin: 0 auto 7.1rem;
  }
  .sec_about .txt {
    width: 66.8rem;
  }
  .sec_about .deco_about01 {
    left: -1.8rem;
    top: 21rem;
  }
  .sec_about .deco_about02 {
    width: 15.1rem;
    left: -3.8rem;
    top: auto;
    bottom: 0rem;
  }
  .sec_about .deco_about05 {
    width: 13.5rem;
    right: -1.4rem;
    top: auto;
    bottom: -1rem;
  }
  .sec_about .deco_about06 {
    width: 9.2rem;
    right: -1.4rem;
    top: 24rem;
  }
}
/* ------------------------------
    cm
------------------------------ */
/* 9.8公開 */
.sec_cm_pre {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 28, 30)), to(rgb(38, 57, 60)));
  background: linear-gradient(0deg, rgb(17, 28, 30) 0%, rgb(38, 57, 60) 100%);
  padding: 10rem 0 23rem;
  z-index: 2;
  margin-top: -5rem;
  -webkit-clip-path: ellipse(100% 60% at 50% 60%);
          clip-path: ellipse(100% 60% at 50% 60%);
}
.sec_cm_pre .ttl {
  width: 26.8rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 4.5rem;
}
.sec_cm_pre .soon {
  width: 67.4rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec_cm_pre {
    padding: 13rem 0 26rem;
    margin-top: -6rem;
    -webkit-clip-path: ellipse(100% 60% at 50% 60%);
            clip-path: ellipse(100% 60% at 50% 60%);
  }
  .sec_cm_pre .ttl {
    width: 36.4rem;
    margin: 0 auto 4.5rem;
  }
  .sec_cm_pre .soon {
    width: 67rem;
  }
}
/* 9.16公開 */
.sec_cm {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 28, 30)), to(rgb(38, 57, 60)));
  background: linear-gradient(0deg, rgb(17, 28, 30) 0%, rgb(38, 57, 60) 100%);
  padding: 10rem 0 16rem;
  z-index: 2;
  margin-top: -6.8rem;
  -webkit-clip-path: ellipse(100% 60% at 50% 60%);
          clip-path: ellipse(100% 60% at 50% 60%);
}
.sec_cm .ttl {
  width: 26.8rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 4.5rem;
}
.sec_cm .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_cm .item {
  width: 54.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem 0;
}
.sec_cm .thumb {
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec_cm .thumb::before {
  position: absolute;
  content: "";
  background: url("../img/icn_arrow_cm_pc.png") no-repeat center center/contain;
  width: 8.2rem;
  height: 8.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_cm .thumb:hover {
    opacity: 0.7;
  }
}
.sec_cm .btn {
  width: 23rem;
}

@media screen and (max-width: 767px) {
  .sec_cm {
    padding: 14rem 0 26rem;
    margin-top: -7rem;
    -webkit-clip-path: ellipse(150% 60% at 50% 60%);
            clip-path: ellipse(150% 60% at 50% 60%);
  }
  .sec_cm .ttl {
    width: 36.4rem;
    margin: 0 auto 5.5rem;
  }
  .sec_cm .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem 0;
    padding: 0 4rem;
  }
  .sec_cm .item {
    width: 100%;
    gap: 3rem 0;
  }
  .sec_cm .thumb::before {
    background-image: url("../img/icn_arrow_cm_sp.png");
    width: 14.1rem;
    height: 14.1rem;
  }
  .sec_cm .btn {
    width: 30rem;
  }
}
/* ------------------------------
    product
------------------------------ */
.sec_product {
  z-index: 2;
}
.sec_product .wrap {
  max-width: 123rem;
}
.sec_product .cont_ebi {
  position: relative;
  background: #89000b url("../img/bg_product_ebi_pc.png") no-repeat center top 7rem/100% 100%;
  padding: 1rem 0 9.4rem;
}
.sec_product .cont_ebi::before {
  position: absolute;
  content: "";
  background-image: url("../img/img_product_head_pc.png"), url("../img/bg_product_head_pc.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center center, center center;
  background-size: auto 100%, auto 100%;
  width: 100%;
  height: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10rem;
}
.sec_product .cont_nori {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgb(12, 101, 20)), to(rgb(9, 74, 14)));
  background: linear-gradient(180deg, rgb(12, 101, 20) 15%, rgb(9, 74, 14) 100%);
  padding: 8rem 0 19rem 6.5rem;
}
.sec_product .cont_nori::before {
  position: absolute;
  content: "";
  background: url("../img/bg_product_nori_pc.png") no-repeat center top/100% 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.sec_product .ttl {
  width: 39.9rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 8rem;
}
.sec_product .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_product .item.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_product .mainimg {
  width: 58.3rem;
}
.sec_product .detail.-ebi {
  padding-right: 5.5rem;
}
.sec_product .detail.-ebi .secret {
  width: 55.2em;
  height: 57.7rem;
}
.sec_product .detail.-ebi .secret_txt {
  width: 48rem;
}
.sec_product .detail.-nori {
  padding-left: 2rem;
}
.sec_product .detail.-nori .secret {
  width: 55.2em;
  height: 63.7rem;
}
.sec_product .detail.-nori .secret_txt {
  width: 48.2rem;
}
.sec_product .secret {
  position: relative;
}
.sec_product .secret_box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.sec_product .secret_txt {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.sec_product .secret_img {
  position: absolute;
  z-index: 2;
}
.sec_product .secret_img.-ageebi {
  width: 18.6rem;
  right: 3.2rem;
  top: 16.2rem;
}
.sec_product .secret_img.-agenori {
  width: 18.6rem;
  right: 7.2rem;
  top: 18rem;
}
.sec_product .secret_img.-age {
  width: 18.5rem;
  left: 1.5rem;
  top: 19.8rem;
}
.sec_product .secret_img.-age::before {
  position: absolute;
  content: "";
  width: 18.5rem;
  height: 18.5rem;
  left: 0;
  top: 0;
  z-index: 2;
}
.sec_product .secret_img.-ageclipebi::before {
  background: url("../img/img_anm_ageclip_ebi_pc.png") no-repeat center center/contain;
}
.sec_product .secret_img.-ageclipnori::before {
  background: url("../img/img_anm_ageclip_nori_pc.png") no-repeat center center/contain;
}
.sec_product .secret_img.-ebi {
  width: 14rem;
  left: 0.6rem;
  bottom: 2rem;
}
.sec_product .secret_img.-nori {
  width: 15.4rem;
  left: 3.8rem;
  bottom: 2.8rem;
}
.sec_product .secret_img.-sioebi {
  width: 15.6rem;
  right: 14.6rem;
  bottom: 4rem;
}
.sec_product .secret_img.-sionori {
  width: 15.6rem;
  right: 11rem;
  bottom: 5.8rem;
}
.sec_product .btn {
  margin-top: 2.7rem;
}
.sec_product .deco_product01 {
  width: 23.4rem;
  left: -3.4rem;
  top: -14.5rem;
  z-index: 2;
}
.sec_product .deco_product02 {
  width: 16.3rem;
  right: -4.4rem;
  top: 2.8rem;
  z-index: 2;
}
.sec_product .deco_product03 {
  width: 25.2rem;
  left: -4.6rem;
  top: -14.5rem;
  z-index: 2;
}
.sec_product .deco_product04 {
  width: 12.8rem;
  right: -0.4rem;
  top: 3rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec_product .wrap {
    max-width: inherit;
  }
  .sec_product .cont_ebi {
    background: #89000b url("../img/bg_product_ebi_sp.png") no-repeat center top 13rem/100% auto;
    padding: 0 0 11rem;
  }
  .sec_product .cont_ebi::before {
    background-image: url("../img/img_product_head_sp.png"), none;
    background-size: cover;
    height: 13.8rem;
    top: -13.8rem;
  }
  .sec_product .cont_nori {
    position: relative;
    padding: 7.6rem 0 19rem 0;
  }
  .sec_product .cont_nori::before {
    background: url("../img/bg_product_nori_sp.png") no-repeat center top -2.6rem/100% 100%;
  }
  .sec_product .ttl {
    width: 54.4rem;
    margin: 0 auto 12.8rem;
  }
  .sec_product .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7rem 0;
  }
  .sec_product .mainimg {
    width: 60.5rem;
  }
  .sec_product .detail.-ebi {
    padding-right: 0;
  }
  .sec_product .detail.-ebi .secret {
    height: 115.5rem;
  }
  .sec_product .detail.-ebi .secret_txt {
    width: 63rem;
  }
  .sec_product .detail.-nori {
    padding-left: 0;
  }
  .sec_product .detail.-nori .secret {
    height: 120.9rem;
  }
  .sec_product .detail.-nori .secret_txt {
    width: 63.9rem;
    bottom: 4.4rem;
  }
  .sec_product .detail.-nori .-ageebi {
    top: 36rem;
  }
  .sec_product .secret {
    width: 71rem !important;
  }
  .sec_product .secret_txt {
    bottom: 4rem;
  }
  .sec_product .secret_img.-ageebi {
    width: 26.6rem;
    right: 3rem;
    top: 38.2rem;
  }
  .sec_product .secret_img.-agenori {
    width: 26.6rem;
    right: 6rem;
    top: 36rem;
  }
  .sec_product .secret_img.-age {
    width: 28.8rem;
    left: 1.4rem;
    top: 39.6rem;
  }
  .sec_product .secret_img.-age::before {
    width: 28.8rem;
    height: 28.8rem;
  }
  .sec_product .secret_img.-ageclipebi::before {
    background-image: url("../img/img_anm_ageclip_ebi_sp.png");
  }
  .sec_product .secret_img.-ageclipnori::before {
    background-image: url("../img/img_anm_ageclip_nori_sp.png");
  }
  .sec_product .secret_img.-ebi {
    width: 20rem;
    left: 6.8rem;
    bottom: 4.8rem;
  }
  .sec_product .secret_img.-nori {
    width: 23.6rem;
    left: 6.8rem;
    bottom: 8.6rem;
  }
  .sec_product .secret_img.-sioebi {
    width: 23rem;
    right: 8.6rem;
    bottom: 9.4rem;
  }
  .sec_product .secret_img.-sionori {
    width: 23rem;
    right: 7rem;
    bottom: 9.4rem;
  }
  .sec_product .btn {
    margin-top: 5rem;
  }
  .sec_product .deco_product01 {
    width: 19.6rem;
    left: -6rem;
    top: 34rem;
  }
  .sec_product .deco_product02 {
    width: 14.5rem;
    right: -1rem;
    top: 63rem;
  }
  .sec_product .deco_product03 {
    width: 19.9rem;
    left: auto;
    right: -2rem;
    top: 15rem;
  }
  .sec_product .deco_product04 {
    width: 13.2rem;
    right: auto;
    left: 3rem;
    top: 49rem;
  }
}
/* ------------------------------
    recommend
------------------------------ */
.sec_recommend {
  background: #5d3d00;
  padding: 10rem 0 11.3rem;
  z-index: 2;
  margin-top: -7.2rem;
  -webkit-clip-path: ellipse(100% 60% at 50% 60%);
          clip-path: ellipse(100% 60% at 50% 60%);
}
.sec_recommend::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(118, 82, 40)), to(rgb(175, 132, 81)));
  background: linear-gradient(0deg, rgb(118, 82, 40) 0%, rgb(175, 132, 81) 100%);
  opacity: 0.4;
  width: 100%;
  height: 27.8rem;
  left: 0;
  bottom: 0;
}
.sec_recommend .wrap {
  max-width: 130rem;
}
.sec_recommend .ttl {
  width: 65.7rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 4.5rem;
}
.sec_recommend .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.sec_recommend .list li:nth-child(1) img {
  width: 40.7rem;
}
.sec_recommend .list li:nth-child(2) {
  padding: 0 1.2rem 0 3.2rem;
}
.sec_recommend .list li:nth-child(2) img {
  width: 36.5rem;
}
.sec_recommend .list li:nth-child(3) img {
  width: 38.2rem;
}

@media screen and (max-width: 767px) {
  .sec_recommend {
    padding: 13rem 0 8.5rem;
    margin-top: -10rem;
    -webkit-clip-path: ellipse(180% 60% at 50% 60%);
            clip-path: ellipse(180% 60% at 50% 60%);
  }
  .sec_recommend::before {
    height: 101.2rem;
  }
  .sec_recommend .wrap {
    max-width: inherit;
  }
  .sec_recommend .ttl {
    width: 70.2rem;
    margin: 0 auto 8.8rem;
  }
  .sec_recommend .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4rem 0;
  }
  .sec_recommend .list li {
    padding: 0 !important;
  }
  .sec_recommend .list li img {
    width: 100% !important;
  }
}
/* ------------------------------
    character
------------------------------ */
.sec_character {
  padding: 10rem 0 10rem;
}
.sec_character .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_character .bg::before, .sec_character .bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sec_character .bg::before {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 2;
}
.sec_character .bg.-ebi, .sec_character .bg.-nori {
  z-index: -1;
}
.sec_character .bg.-ebi::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(68%, rgb(200, 0, 16)), to(rgb(164, 1, 14)));
  background: linear-gradient(0deg, rgb(200, 0, 16) 68%, rgb(164, 1, 14) 100%);
}
.sec_character .bg.-ebi::before {
  background-image: url("../img/bg_character_ebi_pc.png");
}
.sec_character .bg.-nori::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(16, 105, 31)), to(rgb(7, 130, 39)));
  background: linear-gradient(180deg, rgb(16, 105, 31) 0%, rgb(7, 130, 39) 100%);
}
.sec_character .bg.-nori::before {
  background-image: url("../img/bg_character_nori_pc.png");
}
.sec_character .bg.is-show {
  display: block;
}
.sec_character .ttl {
  width: 51.5rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 6rem;
}
.sec_character .panel_wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-left: 0.2rem solid #d2a36c;
  border-right: 0.2rem solid #d2a36c;
  border-bottom: 0.2rem solid #d2a36c;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 100%;
  padding: 5rem 5.5rem;
  min-height: 68rem;
}
.sec_character .panel_view {
  display: none;
}
.sec_character .panel_view.is-show {
  display: block;
}
.sec_character .panel_view.-ebi .txt {
  margin-bottom: 3.8rem;
}
.sec_character .panel_view.-nori .txt {
  margin-bottom: 2.2rem;
}
.sec_character .panel_inner {
  display: grid;
  grid-template-columns: 55rem 43.4rem;
  grid-template-rows: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-areas: "txt img" "profile img";
  padding-left: 2.8rem;
}
.sec_character .panel_inner .txt {
  grid-area: txt;
  width: 55rem;
  margin: auto;
}
.sec_character .panel_inner .profile {
  grid-area: profile;
  width: 55rem;
  margin: 0 auto;
}
.sec_character .panel_inner .img {
  grid-area: img;
  width: 43.4rem;
  padding-top: 1.4rem;
}
.sec_character .tab {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 9.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec_character .tab::after {
  position: absolute;
  content: "";
  background: #d2a36c;
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec_character .tab .btn {
  position: relative;
  border-left: 0.2rem solid #d2a36c;
  border-right: 0.2rem solid #d2a36c;
  border-top: 0.2rem solid #d2a36c;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  width: calc((100% - 0.4rem) / 2);
  height: 8.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.sec_character .tab .btn::before, .sec_character .tab .btn::after {
  position: absolute;
  content: "";
}
.sec_character .tab .btn:not(.is-active)::before {
  width: 100%;
  height: 0.2rem;
  background: #d2a36c;
  bottom: 0;
  right: 0;
}
.sec_character .tab .btn img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_character .tab .btn .btn_active {
  opacity: 0;
}
.sec_character .tab .btn .btn_off {
  opacity: 1;
}
.sec_character .tab .btn.-ebi {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(115, 0, 9)), to(rgb(200, 0, 16)));
  background: linear-gradient(0deg, rgb(115, 0, 9) 0%, rgb(200, 0, 16) 100%);
}
.sec_character .tab .btn.-ebi img {
  width: 26.6rem;
}
.sec_character .tab .btn.-nori {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 76, 0)), to(rgb(23, 125, 23)));
  background: linear-gradient(0deg, rgb(0, 76, 0) 0%, rgb(23, 125, 23) 100%);
}
.sec_character .tab .btn.-nori img {
  width: 27.6rem;
}
.sec_character .tab .btn.is-active {
  background: #fff;
  height: 100%;
}
.sec_character .tab .btn.is-active .btn_off {
  opacity: 0;
}
.sec_character .tab .btn.is-active .btn_active {
  opacity: 1;
}
.sec_character .tab .btn.is-active::after {
  width: 98%;
  height: 0.2rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.sec_character .tab .btn.is-active.-ebi::after {
  background-color: rgba(231, 0, 18, 0.1);
}
.sec_character .tab .btn.is-active.-nori::after {
  background-color: rgba(0, 132, 64, 0.1);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .sec_character .tab .btn:not(.is-active):hover {
    -webkit-transform: scaleY(1.1341);
            transform: scaleY(1.1341);
  }
  .sec_character .tab .btn:not(.is-active):hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1) scaleY(0.8817564589);
            transform: translate(-50%, -50%) scale(1.1) scaleY(0.8817564589);
  }
}
.sec_character .deco_character01 {
  width: 16.8rem;
  left: -1.4rem;
  top: -4.8rem;
  z-index: 4;
}
.sec_character .deco_character02 {
  width: 13.5rem;
  right: -1.4rem;
  top: 26.2rem;
  z-index: 4;
}
.sec_character .deco_character03 {
  width: 16.8rem;
  left: -5.2rem;
  bottom: 20rem;
  z-index: 4;
}

@-moz-document url-prefix() {
  .sec_character .tab .btn:not(.is-active):hover {
    transform: scaleY(1.13);
  }
  .sec_character .tab .btn:not(.is-active):hover img {
    transform: translate(-50%, -50%) scale(1.1) scaleY(0.8849557522);
  }
}
@media screen and (max-width: 767px) {
  .sec_character {
    padding: 12rem 0 12rem;
  }
  .sec_character .wrap {
    padding: 0 4rem;
  }
  .sec_character .bg.-ebi::before {
    background-image: url("../img/bg_character_ebi_sp.png");
  }
  .sec_character .bg.-nori::before {
    background-image: url("../img/bg_character_nori_sp.png");
  }
  .sec_character .ttl {
    width: 59.5rem;
    margin: 0 auto 4.5rem;
  }
  .sec_character .panel_wrap {
    padding: 5rem 0;
    min-height: inherit;
  }
  .sec_character .panel_view.-ebi .txt {
    margin: 3rem auto -1.8rem;
  }
  .sec_character .panel_view.-nori .txt {
    margin: 3rem auto -1.4rem;
  }
  .sec_character .panel_inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "img" "txt" "profile";
    padding-left: 0;
  }
  .sec_character .panel_inner .txt {
    width: 100%;
  }
  .sec_character .panel_inner .profile {
    width: 100%;
  }
  .sec_character .panel_inner .img {
    width: 100%;
    padding-top: 0;
  }
  .sec_character .tab {
    height: 11.8rem;
  }
  .sec_character .tab .btn {
    height: 10.2rem;
  }
  .sec_character .tab .btn.-ebi img {
    width: 22.9rem;
  }
  .sec_character .tab .btn.-nori img {
    width: 22.9rem;
  }
  .sec_character .tab .btn.is-active::after {
    width: 96%;
  }
  .sec_character .deco_character01 {
    width: 15.5rem;
    left: -2.8rem;
    top: -6.8rem;
    z-index: 4;
  }
}
/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/* ------------------------------
    anm
------------------------------ */
.shake-up-1 {
  -webkit-animation: shake-up-1 5s infinite ease-in-out;
          animation: shake-up-1 5s infinite ease-in-out;
}

@-webkit-keyframes shake-up-1 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
}

@keyframes shake-up-1 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
}
.shake-up-2 {
  -webkit-animation: shake-up-2 3s infinite ease-in-out;
          animation: shake-up-2 3s infinite ease-in-out;
}

@-webkit-keyframes shake-up-2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}

@keyframes shake-up-2 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.shake-up-3 {
  -webkit-animation: shake-up-3 4s infinite ease-in-out;
          animation: shake-up-3 4s infinite ease-in-out;
}

@-webkit-keyframes shake-up-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
}

@keyframes shake-up-3 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.8rem);
            transform: translateY(1.8rem);
  }
}
/*# sourceMappingURL=style.css.map */