@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;
}

/* ================================
 base
================================*/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fff;
  display: block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #fff;
}

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

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

.sp{
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; 
  } 
  .sp {
    display: block !important; 
  } 
}

/* .container {
  background-color: #000 !important;
  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;
  font-size: 1.4rem;
  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
================================*/

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #000;
}
@media screen and (max-width: 1030px) {
  .header {
    height: 80px;
  }
}
@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: 1030px) {
  .header__inner{
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    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: 1030px) {
  .logo__attesa{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@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: 164px;
  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;
  }
}

.nav{
	display: flex;
	margin-left: auto;
	/* margin-right: 50px; */
	margin-right: auto;
}
.nav__list{
	margin-right: 40px;
}
.nav__list:last-of-type{
	margin-right: 0;
}
.nav__list label {
	font-size: 1.4rem;
}
.nav__list a:hover{
	color: #B5B5B5;
}
.humburger{
    display: none;
}
/* nav child */
.nav__list-child {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	z-index: 3;
	background-color: #242424;
	height: 0;
	min-height: 0;
	transition: min-height .5s;
}
.nav__list-child > li > a {
	font-size: 1.4rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	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;
	transition: .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;
	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;
	transform: translateX(-50%);
	width: 100%;
	height: 170px;
	max-width: 1200px;
	z-index: 3;
	background-color: #242424;
	min-height: 0;
}

@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; */
    color: #fff;
    border-bottom: 1px solid #fff;
    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: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 38px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    background-color: #000;
    -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: 60px;
  }
  .nav__list:last-of-type {
    margin-right: 0;
  }
  .nav__list a {
    font-size: 2.8rem;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    color: #fff;
    border-bottom: 0;
    margin-bottom: 28px;
    transition: .3s;
  }
  .nav__list a span {
    display: block;
    border-bottom: 2px solid #fff;
  }
  /* @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 */
	.humburger{
        display: block;
        position: relative;
        cursor: pointer;
        margin-top: 10px;
        width: 50px;
        height:60px;
        z-index: 50;
    }
    .humburger span{
        display: inline-block;
        width: 45%;
        height: 2px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        transition: all .4s;
        background-color: #fff;
    }
    .humburger.open{
      position: fixed;
      top: 0;
      left: 15px;
    }
    .humburger span:nth-of-type(1n){
      top:20px;
    }
    .humburger span:nth-of-type(2n){
      top:28px;
    }
    .humburger span:nth-of-type(3n){
      top:36px;
    }
    .humburger.open span:nth-of-type(1n){
      top:18px;
      transform: translateY(6px) rotate(-45deg);
    }
    .humburger.open span:nth-of-type(2n){
      opacity: 0;
    }
    .humburger.open span:nth-of-type(3n){
      top:30px;
      transform: translateY(-6px) rotate(45deg);
    }
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .humburger {
    margin-top: 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;
}

/* ================================
 containts
================================*/

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

.main::before {
  position: fixed;
  top: 0;
  background: url(../img/bg_space.webp) no-repeat center top;
  background-size: 100% auto;
  width: 100vw;
  height: 100vh;
  content: '';
  z-index: -1;
  background-color: #151516;
}
@media screen and (max-width: 768px) {
  .main::before {
    background: url(../img/bg_space-sp.webp) no-repeat center top;
    background-size: cover;
  }
}


