@charset "UTF-8";
/* calc スタイル
======================================================================================== */
/* html {
  background: #f5f0e1;
} */

#GPH260401HOMMEDriving {
  --font-credit: "acumin-variable", sans-serif;
  --font-fw-light: 300;
  --font-fw-regular: 400;
  --font-fw-medium: 500;
  --font-fw-bold: 600;
  --font-fw-semiblack: 700;
  --color-navy: #424562;
  --color-pink: #d09796;
  --color-green: #add5c9;
  --color-lightgreen: #e3faea;
  --color-lightyellow: #fdfcf2;
  --color-lightpink: #ffe4ef;
  --color-white: #fff;

  --pc-width: 1280;
  --sp-width: 650;
  --pc-artboard-width: 650;
  --sp-artboard-width: 650;
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/

  position: relative;
  z-index: 1;
  font-style: normal;
  width: 100%;
  overflow-x: clip;
}

@media screen and (min-width: 650px) {
  #GPH260401HOMMEDriving {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); 
    --variable: 1px;
  }

  :root {
    --lpSetSize: calc(1px * calc(650 / 650));
  }
}

/* SP画面幅 649px以下 可変 */
@media screen and (max-width: 649px) {
  #GPH260401HOMMEDriving {
    --reference-value: .1rem;
    --dsesktop-rate: calc(100vw / 1920);
    --rate: calc(100cqi / 650);
    opacity: 1;
  }

  :root {
    --lpSetSize: (100vw / 650);
  }
}


/* ベーススタイル
======================================================================================== */

.main-area * {
  box-sizing: border-box;
}
.main-area img {
  height: auto;
  opacity: 1;
  width: 100%;
}
.main-area a {
  display: inline-block;
  pointer-events: all;
  text-decoration: none;
}
.main-area picture {
  display: block;
}
.main-area p, .main-area ul, .main-area ol, .main-area dl {
  list-style: none;
}

#Foot,
#style-archive.style-archive{
  background-color: #fff;
}

a:hover{
  opacity: 1;
}

.credit-item a:hover{
  opacity: 1;
}

#GPH260401HOMMEDriving a {
  font-feature-settings: "palt";
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-family: var(--font-credit);
}


@media (min-width: 650px) and (max-width: 1400px) {
  .contents_area{
    max-width: calc(650 * var(--lpSetSize));
  }
}

@media screen and (min-width: 650px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }

  /* #Foot{
    position: relative;
    background: #fff;
    pointer-events: none;
    z-index: 1001;
  }
  #footer{
    pointer-events: all;
  }
  .modal.hide{
    pointer-events: none;
  }
  .modal.hide.open.show{
    pointer-events: all;
  }
  #Header{
    z-index: 999;
  } */
}

