@charset "UTF-8";

/* ----------------------------------------------------------
* common
---------------------------------------------------------- */
:root {
  --main-color: #ee7961;
}



/* ----------------------------------------------------------
* brandSec01
---------------------------------------------------------- */
.brandSec01 {
  position: relative;
}


/* !.primary-sec
---------------------------------------------------------- */

.brandSec01.primary-sec {
  background-color: var(--main-color);
  padding-bottom: 337px;
}
@media only screen and (max-width: 1376px) {
  .brandSec01.primary-sec {
    padding-bottom: 24.49vw;
  }
}
@media only screen and (max-width: 767px) {
  .brandSec01.primary-sec {
    background-color: var(--main-color);
    padding-bottom: 25.2vw;
  }
}

.primary-sec .sectionIn{
  padding-top: 0;
  padding-bottom: 80px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .primary-sec .sectionIn{
    padding-bottom: 60px;
    letter-spacing: 0.02em;
  }
}


/* blockEffect */
.fadeEffect {
  transition: all ease 0.7s;
  transform: translateY(20%);
  opacity: 0;
}
.fadeEffect.is-framein {
  transform: translateY(0);
  opacity: 1;
}


/* H1 */
.primary-sec h1 {
  text-align: left;
  width: 100%;
  max-width: 800px;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .primary-sec h1 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .primary-sec h1 {
    text-align: center;
    padding: 40px 0;
  }
}


/* H2 */
.primary-sec h2 {
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .primary-sec h2 span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .primary-sec h2 {
    font-size: 22px;
  }
}


/* markEffect */
.markEffect {
  display: inline-block;
  padding: 0 8px;
  font-weight: bold;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    var(--main-color) 50%,
    var(--main-color) 100%
  );
  transition: all 0.7s ease 0.7s;
  color: #fff;
}
.fadeEffect.is-framein .markEffect {
  background-position: 0 0;
  color: var(--main-color);
}
@media only screen and (max-width: 767px) {
  .markEffect {
    padding: 0 4px;
  }
}


/* .p-tireSeriesList */
.p-tireSeriesList {
  border-radius: 20px;
  overflow: hidden;
}

.p-tireSeriesList img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-tireSeriesList {
    border-radius: 15px;
  }
}


