@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* index CONFIG
******************************************************************************************** */
.anser {
  background: #e3e9eb;
}

.anser__in {
  max-width: 1050px;
  margin: 0 auto;
  /*  Smartphone */
  text-align: center;
  padding-top: 115px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 640px) {
  .anser__in {
    width: 100%;
  }
}

.anser__ttl {
  margin: 0;
  margin-bottom: 70px;
}

.anser__txt {
  margin: 0;
  margin-bottom: 40px;
}

.content {
  text-align: center;
}

.content__img {
  margin: 0 auto;
  width: 750px;
}

.content__img img {
  width: 100%;
}

/* index header
******************************************************************************************** */
.header {
  position: relative;
  height: 150px;
  z-index: 100;
  background: #fff;
  margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  .header {
    height: 60px;
  }
}

.header nav li::before {
  content: none;
}

.white {
  background: #fff;
}

.white .main {
  background: #fff;
}

.header-img {
  width: 100%;
  margin-top: -150px;
  padding-top: 130px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .header-img {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.header-img > img {
  position: relative;
  z-index: -1;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .header-img > img {
    margin-top: -60px;
  }
}

/* index contents
******************************************************************************************** */
.main {
  position: relative;
  color: #2a2e31;
  z-index: 10;
  font-family: 'YuGothic','Noto Sans JP','ヒラギノ角ゴ ProN W3',
 'Hiragino Kaku Gothic ProN','sans-serif';
  padding-top: 0;
  background: #F4F6F6;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main {
    font-family: 'ヒラギノ角ゴ ProN W3',
 'Hiragino Kaku Gothic ProN','sans-serif';
    z-index: 0;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .top-main {
    background-position: center top;
  }
  .top-main.effect-scroll {
    transform: translateY(-2vw) !important;
  }
}

.top-main .main-txt {
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 110px;
  background-image: url(../img/top/bg_main02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top, center;
}

.top-main .main-txt img {
  display: block;
  margin: 0 auto;
}

.top-main .main-txt h1 {
  margin: 30px auto 70px;
  margin: 0 auto 70px;
}

.top-main .main-txt h1 + img + img {
  margin: 60px auto 30px;
}

.top-main .main-txt h1 + img + img + img {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 640px) {
  .top-main .main-txt {
    margin: 0 auto 100px;
    margin-bottom: 0;
    padding-bottom: 8vw;
    padding-top: 17vw;
    width: 88%;
    width: 100%;
    background-image: url(../img/top/bg_main02_sp.png);
    background-size: 100% auto,
 100% 100%;
  }
  .top-main .main-txt h1 {
    margin: 00px auto 50px;
  }
}

@media only screen and (max-width: 640px) and (max-width: 640px) {
  .top-main .main-txt h1 {
    margin: 0 auto 10vw;
  }
}

@media only screen and (max-width: 640px) {
  .top-main .main-txt h1 + img + img {
    margin: 40px auto 30px;
    width: 65%;
  }
  .top-main .main-txt h1 + img + img + img {
    margin: 0 0 0 auto;
    width: 45%;
  }
}

.top-main::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 80%;
  display: block;
  width: 70px;
  height: 71px;
  background: url(../img/top/icon_water_02.png) no-repeat;
  transform: translateX(0px);
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .top-main::before {
    top: 49%;
    left: 21px;
    width: 40px;
    height: 60px;
    transform: none;
    background-size: 100% auto;
    z-index: 1;
  }
}

.top-main::after {
  content: "";
  position: absolute;
  top: 40%;
  right: auto;
  display: block;
  width: 148px;
  height: 141px;
  background: url(../img/top/icon_water_01.png) no-repeat;
  transform: translateX(0px);
  left: 80%;
}

@media only screen and (max-width: 640px) {
  .top-main::after {
    top: 40%;
    left: auto;
    right: -20px;
    width: 55px;
    height: 60px;
    transform: none;
    background-size: 100% auto;
    z-index: 1;
  }
}

.top-movie {
  margin: 90px auto 280px;
  width: 90%;
  max-width: 800px;
}

@media only screen and (max-width: 640px) {
  .top-movie {
    margin: 40px auto 100px;
    width: 87.96%;
  }
}

.top-movie video {
  width: 100%;
}

.top-movie video:focus {
  outline: 0;
}

.top-banner {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 4em 0;
}

@media only screen and (max-width: 640px) {
  .top-banner {
    padding: 2em 0;
  }
}

.top-banner .bannerlist {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -.5em;
}

.top-banner .bannerlist li {
  width: 50%;
  padding: 1em;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
}

@media only screen and (max-width: 640px) {
  .top-banner .bannerlist li {
    width: 100%;
    padding: .5em 1em;
  }
}

.top-movie {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 4em 0;
}

@media only screen and (max-width: 640px) {
  .top-movie {
    padding: 2em 0;
  }
}

.top-movie h2 {
  padding: 0 0 2em;
}

@media only screen and (max-width: 640px) {
  .top-movie h2 {
    padding: 0 0 1em;
  }
}

.top-movie h2 img {
  max-height: 50px;
}

@media only screen and (max-width: 640px) {
  .top-movie h2 img {
    max-height: 30px;
    width: auto;
  }
}

.top-movie .video {
  padding-bottom: 4em;
}

@media only screen and (max-width: 640px) {
  .top-movie .video {
    padding-bottom: 2em;
  }
}

.top-movie .video .youtube {
  width: 94%;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  padding-top: 56.25%;
}

.top-movie .video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top-movie .video h3 {
  padding: 1em 0;
}

@media only screen and (max-width: 640px) {
  .top-movie .video h3 {
    padding: 0;
  }
}

.top-movie .video h3 img {
  max-height: 24px;
}

@media only screen and (max-width: 640px) {
  .top-movie .video h3 img {
    max-height: 16px;
    width: auto;
  }
}

.top-about {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
}

.top-about .notes {
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 1.2rem;
}

@media only screen and (max-width: 640px) {
  .top-about .notes {
    margin-right: 8%;
    font-size: 1.1rem;
  }
}

.top-about h3 {
  margin-bottom: 130px;
}

@media only screen and (max-width: 640px) {
  .top-about h3 {
    margin: 0 auto 72px;
  }
}

@media only screen and (max-width: 640px) {
  .top-about p:not([class]) {
    width: 92%;
  }
}

.top-about .lineuptext {
  padding: 5em 0 2em;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .top-about .lineuptext {
    padding: 2em 0 2em;
  }
}

.top-about .lineuptext h2 img {
  max-height: 50px;
}

@media only screen and (max-width: 640px) {
  .top-about .lineuptext h2 img {
    max-height: 30px;
    width: auto;
  }
}

.top-about .concepttext {
  padding: 6em 0;
}

@media only screen and (max-width: 640px) {
  .top-about .concepttext {
    padding: 3em 0;
  }
}

.top-about .concepttext h2 img {
  max-height: 50px;
}

@media only screen and (max-width: 640px) {
  .top-about .concepttext h2 img {
    max-height: 30px;
    width: auto;
  }
}

.top-about .concepttext p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5;
  padding: 1em 0 0;
}

@media only screen and (max-width: 640px) {
  .top-about .concepttext p {
    font-size: 18px;
    line-height: 2;
    padding: 1em;
    width: 100%;
  }
}

.top-about .concepttext p small {
  font-size: 10px;
  vertical-align: super;
}

@media only screen and (max-width: 640px) {
  .top-about .concepttext p small {
    font-size: 8px;
  }
}

.top-about .concepttext .note {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .top-about .concepttext .note {
    font-size: 12px;
    padding: 0;
  }
}

.top-about .dism_text.box .wrap {
  position: absolute;
  top: 25%;
  transform: translate(0%, -50%);
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .top-about .dism_text.box .wrap {
    transform: translate(0%, -50%);
    width: 100%;
    margin-top: 1.25em;
  }
  .top-about .dism_text.box .wrap .txt {
    font-size: 5.6vw;
    line-height: 2.3;
  }
}

.top-about .dism_text.box .wrap img {
  max-height: 200px;
}

@media only screen and (max-width: 640px) {
  .top-about .dism_text.box .wrap img {
    width: 100%;
  }
}

.top-about .topplus.box .wrap {
  position: absolute;
  top: 35%;
  transform: translate(0%, -50%);
  left: 10%;
  text-align: left;
  right: auto;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .wrap {
    left: 5%;
  }
}

.top-about .topplus.box .wrap img {
  max-height: 300px;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .wrap img {
    width: 50%;
  }
}

.top-about .topplus.box .btn {
  transform: translate(0, 480%);
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .btn {
    transform: translate(0, 26vw);
  }
}

.top-about .topplus.box .btn .button a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  padding: 1em 4em 1em 2em;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .btn .button a {
    font-size: 10px;
    padding: 1em 3em 1em 1.5em;
  }
}