@media screen and (max-width: 649px) {
  #GPH260401HOMMEDriving{
    overflow-x: clip;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  /* Chrome, Safari, EdgeなどのWebKit系ブラウザ */
  ::-webkit-scrollbar {
    display: none;
  }

  /* Firefox */
  html {
    scrollbar-width: none;
    overflow-x: clip;
  }

  /* IE、Edge */
  body {
    -ms-overflow-style: none;
  }

  .contents_area{
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
}

/* ==============================
  PC レイアウト
============================== */

@media screen and (min-width: 650px) {
  #GPH260401HOMMEDriving{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    position: relative;
    overflow-y: clip;
    height: 100%;
    background-image: url(../img/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: calc(-5 * var(--lpSetSize));
  }

  .contents_area{
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    width: calc(650 * var(--lpSetSize));
    max-width: 650px;
    grid-column: 2;
    overflow-x: clip;
  }
}

/* ==============================
  共通
============================== */
.item-img,
.item-img__container{
  position: relative;
}
.item-dec__wrapper{
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.item-txt{
  pointer-events: none;
}

.item-dec02 {
  position: absolute;
  z-index: 2;
}

.item-img.round_frame{
  width: calc(554 * var(--lpSetSize));
  border: 3px solid var(--color-white);
  border-radius: calc(30 * var(--lpSetSize));
  overflow: hidden;
}

/* clipping_mask */
.item-img.clipping_mask{
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.item-img__container:has(.clipping_mask)::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.item-img__container.--01::after,
.item-img__container.--02::after{
  transform: rotate(90deg) skewX(6.2deg);
  border-right: 3px solid var(--color-navy);
  border-left: 3px solid var(--color-navy);
  border-bottom: 3px solid var(--color-navy);
  width: calc(700 * var(--lpSetSize));
  height: calc(560 * var(--lpSetSize));
  top: 30%;
  left: 4%;
}

.item-img__container.--02::after{
  top: 4%;
  left: 16%;
  width: calc(552 * var(--lpSetSize));
}

.item-img__container.--03::after{
  transform: rotate(-90deg) skewX(-6.2deg);
  border-left: 3px solid var(--color-navy);
  border-right: 3px solid var(--color-navy);
  border-bottom: 3px solid var(--color-navy);
  width: calc(700 * var(--lpSetSize));
  height: calc(550 * var(--lpSetSize));
  top: 12%;
  left: -11.5%;
}

.item-img__container.--07::after{
  transform: rotate(90deg) skewX(5.5deg);
  border-right: 3px solid var(--color-navy);
  border-left: 3px solid var(--color-navy);
  width: calc(745 * var(--lpSetSize));
  height: 100%;
  top: -0.5%;
}

@media screen and (max-width: 649px) {
  .item-img__container.--01::after{
    width: calc(696 * var(--lpSetSize));
  }

  .item-img__container.--02::after{
    width: calc(547 * var(--lpSetSize));
  }

  .item-img__container.--03::after{
    width: calc(694 * var(--lpSetSize));
    left: -12%;
  }

  .item-img__container.--07::after{
    width: calc(739 * var(--lpSetSize));
  }
}

@media screen and (min-width: 650px) {
  .item-img__container.--01::after{
    width: calc(700 * var(--lpSetSize));
  }

  .item-img__container.--02::after{
    width: calc(548 * var(--lpSetSize));
  }

  .item-img__container.--03::after{
    width: calc(704 * var(--lpSetSize));
  }

  .item-img__container.--07::after{
    width: calc(747 * var(--lpSetSize));
  }
}


.item-img__container.--01 .item-img{
  -webkit-mask-image: url('../img/item01-mask.png');
  mask-image: url('../img/item01-mask.png');
}


.item-img__container.--02 .item-img{
  -webkit-mask-image: url('../img/item02-mask.png');
  mask-image: url('../img/item02-mask.png');
}

.item-img__container.--03 .item-img{
  -webkit-mask-image: url('../img/item03-mask.png');
  mask-image: url('../img/item03-mask.png');
}

.item-img__container.--07 .item-img{
  -webkit-mask-image: url('../img/item07-mask.png');
  mask-image: url('../img/item07-mask.png');
}

/* credit */
.creditLinks__cont{
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: calc(7 * var(--lpSetSize));
  z-index: 100;
}

.credit-item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: calc(38 * var(--lpSetSize));
  padding-top: calc(9.5 * var(--lpSetSize));
  padding-bottom:  calc(8.8 * var(--lpSetSize));
  border-radius: calc(20 * var(--lpSetSize));
}

.credit-item::after{
  content: "";
  position: absolute;
  z-index: 1;
  height: calc(100% - calc(4 * var(--lpSetSize)));
  width: calc(100% - calc(5 * var(--lpSetSize)));
  border-radius: calc(20 * var(--lpSetSize));
  border: var(--color-white) 1px solid;
  pointer-events: none;
}

.credit-item:first-of-type{
  background-color: var(--color-navy);
}

.credit-item:nth-of-type(2){
  background-color: var(--color-pink);
  margin: 0 0 0 auto;
}

.credit-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-credit);
  font-weight: var(--font-fw-semiblack);
  text-align: center;
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-white);
  width: 100%;
  height: calc(38 * var(--lpSetSize));
}

/* ==============================
  section01
============================== */
/* ------------- top_ttl / mv */
.top_ttl{
  width: calc(193.0645 * var(--lpSetSize));
  margin: 0 auto;
  padding: calc(11 * var(--lpSetSize)) 0 calc(9 * var(--lpSetSize));
}

.mv{
  position: relative;
  z-index: 0;
  width: calc(550 * var(--lpSetSize));
  margin: 0 auto calc(35.5 * var(--lpSetSize));
}