/* .p-featureList */
.p-featureList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .p-featureList {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-featureList div {
  position: relative;
}

.p-featureList dt {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding: 5px 15px;
  font-size: 20px;
  color: #fff;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif;
  font-weight: bold;
  background-color: var(--main-color);
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1.7;
}
@media only screen and (max-width: 1376px) {
  .p-featureList dt {
    padding: 5px 1.09vw;
    font-size: 1.45vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-featureList dt {
    padding: 5px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .p-featureList dt {
    font-size: 4.8vw;
  }
}

.p-featureList img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


/* .p-featureTxt */
.p-featureTxt {
  margin-top: 50px;
  text-align: center;
  font-size: 34px;
  color: #fff;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif;
  font-weight: bold;
  line-height: 1.7;
}
.p-featureTxt span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-featureTxt {
    margin-top: 40px;
    font-size: 22px;
  }
}



/* !.secondary-sec
---------------------------------------------------------- */

.brandSec01.secondary-sec {
  background-color: #efefef;
}

.secondary-sec .sectionIn {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 100px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .secondary-sec .sectionIn {
    padding-bottom: 60px;
    letter-spacing: 0.02em;
  }
}


/* .p-youtubeMovieWrap */
.p-youtubeMovieWrap {
  position: relative;
  top: -337px;
}
@media only screen and (max-width: 1376px) {
  .p-youtubeMovieWrap {
    top: -24.49vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-youtubeMovieWrap {
    top: -25.2vw;
  }
}


/* .p-youtubeMovie */
.p-youtubeMovie {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -337px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1376px) {
  .p-youtubeMovie {
    margin-bottom: -24.49vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-youtubeMovie {
    margin-bottom: -25.2vw;
  }
}

.c-movie {
  position: relative;
  transition: opacity 0.3s ease;
  &::before {
    --iconWidth: 60px;
    --iconHeight: 60px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: var(--iconWidth);
    height: var(--iconHeight);
    border-radius: 50%;
    background: url(/finessa/images/ico_movie_play.webp) no-repeat center center / var(--iconWidth) var(--iconHeight);
    box-shadow: 0px 1.2px 12px 0px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  &.is-played::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-movie {
    &::before {
      --iconWidth: 80px;
      --iconHeight: 80px;
    }
  }
}
@media (any-hover: hover) {
  .c-movie:hover {
    opacity: 1;
    &::before {
      transform: translate(-50%, -50%) scale(0.8);
    }
  }
}

.c-movie:hover {
  opacity: 1;
  &::before {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.p-youtubeMovie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ytmovie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
}
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}







/* .p-btnSize */
.p-btnSize {
  box-sizing: border-box;
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 94px;
  max-width: 350px;
  padding: 0 80px 0 65px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 4px solid var(--main-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #fff 0%,
    #fff 50%,
    var(--main-color) 50%,
    var(--main-color) 100%
  );
  transition: all 0.7s ease;
}
.p-btnSize:hover {
  color: var(--main-color);
  background-position: 0 0;
}

.p-btnSize::after {
  position: absolute;
  right: 35px;
  top: 50%;
  width: 11.5px;
  height: 11.5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
  border: solid 2px #fff;
  border-color: #fff #fff transparent transparent;
  display: block;
  content: "";
  transition: all 0.7s ease;
}
.p-btnSize:hover::after {
  border-color: var(--main-color) var(--main-color) transparent transparent;
}

.p-btnSize i {
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(/finessa/images/icon_size-btn_off.webp) center center no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
}

.p-btnSize i:after {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/finessa/images/icon_size-btn_on.webp) center center no-repeat;
  background-size: contain;
  content: "";
  opacity: 0;
  transition: opacity 0.7s ease;
}
.p-btnSize:hover i:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .p-btnSize {
    height: 74px;
    padding: 0 40px;
    border-width: 2px;
  }

  .p-btnSize i {
    margin-right: 5px;
  }
}



/* !.p-contentBox
---------------------------------------------------------- */
.p-contentBox {
  box-sizing: border-box;
  width: 100%;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-contentBox {
    padding: 40px 20px;
    border-radius: 15px;
  }
}


/* .p-ttl-lv3 */
.p-ttl-lv3 {
  font-size: 20px;
  line-height: 1.7;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-ttl-lv3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}


/* .box-01-01 */
.box-01-01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 40px;
  padding-bottom: 40px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.box-01-01-01, .box-01-01-02 {
  width: calc((100% - 40px) /2);
}

.box-01-01 img {
  width: 100%;
  height: auto;
}
.box-01-01-01 img {
  max-width: 441px;
}
.box-01-01-02 img {
  max-width: 354px;
}

@media only screen and (max-width: 767px) {
  .box-01-01 {
    padding-bottom: 30px;
  }
  .box-01-01 .clm {
    width: 100%;
  }
}


.ico-teinenpi {
  display: inline-block;
}

.ico-teinenpi i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: url(/finessa/images/icon_teinenpi.webp) left center no-repeat;
  background-size: 20px 20px;
  content: "";
  vertical-align: middle;
}


/* .p-notes */
.p-notes li {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.p-notes li + li {
  margin-top: 10px;
}
.c-asterisk {
  flex-grow: 0;
  flex-shrink: 0;
}
.typeOL .c-asterisk {
  width: 2.5em;
}
@media only screen and (max-width: 767px) {
  .p-notes {
    margin-top: -10px;
  }
  .p-notes li,
  .typeOL .c-asterisk {
    display: block;
  }
}


/* .box-01-02 */
.box-01-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  padding: 40px 0 30px;
  text-align: left;
}
.clm-text {
  flex-shrink: 1;
  flex-grow: 1;
}
.clm-image {
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 767px) {
  .box-01-02 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px 0;
    padding: 30px 0;
  }
  .clm-text {
    width: 100%;
  }
  .clm-image {
    width: 100%;
    text-align: center;
  }
}


/* .p-leadText */
.p-leadText {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-leadText {
    font-size: 15px;
    line-height: 28px;
  }
}


/* .p-cmnText */
.p-cmnText {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
.p-cmnText em {
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
  color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .p-cmnText {
    font-size: 15px;
    line-height: 28px;
  }
}


/* .box-02 */
.secondary-sec .sectionIn.box-02 {
  padding-bottom: 133px;
}
.box-02 .p-contentBox {
  padding-top: 50px;
}
.box-02 .p-contentBox img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .secondary-sec .sectionIn.box-02 {
    padding-bottom: 88px;
  }
  .p-contentBox {
    padding-top: 50px;
  }
}


/* .box-03 */
.secondary-sec .sectionIn.box-03 {
  position: relative;
  padding-bottom: 173px;
}
@media only screen and (max-width: 767px) {
  .secondary-sec .sectionIn.box-03 {
    padding-bottom: 120px;
  }
}

.box-03 h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 28px;
  line-height: 46px;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
  color: var(--main-color);
}
@media only screen and (max-width: 767px) {
  .box-03 h3 {
    padding: 5px 5.33vw;
    font-size: 22px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 374px) {
  .box-03 h3 {
    padding: 5px 20px;
    font-size: 5.87vw;
  }
}

.box-03 img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}


/* .box-04 */
.box-04 {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .box-04 {
  }
}


/* .p-performanceList */
.p-performanceList {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 120px 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-performanceList {
    width: 100%;
    gap: 80px 0;
  }
}


/* .p-performanceList div */
.p-performanceList > div {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 100px 30px 30px;
  width: calc((100% - 20px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-performanceList > div {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-performanceList > div {
    width: 100%;
    border-radius: 15px;
    padding: 80px 20px 30px;
  }
}


/* .p-performanceList dt */
.p-performanceList dt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-performanceList dt {
    width: 130px;
    height: 130px;
  }
}

.c-num {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .c-num {
    font-size: 30px;
  }
}

.p-ttl-performance {
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .p-ttl-performance {
    font-size: 15px;
    line-height: 28px;
  }
}


/* .p-performanceCatchCopy */
.p-performanceCatchCopy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  line-height: 38px;
  color: var(--main-color);
  font-family: "UD新ゴM", "UD Shin Go Medium", sans-serif !important;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: solid 1px var(--main-color);
}
@media only screen and (max-width: 767px) {
  .p-performanceCatchCopy {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}


/* .p-performanceDetails */
.p-performanceDetails + .p-performanceDetails {
  margin-top: 20px;
}

.p-performanceDetails .p-ttl-lv3 {
  margin-bottom: 5px;
}

.p-performanceDetails .p-cmnText + .p-cmnText {
  margin-top: 5px;
}

.p-performanceList figure {
  margin-top: 20px;
}

.p-performanceList img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-performanceList .p-notes {
  margin-top: 10px;
}
.p-performanceList .p-notes li +li {
  margin-top: 5px;
}



.pcOnly {
  display: none;
}
@media only screen and (min-width: 979px) {
  .pcOnly {
    display: block;
  }
}