.top-about .topplus.box .btn .button a:hover {
  opacity: .8;
}

.top-about .topplus.box .btn .button a:before {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .btn .button a:before {
    right: 1.5em;
  }
}

.top-about .topplus.box .notep {
  transform: translate(-15%, 1000%);
  width: 100%;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .notep {
    transform: translate(-2%, 39vw);
    text-align: left;
    left: 5%;
    width: 95%;
  }
}

.top-about .topplus.box .notep .note {
  color: #fff;
  font-size: 12px;
  font-family: 'Shippori Mincho', serif;
}

@media only screen and (max-width: 640px) {
  .top-about .topplus.box .notep .note {
    font-size: 9px;
  }
}

.top-about .topdism.box .wrap {
  position: absolute;
  top: 45%;
  transform: translate(100%, -50%);
  text-align: left;
  right: 50%;
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .wrap {
    transform: translate(10%, -50%);
    right: 50%;
    width: 40%;
  }
}

.top-about .topdism.box .wrap img {
  max-height: 200px;
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .wrap img {
    width: 100%;
  }
}

.top-about .topdism.box .text {
  font-size: 24px;
  font-weight: bold;
  color: #424242;
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .text {
    font-size: 16px;
  }
}

.top-about .topdism.box .btn {
  transform: translate(100%, 400%);
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .btn {
    transform: translate(4%, 30vw);
    width: 100%;
  }
}

.top-about .topdism.box .btn .button a {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  border: 1px solid #424242;
  padding: 1em 4em 1em 2em;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .btn .button a {
    font-size: 10px;
    padding: 1em 3em 1em 1.5em;
  }
}

.top-about .topdism.box .btn .button a:hover {
  opacity: .8;
}

.top-about .topdism.box .btn .button a:before {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 1px solid #424242;
  border-right: 1px solid #424242;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .top-about .topdism.box .btn .button a:before {
    right: 1.5em;
  }
}

.top-about .about-txt01 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txt01 {
    margin: 0 auto 15px;
    width: 100%;
  }
}

.top-about .about-txt02 {
  margin: 50px 0 110px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txt02 {
    margin: 40px auto 125px;
    width: 100%;
  }
}

.top-about .about-txt03 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txt03 {
    margin: 0 auto 40px;
    width: 90%;
  }
}

.top-about .about-txt04 {
  margin: 40px 0;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txt04 {
    margin: 35px auto 50px;
    margin-top: 6vw;
    margin-bottom: 2vw;
    width: 84%;
    width: 90%;
  }
}

.top-about .about-txtuv01 {
  background-size: 100% 100%;
  padding: 100px 0;
  padding-top: 20px;
  color: #2a2e31;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv01 {
    margin: 35px auto 50px;
    margin: 15.6vw auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15.6vw;
    width: 84%;
    width: 90%;
    width: 100%;
    background-size: 100% 100%;
  }
}

.top-about .about-txtuv01 .txtuv01 {
  font-size: 18px;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv01 .txtuv01 {
    font-size: 3.6vw;
  }
}

.top-about .about-txtuv01 .txtuv02 {
  position: relative;
  margin-bottom: 48px;
}

.top-about .about-txtuv01 .txtuv02 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.top-about .about-txtuv01 .txtuv02 .wrap .txt {
  display: inline;
  padding: 0.05em 0.5em;
  font-size: 27px;
  text-align: center;
  line-height: 2.1;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.top-about .about-txtuv01 .txtuv02 .wrap .txt span {
  color: #0086ff;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv01 .txtuv02 .wrap .txt {
    font-size: 1.65rem;
  }
}

.top-about .about-txtuv01 .txtuv03 .first {
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
  line-height: 1.8;
  margin-bottom: 10px;
}

.top-about .about-txtuv01 .txtuv03 .first span {
  color: #0086ff;
  font-size: 28px;
}

.top-about .about-txtuv01 .txtuv03 .first img {
  width: auto;
  height: 48px;
  margin: 0 10px 4px 10px;
}

.top-about .about-txtuv01 .txtuv03 .first .kanso {
  height: 44px;
  margin-bottom: 5px;
}

.top-about .about-txtuv01 .txtuv03 .second {
  font-size: 37px;
  line-height: 2;
  line-height: 1.6;
  margin-top: 0;
}

.top-about .about-txtuv01 .txtuv03 .second span {
  color: #0086ff;
  font-size: 40px;
}

.top-about .about-txtuv01 .txtuv03 .second img {
  width: auto;
  height: 24px;
  margin: 0 10px;
  margin-top: 10px;
  vertical-align: top;
}

.top-about .about-txtuv01 .txtuv03 .second .quarto.r {
  transform: rotate(180deg);
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 6px;
}

.top-about .about-txtuv01 .txtuv03 .btnarea .btn {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 24px 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #0086ff no-repeat right 20px center;
  background-image: url(../img/top/icon_arrowLwh.svg);
  background-size: auto 20%;
  transition: background 0.15s, box-shadow 0.15s;
}

.top-about .about-txtuv01 .txtuv03 .btnarea .btn:hover {
  text-decoration: none;
  background-position: right 15px center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv01 .txtuv03 .btnarea .btn {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv01 .txtuv03 .first {
    font-size: 4.53333vw;
    line-height: 2;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .top-about .about-txtuv01 .txtuv03 .first span {
    font-size: 4.8vw;
  }
  .top-about .about-txtuv01 .txtuv03 .first img {
    height: 10vw;
    margin: 0 1% 0.4% 1%;
  }
  .top-about .about-txtuv01 .txtuv03 .first .kanso {
    height: 8.4vw;
    margin-bottom: 1.2%;
  }
  .top-about .about-txtuv01 .txtuv03 .second {
    font-size: 6.4vw;
    margin-top: 0;
  }
  .top-about .about-txtuv01 .txtuv03 .second span {
    font-size: 6.93333vw;
  }
  .top-about .about-txtuv01 .txtuv03 .second img {
    width: auto;
    height: 5.4vw;
    margin: 0 1%;
    margin-top: 1%;
    vertical-align: top;
  }
  .top-about .about-txtuv01 .txtuv03 .second .quarto.r {
    margin-top: 0;
    margin-bottom: 0.6%;
  }
}

.top-about .about-txtuv02 {
  padding: 50px 0 0 0;
  color: #2a2e31;
  background: url(../img/top/bg_uv02.jpg) no-repeat center top;
  background-size: auto 100%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv02 {
    background-image: url(../img/top/bg_uv02_sp.jpg);
    background-size: 100% 100%;
    padding-top: 5vw;
  }
}

.top-about .about-txtuv02 .first {
  font-size: 27px;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv02 .first {
    font-size: 4.8vw;
  }
}

.top-about .about-txtuv02 .second {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 29px;
  background: #fff;
  font-feature-settings: "palt";
  padding: 0.1em 0.8em;
}

.top-about .about-txtuv02 .second span {
  color: #0086ff;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv02 .second {
    font-size: 4.8vw;
    background: none;
    margin-top: 1vw;
    margin-bottom: 7vw;
  }
  .top-about .about-txtuv02 .second strong {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #fff;
    line-height: 2;
    font-feature-settings: "palt";
    padding: 0.3vw 3vw;
  }
}

.top-about .about-txtuv03, .top-about .about-txtuv04, .top-about .about-txtuv05, .top-about .about-txtuv06 {
  position: relative;
  min-height: 700px;
  background: url(../img/top/bg_uv03.jpg) no-repeat center top;
  background-size: auto 100%;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv03, .top-about .about-txtuv04, .top-about .about-txtuv05, .top-about .about-txtuv06 {
    background-image: url(../img/top/bg_uv03_sp.jpg);
    background-size: 100% 100%;
    min-height: 85.4vw;
  }
}

.top-about .about-txtuv03 .wrap, .top-about .about-txtuv04 .wrap, .top-about .about-txtuv05 .wrap, .top-about .about-txtuv06 .wrap {
  position: absolute;
  top: 50%;
  transform: translate(120%, -50%);
  right: 50%;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv03 .wrap, .top-about .about-txtuv04 .wrap, .top-about .about-txtuv05 .wrap, .top-about .about-txtuv06 .wrap {
    transform: translate(0, -50%);
    right: 0;
    left: 50%;
  }
}

.top-about .about-txtuv03 .wrap .txt, .top-about .about-txtuv04 .wrap .txt, .top-about .about-txtuv05 .wrap .txt, .top-about .about-txtuv06 .wrap .txt {
  display: inline;
  padding: 0.1em 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 2.28;
  background: #1a1a1a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv03 .wrap .txt, .top-about .about-txtuv04 .wrap .txt, .top-about .about-txtuv05 .wrap .txt, .top-about .about-txtuv06 .wrap .txt {
    font-size: 5.6vw;
  }
}

