@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* font setting */
body {
	font-family: 'Noto Sans JP', sans-serif;
}
body * {
  letter-spacing: 0.05em;
}



/* Sections */
/* ============================================ */
/**
  pxove the margin in all browsers.
 */
body {
  margin: 0;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img a:hover {
  opacity: 0.7;
  transition: .3s;
}

a {
  text-decoration: unset;
}

.container {
  background-color: #000 !important;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 400;
  color: #fff !important;
}

.inner {
  max-width: 944px;
  margin: 0 auto;
  width: 90%;
}

.common-btn {
  background-color: #000;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0 11px;
  margin-top: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: unset;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  width: 5px;
  height: 5px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.common-btn:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__inner {
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    height: 100%;
  }
}

.logo__attesa {
  margin: auto 0;
  width: 277px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .logo__attesa {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 60px;
  }
}

.logo__attesa img {
  width: 104px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .logo__attesa img {
    width: 69px;
    height: auto;
  }
}

.logo__citizen {
  margin: auto 0;
  width: 104px;
  height: 80px;
  padding-right: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1030px) {
  .logo__citizen {
    position: absolute;
    width: 104px;
    height: 80px;
    top: 0;
    right: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-right: 0;
  }
  _::-webkit-full-page-media, _:future, :root .logo__citizen{
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .logo__citizen {
    width: 69px;
    height: 60px;
  }
}

.logo__citizen img {
  display: inline-block;
  width: 104px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1030px) {
  .logo__citizen img {
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .logo__citizen img {
    width: 69px;
  }
}

@media screen and (min-width: 1031px) {
  .nav {
    position: relative;
    left: -3.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    /* margin-right: 50px; */
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__list {
    margin-right: 40px;
  }
  .nav__list:last-of-type {
    margin-right: 0;
  }
  .nav__list a {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid #000;
    letter-spacing: -.02em;
    transition: .3s;
  }
  .nav__list label {
    font-size: 1.4rem;
  }
  .nav__list a:hover {
    color: #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
  }
  .humburger {
    display: none;
  }
  /* nav child */
  .nav__list-child {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    height: 0;
    min-height: 0;
    -webkit-transition: min-height 0.5s;
    transition: min-height 0.5s;
  }
  .nav__list-child > li > a {
    font-size: 1.4rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 1.2;
    height: 50px;
  }
  .nav__list-child > li > a::after {
    display: block;
    content: url(../images/common/icon_arrow-white.svg);
  }
  .nav__list-child.no1.active {
    min-height: 85px;
  }
  .nav__list-child.no2.active {
    min-height: 170px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* dropdown menu追加20220925 */
  .nav__list-child {
    overflow: hidden;
  }
  .nav__list:hover .nav__list-child.no1 {
    overflow: visible;
    min-height: 85px;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 170px;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    min-height: 0;
  }
  .nav__list:hover .nav__list-child.no2 {
    overflow: visible;
    min-height: 170px;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 170px;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    min-height: 0;
  }
}
@media screen and (max-width: 960px) {
  .nav__list {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .nav {
    display: none;
    width: 90%;
    height: 100vh;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .nav.open {
    left: 0;
    display: block;
  }
  .nav__list {
    margin-right: 0;
    padding-left: 50px;
  }
  .nav__list:last-of-type {
    margin-right: 0;
  }
  .nav__list a {
    font-size: 2.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    border-bottom: 0;
    margin-bottom: 60px;
    transition: .3s;
  }
  .nav__list a span {
    border-bottom: 2px solid #000;
  }
  /* @media screen and (max-width: 1030px) {
    .nav__list a {
      color: #000;
    }
  } */
  .nav__list label {
    font-size: 1.4rem;
  }
  .nav__list a:hover {
    color: #B5B5B5;
  }
  .nav__list a:hover span {
    border-bottom: 1px solid #B5B5B5;
  }
  .humburger {
    display: none;
  }
  /* nav child */
  /* dropdown menu追加20220925 */
}
@media screen and (max-width: 1030px) {
  .humburger {
    display: block;
  }
  .humburger span {
    background-color: #000;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    height: 0;
    min-height: 0;
    -webkit-transition: min-height 0.5s;
    transition: min-height 0.5s;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child > li > a {
    font-size: 1.4rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #ffffff;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 1.2;
    height: 50px;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child > li > a::after {
    display: block;
    content: url(../images/common/icon_arrow-white.svg);
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child.no1.active {
    min-height: 85px;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child.no2.active {
    min-height: 170px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list-child {
    overflow: hidden;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list:hover .nav__list-child.no1 {
    overflow: visible;
    min-height: 85px;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 170px;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    min-height: 0;
  }
}
@media screen and (max-width: 1030px) {
  .nav__list:hover .nav__list-child.no2 {
    overflow: visible;
    min-height: 170px;
    position: absolute;
    left: 50%;
    top: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 170px;
    max-width: 1200px;
    z-index: 3;
    background-color: #242424;
    min-height: 0;
  }
}
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.fixed-bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 60px 0 0;
  }
}

/* ================================
コンテンツ start
================================*/

/* ---------
mv
----------*/
.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    overflow: hidden;
  }
}
.mv-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.mv-caption {
  font-size: 1.2rem;
  margin-top: 230px;
}
@media screen and (max-width: 930px) {
  .mv-caption {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.mv-head {
  position: relative;
}
.mv-img {
  width: 100%;
}
@media screen and (max-width: 930px) {
  .mv-img img.pc {
    display: none !important;
  }
  .mv-img img.sp {
    display: block !important;
  }
}
.mv-text {
  margin: auto;
  position: absolute;
  top: 5%;
  left: 9%;
  right: 0;
}
@media screen and (max-width: 1115px) {
  .mv-text {
    margin: auto;
    position: absolute;
    top: 5%;
    left: 3%;
    right: 0;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
    .mv-text {
    top: 5vw;
    left: 5vw;
    /* height: 164vw; */
  }
}
.mv-text .title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1136px) {
  .mv-text .title {
    font-size: 3.5vw;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text .title {
    font-size: 5.7vw;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
}
.mv-text .title::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text .title::before {
    bottom: -2vw;
    width: 2.6vw;
  }
}
.mv-text img {
  max-width: 376px;
  width: 27%;
  margin-top: 37px;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text img {
    width: 50vw;
    height: auto;
    margin-top: 4.6vw;
  }
}
.mv-release {
  margin-top: 3rem;
  font-size: 2.0rem;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-release {
    font-size: 4.66vw;
  }
}

.mv-body {
  margin-top: 22px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv-body {
    margin-top: 0;
  }
}
.mv-body .text-box01 .title {
  font-size: 1.8rem;
  line-height: 2.3;
  text-align: center;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  .mv-body .text-box01 .title {
    font-size: 1.4rem;
    line-height: 2.1;
    /* text-align: left; */
  }
}

/* -----------------------------------------------------------------
コンテンツここから
------------------------------------------------------------------ */

/* ---------
大見出し
----------*/
.common-title  {
  text-align: center;
}
.common-title .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 7.8rem;
  line-height: 1;
  letter-spacing: -.02em;
  display: inline;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 768px) {
.common-title .title {
    font-size: 4.8rem;
    letter-spacing: -.01em;
    border-width: 2px;
  }
}

/* ---------
product
----------*/
.product {
  position: relative;
  margin-top: 140px;
  padding-bottom: 140px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .product {
    margin-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
  }
}
.product::before {
  position: fixed;
  top: 0;
  background: url(../img/bg_space.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100vw;
  height: 100vh;
  content: '';
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .product::before {
    background: url(../img/bg_space-sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.product-section {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product-section {
    margin-top: 40px;
  }
}
div.product-section:nth-of-type(3) {
    margin-top: 200px;
}
@media screen and (max-width: 768px) {
  div.product-section:nth-of-type(3) {
    margin-top: 140px;
  }
}
.product-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;

}
@media screen and (max-width: 768px) {
  .product-title {
    font-size: 2.8rem;
  }
}
.product-lead {
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-lead {
    display: block;
    margin-top: 32px;
  }
}

/* product detail */
.product-lead .detail .detail {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .product-lead .detail.detail {
    margin-top: 26px;
  }
}
.product-lead .detail .detail-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -.03em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .product-lead .detail .detail-title {
    letter-spacing: 0;
  }
}
.product-lead .detail .detail-number {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-top: .3em;
}
@media screen and (max-width: 768px) {
  .product-lead .detail .detail-number {
    margin-top: 0;
  }
}
.product-lead .detail .detail-number .num {
  letter-spacing: -.03em;
}
.product-lead .detail .detail-number small {
  margin: .5em -1em 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.product-lead .detail .detail-gentei {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.product-lead .detail .detail-gentei .num {
  font-family: "Poppins", sans-serif;
  letter-spacing: -.03em;
  font-weight: 400;
}
.product-lead .detail .detail-btn {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .product-lead .detail .detail-btn {
    margin-top: 22px;
    width: 168px;
    font-size: 1.4rem;
    padding: 16px 0;
  }
  .product-lead .detail .detail-btn::after {
    width: 5px;
    height: 5px;
    right: 18px;
  }
}

/* product img */
.product-lead .img {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .product-lead .img {
    width: 100%;
  }
}

.swiper-area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-area {
    margin: 0 20px;
  }
}
/* swiper */
.swiper-area .swiper-slide {
  text-align: center;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .swiper-area .swiper-slide {
    height: 280px;
  }
}
.swiper-area .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-feature .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-thumbs {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .swiper-thumbs {
    margin-top: 42px;
  }
}
.swiper-thumbs .swiper-slide {
  cursor: pointer;
}
.swiper-thumbs .swiper-slide img:hover {
  opacity: .7;
  transition: .3s;
}
.product-feature-swiper-wrapper {
  position: relative;
}
.product-feature-swiper-wrapper .swiper-pagination {
  bottom: -35px;
}
.swiper-pagination-bullet {
  width: 39px;
  height: 8px;
  border-radius: 0;
  background-color: #838383;
  border: none;
  font-size: 0;
  color: transparent;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #f6f6f6;
}
.swiper-button-next {
  right: -50px;
}
.swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 930px) {
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -25px;
  }
  .swiper-button-prev {
    left: -25px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 13px;
  height: 45px;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  display: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  transform: rotate(0);
}
.swiper-button-prev::after {
  background: url(../img/icon_swiper_arrow_prev.png) no-repeat center;
}
.swiper-button-next::after {
  background: url(../img/icon_swiper_arrow_next.png) no-repeat center;
}

.product-feature-swiper-wrapper .swiper-button-next {
  right: -30px;
}
.product-feature-swiper-wrapper .swiper-button-prev {
  left: -30px;
}

.slider-thumbnail02 .swiper-wrapper,
.slider-thumbnail03 .swiper-wrapper {
  display: flex;
  justify-content: center;
}

/* product spec table */
.product-spec {
  width: 385px;
}
@media screen and (max-width: 768px) {
  .product-spec {
    margin-top: 24px;
    width: 100%;
  }
}
.product-spec-title-wrapper {
  text-align: center;
}
.product-spec-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .product-spec-title {
    pointer-events: all;
  }
}
.product-spec-title-icon {
  /* display: none; */
}
@media screen and (max-width: 768px) {
  .product-spec-title-icon {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .product-spec-title-icon::before,
  .product-spec-title-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 13px;
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  .product-spec-title-icon::before {
    transform: translate(-50%,-50%) rotate(-90deg);
  }
}
@media screen and (max-width: 768px) {
  .product-spec-title-icon::after {
    transform: translate(-50%,-50%) rotate(180deg);
    transition: .3s;
  }
}
@media screen and (max-width: 768px) {
  .product-spec-title-icon.is-active::after {
    transform: translate(-50%,-50%) rotate(90deg);
    opacity: 0;
  }
}
.product-spec-body {
  display: block;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-spec-body {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-spec-list {
  width: 100%;
  border-top: 1px solid #fff;
}
.product-spec-item {
  padding: 11px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-spec-item .list-title {
  width: 82px;
  margin-right: 13px;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .product-spec-item .list-title {
    margin-right: 45px;
    font-weight: 900;
  }
}
.product-spec-item .sub-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-weight: 400;
}
.product-spec-item .sub-list-item:last-child {
  margin-bottom: 0;
}
.product-spec-item .list-text {
  margin-right: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.product-spec-btn {
  margin-top: 40px;
}


/* ---------
product feature
----------*/
.product-feature {
  margin-top: 100px;
  max-width: 827px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product-feature {
    margin-top: 80px;
    width: 100%;
  }
}
.product-feature-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.product-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .product-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.product-section:last-child .product-list li:last-child {
    margin-bottom: 0;
}
.product-list li .img {
  width: 335px;
  margin-right: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-list li .img {
    width: 100%;
    margin-right: 0;
  }
}
.product-list li .img img {
  width: 100%;
  height: auto;
}

.product-list li .img video {
  width: 100%;
  height: auto;
}





.product-list li .text-box {
  width: calc(100% - (335px + 70px));
}
@media screen and (max-width: 768px) {
  .product-list li .text-box {
    width: 100%;
  }
}
.product-list li .text-box .text {
  font-size: 1.4rem;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  .product-list li .text-box .text {
    margin-top: 20px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .product-list li .text-box .text.has-bar {
    margin-top: 48px;
  }
}

/* ---------
feature
----------*/
.feature {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .feature {
    margin-top: 60px;
  }
}
.feature-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 948px;
  margin: 35px auto -30px;
}
@media screen and (max-width: 768px) {
  .feature-list {
    margin: 40px 20px -30px;
    justify-content: flex-start;
  }
}
.feature-list li {
  width: calc(33.333% - 24px);
  margin-right: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .feature-list li {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 30px;
  }
}
.feature-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .feature-list li:nth-child(3n) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .feature-list li:nth-child(even) {
    margin-right: 0;
  }
}
.feature-card {
  display: flex;
  flex-direction: column;
}
.feature-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card-body {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .feature-card-body {
    padding-top: 10px;
  }
}
.feature-card-title {
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .feature-card-title {
    font-size: 1.6rem;
  }
}
.feature-card-text {
  text-align: left;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 1.4rem;
  
}
@media screen and (max-width: 768px) {
  .feature-card-text {
    line-height: 1.8;
  }
}

/* ---------
special
----------*/
.special {
  margin-top: 126px;
}
@media screen and (max-width: 768px) {
  .special {
    margin-top: 74px;
    overflow: hidden;
  }
}
.special-inner {
  padding-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .special-inner {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .special .title {
    display: inline-block;
    padding: 0 5vw;
    border-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .special .title {
    padding: 0;
  }
}

.special .title span {
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  .special .title span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
  }
}

.special-section {
  max-width: 756px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .special-section {
    margin: 40px -18.75px 0;
  }
}

.special-movie {
  position: relative;
  max-width: 756px;
  margin: 0 auto;
}
.special-movie::before {
  display: block;
  padding-top: 56.25%;
  content: '';
}
.special-movie iframe,
.special-movie .special-movie-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------
lineup
----------*/
.lineup {
  padding: 70px 0 95px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding: 43px 0 28px;
  }
}

.lineup-content {
  margin: 0 auto;
  max-width: 695px;
}
@media screen and (max-width: 768px) {
  .lineup-content {
    margin: 0 20px;
  }
}

.lineup-ttl{
  display: flex;
  width: 100%;
  font-size: 3.6rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.lineup-ttl::before,
.lineup-ttl::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: auto;
}
.lineup-ttl::before{
  margin-right: 26px;
}
.lineup-ttl::after{
  margin-left: 26px;
}

.lineup-list {
  display: flex;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .lineup-list {
    margin-top: 20px;
  }
}
.lineup-list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(33.333% - 29.33px);
  margin-right: 44px;
}
@media screen and (max-width: 768px) {
  .lineup-list li {
    width: calc(33.333% - 5.33px);
    margin-right: 8px;
  }
}
.lineup-list li:last-child {
  margin-right: 0;
}
.lineup-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}
.lineup-card-img {
  text-align: center;
}
.lineup-card-img img {
  width: 193px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lineup-card-img img {
    width: 28vw;
  }
}
.lineup-card-body {
  padding-top: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* .lineup-card-body {
    margin-bottom: 20px;
  } */
}
.lineup-card-name {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  letter-spacing: -.03em;
}
@media screen and (max-width: 768px) {
  .lineup-card-name {
    font-size: 1.5rem;
  }
}
.lineup-card-fee {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  color: #000;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lineup-card-fee {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup-card-fee .Paragraph-XS {
    letter-spacing: 0;
    font-size: 1rem!important;
  }
}
.lineup-card-gentei {
  font-size: 12px;
  text-align: center;
  color: #000;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .lineup-card-gentei {
    font-size: 1rem;
  }
}
.lineup-card-name,
.lineup-card-fee .num,
.lineup-card-gentei .num {
  letter-spacing: -.03em;
  font-family: "Poppins", sans-serif;

}
.lineup-card-name {
  font-weight: 700;
}
.lineup-card-fee .num {
  font-weight: 700;
}
.lineup-card-fee .num:last-child,
.lineup-card-gentei .num {
  font-weight: 400;
}
.lineup-btn.common-btn {
  margin: auto 0 0;
  max-width: 128px;
  width: 100%;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  border-color: #000;
  padding: 15px .7em 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lineup-btn.common-btn {
    max-width: 90px;
    font-size: 1rem;
    letter-spacing: -.05em;
    padding: 12px 24px 12px 12px;
  }
}
.lineup-btn.common-btn::after {
  right: 13px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: #000;
}

/* ================================
コンテンツ end
================================*/


/* pagetop */
.pagetop {
  height: 75px;
  background: #fff;
  text-align: right;
  border-bottom: 1px solid #cbc7c7;
}
@media screen and (max-width: 768px) {
  .pagetop {
    height: 66px;
  }
}
.pagetop-inner {
  padding: 25px 20px 0;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .pagetop-inner {
    padding: 20px 5.333vw 0;
  }
}
.pagetop-link {
  display: inline-block;
  margin: 0 auto;
  padding-right: 16px;
  width: auto;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}
.pagetop-link:hover {
  color: #B5B5B5;
  border-color: #B5B5B5;
  opacity: .8;
  transition: all .3s;
}

.pagetop-link::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .3s;
}
.pagetop-link:hover::after {
  border-color:transparent transparent #B5B5B5 transparent;
}
@media screen and (max-width: 768px) {
  .pagetop-link {
    padding-right: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
  }
  .pagetop-link::after {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

/* footer */
.footer__inner {
  padding-top: 1px;
}

.footer__inner{
	padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 20px;
	max-width: 1110px;
	margin: 0 auto;
}

.footer__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.footer__list{
		margin: 15vw auto 40px;
	}
}
/* .footer__list a{
	font-size: 1.4rem;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
} */
@media screen and (max-width: 768px) {
	.footer__list a{
		margin-right: 10px;
	}
}
