@charset "UTF-8";
/* CSS Document */


/* =============================================
  aria_lp.css
============================================= */


/* kv */

.aria_kv {
  width: 100%;
  aspect-ratio: 1280 / 660;
  background: url("../img/kv_pc.jpg") no-repeat center center;
  background-size: cover;
  background-position: top;
  position: relative;
}

.aria_kv h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  width: 100%;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.16em;
  font-weight: bold;
  text-align: center;
}

.aria_kv h2 br {
  display: none;
}

/* inner */

.aria__inner {
  width: 1000px;
  margin: 0 auto;
}


.aria_lead {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: .08em;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 112px;
}

.aria_heading {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  border-left: 1px solid #000;
  margin-bottom: 32px;
  padding: 16px 0 18px 32px;
}

.aria_heading span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .08em;
}

.aria_subheading {
  font-size: 32px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: normal;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.aria_subheading::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 32px;
  background: #C5B4A0;
  margin-right: 12px;
}

.aria_logo_ariafina {
  margin: 16px 0 32px;
}

.aria_map {
  width: 100%;
  height: 400px;
}

.aria_txt {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .04em;
}

.aria_cap {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .02em;
  margin-top: 16px;
}

.aria_cap a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

/* about */

.aria_about {
  margin-bottom: 88px;
}

.aria_about .aria_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aria_about .aria_box .aria_box_item {
  width: 472px;
}

.aria_about .aria_box .aria_box_item:last-child {
  width: 500px;
}

.aria_about .aria_box .aria_box_item .aria_logo_ariafina {
  width: 180px;
}

.aria_about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.aria_about ul li {
  width: 312px;
}

.aria_about ul li:nth-child(n+4) {
  margin-top: 48px;
}

.aria_about ul li img {
  width: 100%;
}

.aria_about ul li .aria_cap {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .04em;
  margin-top: 8px;
}

/* agg & vivana */

.type_name {
  font-size: 56px;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: normal;
}

.type_name span {
  font-size: 40px;
}

.type_lead {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 16px 0 48px;
}

/* agg */

.agg {
  position: relative;
}

.agg::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  left: -116px;
  right: -116px;
  margin: auto;
  height: 8px;
  background: url(../img/separator.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .agg::after {
    left: 0;
    right: 0;
    margin: auto;
    height: 8px;
  }
}

.agg .main {
  padding-top: 80px;
}


/* product */

.aria_product {
  margin-bottom: 56px;
}

.aria_product_caulousel {
  width: calc(100% + 120px);
  margin: 56px -60px 0;
}

@media screen and (max-width: 1280px) {
  .aria_product_caulousel {
    width: 100%;
    margin: 56px 0 0;
  }
}

/* lineup */

.wrapper_full {
  width: 100%;
  background: #FBF8F5;
}

.wrapper_anchor {
  background: #EFEBE5;
  padding: 48px 0;
}

.lineup_anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 68px;
}

.lineup_anchor li {
  width: 288px;
}

.lineup_anchor li img {
  width: 100%;
}

/* feature */

.feature {
  padding-bottom: 80px;
}

.feature .aria_box h4 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.feature .aria_box h5 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .04em;
  font-weight: bold;
}

.feature .aria_box .txt_bold {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: bold;
  margin-bottom: 16px;
}

.feature .aria_box p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04em;
  margin-top: 16px;
}

.feature .aria_box .aria_cap {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .02em;
  margin-top: 16px;
}

.feature .aria_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature .aria_box .aria_box_item {
  width: 472px;
}

.feature .feature_cleaning {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.feature .feature_cleaning li {
  width: 152px;
}

.feature .feature_cleaning img {
  width: 100%;
}

.feature .feature_cleaning p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .02em;
  text-align: center;
  margin-top: 8px;
}

/* random_driving */

#random_driving .aria_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#random_driving .aria_box .aria_box_item {
  width: 630px;
}

#random_driving .aria_box .aria_box_item:last-child {
  width: 334px;
}

/* youtube */

.youtube {
  width: 880px;
  aspect-ratio: 16 / 9;
  margin: 56px auto 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* viviana */

.viviana {
  padding-top: 80px;
}

.viviana .aria_box .aria_box_item:nth-child(n+3) {
  margin-top: 56px;
}

.viviana .aria_box .aria_box_item:nth-child(4) h4 {
  letter-spacing: normal;
}

.viviana .aria_box .aria_box_item img {
  width: 100%;
  margin: 24px 0 0;
}

/* federica */

.federica {
  position: relative;
  padding-top: 80px;
}

.federica::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  left: -116px;
  right: -116px;
  margin: auto;
  height: 8px;
  background: url(../img/separator.png);
  background-size: cover;
  background-position: center;
}