@media only screen and (max-width: 1100px) {
  .top-about .about-txtuv03 {
    background: url(../img/top/bg_uv03_sp.jpg) no-repeat right top;
    background-size: cover;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 640px) {
  .top-about .about-txtuv03 {
    background: url(../img/top/bg_uv03_sp.jpg) no-repeat center top;
    background-size: contain;
  }
}

.top-about .about-txtuv04 {
  background: url(../img/top/bg_uv04.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 1100px) {
  .top-about .about-txtuv04 {
    background: url(../img/top/bg_uv04_sp.jpg) no-repeat right top;
    background-size: cover;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 640px) {
  .top-about .about-txtuv04 {
    background: url(../img/top/bg_uv04_sp.jpg) no-repeat center top;
    background-size: contain;
  }
}

.top-about .about-txtuv05 {
  min-height: auto;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv05 {
    min-height: auto;
  }
}

.top-about .about-txtuv06 {
  background: url(../img/top/bg_uv06.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 2;
  min-height: 480px;
}

@media only screen and (max-width: 640px) {
  .top-about .about-txtuv06 {
    background-image: url(../img/top/bg_uv06_sp.jpg);
    background-size: 100%;
    min-height: 70vw;
  }
}

.top-about .about-txtuv06 .wrap .txt {
  padding: 0em 0.5em;
  line-height: 2;
  font-family: 'YuGothic','Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','sans-serif';
  padding-bottom: 4px;
}

.top-about .about-img {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 640px) {
  .top-about .about-img {
    width: 100%;
    padding: 0 3vw;
  }
}

.top-lineup {
  margin: 0 auto 2em;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top-lineup {
    margin: -.5em auto 1em;
  }
}

.top-lineup .lineupwhite {
  background: #fff;
  padding: 3em 0 2em;
  margin: 0;
}

.top-lineup .lineupbanner {
  padding: 8em 0 6em;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineupbanner {
    padding: 0;
  }
}

.top-lineup .lineupbanner .bannerlist {
  max-width: 750px;
  margin: 0 auto;
  padding: 1em;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineupbanner .bannerlist {
    padding: 0 1em 1em;
  }
}

.top-lineup .lineupbanner .bannerlist li {
  padding: 1em 0;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineupbanner .bannerlist li {
    padding: 0 0 1em;
  }
}

.top-lineup .lineupbanner .bannerlist li a img:hover {
  opacity: .8;
}

.top-lineup .linklist {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 200px;
}

@media only screen and (max-width: 640px) {
  .top-lineup .linklist {
    padding-bottom: 60px;
  }
}

.top-lineup .linklist .itemlinklist {
  letter-spacing: -.5em;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .top-lineup .linklist .itemlinklist {
    display: block;
    text-align: center;
  }
}

.top-lineup .linklist .itemlinklist li {
  display: inline-block;
  letter-spacing: -1px;
  width: 20%;
  padding: 0 .5em;
  position: relative;
}

.top-lineup .linklist .itemlinklist li:hover {
  opacity: 1;
}

.top-lineup .linklist .itemlinklist li:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 640px) {
  .top-lineup .linklist .itemlinklist li {
    width: 33%;
    margin-bottom: 3em;
  }
}

.top-lineup .linklist .itemlinklist li:last-child {
  padding-left: 1em;
  padding-right: 0;
}

@media only screen and (max-width: 640px) {
  .top-lineup .linklist .itemlinklist li:last-child {
    padding: 0 .5em;
  }
}

.top-lineup .linklist .itemlinklist li img {
  padding: 0 .75em;
}

.top-lineup .linklist .itemlinklist li img:hover {
  opacity: 1;
}

.top-lineup .linklist .itemlinklist li a {
  text-decoration: none;
}

.top-lineup .linklist .itemlinklist li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  bottom: -2em;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .top-lineup .linklist .itemlinklist li a:before {
    bottom: -1em;
  }
}

.top-lineup .linklist .itemlinklist li a span {
  text-align: center;
  font-size: 13px;
  display: block;
  padding: 1em 0;
  letter-spacing: -1px;
}

.top-lineup h3 {
  text-align: center;
  padding-bottom: 1em;
}

@media only screen and (max-width: 640px) {
  .top-lineup h3 {
    padding-bottom: .5em;
  }
}

.top-lineup h3 img {
  max-height: 50px;
}

@media only screen and (max-width: 640px) {
  .top-lineup h3 img {
    max-height: 30px;
    width: auto;
  }
}

.top-lineup ul {
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .top-lineup ul {
    margin-top: 5px;
  }
}

.top-lineup figure {
  margin: 0;
}

.top-lineup h4 {
  margin: 50px 0 48px 0;
}

@media only screen and (max-width: 640px) {
  .top-lineup h4 {
    margin-bottom: 20px;
  }
}

.top-lineup h5 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 640px) {
  .top-lineup h5 {
    display: block;
    line-height: 2;
    font-size: 1.8rem;
  }
}

.top-lineup h5 svg {
  width: auto;
  height: 1em;
  margin-right: 0.8em;
}

@media only screen and (max-width: 640px) {
  .top-lineup h5 svg {
    display: block;
  }
}

.top-lineup h5 img {
  display: inline-block;
  margin: -5px 20px 0 0;
  width: 70px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .top-lineup h5 img {
    display: block;
    width: 17.61%;
  }
}

.top-lineup h5 span {
  font-size: 2.2rem;
  line-height: 2;
}

.top-lineup h5 span.s {
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .top-lineup h5 span.s {
    margin-top: -3vw;
    display: block;
  }
}

.top-lineup h5 .wrapstyle {
  width: 100%;
}

.top-lineup .lineup-back {
  background: linear-gradient(90deg, #E3E9EB 0%, #E3E9EB 60%, rgba(227, 233, 235, 0) 60%, rgba(227, 233, 235, 0) 100%);
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-back {
    height: 355px;
    background: #E3E9EB;
  }
}

.top-lineup .lineup-backR {
  background: linear-gradient(90deg, rgba(227, 233, 235, 0) 0%, rgba(227, 233, 235, 0) 40%, #E3E9EB 40%, #E3E9EB 100%);
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-backR {
    height: 355px;
    background: #E3E9EB;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block {
    position: relative;
  }
}

.top-lineup .lineup-block + .lineup-block {
  margin-top: 180px;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block + .lineup-block {
    margin-top: 45px;
  }
}

.top-lineup .lineup-block#item1 .lineup-img {
  transform: translateY(-80px);
  transform: translateY(-40px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item1 .lineup-img {
    position: absolute;
    left: 48%;
    margin: 0 auto;
    width: 70%;
    padding-left: 22.2%;
    transform: translateX(-50%) translateY(-45px);
    transition-property: opacity;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item1 h4 {
    width: 100%;
    margin-top: 0;
    font-size: 7.73333vw;
  }
}

.top-lineup .lineup-block#item2 .lineup-img {
  transform: translateY(-46px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item2 .lineup-img {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 61.58%;
    padding-right: 13.97%;
    transform: translateX(-50%) translateY(-40px);
    transition-property: opacity;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item2 h4 {
    width: 100%;
    margin-top: 0;
  }
}

.top-lineup .lineup-block#item3 .lineup-img {
  transform: translateY(-40px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item3 .lineup-img {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 87.3%;
    padding-left: 24.77%;
    transform: translateX(-50%) translateY(-35px);
    transition-property: opacity;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item3 h4 {
    width: 100%;
    margin-top: 0;
  }
}

.top-lineup .lineup-block#item4 .lineup-img {
  transform: translateY(-62px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item4 .lineup-img {
    position: absolute;
    left: 48%;
    margin: 0 auto;
    width: 84.4%;
    padding-left: 26.7%;
    transform: translateX(-50%) translateY(-34px);
    transition-property: opacity;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item4 h4 {
    width: 100%;
    margin-top: 0;
  }
}

.top-lineup .lineup-block#item5 .lineup-img {
  transform: translateY(-50px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item5 .lineup-img {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    padding-left: 17.94%;
    transform: translateX(-50%) translateY(-35px);
    transition-property: opacity;
  }
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-block#item5 h4 {
    width: 100%;
    margin-top: 0;
  }
}

.top-lineup .lineup-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-inner {
    display: block;
    margin: 0 auto;
    width: 84%;
  }
}

.top-lineup .lineup-inner.re {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-inner.re .lineup-txt {
    padding-top: 345px;
  }
}

.top-lineup .lineup-detail {
  margin: 78px 0 20px;
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-detail {
    margin: 50px 0 0;
  }
}

.top-lineup .lineup-detail p {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-detail p {
    margin: 5px 0 0 0;
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 2;
  }
}

.top-lineup .lineup-detail-txt {
  margin-top: 30px;
  padding-top: 40px;
}

.top-lineup .lineup-detail-txt p {
  line-height: 1.64;
  letter-spacing: 0.08em;
  font-size: 1.63rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.top-lineup .lineup-detail-txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #53575a;
  display: block;
  transform: translateY(-40px);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-detail-txt {
    margin-top: 25px;
    padding: 30px 0 0 0;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.top-lineup .lineup-detail-txt .notes {
  display: block;
  margin-top: 20px;
  font-size: 1.1rem;
}

.top-lineup .lineup-txt {
  position: relative;
  width: 480px;
  z-index: 3;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-txt {
    padding: 0;
    width: 100%;
    padding-top: 345px;
  }
}

.top-lineup .lineup-link {
  position: relative;
  display: inline-block;
  padding: 0 40px 5px 0;
  border-bottom: 1px solid #2c2c2c;
}

.top-lineup .lineup-link img, .top-lineup .lineup-link svg {
  width: 130px;
  height: auto;
  transform: translate(0, 0);
  fill: #2a2e31;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-link {
    padding: 0 40px 10px 0;
  }
  .top-lineup .lineup-link img, .top-lineup .lineup-link svg {
    width: 120px;
  }
}

.top-lineup .lineup-link::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 5px;
  display: block;
  width: 25px;
  height: 7px;
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-link::before {
    bottom: 10px;
  }
}

.top-lineup .lineup-link:hover::before {
  right: 0;
}

.top-lineup .lineup-recommend {
  margin-top: 45px;
  line-height: 1.78;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-recommend {
    font-size: 1.3rem;
  }
  .top-lineup .lineup-recommend li {
    margin-bottom: 2px;
    margin-left: 1em;
    text-indent: -1em;
  }
}

.top-lineup .lineup-buy {
  position: relative;
  max-width: 450px;
  margin-top: 45px;
  z-index: 1;
}

.top-lineup .lineup-buy:hover {
  cursor: pointer;
}

.top-lineup .lineup-buy:hover .buy-btn::after {
  top: calc(50% - 4px);
}

.top-lineup .lineup-buy:hover .buy-list {
  visibility: visible;
  opacity: 1;
}

.top-lineup .lineup-buy .buy-list {
  visibility: hidden;
  opacity: 0;
  letter-spacing: -0.4em;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  transition: .3s;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-buy .buy-list {
    margin: 0 auto;
    width: 94%;
  }
}

.top-lineup .lineup-buy .buy-list li {
  display: inline-block;
  letter-spacing: normal;
  width: calc(100% / 3);
  text-align: center;
  border-left: 1px solid #2c2c2c;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-buy .buy-list li {
    display: block;
    width: 100%;
    padding: 8px 0 5px;
    border-top: 1px solid #2c2c2c;
  }
}

.top-lineup .lineup-buy .buy-list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 1.4rem;
}

.top-lineup .lineup-buy .buy-btn {
  position: relative;
  margin: 0;
  padding: 17px 0;
  background: #000;
  text-align: center;
  overflow: hidden;
}

.top-lineup .lineup-buy .buy-btn:before {
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-buy .buy-btn {
    padding: 19px 0;
    margin: 0 auto;
    width: 94%;
  }
}

.top-lineup .lineup-buy .buy-btn img {
  vertical-align: middle;
  transform: translate(0, 0);
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-buy .buy-btn img {
    width: 35px;
  }
}

.top-lineup .lineup-buy .buy-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 11.1%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}

@media only screen and (max-width: 640px) {
  .top-lineup .lineup-buy .buy-btn::after {
    top: calc(50% - 12px);
    right: 14.9%;
    width: 15px;
    height: 15px;
  }
}

/* modal
******************************************************************************************** */
.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.top-modal {
  overflow: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
  max-height: 90vh;
  /*padding: 115px 3.8% 120px 20.7%;*/
  background: #F4F6F6;
  color: #53575a;
  z-index: 200;
}

@media only screen and (max-width: 640px) {
  .top-modal {
    width: 100%;
    max-width: 640px;
    max-height: 100vh;
    padding: 50px 8%;
  }
}

.top-modal .modal-inner {
  width: 640px;
  margin: 110px 80px 0 auto;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-inner {
    width: 100%;
    max-width: 640px;
    padding: 0;
    margin: 0;
  }
}

.top-modal .modal-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  background: #53575a;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-close {
    width: 50px;
    height: 50px;
  }
}

