@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.16rem;
  color: #726a73;
}

a {
  color: #726a73;
}

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

.container_min {
  max-width: 11.3rem;
  margin: 0 auto;
}

.container_max {
  max-width: 14rem;
  margin: 0 auto;
}

.step_anim.show {
  height: auto;
  overflow: hidden;
}

.step_anim.show img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-animation: step_anim 1.5s ease-out forwards;
          animation: step_anim 1.5s ease-out forwards;
}

.step_anim.show.right img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.step_anim.show.left img {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.step_anim.show.top img {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

@-webkit-keyframes step_anim {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    background: transparent;
  }
}

@keyframes step_anim {
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    background: transparent;
  }
}

.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg01 {
  background-position: bottom;
  background-image: url(../img/bg/bg01.jpg);
}

.bg02 {
  background-image: url(../img/bg/_bg02.jpg);
}

.bg03 {
  background-image: url(../img/bg/bg03.jpg);
}

.bg04 {
  background-image: url(../img/bg/bg04.jpg);
}

.mod_btn a {
  display: block;
  width: 8.05rem;
  margin: 0.25rem auto 0;
  font-size: 0.15rem;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #b8b4b9;
  position: relative;
  background-color: #fff;
}

.mod_btn a::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0.8rem;
}

.mod_btn.cs a {
  pointer-events: none;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0.56rem;
  left: 0.78rem;
}

.header .logo img {
  width: 1.86rem;
}

.header .btn {
  position: fixed;
  top: 0.58rem;
  right: 0.542rem;
}

.header .btn img {
  width: 1.9rem;
}

.header .lists {
  margin-top: 0.27rem;
}

.header .lists li:not(:last-of-type) {
  margin-bottom: 0.147rem;
}

.header .lists img {
  width: auto;
  height: 0.11rem;
}

.header .nav,
.header .logo {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header.hide .nav,
.header.hide .logo {
  opacity: 0;
  visibility: hidden;
}

.mv {
  padding: 2.15rem 0 7.55rem;
  position: relative;
}

.mv .cat {
  position: absolute;
  z-index: 1;
  top: 2.13rem;
  right: 1.51rem;
}

.mv .cat img {
  width: 3.65rem;
}

.mv .img {
  position: absolute;
}

.mv .img01 {
  width: 8.34rem;
  height: 6.05rem;
  top: 0;
  left: calc(50% - 4.17rem);
}

.mv .img02 {
  width: 2.17rem;
  top: 3.63rem;
  left: 1.05rem;
}

.mv .img03 {
  width: 2.6rem;
  top: 5.67rem;
  left: 4.7rem;
}

.mv .img04 {
  width: 2.6rem;
  top: 4.05rem;
  right: 1.5rem;
}

.mv .deco01 {
  width: 1.985rem;
  bottom: 1rem;
  right: 4.6rem;
}

.mv .deco02 {
  width: 2.71rem;
  bottom: -1.06rem;
  right: 2.6rem;
}

.mv .float_anim01 {
  -webkit-animation: float01 3s ease-in-out infinite;
          animation: float01 3s ease-in-out infinite;
  display: inline-block;
}

.mv .float_anim02 {
  -webkit-animation: float02 3s ease-in-out infinite;
          animation: float02 3s ease-in-out infinite;
  display: inline-block;
}

@-webkit-keyframes float01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float01 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes float02 {
  0% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}

@keyframes float02 {
  0% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
}

.about {
  padding: 1.7rem 0 4.42rem;
  position: relative;
}

.about .tit {
  text-align: center;
}

.about .tit img {
  width: 7.47rem;
}

.about .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.06rem;
  gap: 0 1rem;
}

.about .img {
  width: 4.66rem;
  position: relative;
  z-index: 1;
}

.about .txt {
  padding-top: 1.07rem;
  position: relative;
}

.about .cat img {
  width: 4.35rem;
}

.about .stit {
  margin: 0.57rem 0 0.32rem;
  font-size: 0.21rem;
  line-height: 1.9;
  font-weight: 700;
}

.about .desc {
  line-height: 2.06;
}

.about .desc:not(:last-of-type) {
  margin-bottom: 2em;
}

.about .product {
  width: 3.415rem;
  position: absolute;
  top: 1.14rem;
  right: -2.4rem;
}

.about .list_img {
  position: absolute;
}

.about .list_img01 {
  width: 3.16rem;
  bottom: 1.4rem;
  left: 2.14rem;
}

.about .list_img02 {
  width: 4.455rem;
  bottom: 0;
  left: 5.6rem;
}

.about .list_img03 {
  width: 3.22rem;
  bottom: 0.94rem;
  right: 2.44rem;
}

.about .list_img04 {
  width: 2.595rem;
  bottom: 1.66rem;
  right: -0.4rem;
}

.about .deco {
  position: absolute;
  z-index: 1;
}

.about .deco01 {
  width: 1.635rem;
  top: 0.19rem;
  left: 1.65rem;
}

.about .deco02 {
  width: 1.33rem;
  bottom: 3.75rem;
  right: 2.1rem;
}

.cm {
  padding: 2.83rem 2.5rem 0 3.44rem;
}