/* ---------
mv
----------*/
.mv {
  /* padding-bottom: 100px; */
  background: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    /* padding-bottom: 80px; */
    overflow: hidden;
  }
}
.mv-inner {
  max-width: 948px;
  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-image {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 930px) {
  .mv-image img.pc {
    display: none !important;
  }
  .mv-image img.sp {
    display: block !important;
  }
}
.mv-text {
  margin: auto;
  position: absolute;
  top: 20.82%;
  left: 4.8vw;
  right: 0;
}
@media screen and (max-width: 1115px) {
  .mv-text {
    left: 5%;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text {
    top: 4.533vw;;
    left: 5vw;
    /* height: 164vw; */
  }
}
.mv-text .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.52;
  position: relative;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text .title {
    font-size: 4.8vw;
    line-height: 1.33;
    white-space: nowrap;
  }
}
.mv-text .title::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 10.5px;
  width: 28px;
  height: 1px;
  background-color: #fff;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-text .title::before {
    bottom: -4.267vw;
    left: 1.467vw;;
    width: 4.267vw;
  }
}
.mv-release {
  margin-top: 36px;
  font-size: 2.6rem;
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 930px) {
  .mv-release {
    margin-top: 6.933vw;
    font-size: 5.333vw;
  }
}

.mv-body {
  padding-top: 150px;
  height: 672px;
  background: #000 url(../img/bg_mv_body.webp) top center no-repeat;
  background-size: 1920px auto;
  position: relative;
  z-index: 10;
}
.mv-body::before {
  content: "";
  display: block;
  background: 
    linear-gradient(to bottom, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(to right, rgb(0, 0, 0) 0, rgba(255, 255, 255, 0) 20%),
    linear-gradient(to top, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(to left, rgb(0, 0, 0) 0, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .mv-body {
    padding-top: 34px;
    /* height: 189.333vw;; */
    height: auto;;
    background-image: url(../img/bg_mv_body-sp.webp);
    background-size: 100% auto;
  }
  .mv-body::before {
    background:
      linear-gradient(to bottom, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 30%),
      linear-gradient(to top, rgb(0, 0, 0) 25%, rgba(255, 255, 255, 0) 35%);
  }
}
@media screen and (max-width: 768px) {
  .mv-inner {
    /* padding: 0 20px; */
  }
}
.mv-body .text-box {
  margin-left: auto;
  margin-right: 0;
  padding-left: 34px;
  width: fit-content;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv-body .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%;
  }
}
.mv-body .text-box .lead {
  /* font-size: 3.2rem; */
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.mv-body .text-box .text {
  margin-top: 26px;
  /* font-size: 2.0rem; */
  font-size: 1.6rem;
  line-height: 1.56;
  text-align: left;
}
.mv-body .text-box .copyright {
  margin-top: 26px;
  font-size: 1.6rem;
  line-height: 1.56;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mv-body .text-box .lead {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
    order: 1;
  }
  .mv-body .text-box .text {
    margin-top: 0;
    padding: 18.133vw 20px 0;
    font-size: 1.4rem;
    line-height: 1.57;
    order: 3;
  }
  .mv-body .text-box .copyright {
    margin-top: 0;
    padding: 93.333vw 20px 0;
    font-size: 1.4rem;
    line-height: 1.57;
    order: 2;
  }
}


/* ---------
大見出し
----------*/
.common-title .title {
  /* font-family: "Poppins", sans-serif; */
  font-size: 7.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
.common-title .title {
    font-size: 6.0rem;
    letter-spacing: -0.01em;
  }
}

/* ---------
product
----------*/
.product {
  padding-top: 90px;
  background-image: linear-gradient(rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 10%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .product {
    padding-top: 40px;
    overflow: hidden;
  }
}
.product-inner {
  margin: 0 auto;
  max-width: 948px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .product-inner {
    padding: 0 20px;
    width: 100%;
  }
}

.product-section {
  margin-top: 54px;
}
.product-section + .product-section {
  margin-top: 100px;
  border-top: 2px solid #fff
}
@media screen and (max-width: 768px) {
  .product-section {
    margin-top: 30px;
  }
  .product-section + .product-section {
    margin-top: 30px;
  }
}

.product-lead {
  max-width: 724px;
  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;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}
@media screen and (max-width: 768px) {
  .product-lead {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-lead .text-area {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area {
    margin-top: 56px;
    width: 160px;
  }
}
.product-lead .text-area .title {
  font-size: 1.6rem;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .title {
    padding: 0 10px;
    font-size: 1.4rem;
    text-align: left;
    white-space: nowrap;
  }
}
.product-lead .text-area .detail {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .detail {
    margin-top: 36px;
  }
}
.product-lead .text-area .detail-model {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .detail-model {
    padding: 0 10px;
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}
.product-lead .text-area .detail-price {
  margin-top: 18px;
  padding-top: 16px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .detail-price {
    margin: 14px 10px 0;
    padding-top: 12px;
    font-size: 1.6rem;
  }
}
.product-lead .text-area .detail-price span {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .detail-price span {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.product-lead .text-area .detail-btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .product-lead .text-area .detail-btn {
    margin-top: 12px;
    padding: 16px 0;
    width: 156px;
    font-size: 1.4rem;
  }
  .product-lead .text-area .detail-btn::after {
    width: 5px;
    height: 5px;
    right: 18px;
  }
}
.product-lead .image {
  width: 297px;
}
@media screen and (max-width: 768px) {
  .product-lead .image {
    width: 74%;
    margin-right: -23.5%;
  }
}

.product-list {
  margin-top: 66px;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product-list {
    margin-top: 36px;
  }
}
.product-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
}
.product-list ul li:nth-child(2n) {
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .product-list ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-list ul li:nth-child(2n) .text-box {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .product-list ul li:nth-child(2n) .text-box {
    padding: 0 20px;
  }
}
.product-list ul li:last-child {
  margin-bottom: 0;
}
.product-list ul li .image {
  width: 362px;
}
@media screen and (max-width: 768px) {
  .product-list ul li .image {
    width: 100%;
  }
}
.product-list ul li .image img {
  vertical-align: bottom;
}
.product-list ul li .text-box {
  padding-left: 80px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-list ul li .text-box {
    padding: 0 20px;
    width: 100%;
  }
}
.product-list ul li .text-box .title {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-list ul li .text-box .title {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}
.product-list ul li .text-box .text {
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .product-list ul li .text-box .text {
    margin-top: 5px;
  }
}

.product-spec {
  margin: 60px auto 0;
  width: 724px;
}
@media screen and (max-width: 768px) {
  .product-spec {
    margin-top: 45px;
    padding: 0 20px;
    width: 100%;
  }
}
.product-spec-title {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product-spec-title {
    text-align: center;
  }
}
.product-spec-body {
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-spec-list {
  width: calc(50% - 15px);
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .product-spec-list {
    width: 100%;
  }
  .product-spec-list:first-child .product-spec-item:last-child {
    border-bottom: unset;
  }
}
.product-spec-item {
  padding: 11px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.75;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-spec-item .list-title {
  width: 72px;
  margin-right: 16px;
  white-space: nowrap;
}
.product-spec-item .list-text {
  flex: 1;
}
.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-btn {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .product-spec-btn {
    margin-top: 30px;
  }
}

.product-item-list {
  margin-top: 130px;
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product-item-list {
    margin-top: 35px;
  }
}
.product-item-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .product-item-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-item-list ul li .text-box {
  padding-right: 80px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-item-list ul li .text-box {
    padding: 0 20px;
    width: 100%;
  }
}
.product-item-list ul li .text-box .title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-item-list ul li .text-box .title {
    font-size: 2.4rem;
    margin-top: 12px;
    text-align: left;
  }
}
.product-item-list ul li .text-box .text {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .product-item-list ul li .text-box .text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.product-item-list ul li .image {
  width: 362px;
}
@media screen and (max-width: 768px) {
  .product-item-list ul li .image {
    width: 100%;
  }
}
.product-item-list ul li .image img {
  vertical-align: bottom;
}
.product-item-btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .product-item-btn {
    margin-top: 20px;
  }
}

/* slide */

.product-slide {
  margin: 60px auto 0;
  max-width: 724px;
}
@media screen and (max-width: 768px) {
  .product-slide {
    margin: 45px -20px;
  }
}

.swiper-area {
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-area {
    /* margin: 0 -20px; */
    right: -20px;
  }
}
/* swiper */
.swiper-area .swiper-slide {
  text-align: center;
  width: 40%;
  height: 290px;
}
@media screen and (max-width: 768px) {
  .swiper-area .swiper-slide {
    width: 100%;
    min-height: 295px;
    height: auto;
  }
}
.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 .swiper-slide {
  cursor: pointer;
}
.swiper-thumbs .swiper-slide img:hover {
  opacity: .7;
  transition: .3s;
}
.product-slide {
  position: relative;
}
.product-slide .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-slide .swiper-pagination {
    left: -20px;
  }
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 0;
  color: transparent;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}

/* ---------
content
----------*/
.content {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 80px;
  }
}
.content-inner {
  margin: 0 auto;
  max-width: 948px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 20px;
    width: 100%;
  }
}

.content-section {
  margin: 48px auto 0;
  max-width: 724px;
}

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


/* ---------
present
----------*/
.present {
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present {
    margin-top: 80px;
  }
}
.present-inner {
  margin: 0 auto;
  max-width: 948px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .present-inner {
    padding: 0 20px;
    width: 100%;
  }
}

.present-section {
  padding-top: 80px;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .present-section {
    padding-top: 32px;
  }
}
.present-section-inner {
  margin: 0 auto;
  padding: 42px 40px;
  max-width: 724px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .present-section-inner {
    padding: 28px 20px;
  }
}

.present-item-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .present-item-box {
    width: 100%;
  }
}
.present-item-box .present-item-head {
  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;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.present-item-box .present-item-head .title {
  padding: 0;
  width: 50%;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-head .title {
    margin-top: 16px;
    width: 100%;
    font-size: 2.4rem;
    text-align: left;
  }
}
.present-item-box .present-item-head .image {
  width: 313px;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-head .image {
    padding-left: 0;
    width: 100%;
  }
}
.present-item-box .present-item-head .image img {
  vertical-align: bottom;
}
.present-item-box .present-item-body {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-body {
    margin-top: 10px;
  }
}
.present-item-box .present-item-body .text {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-body .text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.present-item-box .present-item-body .note {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .present-item-box .present-item-body .note {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.present-item-box .present-item-body .present-item-btn {
  margin-top: 22px;
  max-width: 220px;
  border: #000;
}
.present-item-box .present-item-body .present-item-btn::after {
  right: auto;
}


/* ---------
character
----------*/
.character {
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .character {
    margin-top: 80px;
  }
}
.character-inner {
  margin: 0 auto;
  max-width: 948px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .character-inner {
    padding: 0 20px;
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .character .common-title .title {
    font-size: 5.4rem;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 359px) {
  .character .common-title .title {
    font-size: 4.8rem;
  }
}

.character-section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .character-section {
    margin-top: 28px;
  }
}
.character-image {
  margin: 0 auto;
  width: 724px;
}
@media screen and (max-width: 768px) {
  .character-image {
    margin: 0 auto;
    width: 100%;
  }
}
.character-text {
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .character-text {
    margin-top: 28px;
    padding: 0 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}


/* ================================
pagetop
================================*/

/* pagetop */
.pagetop {
  height: 46px;
  text-align: center;
}
.pagetop-link {
  display: inline-block;
  padding-top: 24px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.pagetop-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ================================
footer
================================*/

/* footer */
.footer {
  padding: 96px 0 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 38px 0 28px;
  }
}
.footer__inner{
  margin: 0 auto;
  max-width: 948px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .footer__inner{
    width: 100%
  }
}
.footer__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  gap: 14px 24px;
}
@media screen and (max-width: 768px) {
  .footer__list{
    gap: 10px 14px;
  }
}
.footer__list a{
  font-size: 1.4rem;
}

.l-foot__wrap {
  margin-top: 38px;
  text-align: center;
}
.l-foot__copyright {
  font-size: 12px;
  text-align: center;
  color: #777;
}