.top-modal .modal-close::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 10px;
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-close::before {
    top: 25px;
    width: 30px;
  }
}

.top-modal .modal-close::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 10px;
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-close::after {
    top: 25px;
    width: 30px;
  }
}

.top-modal .modal-close::hover {
  cursor: pointer;
}

.top-modal .modal-product-img {
  display: none;
  max-width: 242px;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-product-img {
    text-align: center;
    max-width: none;
    height: 250px;
    margin: 0 auto;
    display: block;
  }
}

.top-modal .modal-product-img img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-product-img img {
    width: auto;
    height: 100%;
  }
}

.top-modal .modal-ttl {
  margin: 0 20px 140px;
  padding-bottom: 60px;
  border-bottom: 1px solid #53575a;
  text-align: center;
}

.top-modal .modal-ttl span {
  margin-top: -5px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-ttl {
    margin: 35px 0 75px;
    padding-bottom: 20px;
  }
}

.top-modal .modal-ttl p {
  margin: 30px 0 0;
  letter-spacing: 0.08em;
  line-height: 1.69;
  font-size: 1.3rem;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-ttl p {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
}

.top-modal .modal-concept {
  text-align: center;
}

.top-modal .modal-concept h5 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-concept h5 {
    margin: 0 auto 45px;
  }
}

