﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

/* LPコンテンツ */
/* ===============================================### 
初期設定
###=============================================== */
.lp_rivercoat{
  --activgrotesk:"aktiv-grotesk", sans-serif;
  --font-ja: var(--yugothic);
  --font-en: var(--activgrotesk);
  font-style: normal;
  --color-white: #ffffff;
  --color-black: #1F1F1F;
  --color-gray: #818181;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  color: #1F1F1F;
  overflow: hidden;
}

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

@media only screen and (min-width: 768px){
  .lp_rivercoat .hidden-desktop{
    display: none;
  }
  .lp_rivercoat .hidden-phone{
    display: block;
  }
}
@media only screen and (max-width: 767px){
  .lp_rivercoat .hidden-desktop{
    display: block;
  }
  .lp_rivercoat .hidden-phone{
    display: none;
  }
}

/* ===============================================### 
アニメーション設定
###=============================================== */
/*** fade-up ***/
.lp_rivercoat .js-fade-up{
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease;
  transition-property: opacity, transform;
}

.lp_rivercoat .js-fade-up.show{
  opacity: 1;
  transform: translateY(0);
}



/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.lp_rivercoat .content .content__inner{
  width: fit-content;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {

}



/* ===============================================### 
MV
###=============================================== */
.lp_rivercoat .mv__inner{
  width: fit-content;
  margin-inline: auto;
}

/************** text **************/
.lp_rivercoat .mv_title_box{
  width: 45.2rem;
  margin: 3rem auto 0;
}
.lp_rivercoat .mv_sub_title{
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  /* letter-spacing: 0; */
  text-align: center;
}
.lp_rivercoat .mv_title{
  font-family: var(--font-en);
  font-size: 4rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.8rem;
}

.lp_rivercoat .mv_text_box{
  width: 49rem;
  margin: 55rem auto 0;
}
.lp_rivercoat .mv__text{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_rivercoat .mv__text.txt_02{
  margin-top: 2.8rem;
}
.lp_rivercoat .mv__text.txt_03{
  margin-top: 2.8rem;
}

/************** image **************/
.lp_rivercoat .mv__inner{
  width: 120rem;
}
.lp_rivercoat .mv_image_box{
  width: 70.6rem;
  margin: 2rem auto 0;
  position: relative;
}
.lp_rivercoat .mv_image_box .mv_image{
  width: 22rem;
  position: absolute;
  opacity: 0;
  /*transition: opacity 0.5s ease-in-out; */
}

.lp_rivercoat .mv_image_box .mv_image.is-visible{
  opacity: 1;
}

.lp_rivercoat .mv_image_box .mv_img01{
  top: 12.6rem;
  left: 15rem;
  z-index: 1;
}
.lp_rivercoat .mv_image_box .mv_img02{
  top: 6.7rem;
  left: 0;
  z-index: 2;
}
.lp_rivercoat .mv_image_box .mv_img03{
  top: 0.8rem;
  left: 33.1rem;
  z-index: 3;
}
.lp_rivercoat .mv_image_box .mv_img04{
  top: 8.7rem;
  right: 0;
  z-index: 4;
}
.lp_rivercoat .mv_image_box .mv_img05{
  top: 3.1rem;
  left: 15rem;
  z-index: 5;
}
.lp_rivercoat .mv_image_box .mv_img06{
  top: 15.9rem;
  left: 30.5rem;
  z-index: 6;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .lp_rivercoat .mv_title_box{
    width: calc(338*(100vw / 375));
    margin: calc(30*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .mv_sub_title{
    font-size: calc(16*(100vw / 375));
    line-height: 1.5;
  }
  .lp_rivercoat .mv_title{
    font-size: calc(30*(100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }

  .lp_rivercoat .mv_text_box{
    width: calc(320*(100vw / 375));
    margin: calc(372*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .mv__text{
    font-size: calc(14*(100vw / 375));
  }
  .lp_rivercoat .mv__text.txt_02{
    margin-top: calc(28*(100vw / 375));
  }
  .lp_rivercoat .mv__text.txt_03{
    margin-top: calc(28*(100vw / 375));
  }

  /************** image **************/
  .lp_rivercoat .mv__inner{
    width: calc(375*(100vw / 375));
  }
  .lp_rivercoat .mv_image_box{
    width: calc(338*(100vw / 375));
    margin: calc(20*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .mv_image_box .mv_image{
    width: calc(120*(100vw / 375));
  }

  .lp_rivercoat .mv_image_box .mv_img01{
    top: calc(145 * (100vw / 375));
    left: calc(71 * (100vw / 375));
  }
  .lp_rivercoat .mv_image_box .mv_img02{
    top: calc(81 * (100vw / 375));
    left: 0;
  }
  .lp_rivercoat .mv_image_box .mv_img03{
    top: calc(0 * (100vw / 375));
    left: calc(133 * (100vw / 375));
  }
  .lp_rivercoat .mv_image_box .mv_img04{
    top: calc(58 * (100vw / 375));
    right: calc(1 * (100vw / 375));
  }
  .lp_rivercoat .mv_image_box .mv_img05{
    top: calc(33 * (100vw / 375));
    left: calc(73 * (100vw / 375));
  }
  .lp_rivercoat .mv_image_box .mv_img06{
    top: calc(119 * (100vw / 375));
    left: calc(151 * (100vw / 375));
  }
}



/* ===============================================### 
アンカーリンク
###=============================================== */
.lp_rivercoat .link-area{
  margin-top: 9.2rem;
}

.lp_rivercoat .link-area .link-area__inner{
  width: 120rem;
  margin-inline: auto;
}

.lp_rivercoat .link-area .link__title{
  border-top: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
  padding-top: 1.5rem;
  padding-bottom: 1.7rem;
}

.lp_rivercoat .link-area .link__title h4{
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.lp_rivercoat .link-area .flex-wrap{
  width: 120rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp_rivercoat .link-area .link-item{
  width: 40rem;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  padding-bottom: 3.85rem;
}
.lp_rivercoat .link-area .item01{
  border-right: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .link-area .item02{
  border-right: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .link-area .item03{
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .link-area .item04{
  border-right: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .link-area .item05{
  border-right: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .link-area .item06{
  border-bottom: solid 2px var(--color-black);
}


/************** text **************/
.lp_rivercoat .link-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.lp_rivercoat .link-txt .link-name{
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.015em;
  text-align: center;
  margin-right: 0.8rem;
}

.lp_rivercoat .link-txt .look-arrow{
  display: block;
  width: 1rem;
}

/************** image **************/
.lp_rivercoat .link-image{
  width: 27rem;
  margin-top: 4rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .link-area{
    margin-top: calc(72 * (100vw / 375));
  }

  .lp_rivercoat .link-area .content__inner{
    width: calc(375 * (100vw / 375));
  }

  .lp_rivercoat .link-area .link__title{
    padding-top: calc(13 * (100vw / 375));
    padding-bottom: calc(11 * (100vw / 375));
  }

  .lp_rivercoat .link-area .link__title h4{
    font-size: calc(24 * (100vw / 375));
  }

  .lp_rivercoat .link-area .flex-wrap{
    width: calc(375 * (100vw / 375));
  }
  .lp_rivercoat .link-area .link-item{
    width: calc(187.5 * (100vw / 375));
    padding-left: calc(14 * (100vw / 375));
    padding-right: calc(14 * (100vw / 375));
    padding-bottom: calc(14 * (100vw / 375));
  }
  .lp_rivercoat .link-area .item02{
    border-right: none;
  }
  .lp_rivercoat .link-area .item03{
    border-right: solid 2px var(--color-black);
  }
  .lp_rivercoat .link-area .item04{
    border-right: none;
  }

  /************** text **************/
  .lp_rivercoat .link-txt {
    margin-top: calc(8 * (100vw / 375));
    flex-direction: column;
  }

  .lp_rivercoat .link-txt .link-name{
    font-size: calc(12 * (100vw / 375));
    margin-right: 0;
    line-height: 1.25;
  }

  .lp_rivercoat .link-txt .look-arrow{
    width: calc(10 * (100vw / 375));
    margin: calc(8 * (100vw / 375)) auto 0;
  }

  /************** image **************/
  .lp_rivercoat .link-image{
    width: calc(160 * (100vw / 375));
    margin-top: calc(15 * (100vw / 375));
  }

  .lp_rivercoat .item03 .link-image,
  .lp_rivercoat .item04 .link-image{
    margin-top: calc(12 * (100vw / 375));
  }

  .lp_rivercoat .item05 .link-image,
  .lp_rivercoat .item06 .link-image{
    margin-top: calc(13 * (100vw / 375));
  }

}




/* ===============================================### 
コンテンツ01
###=============================================== */
.lp_rivercoat .content{
  margin: 10.2rem auto 0;
  width: 105rem;
}
.lp_rivercoat .content__no{
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  text-align: right;
  margin-right: 0.6rem;
}
.lp_rivercoat .content__title{
  font-family: var(--font-en);
  font-size: 2.6rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  text-align: center;
  border-top: solid 2px var(--color-black);
  border-bottom: solid 2px var(--color-black);
  padding-top: 2.1rem;
  padding-bottom: 2rem;
  margin-top: 1.1rem;
}
.lp_rivercoat .content__flex01{
  width: 105rem;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .content__item01{
  width: 50rem;
  border-right: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .content__item01_txt{
  width: 55rem;
}
.lp_rivercoat .content__flex01 .content__item_name{
  width: 55rem;
    padding: 3rem 2.9rem 2.9rem 2.9rem;
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .content_item_title{
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  color: var(--color-gray);
}
.lp_rivercoat .content__flex01 .item_credit{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.1rem;
}
.lp_rivercoat .content__flex01 .item_credit_txt{
  display: contents;
  white-space: nowrap;
}
.lp_rivercoat .content__flex01 .item_credit p{
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  margin-right: 0.5rem;
}
.lp_rivercoat .content__flex01 .item_credit span{
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  margin-right: 1.6rem;
}
.lp_rivercoat .content__flex01 .item_credit .item_credit_img{
  width: 4.4rem;
}

.lp_rivercoat .content__flex01 .content__item_code{
  width: 55rem;
  padding: 3rem 2.9rem 3rem 2.9rem;
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .content_item_lead{
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  margin-top: 1.1rem;
}

.lp_rivercoat .content__flex01 .content__item_color{
  width: 55rem;
  padding: 3rem 2.9rem;
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .item_color_img{
  width: 24rem;
  margin-top: 1rem;
}

.lp_rivercoat .content__flex01 .content__item_size{
  width: 55rem;
  padding: 3rem 2.9rem 3rem 2.9rem;
  border-bottom: solid 2px var(--color-black);
}

.lp_rivercoat .content__flex01 .content__item_weight{
  width: 55rem;
  padding: 3rem 2.9rem;
  border-bottom: solid 2px var(--color-black);
}
.lp_rivercoat .content__flex01 .content_item_lead span{
  font-size: 1rem;
}

.lp_rivercoat .content__flex02{
  width: 105rem;
  display: flex;
  justify-content: space-between;
}
.lp_rivercoat .content__flex02 .flex_inner01{
  width: 52rem;
}
.lp_rivercoat .content__flex02 .flex_inner02{
  width: 53rem;
}
.lp_rivercoat .content__flex02 .content__item_point{
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  margin-top: 4rem;
  margin-left: 4rem;
}
.lp_rivercoat .content__flex02 .item_point_list{
  width: 48rem;
  margin-top: 2.2rem;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
}
.lp_rivercoat .content__flex02 .item_point{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp_rivercoat .content__flex02 .item_point p{
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.lp_rivercoat .content__flex02 .item_point_img{
  width: 2rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.lp_rivercoat .content__item02{
  width: 48rem;
  margin-top: 6rem;
  margin-left: 4rem;
  border: solid 2px var(--color-black);
}
.lp_rivercoat .content__item02 .content__image{
  width: 44rem;
  margin: 1.8rem auto 1.8rem;
}

.lp_rivercoat .content__item03{
  width: 44rem;
  margin-top: 4rem;
  margin-left: 5rem;
}
.lp_rivercoat .credit{
  width: 44.1rem;
  margin-top: 13.4rem;
  margin-left: 4.9rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.lp_rivercoat .credit a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_rivercoat .credit .credit__text{
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  line-height: 1;
}
.lp_rivercoat .credit .credit_img{
  width: 4.4rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content{
    margin: calc(69 * (100vw / 375)) auto 0;
    width: calc(355*(100vw / 375));
  }
  .lp_rivercoat .content__no{
    font-size: calc(14*(100vw / 375));
    margin-right: 0;
  }
  .lp_rivercoat .content__title{
    font-size: calc(20 * (100vw / 375));
    padding-top: calc(10 * (100vw / 375));
    padding-bottom: calc(10 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
    line-height: 1.2;
  }
  .lp_rivercoat .content__flex01{
    width: calc(355*(100vw / 375));
    flex-direction: column;
    border-bottom: none;
  }
  .lp_rivercoat .content__flex01 .content__item01{
    width: 100%;
    border-right: none;
    border-bottom: solid 2px var(--color-black);
  }
  .lp_rivercoat .content__flex01 .content__item01_txt{
    width: 100%;
  }
  .lp_rivercoat .content__flex01 .content__item_name{
    width: 100%;
    padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(19 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__flex01 .content_item_title{
    font-size: calc(14*(100vw / 375));
  }
  .lp_rivercoat .content__flex01 .item_credit{
    justify-content: space-between;
    margin-top: calc(12 * (100vw / 375));
  }
  .lp_rivercoat .content__flex01 .item_credit_txt{
    line-height: 1.25;
    display: block;
  }
  .lp_rivercoat .content__flex01 .item_credit p{
    font-size: calc(13*(100vw / 375));
    margin-right: 0;
  }
  .lp_rivercoat .content__flex01 .item_credit span{
    font-size: calc(13*(100vw / 375));
    margin-right: 0;
  }
  .lp_rivercoat .content__flex01 .item_credit .item_credit_img{
    width: calc(38*(100vw / 375));
  }

  .lp_rivercoat .content__flex01 .content__item_code{
    width: 100%;
    padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(22 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__flex01 .content_item_lead{
    font-size: calc(13*(100vw / 375));
    margin-top: calc(15 * (100vw / 375));
  }

  .lp_rivercoat .content__flex01 .content__item_color{
    width: 100%;
    padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(19 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__flex01 .item_color_img{
    width: calc(160*(100vw / 375));
    margin-top: calc(10*(100vw / 375));
  }

  .lp_rivercoat .content__flex01 .content__item_size{
    width: 100%;
    padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(20 * (100vw / 375)) calc(5 * (100vw / 375));
  }

  .lp_rivercoat .content__flex01 .content__item_weight{
    width: 100%;
    padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__flex01 .content_item_lead span{
    font-size: calc(10*(100vw / 375));
  }

  .lp_rivercoat .content__flex02{
    width: calc(355*(100vw / 375));
    flex-direction: column;
  }
  .lp_rivercoat .content__flex02 .flex_inner01{
    width: 100%;
  }
  .lp_rivercoat .content__flex02 .flex_inner02{
    width: 100%;
  }
  .lp_rivercoat .content__flex02 .content__item_point{
    font-size: calc(14 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
    margin-left: calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__flex02 .item_point_list{
    width: calc(345 * (100vw / 375));
    margin-top: calc(12 * (100vw / 375));
    margin-left: calc(5 * (100vw / 375));
    row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content__flex02 .item_point{
    align-items: start;
  }
  .lp_rivercoat .content__flex02 .item_point p{
    font-size: calc(13*(100vw / 375));
    line-height: 1.5;
  }
  .lp_rivercoat .content__flex02 .item_point_img{
    width: calc(15*(100vw / 375));
    margin-right: calc(16 * (100vw / 375));
    padding-top: calc(4 * (100vw / 375));
  }
  .lp_rivercoat .content__item02{
    width: calc(300*(100vw / 375));
    margin-top: calc(21 * (100vw / 375));
    margin-left: calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content__item02 .content__image{
    width: calc(280*(100vw / 375));
    margin: calc(8 * (100vw / 375)) auto calc(8 * (100vw / 375));
  }

  .lp_rivercoat .content__item03{
    width: calc(280*(100vw / 375));
    margin-top: calc(27 * (100vw / 375));
    margin-left: calc(70 * (100vw / 375));
  }
  .lp_rivercoat .credit{
    width: calc(345*(100vw / 375));
    margin: 0 auto;
    margin-top: calc(20*(100vw / 375));
    row-gap: calc(3 * (100vw / 375));
  }

  .lp_rivercoat .credit .credit__text{
    font-size: calc(13*(100vw / 375));
  }
  .lp_rivercoat .credit .credit_img{
    width: calc(38*(100vw / 375));
  }
}



/* ===============================================### 
コンテンツ02
###=============================================== */
.lp_rivercoat .content02 {
  margin: 10rem auto 0;
}
.lp_rivercoat .content02 .content__flex02 .content__item_point {
  margin-top: 4.2rem;
}
.lp_rivercoat .content02 .content__flex02 .item_point_list {
  margin-top: 2rem;
  row-gap: 1.8rem;
}
.lp_rivercoat .content02 .content__item02 {
  margin-top: 5.6rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content02 {
    margin: calc(81*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .content02 .content__flex01 .item_credit {
      margin-top: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content02 .content__flex02 .content__item_point {
      margin-top: calc(21 * (100vw / 375));
  }
  .lp_rivercoat .content02 .content__flex02 .item_point_list {
      margin-top: calc(13 * (100vw / 375));
      row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content02 .content__item03 {
      margin-top: calc(29 * (100vw / 375));
  }
  .lp_rivercoat .content02 .content__item02 {
      margin-top: calc(21 * (100vw / 375));
  }
}

/* ===============================================### 
コンテンツ03
###=============================================== */
.lp_rivercoat .content03 {
  margin: 10rem auto 0;
}
.lp_rivercoat .content03 .content__flex01 .item_color_img {
  width: 15rem;
  margin-top: 1.1rem;
}
.lp_rivercoat .content03 .content__flex01 .content__item_code {
  padding: 3.2rem 2.9rem 3.4rem 2.9rem;
}
.lp_rivercoat .content03 .content__flex02 .content__item_point {
  margin-top: 4.2rem;
}
.lp_rivercoat .content03 .content__flex02 .item_point_list {
  margin-top: 2rem;
  row-gap: 1.8rem;
}
.lp_rivercoat .content03 .content__item02 {
  margin-top: 5.7rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content03 {
    margin: calc(81*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .content03 .content__title {
      margin-top: calc(9 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex01 .content__item_name {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(20 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex01 .content__item_code {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex01 .content__item_color {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(20 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex01 .item_color_img {
      width: calc(100 * (100vw / 375));
      margin-top: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex01 .item_credit {
      margin-top: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex02 .content__item_point {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__flex02 .item_point_list {
      margin-top: calc(12 * (100vw / 375));
      row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__item03 {
      margin-top: calc(28 * (100vw / 375));
  }
  .lp_rivercoat .content03 .content__item02 {
      margin-top: calc(20 * (100vw / 375));
  }
}

/* ===============================================### 
コンテンツ04
###=============================================== */
.lp_rivercoat .content04 .content__flex02 .content__item_point {
  margin-top: 4.2rem;
}
.lp_rivercoat .content04 .content__flex02 .item_point_list {
    margin-top: 2rem;
}
.lp_rivercoat .content04 .credit {
    margin-top: 15.4rem;
}
.lp_rivercoat .content04 .content__item02 {
  margin-top: 5.7rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content04 {
    margin: calc(80*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .content04 .content__flex01 .content__item_name {
    padding: calc(18 * (100vw / 375)) calc(5 * (100vw / 375)) calc(20 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content04 .content__flex01 .content__item_size {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content04 .content__flex02 .content__item_point {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content04 .content__flex02 .item_point_list {
      margin-top: calc(12 * (100vw / 375));
      row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content04 .content__item02 {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content04 .credit {
      margin-top: calc(20 * (100vw / 375));
  }
}

/* ===============================================### 
コンテンツ05
###=============================================== */
.lp_rivercoat .content05 {
    margin: 10rem auto 0;
}
.lp_rivercoat .content05 .content__flex02 .item_point_list {
    row-gap: 1.8rem;
}
.lp_rivercoat .content05 .content__flex01 .item_color_img {
    width: 15rem;
    margin-top: 1.1rem;
}
.lp_rivercoat .content05 .content__item02 {
    margin-top: 5.5rem;
}
.lp_rivercoat .content05 .credit {
    margin-top: 15.5rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content05 {
    margin: calc(81*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .content05 .content__flex01 .content__item_name {
    padding: calc(18 * (100vw / 375)) calc(5 * (100vw / 375)) calc(18 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__flex01 .content__item_size {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__flex01 .item_color_img {
      width: calc(100 * (100vw / 375));
      margin-top: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__flex02 .content__item_point {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__flex02 .item_point_list {
      margin-top: calc(12 * (100vw / 375));
      row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__item03 {
      margin-top: calc(29 * (100vw / 375));
  }
  .lp_rivercoat .content05 .content__item02 {
      margin-top: calc(22 * (100vw / 375));
  }
  .lp_rivercoat .content05 .credit {
      margin-top: calc(20 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ06
###=============================================== */
.lp_rivercoat .content06 {
    margin: 10.1rem auto 0;
}
.lp_rivercoat .content06 .content__flex01 .item_color_img {
    width: 15rem;
    margin-top: 1.1rem;
}
.lp_rivercoat .content06 .content__flex01 .content__item_color {
    padding: 2.9rem 2.9rem 3rem 2.9rem;
}
.lp_rivercoat .content06 .content__flex01 .content__item_size {
    padding: 3rem 2.9rem 3.7rem 2.9rem;
}
.lp_rivercoat .content06 .content__flex02 .content__item_point {
    margin-top: 4.3rem;
}
.lp_rivercoat .content06 .content__flex02 .item_point_list {
    margin-top: 2.1rem;
}
.lp_rivercoat .content06 .content__item02 {
    margin-top: 5.7rem;
}
.lp_rivercoat .content06 .content__item03 {
    margin-top: 4.2rem;
}
.lp_rivercoat .content06 .credit {
    margin-top: 15.5rem;
}
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .content06 {
    margin: calc(80*(100vw / 375)) auto 0;
  }
  .lp_rivercoat .content06 .content__flex01 .content__item_name {
    padding: calc(18 * (100vw / 375)) calc(5 * (100vw / 375)) calc(19 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex01 .content__item_code {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex01 .content__item_size {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(21 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex01 .content__item_color {
      padding: calc(20 * (100vw / 375)) calc(5 * (100vw / 375)) calc(20 * (100vw / 375)) calc(5 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex01 .item_color_img {
      width: calc(100 * (100vw / 375));
      margin-top: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex02 .content__item_point {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__flex02 .item_point_list {
      margin-top: calc(12 * (100vw / 375));
      row-gap: calc(10 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__item03 {
      margin-top: calc(29 * (100vw / 375));
  }
  .lp_rivercoat .content06 .content__item02 {
      margin-top: calc(20 * (100vw / 375));
  }
  .lp_rivercoat .content06 .credit {
      margin-top: calc(20 * (100vw / 375));
  }
}

/* ===============================================### 
top-to-button
###=============================================== */
.lp_rivercoat .button-area{
  margin-top: 9.7rem;
  margin-bottom: 10.3rem;
}

/************** button **************/
.lp_rivercoat .link-button{
}

.lp_rivercoat .link-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 5rem;
  margin-inline: auto;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid var(--color-black);
}

.lp_rivercoat .link-button.item{
  background-color: var(--color-black);
  color: #ffffff;
}

.lp_rivercoat .link-button.top{
  margin-top: 2rem;
  background-color: #ffffff;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_rivercoat .button-area{
    margin-top: calc(90 * (100vw / 375));
    margin-bottom: calc(109 * (100vw / 375));
  }

  /************** button **************/
  .lp_rivercoat .link-button{
    width: calc(280 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_rivercoat .link-button.top{
    margin-top: calc(20 * (100vw / 375));
  }
}