.federica .aria_box .aria_box_item img {
  width: 100%;
  margin: 10px 0 0;
}

.federica .aria_box .aria_box_item:nth-child(n+3) {
  margin-top: 56px;
}


/*-----------
product
-----------*/

.contents2 h1#agg{
  width: 100%;
  background: #b3a99c;
  text-align: center;
}

.content_area{
  width: 1000px;
  margin: 0 auto;
}

/* main : 製品画像切り替え */

.main{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

#mainImg p{
  font-size: 12px;
  margin: -20px 0 55px;
}

.main .main_img{
  width: 440px;
  padding: 0 45px 40px 0;
}

.main .main_txt{
  width: 500px;
}

.keyword,
.color{
  margin-bottom: 40px;
}

.keyword ul{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
}

.keyword ul li{
  font-size: 16px;
  line-height: 32px;
  border: 1px solid #b2b2b2;
  border-radius: 16px;
  margin: 0 12px 9px 0;
  padding: 0 20px;
}

.color ul{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
}

.color ul li{
  width: 156px;
  padding-right: 16px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.color ul li:nth-child(3){
  padding-right: 0;
}

.color ul li:hover{
  opacity: .8;
}

.color ul li img{
  width: 100%;
}

.color ul li p{
  font-size: 13px;
  margin: 8px 0 0;
  letter-spacing: normal;
}
.color p {
    font-size: 12px;
    margin: 20px 5px 0;
}

.function{
  font-size: 14px;
  margin: 0 -8px 80px 0;
}

.function img {
  width: 100%;
}

.name_price{
  padding-bottom: 50px;
}

.name_price h4{
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin:25px 0 20px;
}

.agg .name_price h4{
  width: 840px;
}

.viviana .name_price h4,
.federica .name_price h4{
  width: 472px;
}

.name_price ul{
  display:flex;
  flex-wrap:wrap;
}

.name_price ul li{
  width: 400px;
  margin-right: 40px;
}

.name_price ul li:nth-child(3){
  margin-right: 0;
}

.viviana .name_price ul li,
.federica .name_price ul li{
  width: 472px;
  margin-right: 0;
}

.name_price table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

.name_price table tr th{
  background: #EDE8E2;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #cdcdcd;
}

.name_price table td{
  background: #fff;
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 1em;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.7;
}

.txt_name{
  font-size: 16px;
  font-weight: bold;
}

.txt_color{
  font-size: 12px;
}

.txt_price{
  font-size: 16px;
}

.txt_price span{
  font-size: 12px;
}

.option{
  margin-bottom: 90px;
}

/* random_driving */

#random_driving{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0;
}

#random_driving img {
  width: 100%;
}

#random_driving .detail_01{
  display:flex;
  margin-bottom: 0px;
}

#random_driving .detail_01 .read{
  text-align: left;
  width: 630px;
  margin:0 36px 0 0;
}

#random_driving .detail_01 img{
  width: 334px;
}

#random_driving .detail_02{
  margin-bottom: 32px;
}

#random_driving .detail_02 img{
  width: 100%;
}

#random_driving .detail_02 h5{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .04em;
  font-weight: bold;
  margin-bottom: 24px;
}

#random_driving .detail_02 ul{
  display:flex;
}

#random_driving .detail_02 ul li:first-child{
  width: 462px;
  margin-right: 49px;
}

#random_driving .detail_02 ul li:nth-child(2){
  width: 489px;
  position: relative;
  padding-top: 253px;
}

#random_driving .detail_02 ul li:nth-child(2) img:nth-child(2){
  position: absolute;
  top: 43px;
  left: 0;
}


.back {
  width: 440px;
  border-top: 1px solid #b2b2b2;
  padding: 100px 280px;
  margin: 0 auto;
}


#gas {
  border-top: none;
}


/* splide */

.splide__slide {
  cursor: pointer;
  opacity: .6;
  transition: .3s;
}

.splide__slide:hover {
  opacity: 1;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.splide_wrapper {
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
}

#thumbnail-carousel {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}

.splide__arrow--prev,
.splide__arrow--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: auto;
  z-index: 100;
  cursor: pointer;
  background: transparent;
  transition: .3s;;
}

.splide__arrow--prev img,
.splide__arrow--next img {
  width: 100%;
  transition: .3s;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

@media (hover: hover) {

  .splide__arrow--prev:hover img {
    margin-left: -6px;
  }
  
  .splide__arrow--next:hover img {
    margin-right: -6px;
  }

}