.top-modal .modal-features {
  margin-top: 140px;
  padding-bottom: 120px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-features {
    margin-top: 110px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-features h5 {
    margin: 0 auto 73px;
  }
}

.top-modal .modal-features .notes {
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}

.top-modal .modal-features .notes.alr {
  padding-right: 40px;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-features .notes.alr {
    padding: 10px 0 0 0;
  }
}

.top-modal .modal-features li + li {
  margin-top: 120px;
}

@media only screen and (max-width: 640px) {
  .top-modal .modal-features li + li {
    margin-top: 90px;
  }
}

.top-modal .fearures-list {
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .top-modal .fearures-list {
    margin: 0;
  }
}

.top-modal .features-ttl + p {
  margin: 60px 0 0 0;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .top-modal .features-ttl + p {
    margin: 30px 0 0 0;
  }
}

.top-modal .features-ttl img {
  width: 100%;
}

.top-modal h4 {
  letter-spacing: 0.04em;
  line-height: 1.16;
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .top-modal h4 {
    text-align: center;
    font-size: 1.8rem;
  }
  .top-modal h4 span img {
    width: auto;
    height: 7.8px;
    max-width: 100%;
  }
}

.top-modal h5 {
  margin: 15px 0 0 0;
  text-align: center;
}

.top-modal h5 span {
  display: block;
  margin: 15px 0 0 0;
  line-height: 1.66;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #00b3e3;
}

@media only screen and (max-width: 640px) {
  .top-modal h5 span {
    margin-top: 12px;
  }
}

.top-modal ol {
  padding: 0;
  list-style: none;
}

.top-modal figure {
  margin: 45px 0 0 0;
  text-align: center;
}

.top-modal.modal01 {
  background: url(../img/top/img_product01.png) 11% 120px/20% auto no-repeat #F4F6F6;
}

@media only screen and (max-width: 640px) {
  .top-modal.modal01 {
    background: #F4F6F6;
  }
}

.top-modal.modal02 {
  background: url(../img/top/img_product02.png) 9% 120px/22% auto no-repeat #f4f6f6;
}

@media only screen and (max-width: 640px) {
  .top-modal.modal02 {
    background: #F4F6F6;
  }
}

.top-modal.modal03 {
  background: url(../img/top/img_product03.png) 9% 120px/22% auto no-repeat #f4f6f6;
}

@media only screen and (max-width: 640px) {
  .top-modal.modal03 {
    background: #F4F6F6;
  }
}

.top-modal.modal04 {
  background: url(../img/top/img_product04.png) 9% 120px/22% auto no-repeat #f4f6f6;
}

@media only screen and (max-width: 640px) {
  .top-modal.modal04 {
    background: #F4F6F6;
  }
}

@media only screen and (max-width: 640px) {
  .top-modal.modal04 .modal-product-img img {
    height: 250px;
  }
}

.top-modal.modal05 {
  background: url(../img/top/img_product05.png) 7% 120px/26.7% auto no-repeat #f4f6f6;
}

@media only screen and (max-width: 640px) {
  .top-modal.modal05 {
    background: #F4F6F6;
  }
}

.modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  z-index: 20;
}

.modal-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  background: #53575a;
  cursor: pointer;
  z-index: 1000;
}

@media only screen and (max-width: 640px) {
  .modal-close {
    width: 50px;
    height: 50px;
  }
}

.modal-close::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 10px;
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .modal-close::before {
    top: 25px;
    width: 30px;
  }
}

.modal-close::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 10px;
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {
  .modal-close::after {
    top: 25px;
    width: 30px;
  }
}

.modal-close::hover {
  cursor: pointer;
}

.kv_slide {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .kv_slide {
    position: relative;
    z-index: 1;
  }
}

.kv_slide img {
  width: 100%;
}

.normalpage {
  margin-top: -8%;
}

ul.kv_dots {
  position: absolute;
  margin: 0 0 20px 0;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  ul.kv_dots {
    margin: 0 0 15px 0;
    height: 3px;
  }
}

ul.kv_dots li {
  display: inline-block;
  height: 6px;
}

ul.kv_dots li + li {
  margin-left: 20px;
}

ul.kv_dots li.slick-active button {
  background: #fff;
}

ul.kv_dots button {
  margin: 0;
  padding: 0;
  border: none;
  background: #A9ABAC;
  text-indent: -9999px;
  width: 30px;
  height: 6px;
}

@media only screen and (max-width: 640px) {
  ul.kv_dots button {
    width: 30px;
    height: 3px;
  }
}

.effect-fade,
.lineup-txt.effect-fade img,
.main-txt.effect-fade img,
.fade.effect-fade img,
.fade.effect-fade .text,
.fade.effect-fade .button,
.main-txt.effect-fade h1, .main-txt.effect-fade p {
  opacity: 0;
  transform: translateY(20px);
}

.top-main {
  transform: translateY(40px);
}

@media only screen and (max-width: 640px) {
  .top-main {
    background-size: 100% auto;
  }
}

.top-main::before {
  transform: translateY(40px) translateX(0px);
}