.cm .tit {
  text-align: center;
}

.cm .tit img {
  width: 3.05rem;
}

.cm .video {
  width: 100%;
  height: 5.63rem;
  background-color: #726a73;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cm .video video {
  width: 100%;
  height: 100%;
}

.cm .img {
  position: absolute;
}

.cm .img01 {
  width: 1.54rem;
  top: -1.94rem;
  right: 0.24rem;
}

.cm .img02 {
  width: 1.93rem;
  bottom: -1.92rem;
  left: -1.7rem;
}

.limited {
  padding: 3rem 0;
  position: relative;
}

.limited .tit {
  text-align: center;
}

.limited .tit img {
  width: 9.07rem;
}

.limited .item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.limited .item img {
  width: 11.565rem;
}

.limited .item .txt {
  margin-top: 0.3rem;
  line-height: 2;
}

.limited .item:not(:first-of-type) {
  margin-top: 1.68rem;
}

.limited .mod_btn {
  margin-top: 1rem;
}

.new {
  padding: 3rem 0;
}

.new .tit {
  text-align: center;
}

.new .tit img {
  width: 5.1rem;
}

.new .item {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  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-color: rgba(255, 255, 255, 0.7);
}

.new .item::before, .new .item::after {
  content: "";
  width: 0.085rem;
  height: 4.82rem;
  position: absolute;
  background-image: url(../img/new/txt_deco.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.new .item::before {
  bottom: 0.68rem;
  left: 0.53rem;
}

.new .item::after {
  top: 0.38rem;
  right: 0.52rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.new .item:not(:first-of-type) {
  margin-top: 1.47rem;
}

.new .item01 {
  padding: 0.68rem 0.7rem 0 1.29rem;
}

.new .item01 .outer {
  padding-top: 0.1rem;
}

.new .item01 .img01 {
  width: 5.33rem;
}

.new .item01 .img02 {
  width: 6.36rem;
}

.new .item01 .img02.mt {
  margin-top: 0.3rem;
}

.new .item01 .img03 {
  width: 6.915rem;
  margin-top: -0.04rem;
}

.new .item02 {
  padding: 0.67rem 0.78rem 0 1.61rem;
}

.new .item02 .outer {
  padding-top: 0.12rem;
}

.new .item02 .img01 {
  width: 5.685rem;
}

.new .item02 .img02 {
  width: 5.27rem;
}

.new .item02 .img02.mt {
  margin-top: 0.37rem;
}

.new .item02 .img03 {
  width: 6.165rem;
  margin-top: 0.48rem;
}

.new .mod_btn {
  margin-top: 1rem;
}

.lineup {
  margin-top: -1px;
  padding: 3.5rem 0 2.85rem;
}

.lineup .tit {
  margin-bottom: 1.9rem;
  text-align: center;
}

.lineup .tit img {
  width: 8.11rem;
}

.lineup .item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.lineup .item .txt {
  margin-top: 0.36rem;
}

.lineup .item:not(:first-of-type) {
  margin-top: 2.5rem;
}

.lineup .item01 .img img {
  width: 10.14rem;
}

.lineup .item02 .img img {
  width: 10.15rem;
}

.lineup .item03 .img img {
  width: 10.14rem;
}

.lineup .item04 {
  padding-top: 0.3rem;
}

.lineup .item04 .img img {
  width: 9.865rem;
}

.lineup .item05 {
  padding-top: 0.3rem;
}

.lineup .item05 .img img {
  width: 9.865rem;
}

.lineup .item06 .img img {
  width: 9.86rem;
}

.lineup .item07 .img img {
  width: 9.86rem;
}

.lineup .item08 .img img {
  width: 9.86rem;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.lineup .slide_wrap {
  margin-top: 2.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.lineup .slide_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.lineup .slide_lists li {
  margin-right: 0.37rem;
}

.lineup .slide_lists li:nth-of-type(1) {
  padding-top: 0.736rem;
  width: 2.585rem;
}

.lineup .slide_lists li:nth-of-type(2) {
  padding-top: 0.3rem;
  width: 3.16rem;
}

.lineup .slide_lists li:nth-of-type(3) {
  padding-top: 0.937rem;
  width: 4.455rem;
}

.lineup .slide_lists li:nth-of-type(4) {
  padding-top: 0.736rem;
  width: 3.22rem;
}

.lineup .slide_lists li:nth-of-type(5) {
  width: 2.595rem;
}

.other_lineup {
  padding: 0.47rem 0 0.85rem;
}

.other_lineup .item {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}

.other_lineup .item::before, .other_lineup .item::after {
  content: "";
  width: 0.085rem;
  height: 4.16rem;
  position: absolute;
  background-image: url(../img/lineup/deco_txt.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.other_lineup .item::before {
  bottom: 0.58rem;
  left: 0.5rem;
}

.other_lineup .item::after {
  top: 0.4rem;
  right: 0.52rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.other_lineup .item:not(:first-of-type) {
  margin-top: 1.47rem;
}

.other_lineup .item01 {
  padding: 0.64rem 1.45rem 0.66rem 1.6rem;
}

.other_lineup .item01 .tit {
  text-align: center;
}

.other_lineup .item01 .tit img {
  width: 3.5rem;
}

.other_lineup .item01 .wrap {
  margin-top: 0.58rem;
  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;
}

.other_lineup .item01 .product {
  width: 5.3rem;
}

.other_lineup .item01 .product .txt {
  margin-top: -0.2rem;
  line-height: 2.06;
}

.other_lineup .item02 {
  padding: 0.64rem 0 0.75rem;
}

.other_lineup .item02 .tit {
  text-align: center;
}

.other_lineup .item02 .tit img {
  width: 5.03rem;
}

.other_lineup .item02 .wrap {
  margin: 0.7rem 0 0 -1.4rem;
  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;
  gap: 0 0.5rem;
}

.other_lineup .item02 .img {
  width: 5.79rem;
}

.other_lineup .item02 .cat {
  margin-left: -0.5em;
  font-size: 0.2rem;
  font-weight: 700;
}

.other_lineup .item02 .desc {
  margin-top: 1em;
  line-height: 2.06;
}

.feature {
  padding: 3.3rem 2.48rem 0 3.52rem;
}

.feature .tit {
  margin-left: -1.3rem;
  text-align: center;
}

.feature .tit img {
  width: 10rem;
}

.feature .stit {
  text-align: center;
  padding-bottom: 0.28rem;
  position: relative;
  border-bottom: 1px solid #cecbce;
}

.feature .stit img {
  width: 3.11rem;
}

.feature .stit .deco {
  position: absolute;
  width: 1.755rem;
  top: -1.36rem;
  left: 1.1rem;
}

.feature .item01 {
  margin-top: 0.84rem;
  position: relative;
}

.feature .item01 .cat {
  font-size: 0.35rem;
}

.feature .item01 .cat .strong {
  font-weight: 700;
}

.feature .item01 .lists {
  margin-top: 0.55rem;
}

.feature .item01 .lists li {
  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;
}

.feature .item01 .lists li:not(:last-of-type) {
  margin-bottom: 0.29rem;
}

.feature .item01 .lists .num {
  width: 1.02rem;
}

.feature .item01 .lists .num img {
  width: 0.62rem;
}

.feature .item01 .lists .list_txt {
  width: calc(100% - 1.02rem);
  font-size: 0.24rem;
}

.feature .item01 .lists .list_txt .strong {
  font-weight: 700;
}

.feature .item01 .img {
  width: 3.025rem;
  position: absolute;
  bottom: 0.53rem;
  right: 0.15rem;
}

.feature .item02 {
  margin-top: 0.96rem;
  position: relative;
}

.feature .item02 .img {
  width: 1.985rem;
  position: absolute;
  top: -0.7rem;
  right: 0.7rem;
}

.feature .item02 .cat {
  font-size: 0.35rem;
}

.feature .item02 .cat .strong {
  font-weight: 700;
}

.feature .item02 .wrap {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature .item02 .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;
}

.feature .item02 .txt {
  width: 1.2rem;
  height: 100%;
  margin-right: 0.33rem;
  line-height: 2.22;
  text-align: center;
  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-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;
}

.feature .item02 .lists li img {
  width: auto;
  height: 0.24rem;
}

.feature .item02 .lists li:not(:last-of-type) {
  margin-bottom: 0.235rem;
}

.feature .item02 .inner01 {
  margin-right: 1.5rem;
}

.feature .item02 .inner01 .txt {
  background-color: #fdece3;
}

.feature .item02 .inner02 .txt {
  background-color: #e4e5e6;
}

.character {
  padding: 3.2rem 0 3.45rem;
}

.character .tit {
  text-align: center;
}

.character .tit img {
  width: 13.57rem;
}

.character .wrap {
  padding: 1rem 1.58rem 1.1rem 3.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;
  background-color: #fff;
}

.character .img {
  width: 4.76rem;
}

.character .txt {
  width: 5.32rem;
  padding-top: 0.45rem;
}

.character .stit {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #cecbce;
}

.character .stit img {
  width: 3.48rem;
}

.character .name {
  margin: 0.57rem 0;
}

.character .name img {
  width: 3.08rem;
}

.character .name .ja {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.21rem;
}

.character .desc {
  line-height: 2.06;
}

.character .desc:not(:last-of-type) {
  margin-bottom: 2em;
}

.footer {
  padding: 0.58rem 0 0.51rem 1.1rem;
  color: #fff;
  background-color: #726a73;
}

.footer .txt {
  text-align: center;
}

.footer .btn a {
  display: block;
  width: 5.66rem;
  margin: 0.25rem auto 0;
  font-size: 0.15rem;
  line-height: 0.59rem;
  text-align: center;
  color: #fff;
  border: 1px solid #cecbce;
  position: relative;
}

.footer .btn a::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 1.4rem;
}

.footer .lists {
  margin-top: 0.25rem;
  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;
}

.footer .lists li:not(:last-of-type) {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}

.footer .lists li a {
  color: #fff;
}

.footer small {
  margin-top: 0.56rem;
  display: block;
  text-align: center;
  font-size: 0.13rem;
}
/*# sourceMappingURL=style.css.map */