.mv::after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #414F83 solid 3px;
  pointer-events: none;
}

@media screen and (max-width: 649px) {
  .mv::after{
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
}

.mv_ttl{
  position: absolute;
  z-index: 1;
  bottom: calc(85 * var(--lpSetSize));
  left: 50%;
  transform: translateX(-50%);
  width: calc(448.2037 * var(--lpSetSize));
}

.mv_subttl{
  position: absolute;
  z-index: 1;
  bottom: calc(23 * var(--lpSetSize));
  right: calc(31 * var(--lpSetSize));
  width: calc(478.82 * var(--lpSetSize));
}

/* ___________________ section01 */
.section01{
  background-color: var(--color-lightyellow);
  overflow-x: clip;
  padding-top: calc(2 * var(--lpSetSize));
}

.section01 .item-img__container.--01{
  position: relative;
  z-index: 0;
  padding-top: calc(184.5 * var(--lpSetSize));
  margin-bottom: calc(38.3 * var(--lpSetSize));
}

.section01 .item-img__container.--01 .item-txt{
  position: absolute;
  align-self: 1;
  width: calc(497.25 * var(--lpSetSize));
  top: 0;
  left: calc(49.1 * var(--lpSetSize));
}

.section01 .item-img__container.--01 .item-img,
.section01 .item-img__container.--02 .item-img{
  width: calc(550 * var(--lpSetSize));
  margin: 0 0 0 auto;
}

.section01 .item-img__container.--01 .creditLinks__cont{
  width: calc(274.18 * var(--lpSetSize));
  left: calc(52.2 * var(--lpSetSize));
  top: 62.7%;
  transform: translateY(-50%);
}

.section01 .item-img__container.--01 .creditLinks__cont .credit-item:first-of-type{
  width: calc(170.5 * var(--lpSetSize));
}

.section01 .item-img__container.--01 .creditLinks__cont .credit-item:nth-of-type(2){
  width: calc(197 * var(--lpSetSize));
}

.section01 .item-img__container.--02{
  margin-bottom: calc(41 * var(--lpSetSize));
}

.section01 .item-img__container.--02 .item-dec__wrapper{
  position: absolute;
  z-index: 2;
  width: calc(393.0821 * var(--lpSetSize));
  top: calc(-116 * var(--lpSetSize));
  left: calc(19.2 * var(--lpSetSize));
}

.section01 .item-img__container.--02 .item-dec__wrapper .item-dec02 {
  width: calc(163.4773 * var(--lpSetSize));
  top: calc(-9.8 * var(--lpSetSize));
  right: calc(-126 * var(--lpSetSize));
}

.section01 .item-img__container.--03{
  margin-bottom: calc(42.2 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .item-img{
  width: calc(550 * var(--lpSetSize));
  margin: 0 auto calc(27 * var(--lpSetSize)) 0;
}

.section01 .item-img__container.--03 .creditLinks__cont{
  width: calc(242.18 * var(--lpSetSize));
  top: calc(280 * var(--lpSetSize));
  right: calc(72 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .creditLinks__cont .credit-item:first-of-type{
  width: calc(146.5 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .creditLinks__cont .credit-item:nth-of-type(2){
  width: calc(185 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .item-dec__wrapper{
  width: calc(411.8806 * var(--lpSetSize));
  right: calc(19.9 * var(--lpSetSize));
  bottom: calc(68.9 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .item-dec__wrapper .item-dec02{
  width: calc(469.3583 * var(--lpSetSize));
  right: calc(-28.1 * var(--lpSetSize));
  bottom: calc(32.9 * var(--lpSetSize));
}

.section01 .item-img__container.--03 .item-txt{
  width: calc(436.231 * var(--lpSetSize));
  margin-left: calc(30 * var(--lpSetSize));
}

.section01 .item-img__container.--04 .slider-txt__wrapper{
  position: absolute;
  z-index: 2;
  border-bottom: var(--color-pink) solid 3px;
  border-top: var(--color-pink) solid 3px;
  padding: calc(4 * var(--lpSetSize)) 0;
  pointer-events: none;
}

.section01 .item-img__container.--04 .slider-txt__wrapper:last-of-type{
  bottom: 0;
}

.section01 .item-img__container.--04 .slider-txt__wrapper .js-slider-set2_item
{
  width: calc(1236.8167 * var(--lpSetSize));
  margin-right: calc(10 * var(--lpSetSize));
}


.section01 .item-img__container.--04 .creditLinks__cont{
  width: calc(274.18 * var(--lpSetSize));
  bottom: calc(98 * var(--lpSetSize));
  left: calc(40.8 * var(--lpSetSize));
}

.section01 .item-img__container.--04 .creditLinks__cont .credit-item:first-of-type{
  inline-size: calc(172.5 * var(--lpSetSize));
}

.section01 .item-img__container.--04 .creditLinks__cont .credit-item:nth-of-type(2){
  inline-size: calc(197 * var(--lpSetSize));
}
/* ==============================
  section02
============================== */
.section02{
  background-color: var(--color-lightgreen);
  padding-top: calc(120 * var(--lpSetSize));
}

.section02::after{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(318 * var(--lpSetSize));
  background-color: var(--color-lightpink);
}

.section02 .item-img__container.--05,
.section02 .item-img__container.--06{
  width: calc(550 * var(--lpSetSize));
  margin-right: auto;
  margin-left: auto;
}

.section02 .item-img__container.--05{
  margin-bottom: calc(75 * var(--lpSetSize));
}

.section02 .item-img__container.--05 .item-txt{
  position: absolute;
  z-index: 2;
  width: calc(272.54 * var(--lpSetSize));
  top: calc(-73.6 * var(--lpSetSize));
  left: calc(-21.9 * var(--lpSetSize));
}

.section02 .item-img__container.--05 .item-dec__wrapper{
  position: absolute;
  z-index: 2;
  width: calc(356.354 * var(--lpSetSize));
  top: calc(-30 * var(--lpSetSize));
  right: calc(-36 * var(--lpSetSize));
}

.section02 .item-img__container.--05 .item-dec__wrapper .item-dec02{
  width: calc(167.08 * var(--lpSetSize));
  top: calc(-68.9 * var(--lpSetSize));
  right: calc(12.3 * var(--lpSetSize));
}

.section02 .item-img__container.--05 .creditLinks__cont{
  width: calc(217.5 * var(--lpSetSize));
  bottom: calc(28.8 * var(--lpSetSize));
  right: calc(30.8 * var(--lpSetSize));
}

.section02 .item-img__container.--05 .creditLinks__cont .credit-item,
.section02 .item-img__container.--06 .creditLinks__cont .credit-item{
  background-color: var(--color-white);
}

.section02 .item-img__container.--05 .creditLinks__cont .credit-item::after,
.section02 .item-img__container.--06 .creditLinks__cont .credit-item::after{
  border: var(--color-pink) 1px solid;
}

.section02 .item-img__container.--05 .creditLinks__cont .credit-item a,
.section02 .item-img__container.--06 .creditLinks__cont .credit-item a{
  color: var(--color-pink);
}

.section02 .item-img__container.--06 {
  margin-bottom: calc(140 * var(--lpSetSize));
}

.section02 .item-img__container.--06 .creditLinks__cont{
  z-index: 100000;
  width: calc(207.5 * var(--lpSetSize));
  top: calc(35.2 * var(--lpSetSize));
  left: calc(41.7 * var(--lpSetSize));
}

.section02 .item-img__container.--06 .item-txt {
  position: absolute;
  z-index: 2;
  width: calc(263.29 * var(--lpSetSize));
  bottom: calc(-45.6 * var(--lpSetSize));
  right: calc(-13.1 * var(--lpSetSize));
}

.section02 .item-img__container.--06 .item-dec__wrapper {
  position: absolute;
  z-index: 2;
  width: calc(304.97 * var(--lpSetSize));
  bottom: calc(-41.2 * var(--lpSetSize));
  left: calc(-17 * var(--lpSetSize));
}

.section02 .item-img__container.--06 .item-dec__wrapper .item-dec02{
  width: calc(123.98 * var(--lpSetSize));
  top: calc(-134.9 * var(--lpSetSize));
  left: calc(-24 * var(--lpSetSize));
}

.section02 .item-img__container.--07{
  width: 100%;
  z-index: 10;
}

.section02 .item-img__container.--07 .item-img::after,
.section02 .item-img__container.--07 .item-img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--color-navy);
}

.section02 .item-img__container.--07 .item-img::after{
  top: 0;
}

.section02 .item-img__container.--07 .item-img::before{
  bottom: 0;
}

.section02 .item-img__container.--07 .creditLinks__cont{
  width: calc(223.18 * var(--lpSetSize));
  top: 58.9%;
  transform: translateY(-50%);
  left: calc(13.5 * var(--lpSetSize));
}

.section02 .item-img__container.--07 .creditLinks__cont .credit-item:first-of-type{
  width: calc(146.5 * var(--lpSetSize));
}

.section02 .item-img__container.--07 .creditLinks__cont .credit-item:nth-of-type(2){
  width: calc(186 * var(--lpSetSize));
  background-color: var(--color-green);
}

.section02 .item-img__container.--07 .creditLinks__cont .credit-item:nth-of-type(2)::after{
  border: var(--color-navy) 1px solid;
}

.section02 .item-img__container.--07 .creditLinks__cont .credit-item:nth-of-type(2) a{
  color: var(--color-navy);
}


/* ==============================
  cai_btn
============================== */
.cai_btn__wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100%;
  padding-top: calc(63 * var(--lpSetSize));
  padding-bottom: calc(90 * var(--lpSetSize));
}

.cai_btn{
  position: relative;
  z-index: 2;
  width: calc(432 * var(--lpSetSize));
  /* margin: 0 auto calc(79.3 * var(--lpSetSize)); */
  z-index: 10;
  padding: calc(27 * var(--lpSetSize)) 0 calc(32 * var(--lpSetSize)) calc(20 * var(--lpSetSize));
}

.cai_btn a{
  width: calc(396.22 * var(--lpSetSize));
}

.cai_btn_line {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: calc(calc(6 * var(--lpSetSize)) + calc(8 * var(--lpSetSize)) + 2px);
  border-top: 2px solid var(--color-navy);
  border-bottom: calc(8 * var(--lpSetSize)) solid var(--color-navy);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 2s;
  transition: 2s;
}

.cai_btn_line:first-of-type{
  transform: rotate(0);
}

.cai_btn_line:nth-of-type(2){
  transform: rotate(180deg);
  bottom: 0;
  top: auto;
}

.cai_btn_line.view {
  width: 100%;
  /* -webkit-transform: scale(1);
          transform: scale(1); */
}

/* ==============================
  animatiion
============================== */
/* animation_delay ___________________________*/
.animation_delay01{
  transition-delay: 0.5s;
}

.animation_delay02{
  transition-delay: 1s;
}

.animation_delay03{
  transition-delay: 1.5s;
}

/* fadeIn ___________________________*/
.js-show.fadeIn{
  opacity: 0;
}

.js-show.fadeIn.view{
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  opacity: 1;
}

/* fadeInleft ___________________________*/
.js-show.fadeInleft{
  opacity: 0;
  transform: translateX(-20px);
}

.js-show.fadeInleft.view{
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  opacity: 1;
  transform: translateX(0);
}

/* fadeInright ___________________________*/
.js-show.fadeInright{
  opacity: 0;
  transform: translateX(20px);
}

.js-show.fadeInright.view{
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  opacity: 1;
  transform: translateX(0);
}

/* zoomOut ___________________________*/
.js-show.zoomOut img{
  opacity: 0;
  transition: 1.25s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.1);
}

.js-show.zoomOut.view img{
  opacity: 1;
  transform: none;
}

/* slideIn ___________________________*/
.slide-wrap {
  overflow: hidden;
  z-index: 2;
}

.js-show.slideIn {
  opacity: 0;
  /* --char-index: 0 */
  /* transform: translateX(-20px);  */

  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 33%, transparent 66%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 33%, transparent 66%, transparent 100%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;

  transition: 
      opacity 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      transform 1.6s cubic-bezier(0.77, 0, 0.175, 1),
      mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1),
      -webkit-mask-position 2.4s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition-delay: calc(0.2s * var(--char-index, 0)); */

  z-index: 2;
}

.js-show.slideIn.view {
    opacity: 1;
    transform: translateX(0);
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
}

.js-show.slideIn img {
    width: 100%;
    height: auto;
    display: block;
}