.effect-fade.effect-scroll,
.lineup-txt.effect-fade.effect-scroll img,
.main-txt.effect-fade.effect-scroll img,
.fade.effect-fade.effect-scroll img,
.fade.effect-fade.effect-scroll .text,
.fade.effect-fade.effect-scroll .button,
.main-txt.effect-fade.effect-scroll h1, .main-txt.effect-fade.effect-scroll p,
.main-txt.effect-fade.effect-scroll a.lineup-link {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
  transform: translate(0, 0);
  transition-property: transform, opacity, background-size;
  transition-delay: 0s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.effect-fade.effect-scroll .delay4 {
  transition-delay: 400ms !important;
}

.effect-fade.effect-scroll .delay8 {
  transition-delay: 800ms !important;
}

.effect-fade.effect-scroll .delay10,
.main-txt.effect-fade.effect-scroll h1 {
  transition-delay: 1000ms !important;
}

.effect-fade.effect-scroll .delay12 {
  transition-delay: 1200ms !important;
}

.main-txt.effect-fade.effect-scroll h1 + p,
.effect-fade.effect-scroll .delay14 {
  transition-delay: 1400ms !important;
}

.effect-fade.effect-scroll .delay16 {
  transition-delay: 1600ms !important;
}

.main-txt.effect-fade.effect-scroll h1 + p + p,
.effect-fade.effect-scroll .delay18 {
  transition-delay: 1800ms !important;
}

.main-txt.effect-fade.effect-scroll h1 + p + p + p,
.effect-fade.effect-scroll .delay22 {
  transition-delay: 2200ms !important;
}

.effect-fade.effect-scroll .delay23 {
  transition-delay: 2600ms !important;
}

.effect-zoomin {
  transform: scale(1.1);
  opacity: 0;
  transform-origin: 50% 50%;
}

.effect-zoomin.effect-scroll {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
  transition-property: transform, opacity, background-size;
  transition-delay: 0s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lineup-block .lineup-back, .lineup-block .lineup-block::before,
.lineup-block .lineup-link::before {
  opacity: 0;
  transform: scale(0.001, 1);
  transform-origin: 0 50%;
}

.lineup-block .lineup-backR {
  opacity: 0;
  transform: scale(0.001, 1);
  transform-origin: right top;
}

.lineup-block .lineup-img, .lineup-block .lineup-buy {
  transform: scale(1.1);
  opacity: 0;
  transform-origin: 50% 50%;
}

.lineup-block h4, .lineup-block .lineup-link, .lineup-block h5, .lineup-block h5 + p,
.lineup-block .lineup-detail-txt p,
.lineup-block .lineup-recommend,
.lineup-block .funcwrap {
  opacity: 0;
  transform: translateY(20px);
}

.lineup-block .lineup-detail-txt:before {
  opacity: 0;
  transform: scale(0.001, 1) translateY(-40px);
  transform-origin: 0 50%;
}

.lineup-block.effect-scroll .lineup-back,
.lineup-block.effect-scroll .lineup-backR,
.lineup-block.effect-scroll .lineup-block::before {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
  transition-property: transform, opacity, background-size;
  transition-delay: 0.3s;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lineup-block.effect-scroll .lineup-img, .lineup-block.effect-scroll h4,
.lineup-block.effect-scroll .lineup-link, .lineup-block.effect-scroll h5, .lineup-block.effect-scroll h5 + p,
.lineup-block.effect-scroll .lineup-detail-txt p,
.lineup-block.effect-scroll .lineup-recommend,
.lineup-block.effect-scroll .lineup-buy,
.lineup-block.effect-scroll .funcwrap {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
  transition-property: transform, opacity, background-size;
  transition-delay: 1s;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lineup-block.effect-scroll h4, .lineup-block.effect-scroll .lineup-link, .lineup-block.effect-scroll h5, .lineup-block.effect-scroll h5 + p,
.lineup-block.effect-scroll .lineup-detail-txt p,
.lineup-block.effect-scroll .lineup-recommend,
.lineup-block.effect-scroll .funcwrap {
  transition-property: transform, opacity, background-size;
  transition-delay: 1.4s;
}

.lineup-block.effect-scroll .lineup-detail-txt:before {
  opacity: 1;
  transform: scale(1, 1) translateY(-40px);
  transition-property: transform, opacity, background-size;
  transition-delay: 1.4s;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lineup-block.effect-scroll .lineup-buy {
  transition-property: transform, opacity, background-size;
  transition-delay: 2s;
  overflow: hidden;
}

.lineup-block.effect-scroll .buy-btn:before {
  animation: shine 2s ease-in-out;
  animation-delay: 2s;
}

.lineup-block.effect-scroll .lineup-link::before {
  opacity: 1;
  transform: scale(1, 1) translate(0, 0);
  transition-property: transform, opacity, background-size;
  transition-delay: 2.4s,0s;
  transition-duration: 0.6s,0.3s;
  transition-property: transform,right;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*
  画像→テキスト化対応 2021.06
*/
.br-pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}

span.sup-text {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: 0;
}

span.sup-text1 {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.sup-text2 {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

span.sup-text3 {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  span.sup-text3 {
    font-size: 75%;
    top: -0.3em;
  }
}

span.sup-text4 {
  font-size: 65%;
  vertical-align: bottom;
  position: relative;
  bottom: 1.4em;
}

.main-txt h1 {
  display: inline-block;
  padding: 6px 6px 6px 20px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #000;
}

@media only screen and (max-width: 640px) {
  .main-txt h1 {
    font-size: 5.86667vw;
    width: 88%;
    padding: 2vw;
    font-feature-settings: "palt";
  }
}

.main-txt h1 + p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #2a2e31;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .main-txt h1 + p {
    font-size: 3.46667vw;
    line-height: 1.8;
    margin-bottom: 8vw;
    margin-top: 0;
  }
}

.main-txt p:first-child {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
  padding-top: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat top center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20210.74%2056.11%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232a2e31%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22graphic%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M47.23%2C38.77a25.43%2C25.43%2C0%2C0%2C1-6%2C8.69%2C28.47%2C28.47%2C0%2C0%2C1-9.2%2C5.77%2C31.78%2C31.78%2C0%2C0%2C1-11.73%2C2.1H0V.78H20.34A32.4%2C32.4%2C0%2C0%2C1%2C32.07%2C2.84a27.87%2C27.87%2C0%2C0%2C1%2C9.2%2C5.73%2C25.66%2C25.66%2C0%2C0%2C1%2C6%2C8.65A27.45%2C27.45%2C0%2C0%2C1%2C49.33%2C28%2C27.71%2C27.71%2C0%2C0%2C1%2C47.23%2C38.77ZM37.91%2C20.66a17.78%2C17.78%2C0%2C0%2C0-3.83-5.91%2C17.2%2C17.2%2C0%2C0%2C0-6-3.91%2C20.8%2C20.8%2C0%2C0%2C0-7.81-1.41H9.51V46.68H20.29a21.41%2C21.41%2C0%2C0%2C0%2C7.81-1.37%2C17%2C17%2C0%2C0%2C0%2C6-3.83%2C17.41%2C17.41%2C0%2C0%2C0%2C3.83-5.87%2C19.91%2C19.91%2C0%2C0%2C0%2C1.37-7.48A19.9%2C19.9%2C0%2C0%2C0%2C37.91%2C20.66Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M184%2C41.93h-.31L166.63%2C16.37v39h-9.51V.78h10.21l16.6%2C25.79L200.53.78h10.21V55.33h-9.51V16.21Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2276.67%2010.74%2076.67%200.78%2067.17%200.78%2067.17%2024.52%2076.67%2010.74%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2267.18%2040.18%2067.18%2055.33%2076.69%2055.33%2076.68%2026.41%2067.18%2040.18%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M136.78%2C33.78a12.73%2C12.73%2C0%2C0%2C0-3.32-4.44A19%2C19%2C0%2C0%2C0%2C128%2C26.11a60.72%2C60.72%2C0%2C0%2C0-7.61-2.42q-3.91-.93-6.45-1.79a16%2C16%2C0%2C0%2C1-4-1.87%2C5.78%2C5.78%2C0%2C0%2C1-2-2.18%2C6.68%2C6.68%2C0%2C0%2C1-.54-2.81%2C5.82%2C5.82%2C0%2C0%2C1%2C2.33-4.64%2C10.12%2C10.12%2C0%2C0%2C1%2C6.55-1.91%2C20.09%2C20.09%2C0%2C0%2C1%2C7.4%2C1.45A33.2%2C33.2%2C0%2C0%2C1%2C131%2C14.07l5.05-7.32a32.17%2C32.17%2C0%2C0%2C0-8.86-5A31.47%2C31.47%2C0%2C0%2C0%2C116.41%2C0a23.8%2C23.8%2C0%2C0%2C0-7.48%2C1.13%2C16.91%2C16.91%2C0%2C0%2C0-5.85%2C3.23%2C15.24%2C15.24%2C0%2C0%2C0-3.83%2C5%2C14.93%2C14.93%2C0%2C0%2C0-1.39%2C6.51%2C15.5%2C15.5%2C0%2C0%2C0%2C1.21%2C6.47%2C12.47%2C12.47%2C0%2C0%2C0%2C3.52%2C4.52%2C19.75%2C19.75%2C0%2C0%2C0%2C5.7%2C3.11%2C63.19%2C63.19%2C0%2C0%2C0%2C7.77%2C2.26%2C62.05%2C62.05%2C0%2C0%2C1%2C6.21%2C1.8A15.87%2C15.87%2C0%2C0%2C1%2C126%2C35.89%2C5.3%2C5.3%2C0%2C0%2C1%2C127.9%2C38a6.56%2C6.56%2C0%2C0%2C1%2C.51%2C2.65%2C5.92%2C5.92%2C0%2C0%2C1-2.61%2C5.07%2C11.94%2C11.94%2C0%2C0%2C1-7.06%2C1.87%2C21.92%2C21.92%2C0%2C0%2C1-9.19-1.84%2C33.41%2C33.41%2C0%2C0%2C1-8-5.26l-1.16%2C1.38-4.08%2C5.92A33%2C33%2C0%2C0%2C0%2C106.43%2C54a34.61%2C34.61%2C0%2C0%2C0%2C12.08%2C2.14A26.83%2C26.83%2C0%2C0%2C0%2C126.38%2C55a17.48%2C17.48%2C0%2C0%2C0%2C6.12-3.2%2C14.72%2C14.72%2C0%2C0%2C0%2C4-5.14%2C16.16%2C16.16%2C0%2C0%2C0%2C1.42-6.93A14.46%2C14.46%2C0%2C0%2C0%2C136.78%2C33.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media only screen and (max-width: 640px) {
  .main-txt p:first-child {
    font-size: 4.53333vw;
    font-size: 1vw;
    font-size: initial;
    width: 27%;
    margin: 0 auto;
  }
}

.main-txt p.part_jp {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .main-txt p.part_jp {
    font-size: 2.66667vw;
    margin-top: 1vw;
  }
}

.main-txt p:last-child {
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .main-txt p:last-child {
    font-size: 2.93333vw;
    width: 88%;
    margin: 0 auto;
  }
}

.top-about-caption {
  font-size: 38px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .top-about-caption {
    font-size: 5.33333vw;
  }
}

.top-about-caption:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../img/top/ttl_line_about.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-txt01 {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
  margin-top: -10px;
}

@media only screen and (max-width: 640px) {
  .about-txt01 {
    font-size: 4vw;
  }
}

.about-txt02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .about-txt02 {
    font-size: 3.46667vw;
  }
}

.about-txt03 {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
  margin-top: -16px;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .about-txt03 {
    font-size: 4.8vw;
  }
}

.about-txt03:after {
  position: absolute;
  content: "";
  left: 11%;
  bottom: 0;
  width: 75%;
  height: 1px;
  background-color: #53575a;
}

@media only screen and (max-width: 640px) {
  .about-txt03:after {
    left: 16%;
    width: 64%;
  }
}

.about-txt04 {
  display: inline-block;
  padding: 10px 4px 20px 20px;
  color: #2a2e31;
  font-size: 29px;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.about-txt04 .note {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .about-txt04 .note {
    font-size: 3.06667vw;
  }
}

@media only screen and (max-width: 640px) {
  .about-txt04 strong {
    font-size: 5.33333vw;
  }
}

.about-txt04 strong span {
  color: #0086ff;
}

@media only screen and (max-width: 640px) {
  .about-txt04 {
    font-size: 5.86667vw;
    letter-spacing: normal;
  }
}

.top-about-faceimage {
  position: relative;
}

.pc-mode.top-about-faceimage {
  width: 684px;
  margin: 0 auto;
}

.pc-mode .top-about-faceimage-txt01, .pc-mode .top-about-faceimage-txt02, .pc-mode .top-about-faceimage-txt03, .pc-mode .top-about-faceimage-txt11, .pc-mode .top-about-faceimage-txt12, .pc-mode .top-about-faceimage-txt13 {
  position: absolute;
  letter-spacing: 0.14em;
  text-align: left;
}

.pc-mode .top-about-faceimage-txt01 {
  top: 59px;
  left: 2px;
  color: #00b3e3;
  width: 210px;
  font-size: 13px;
}

.pc-mode .top-about-faceimage-txt02 {
  top: 79px;
  left: -2px;
  color: #00b3e3;
  width: 210px;
  font-size: 14.5px;
}

.pc-mode .top-about-faceimage-txt03 {
  top: 134px;
  left: 2px;
  color: #848a8f;
  width: 210px;
  font-size: 13px;
}

.pc-mode .top-about-faceimage-txt11 {
  top: 165px;
  right: -18px;
  color: #00b3e3;
  width: 210px;
  font-size: 13px;
}

.pc-mode .top-about-faceimage-txt12 {
  top: 185px;
  right: -14px;
  color: #00b3e3;
  width: 210px;
  font-size: 14.5px;
  letter-spacing: 0.10em;
}

.pc-mode .top-about-faceimage-txt13 {
  top: 240px;
  right: -18px;
  color: #848a8f;
  width: 210px;
  font-size: 13px;
}

.sp-mode .top-about-faceimage-txt01, .sp-mode .top-about-faceimage-txt02, .sp-mode .top-about-faceimage-txt03, .sp-mode .top-about-faceimage-txt11, .sp-mode .top-about-faceimage-txt12, .sp-mode .top-about-faceimage-txt13 {
  position: absolute;
  text-align: left;
}

.sp-mode .top-about-faceimage-txt01 {
  top: 18%;
  right: 0;
  width: 60%;
  color: #00b3e3;
  font-size: 2.93333vw;
}

.sp-mode .top-about-faceimage-txt02 {
  top: 22%;
  right: 0;
  width: 60%;
  color: #00b3e3;
  font-size: 4vw;
}

.sp-mode .top-about-faceimage-txt03 {
  top: 36%;
  right: 0;
  width: 60%;
  color: #848a8f;
  font-size: 3.46667vw;
}

.sp-mode .top-about-faceimage-txt11 {
  top: 64%;
  right: 0;
  width: 60%;
  color: #00b3e3;
  font-size: 2.93333vw;
}

.sp-mode .top-about-faceimage-txt12 {
  top: 68%;
  right: 0;
  width: 60%;
  color: #00b3e3;
  font-size: 4vw;
}

.sp-mode .top-about-faceimage-txt13 {
  top: 82%;
  right: 0;
  width: 60%;
  color: #848a8f;
  font-size: 3.46667vw;
}

.top-lineup-caption {
  text-align: center;
}

.top-lineup-caption-text {
  margin-top: -20px;
  font-size: 38px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .top-lineup-caption-text {
    font-size: 5.33333vw;
  }
}

.top-lineup-caption-text:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../img/top/ttl_line_lineup.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.lineup-head-lead {
  position: relative;
  background: url(../img/top/bg_lineup_head.jpg) no-repeat center top;
  background-size: cover;
  min-height: 540px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
  .lineup-head-lead {
    background-image: url(../img/top/bg_lineup_head_sp.jpg);
    background-size: contain;
    max-width: none;
    min-height: 60vw;
    margin-bottom: 2em;
  }
}

.lineup-head-lead .wrap {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .lineup-head-lead .wrap {
    display: block;
    width: 80%;
    left: 5%;
    top: 60%;
  }
}

.lineup-head-lead .wrap .head {
  display: inline;
  padding: 0 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 2;
  background: #1a1a1a;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 640px) {
  .lineup-head-lead .wrap .head {
    font-size: 5.33333vw;
    font-family: 'YuGothic','Noto Sans JP','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','sans-serif';
    line-height: 1.9;
    padding-bottom: 2px;
  }
}

.lineup-head-lead .wrap .lead {
  color: #2a2e31;
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .lineup-head-lead .wrap .lead {
    font-size: 3.12vw;
    padding-left: 12px;
    margin-top: .5em;
  }
}

.lineup-block .lineup-txt-caption {
  margin-bottom: 0;
}

.lineup-txt-caption {
  width: 570px;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.085em;
}

@media only screen and (max-width: 640px) {
  .lineup-txt-caption {
    font-size: 8vw;
    line-height: normal;
  }
}

.lineup-txt-caption sup {
  font-size: 0.5em;
}

.lineup-block .funcwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .lineup-block .funcwrap {
    margin-bottom: 7vw;
  }
}

.lineup-block .funcwrap .plus {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.lineup-block .funcwrap .plus li.sp {
  display: none;
}

.lineup-block .funcwrap .plus.wrap3 {
  flex-wrap: wrap;
}

.lineup-block .funcwrap .plus.wrap3 li:not(:nth-last-child(-n+3)) {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .lineup-block .funcwrap .plus.wrap3 li:not(:nth-last-child(-n+3)) {
    margin-bottom: 4vw;
  }
}

@media only screen and (max-width: 640px) {
  .lineup-block .funcwrap .plus.wrap3sp {
    flex-wrap: wrap;
  }
  .lineup-block .funcwrap .plus.wrap3sp li:not(:nth-last-child(-n+3)) {
    margin-bottom: 4vw;
  }
}

.lineup-block .funcwrap .plus li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  background: url(../img/top/icon_plusbk.svg) no-repeat center;
}

@media only screen and (max-width: 640px) {
  .lineup-block .funcwrap .plus li:not(:last-child):after {
    background-image: url(../img/top/icon_plusbk_sp.svg);
  }
}

.lineup-block .funcwrap .plus li span {
  border: 1px solid #2a2e31;
  padding: 0.1em 0.7em;
}

@media only screen and (max-width: 640px) {
  .lineup-block .funcwrap .plus li span {
    padding: 0.3em 0.8em;
  }
}

.lineup-block .funcwrap .plus .wrapstyle {
  width: 100%;
}

.lineup-block .funcwrap .plus .wrapstyle:not(:last-child):after {
  display: none;
}

.lineup-block .funcwrap .note {
  font-size: 12px;
  text-align: right;
}

.modal-concept .modal-concept-ttl {
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  .modal-concept .modal-concept-ttl {
    font-size: 5.33333vw;
  }
}

.modal-concept .modal-concept-ttl span {
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .modal-concept .modal-concept-ttl span {
    font-size: 3.2vw;
  }
}

.modal-concept .modal-concept-img {
  width: 640px;
}

@media only screen and (max-width: 640px) {
  .modal-concept .modal-concept-img {
    width: 82vw;
  }
}

.modal-concept .modal-concept-txt {
  margin-top: 50px;
  font-size: 19px;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .modal-concept .modal-concept-txt {
    font-size: 4.13333vw;
    line-height: 2;
  }
}

.modal-concept .modal-concept-txt small {
  text-align: right;
}

.modal-features .modal-features-ttl {
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-ttl {
    font-size: 5.33333vw;
  }
}

.modal-features .modal-features-ttl span {
  font-size: 12px;
}

.modal-features .modal-features-no-ttl {
  font-size: 24px;
  margin-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-no-ttl {
    font-size: 5vw;
    margin-bottom: 50px;
  }
}

.modal-features .modal-features-no-ttl .modal-features-no-ttl-line1 {
  height: 3vh;
}

.modal-features .modal-features-no-ttl .modal-features-no-ttl-line2 {
  height: 3vh;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-no-ttl .modal-features-no-ttl-line2 {
    height: 6vh;
  }
}

.modal-features .modal-features-no-ttl .modal-features-no-ttl-line3 {
  height: 3vh;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-no-ttl .modal-features-no-ttl-line3 {
    height: 9vh;
  }
}

.modal-features .modal-features-no-ttl .modal-features-no-ttl-line {
  display: inline-block;
  line-height: 3vh;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.modal-features .modal-features-no-ttl .modal-features-no-image {
  height: 70px;
  width: auto;
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-no-ttl .modal-features-no-image {
    display: inline-block;
    height: 6vh;
    width: auto;
    margin-right: 20px;
  }
}

.modal-features .modal-features-no-ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/top/img_modal_no_underline.png);
  position: absolute;
  left: 0;
  bottom: -20px;
}

@media only screen and (max-width: 640px) {
  .modal-features .modal-features-no-ttl:after {
    bottom: -20px;
  }
}

/*index-topics*/
.index-topics {
  margin: 0 auto 40px;
  text-align: center;
  transform: translateY(80px);
  width: 100%;
  max-width: 900px;
}

@media only screen and (max-width: 640px) {
  .index-topics {
    transform: translateY(40px);
  }
}

.index-topics::before {
  transform: translateY(80px) translateX(-870px);
}

@media only screen and (max-width: 640px) {
  .index-topics::before {
    transform: translateY(40px) translateX(-870px);
  }
}

.index-topics h3 {
  margin: 0 auto 50px;
}

@media only screen and (max-width: 640px) {
  .index-topics h3 {
    margin: 0 auto 32px;
  }
}

.index-topics-caption {
  font-size: 38px;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .index-topics-caption {
    font-size: 5.33333vw;
  }
}

.index-topics-caption:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../img/top/ttl_line_about.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.index-topics-slide {
  overflow: hidden;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .index-topics-slide {
    margin: auto;
    max-width: 448px;
  }
}

.index-topics-slide ul.topics-dots {
  margin: 40px 0 20px 0;
  width: 100%;
  height: 20px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .index-topics-slide ul.topics-dots {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.index-topics-slide ul.topics-dots li {
  display: inline-block;
  height: 20px;
}

.index-topics-slide ul.topics-dots li + li {
  margin-left: 20px;
}

.index-topics-slide ul.topics-dots li.slick-active button {
  background: #00b3e3;
}

.index-topics-slide ul.topics-dots button {
  margin: 0;
  padding: 0;
  border: none;
  background: #A9ABAC;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 640px) {
  .index-topics-slide ul.topics-dots button {
    width: 15px;
    height: 15px;
  }
}

.index-topics-slide .prev-arrow,
.index-topics-slide .next-arrow {
  position: absolute;
  top: 40%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
}

.index-topics-slide .prev-arrow svg,
.index-topics-slide .next-arrow svg {
  height: auto;
  width: 100%;
}

.index-topics-slide .prev-arrow {
  left: -10px;
}

.index-topics-slide .next-arrow {
  right: -10px;
}

.index-topics-slide .slide-list {
  padding: 0 10px;
  max-width: 448px;
}

.index-topics-slide .slide-list__name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  /* line-height: 2; */
  line-height: 1.8;
  text-align: left;
}

.sidelink__store-link {
  position: fixed;
  right: 0;
  bottom: 20%;
  width: 100px;
  z-index: 9999;
}

@media only screen and (max-width: 640px) {
  .sidelink__store-link {
    position: sticky;
    text-align: center;
    padding: 0.8em;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
  }
}

.sidelink__store-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidelink__store-link ul li {
  width: 100%;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  .sidelink__store-link ul li {
    width: 18%;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

.sidelink__store-link ul li:last-child {
  margin: 0 0 0 0;
}

.moviebg {
  background: #f1f1f1;
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.shiny-btn {
  overflow: hidden;
  display: inline-block;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-deray: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.Breadcrumb {
  max-width: 1050px;
  margin: 0 auto;
}

.Breadcrumb ol {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.Breadcrumb ol li {
  list-style: none;
  padding: 0;
  margin: 0 8px;
}

@media only screen and (max-width: 640px) {
  .Breadcrumb {
    width: 84%;
  }
  .Breadcrumb ol {
    font-size: 11px;
    font-size: 1.1rem;
  }
  body .drawer-nav {
    z-index: 3;
  }
  body .drawer-navbar-header {
    background: #fff !important;
    z-index: 10;
  }
  body .drawer-navbar-header #sp-fixed-open-menu {
    margin-top: 0;
  }
  #sp-fixed-menu {
    opacity: 1 !important;
    background-color: #fff;
    height: 60px;
  }
}

.top-column{
  width: 50%;
  position: relative;
  margin: 0 auto;
  padding: 4em 0;
}
.top-column .contents-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.top-column .pic {
  position: relative;
}
.top-column .txt {
    width: 300px;
    height: 220px;
    color: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 5% 0 4.33333%;
    border: 1px solid #fff;
}
.top-column .title {
    width: 126px;
}
.top-column .title {
margin: auto;
}

.top-column .under-line {
    width: 120%;
    height: 1px;
    background: #fff;
    margin: 8.33333% auto 6.66667%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-column .sub-title {
    font-size: 22px;
    margin-bottom: 3.33333%;
}

.top-column .text {
    display: block;
    width: 76.66667%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.625;
    letter-spacing: 0em;
}


@media only screen and (max-width: 640px) {
  .top-column{
    width: 100%;
  }
  .top-column .contents-btn {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 0;
  }
  .top-column .pic {
      position: relative;
  }
  .top-column .txt {
      width: 65vw;
      height: 50vw;
      margin: auto;
      padding: 2vw 0;
      border: 0.5px solid #fff;
      position: absolute;
      color: #fff;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
  }
  .top-column .title {
      margin: auto;
  }
  .top-column .title {
      width: 25vw;
  }
  .top-column .under-line {
      width: 80vw;
      height: 0.5px;
      background: #fff;
      margin: 4vw auto 5vw;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .top-column .sub-title {
      font-weight: bold;
      text-align: center;
      font-size: 5vw;
      margin: 0;
  }
  .top-column .txt .text {
      line-height: 1.5;
      margin-top: 2vw;
      font-size: 4vw;
      text-align: center;
  }
}