#page_title .headBox {
  position: absolute;
  z-index: -1;
}
/*====================================================
////id |  overview
====================================================*/
.overview-inner {
  padding-bottom: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .overview-inner {
    padding-top: min(10.5vw, 60px);
  }
  .overview-head {
    font-size: min(6.4vw, 3rem);
    margin-bottom: .8em;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  .overview-content {
    display: grid;
      grid-gap: min(5vw, 50px);
      grid-template-columns: auto 1fr;
  }
  .overview-head {
    font-size: min(3vw, 3.3rem);
  }
  .overview-text {
    font-size: min(1.8vw, 1.8rem);
    line-height: 2.3;
    margin: 0 0 0 auto;
    max-width: 620px;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  lineup
====================================================*/
.lineup-content-wrapper {
  display: grid;
    grid-gap: min(12.5vw, 80px);
}
.lineup-content-head-wrapper {
  display: flex;
  overflow: hidden;
}
.lineup-content-head .en {
  margin-bottom: 0;
}
.lineup-content-head .jp {
  position: relative;
  padding-right: 1em;
}
.lineup-content-head .jp::after {
  border-top: solid 1px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
  width: 0;
  height: 0;
}
.lineup-content-head.show .jp::after {
  animation: 2s linear .6s forwards lineup-content-head;
}
@keyframes lineup-content-head {
  to {
    width: 90vw;
  }
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .lineup-content-head {
    font-size: min(5.3vw, 2.6rem);
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .lineup-content-head {
    font-size: 3rem;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  product
====================================================*/
.product-wrapper {
  display: grid;
    grid-gap: min(5vw, 40px);
}
.product {
  background: #fff;
  border-radius: 20px;
  display: grid;
    grid-gap: min(6vw, 24px) min(3vw, 100px);
  padding: min(8vw, 64px) min(5vw, 80px);
}
.product-merit {
  background-color: var(--color_5);
  border-radius: 5px;
  margin-top: min(10vw, 60px);
  padding: 16px;
  position: relative;
}
.product-merit dt {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 121 31"><path fill="%23e6841f" d="M121,.16L11.9,0v11.6S.51,9.49.51,9.49L0,12.39l11.87,1.87v1.74s4.94-1.01,4.94-1.01l.28,2.17-5.22,1.3v-2.46S0,18.42,0,18.42l.38,2.89,11.5-2.86v12.39s109.09.16,109.09.16l-6-15.43L121,.16ZM27.44,17.43c-.69.69-1.63,1.07-2.61,1.07-.98,0-1.91-.39-2.6-1.08-.69-.69-1.08-1.62-1.08-2.59,0-.97.39-1.9,1.09-2.59.69-.69,1.63-1.07,2.61-1.07.98,0,1.91.39,2.6,1.08.69.69,1.08,1.62,1.08,2.59,0,.97-.39,1.9-1.09,2.59Z" /><path fill="%23ffffff" d="M11.88,18.45v-2.46s4.94-1.01,4.94-1.01l.28,2.17-5.22,1.3Z" /></svg>') no-repeat center / contain;
  color: #fff;
  filter: drop-shadow(0 2px 2px rgba(139, 117, 95, .4));
  font-weight: 700;
  padding: .2em 1.0em .3em 2.5em;
  position: absolute;
    left: -1.5em;
    top: -1.5em;
  transform: rotate(-5deg);
}
.product-merit dd {
  display: flex;
    justify-content: center;
}
.product-merit dd ul {
  display: flex;
    flex-wrap: wrap;
    gap: .4em .75em;
}
.product-merit dd li {
  background: #fff;
  border: solid 1px var(--color_2);
  border-radius: 3px;
  color: var(--color_2);
  font-weight: 700;
  padding: .2em .6em .3em;
}
.product-link {
  margin-top: min(6.4vw, 48px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .product-head {
    font-size: 1.4em;
    text-align: center;
  }
  .product-img {
    margin: auto;
    width: min(60%, 300px);
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  .product {
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto 1fr;
  }
  .product-head {
    font-size: 2.8rem;
  }
  .product-img {
    grid-column: 1;
    grid-row: 1 / 3;
    transform: translateX(-20px);
  }
  .product-link {
    display: flex;
  }
}
@media print, screen and (min-width: 1290.1px) {
  .product {
    grid-gap: 24px 90px;
    padding: 64px 60px;
  }
}
@media (hover: hover) {}


/*====================================================
////id |  banner
====================================================*/
.banner-inner {
  padding: 0;
}
.banner-item-wrapper {
  display: grid;
    grid-gap: min(5vw, 40px);
    place-content: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .banner-item-wrapper {
    margin: auto;
    max-width: 600px;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}


/*====================================================
////id |  flow
====================================================*/
.flow-item-wrapper {
  display: grid;
    grid-gap: 24px;
  margin: auto;
  max-width: 830px;
}
.flow-item {
  background: #fff;
  border: solid 1px vaR(--color_1);
  border-radius: 10px;
  display: grid;
    grid-gap: min(3.2vw, 12px) min(4.2vw, 25px);
    grid-template-columns: min(13.5vw, 80px) 1fr;
  line-height: 1.5;
  padding: min(6.4vw, 30px) min(5vw, 45px);
  position: relative;
}
.flow-item::after {
  border-left: solid 2px var(--color_1);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  width: 0;
  height: 24px;
}
.flow-item:last-child:after {
  display: none;
}
.flow-item-img {
  background: #EDEEEC;
  border-radius: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
  width: min(13.5vw, 80px);
  height: min(13.5vw, 80px);
}
.flow-item-img .coverImg {
  width: min(8vw, 55px);
  height: min(8vw, 55px);
}
.flow-item-title {
  color: var(--color_1);
  display: grid;
    align-items: center;
    grid-template-columns: 2em 1fr;
  font-size: min(1.28em, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
}
.flow-item-text {
  letter-spacing: .02em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .flow-item-title {
    grid-template-columns: 1.5em 1fr;
  }
  .flow-item-text {
    grid-column: span 2;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .flow-item {
    align-items: center;
  }
  .flow-item-img {
    grid-column: 1;
    grid-row: 1 / 3;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  link_area
====================================================*/
.link_area-inner {
  border-top: solid 1px #D5D5D5;
  padding-bottom: 0;
}
.link_area-item-wrapper {
  display: flex;
    flex-wrap: wrap;
    gap: min(4.2vw, 20px) min(4vw, 70px);
    justify-content: center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960.0px) {
  .link_area-inner {
    padding-top: min(8.5vw, 80px);
  }
  .link_area-item-wrapper {
    display: grid;
      place-content: normal;
  }
  .link_area-item .btn_wrap {
    width: 100%;
  }
  .link_area-item .linkBtn {
    min-width: min(84%, 450px);
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960.1px) {
  .link_area-item .linkBtn {
    width: 400px;
  }
}

@media (hover: hover) {}
