@charset "utf-8";
.rainwear {
  overflow-x: hidden;
}

.mv h1 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.section-rainwear p {
  line-height: 1.5;
}

.section-rainwear sup {
  font-size: 50%;
}

.section-rainwear {
  color: #333;
}

.section-rainwear img {
  height: auto;
}

.mv {
  background-size: cover;
}

.flex-box {
  display: flex;
  justify-content: center;
}

.section-container {
  margin-left: auto;
  margin-right: auto;
}

.section_title {
  position: relative;
  text-align: center;
}

/* .section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #CC0813;
  transform: translate(-50%, 0);
} */

.rainwear-item {
  position: relative;
  background-color: #EFF4F5;
}

.rainwear-item .section-container {
  position: relative;
}

.rainwear-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.slider-wrap {
  position: relative;
}

.rainwear-item_list a {
  position: relative;
}

.rainwear-item_list a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.rainwear-item .controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rainwear-item .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: #8FB7C5;
  border-radius: 50vh;
  font-size: 0;
}

.rainwear-item .slick-prev::before,
.rainwear-item .slick-next::before {
  content: '';
  transform: rotate(45deg);
}

.rainwear-item .slick-prev::before {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}

.rainwear-item .slick-next::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.rainwear-item_title {
  color: #76A4B4;
}

.rainwear-item_title .em {
  color: #517A9F;
}

.list-product {
  display: flex;
  flex-wrap: wrap;
}

.rainwear-productlist {
  position: relative;
}

.rainwear-productlist .section-container {
  position: relative;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #D0D0D0;
  background-color: #fff;
}

.btn-anchor span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #D0D0D0;
}

.btn-anchor span::before {
  content: '';
  margin-top: -3px;
  border-bottom: solid 1px #D0D0D0;
  border-right: solid 1px #D0D0D0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.rainwear-about {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.rainwear-about .section-container {
  position: relative;
}

.rainwear-about_wrap {
  background-color: rgba(255, 255, 255, .74);
}

.rainwear-about_content {
  display: flex;
  justify-content: space-between;
}

.rainwear-about_content .content_title {
  background-color: #1E4763;
  color: #fff;
  text-align: center;
}

.rainwear-about_note {
  text-indent: -1em;
  padding-left: 1em;
  color: #919191;
}

.rainwear-about_note a {
  color: #919191;
}

.rainwear-about .section-container::before {
  content: '';
  position: absolute;
  background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
  z-index: 1;
  transform: scale(-1, 1);
}

.rainwear-pickup .section-container {
  position: relative;
}

.rainwear-pickup_content .content_item {
  position: relative;
}

.list-product_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.rainwear-pickup {
  counter-reset: pickup-num;
}

.rainwear-pickup .section-container::before {
  content: '';
  position: absolute;
}

.rainwear-pickup_content .content_item::after {
  content: '';
  position: absolute;
}

.rainwear-pickup_content .content_item:nth-child(even)::after {
  transform: scale(-1, 1);
}

.rainwear-pickup_content .content_item:last-child::after {
  display: none;
}

.rainwear-pickup_content .content_item:last-child {
  margin-bottom: 0;
}

.rainwear-pickup_content .content_item .wrap {
  display: flex;
}

.rainwear-pickup_content .content_item .product-image {
  position: relative;
}

.rainwear-pickup_content .content_item .product-image::before {
  content: '';
  position: absolute;
  background-color: #CCDCE3;
}

.rainwear-pickup_content .product-image::after {
  counter-increment: pickup-num;
  content: '0' counter(pickup-num);
  position: absolute;
  line-height: 1;
}

.rainwear-pickup_content .product-info {
  flex: 1;
  z-index: 1;
}

.rainwear-pickup_content .product-name {
  display: inline-block;
  background-color: #3D7D9B;
  color: #fff;
}

.rainwear-pickup_content .product-detail {
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #D0D0D0;
}

.color_item {
  display: inline-block;
}

.color_item.d-gray {
  background-color: #AAA99B;
}

.color_item.gray {
  background-color: #D0D0D0;
}

.color_item.red {
  background-color: #CC0813;
}

.color_item.black {
  background-color: #000;
}

.color_item.g-green {
  background-color: #9BBEA8;
}

.color_item.khaki {
  background-color: #638D69;
}

.color_item.khaki2 {
  background-color: #9EAC93;
}

.color_item.terracotta {
  background-color: #DB574E;
}

.color_item.d-blue {
  background-color: #549FBB;
}

.color_item.i-white {
  background-color: #EAEFF2;
}

.color_item.beige {
  background-color: #DEDAB5;
}

.product-photo_item img {
  margin: 0 0 0 auto;
}

.product-photo .slick-dots {
  display: flex;
  justify-content: flex-end;
}

.product-photo .slick-dots button {
  margin-left: 7px;
  border: none;
  width: 37px;
  height: 2px;
  background-color: #D0D0D0;
  font-size: 0;
}

.product-photo .slick-dots .slick-active button {
  background-color: #000;
}

.rainwear-pickup_content .btn-wrap {
  justify-content: center;
}

.btn-product {
  position: relative;
  border: 1px solid #D0D0D0;
  text-align: center;
  background-color: #F4F4F4;
}

.btn-product::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
  border-top: solid 2px #444;
  border-right: solid 2px #444;
}

.rainwear-productlist_lead {
  text-align: center;
}

.list-product .product-name {
  flex: 1;
}
.list-product .product-price .sale {
    color: #c00;
    font-weight: bold;
}

.list-product .product-price .default-price {
    font-weight: normal;
    margin-left: 10px;
}
.list-product figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-product figure img {
  max-width: 100%;
}

.rainwear-productlist .bnr-area {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }

  .section-rainwear a {
    transition: .3s ease-in;
  }

  .section-rainwear a:hover {
    opacity: .7;
    text-decoration: none;;
  }

  .section-rainwear {
    font-size: 18px;
  }

  .mv {
    background-image: url(/img/page/rainwear/mv-bg.jpg);
  }

  .mv h1 img {
    height: auto;
    margin: 0 0 -1% 0;
  }

  .mv .flex-box {
    align-items: center;
  }

  .section-container {
    max-width: 1220px;
  }

  .section_title {
    position: relative;
    text-align: center;
    margin: 0 auto 60px;
    padding-bottom: 43px;
    font-size: 32px;
  }

  /* .section_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75px;
    height: 3px;
    background-color: #CC0813;
    transform: translate(-50%, 0);
  } */

  .section_title sup {
    font-size: 12px;
  }

  .rainwear-item {
    margin-bottom: 50px;
    padding: 55px 0;
  }

  .rainwear-item::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: url(/img/page/rainwear/bg-wave_2.png) top center repeat-x;
  }

  /* .rainwear-item .section-container::before {
    content: '';
    position: absolute;
    top: -260px;
    left: -96px;
    width: 82px;
    height: 160px;
    background: url(/img/page/rainwear/bg-rain_02.png) top center repeat-x;
  } */

  .rainwear-item .btn-wrap {
    margin-top: 0;
  }

  .rainwear-item .controls {
    margin-top: 50px;
  }

  .rainwear-item .slick-arrow {
    width: 54px;
    height: 54px;
  }

  .rainwear-item .slick-prev::before,
  .rainwear-item .slick-next::before {
    width: 15px;
    height: 15px;
  }

  .btn-product::after {
    width: 10px;
    height: 10px;
  }

  .rainwear-item .slick-prev::before {
    margin-left: 8px;
  }

  .rainwear-item .slick-next::before {
    margin-right: 8px;
  }

  .rainwear-item_title {
    margin: 0 75px;
    font-size: 70px;
  }

  .rainwear-item_list .list_item {
    margin-right: 30px;
    padding-bottom: 20px;
    width: calc((100% - 30px * (5 - 1)) / 5 );
  }

  .rainwear-item_list .list_item:nth-child(odd) {
    margin-top: 60px;
  }

  .rainwear-item_list a::after {
    left: 17px;
    top: 20px;
  }

  .rainwear-productlist {
    padding-top: 50px;
    background: #DDE6E8 url(/img/page/rainwear/bg-wave.png) top center repeat-x;
  }

  .list-product_item {
    margin: 0 22px 60px 0;
    padding: 15px 20px;
    width: calc((100% - 22px * (5 - 1)) / 5 );
    box-sizing: border-box;
  }

  .list-product_item:nth-child(5n) {
    margin-right: 0;
  }

  .btn-wrap {
    margin: 70px auto 0;
    width: 1154px;
  }

  .btn-anchor {
    padding: 25px 0;
    width: 350px;
    font-size: 18px;
  }

  .btn-anchor span {
    right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50vh;
  }

  .rainwear-about {
    margin-top: -40px;
    padding: 150px 0 140px;
    background-image: url(/img/page/rainwear/bg-about.jpg);
  }

  .rainwear-about .section-container::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -80px;
    width: 282px;
    height: 262px;
    background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
    z-index: 1;
    transform: scale(-1, 1);
  }

  .rainwear-about_wrap {
    padding: 70px 136px;
  }

  .section_lead {
    margin-bottom: 35px;
  }

  .rainwear-about_content .flex-box_item {
    width: 445px;
  }

  .rainwear-about_content .content_title {
    margin: 0 auto 12px;
    padding: 7px 0;
    font-size: 27px;
  }

  .rainwear-about_content .content_text {
    margin-top: 30px;
  }

  .rainwear-about_content .content_text p {
    margin-bottom: 10px;
  }

  .rainwear-about_content picture {
    margin-bottom: 30px;
  }

  .rainwear-about_note {
    margin-top: 40px;
    font-size: 12px;
  }

  .rainwear-pickup {
    padding: 145px 0 120px;
  }

  .rainwear-pickup .section-container::before {
    content: '';
    position: absolute;
    top: -260px;
    left: -96px;
    width: 282px;
    height: 262px;
    background: url(/img/page/rainwear/bg-rain_01.png) top center no-repeat;
  }

  .rainwear-pickup_content .content_item {
    margin-bottom: 160px;
  }

  .rainwear-pickup_content .content_item::after {
    content: '';
    position: absolute;
    width: 82px;
    height: 160px;
    background: url(/img/page/rainwear/bg-rain_02.png) top center no-repeat;
  }

  .rainwear-pickup_content .content_item:nth-child(odd)::after {
    bottom: -100px;
    right: 70px;
  }

  .rainwear-pickup_content .content_item:nth-child(even)::after {
    bottom: -50px;
    left: 70px;
  }

  .rainwear-pickup_content .content_item .product-image {
    padding-left: 75px;
  }

  .rainwear-pickup_content .content_item .product-image::before {
    height: 125px;
    width: 39px;
    top: -60px;
    left: 0;
  }

  .rainwear-pickup_content .product-image::after {
    top: -40px;
    left: 23px;
    font-size: 106px;
    line-height: 1;
  }

  .rainwear-pickup_content .product-image p {
    font-size: 12px;
  }

  .rainwear-pickup_content .product-info {
    flex: 1;
    margin: 40px 0 0 30px;
    z-index: 1;
  }

  .rainwear-pickup_content .product-name {
    margin: 0 0 10px 0;
    padding: 0 100px 0 15px;
    font-size: 28px;
  }

  .rainwear-pickup_content .product-price {
    margin: 0 0 35px 15px;
    font-size: 24px;
  }

  .rainwear-pickup_content .product-price .taxincluded {
    margin-left: 35px;
    font-size: 16px;
  }

  .rainwear-pickup_content .product-detail {
    padding: 30px 0 0 15px;
  }

  .rainwear-pickup_content .product-detail_item {
    min-width: 40%;
    margin-bottom: 20px;
  }

  .rainwear-pickup_content .product-detail_item .detail-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .color_item {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50vh;
  }

  .rainwear-pickup_content .product-text {
    margin: 50px 0 0 15px;
  }

  .product-photo {
    margin: 40px 0 0 auto;
    width: calc((274px + 20px) * 2);
  }

  .product-photo_item img {
    width: 274px;
  }

  .btn-product {
    padding: 15px 0;
    width: 370px;
  }

  .rainwear-productlist {
    padding: 115px 0 180px;
  }

  .rainwear-productlist .section-container::before {
    content: '';
    position: absolute;
    top: -260px;
    left: -96px;
    width: 282px;
    height: 262px;
    background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
  }

  .rainwear-productlist_lead {
    font-size: 24px;
  }

  .list-product {
    margin-bottom: 80px;
  }

  .list-product .product-name {
    margin-top: 10px;
  }

  .list-product figure {
    height: 196px;
  }

  .list-product figure img {
    max-width: 100%;
  }

  .list-product .product-price {
    font-size: 15px;
  }

  .list-product .product-price .taxincluded {
    margin-left: 15px;
    font-size: 10px;
  }

  .rainwear-productlist .bnr-area_title {
    margin-bottom: 60px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section-rainwear p {
    line-height: 1.7;
    overflow-wrap: break-word;
  }

  sup {
    vertical-align: super;
  }

  .mv {
    /* height: 109.333333333vw; */
    background-image: url(/img/page/rainwear/sp/mv.jpg);
  }

  .mv img {
    height: auto;
  }

  .mv .flex-box_item {
    margin: 0 auto;
    z-index: 1;
  }

  .mv .flex-box_item:first-child {
    width: 90.8vw;
  }

  .mv .flex-box_item:last-child {
    width: 94.5333333333vw;
  }

  .section-container {
    width: 94.6666666667vw;
  }

  .section_title {
    margin-bottom: 13.3333333333vw;
    padding: 0 0 5.33333333333vw 0;
    font-size: 24px;
  }

  /* .section_title::after {
    width: 13.3333333333vw;
    height: 2px;
  } */

  .flex-box {
    flex-direction: column;
  }

  .rainwear-item {
    margin-bottom: 2.66666666667vw;
    padding: 13.3333333333vw 0;
  }

  .rainwear-item::after {
    bottom: -2.66666666667vw;
    height: 2.66666666667vw;
    background: url(/img/page/rainwear/sp/bg-wave_2.png) top center repeat-x;
  }

  .rainwear-item .btn-wrap {
    margin-top: 0;
  }

  .rainwear-item_list .list_item {
    margin-right: 3.73333333333vw;
    padding-bottom: 2.66666666667vw;
    width: calc((100% - 3.73333333333vw * (4 - 1)) / 4 );
  }

  .rainwear-item_list .list_item:nth-child(even) {
    margin-top: 6.66666666667vw;
  }

  .rainwear-item_list a::after {
    left: 1.86666666667vw;
    top: 2.66666666667vw;
  }

  .rainwear-item .controls {
    justify-content: space-between;
    margin-top: 13.3333333333vw;
  }

  .rainwear-item .slick-arrow {
    width: 8vw;
    height: 8vw;
  }

  .rainwear-item .slick-prev::before {
    height: 8px;
    width: 8px;
  }

  .rainwear-item .slick-next::before {
    height: 8px;
    width: 8px;
  }

  .btn-product::after {
    height: 8px;
    width: 8px;
  }

  .rainwear-item_title {
    padding: 0;
    font-size: 8.8vw;
    font-weight: 500;
  }

  .btn-wrap {
    align-items: stretch;
    margin-top: 10.6666666667vw;
  }

  .btn-anchor {
    flex-direction: column;
    width: 40.133333vw;
    padding: 2.66666666667vw 0;
    text-align: center;
  }

  .btn-anchor span {
    position: relative;
    margin-top: 2.66666666667vw;
    width: 22px;
    height: 22px;
    border-radius: 50vh;
  }

  .btn-anchor span::before {
    width: 6px;
    height: 6px;
  }

  .rainwear-about {
    margin-top: -2.66666666667vw;
    padding: 10.6666666667vw 0 16vw;
    background-image: url(/img/page/rainwear/sp/bg-about.jpg);
    background-size: 100% 100%;
  }

  .rainwear-about_wrap {
    padding: 16vw 7.46666666667vw 10.6666666667vw;
  }

  .section_lead {
    margin-bottom: 10.6666666667vw;
  }

  .rainwear-about_content .content_title {
    margin-bottom: 5.33333333333vw;
    padding: 4px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .rainwear-about_content .content_text {
    margin-top: 5.33333333333vw;
  }

  .rainwear-about_content .content_text p {
    margin-bottom: 2.66666666667vw;
  }

  .rainwear-about_note {
    margin-top: 10.6666666667vw;
    font-size: 12px;
  }

  .rainwear-about_content .flex-box_item:first-child {
    margin-bottom: 13.3333333333vw;
  }

  .rainwear-pickup {
    padding: 29.3333333333vw 0 24vw;
  }

  .rainwear-pickup_content .content_item .wrap {
    flex-direction: column;
  }

  .rainwear-pickup_content .content_item .product-image {
    margin-bottom: 11.2vw;
    padding: 0 4.8vw;
  }

  .rainwear-pickup_content .content_item .product-image::before {
    top: -10.6666666667vw;
    left: 0;
    width: 5.86666666667vw;
    height: 17.3333333333vw;
  }

  .rainwear-pickup_content .product-image::after {
    top: -8vw;
    left: 2.66666666667vw;
    font-size: 14.9333333333vw;
  }

  .rainwear-pickup_content .product-image p {
    margin-top: 2.66666666667vw;
    font-size: 12px;
  }

  .rainwear-pickup_content .product-info {
    padding: 0 4.8vw;
  }

  .rainwear-pickup_content .product-name {
    margin-bottom: 2.66666666667vw;
    padding: 4px 7vw 4px 3.2vw;
    font-size: 22px;
  }
  
  .rainwear-pickup_content .product-price {
    margin: 0 0 8vw 3.2vw;
    font-size: 22px;
  }

  .rainwear-pickup_content .product-price .taxincluded {
    margin-left: 8vw;
    font-size: 16px;
  }

  .rainwear-pickup_content .product-detail {
    padding: 8vw 0 0 3.2vw;
  }

  .rainwear-pickup_content .product-detail_item {
    margin-bottom: 5.33333333333vw;
  }

  .rainwear-pickup_content .product-detail_item .detail-title {
    font-size: 20px;
  }

  .rainwear-pickup_content .product-detail_item .detail-text {
    font-size: 18px;
  }

  .color_item {
    margin-right: 2.66666666667vw;
    width: 8vw;
    height: 8vw;
    border-radius: 50vh;
  }

  .rainwear-pickup_content .product-text {
    margin-bottom: 16vw;
    padding-left: 3.2vw;
  }

  .product-photo .panel {
    justify-content: space-between;
  }

  .product-photo .panel-item {
    width: 48%;
  }

  .rainwear-pickup_content .content_item {
    margin-bottom: 32vw;
  }

  .btn-product {
    padding: 3.73333333333vw 0;
    width: 85.0666666667vw;
  }

  .product-photo .btn-area {
    margin-top: 5.33333333333vw;
  }

  .rainwear-productlist {
    padding: 13.3333333333vw 0 32vw;
    background: #DDE6E8 url(/img/page/rainwear/sp/bg-wave.png) top center repeat-x;
  }

  .list-product {
    justify-content: space-between;
    margin-bottom: 19.7333333333vw;
  }

  .list-product_item {
    margin-bottom: 5.33333333333vw;
    padding: 2.13333333333vw;
    width: 45.3333333333vw;
  }

  .list-product figure {
    height: 41.0666666667vw;
  }

  .list-product figure img {
    max-height: 100%;
  }

  .list-product .product-name {
    margin-top: 2.66666666667vw;
    font-size: 16px;
  }

  .list-product .product-price .taxincluded {
    margin-left: 1.33333333333vw;
    font-size: 10px;
  }

  .rainwear-productlist .bnr-area_title {
    margin-bottom: 10.1333333333vw;
    font-size: 18px;
  }

  .rainwear-productlist .bnr-box {
    margin: 0 auto;
    width: 85.0666666667vw;
  }

  /* .rainwear-item .section-container::before {
    content: '';
    position: absolute;
    top: -21.3333333333vw;
    width: 13.0666666667vw;
    height: 25.3333333333vw;
    background: url(/img/page/rainwear/bg-rain_02.png) top center repeat-x;
    background-size: contain;
    z-index: 1;
  } */

  .rainwear-about .section-container::before {
    content: '';
    position: absolute;
    top: -18vw;
    right: 0;
    width: 29.3333333333vw;
    height: 27.2vw;
    background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
    z-index: 1;
    background-size: contain;
    transform: scale(-1, 1);
  }

  .rainwear-pickup .section-container::before {
    content: '';
    position: absolute;
    top: -40vw;
    left: 0;
    width: 29.3333333333vw;
    height: 27.2vw;
    background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
    background-size: contain;
    z-index: 1;
  }

  .rainwear-productlist .section-container::before {
    content: '';
    position: absolute;
    top: -21.3333333333vw;
    left: 0;
    width: 29.3333333333vw;
    height: 27.2vw;
    background: url(/img/page/rainwear/bg-rain_01.png) top center repeat-x;
    background-size: contain;
    z-index: 1;
  }

  .rainwear-pickup_content .content_item::after {
    content: '';
    position: absolute;
    top: -18.6666666667vw;
    right: 0;
    width: 13.0666666667vw;
    height: 25.3333333333vw;
    background: url(/img/page/rainwear/bg-rain_02.png) top center no-repeat;
    background-size: contain;
  }
}




/* 2026 add */
.mv-inner {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.mv h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv-catch {
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv-text {
  font-weight: bold;
}
.mv-content {
  display: flex;
  flex-direction: column;
}
.section_title {
  font-weight: bold;
}
.section_title .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.rainwear-pickup_content .product-image::after {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.rainwear-pickup_content .content_item .product-image::before {
  background-color: #D7D6DE;
}
.rainwear-pickup_content .product-name {
  background-color: #2B3A59;
}
@media screen and (min-width: 769px) {
  .mv {
    background: url(/img/page/rainwear/mv-image_bg.jpg) no-repeat;
    background-size: cover;
  }
  .mv-inner {
    display: flex;
    justify-content: center;
    max-width: 1220px;
  }
  .mv h1 {
    margin-top: 40px;
    font-size: 121px;
  }
  .mv-catch {
    margin-top: 15px;
    margin-left: 45px;
    font-size: 40px;
  }
  .mv-text {
    margin: auto 0 140px 15px;
    font-size: 20px;
  }
  .mv-image {
    margin-right: -140px;
  }
  .section_title {
    margin-bottom: 75px;
    padding: 0;
    font-size: 18px;
  }
  .section_title .en {
    font-size: 74px;
  }
  .rainwear-pickup_content .product-image::after {
    top: -50px;
  }
  .product-catch {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(/img/page/rainwear/sp/mv-image_v5.jpg) no-repeat;
    background-size: contain;
    aspect-ratio: 750 / 852;
    width: 100%;
  }
  .mv-inner {
    width: calc(355 / 375 * 100vw);
    height: 100%;
  }
  .mv-content {
    height: 100%;
  }
  .mv h1 {
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(64 / 375 * 100vw);
  }
  .mv-catch {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .mv-text {
    margin: auto 0 calc(25 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .mv-image {
    display: none;
  }
  .section_title {
    margin-bottom: calc(25 / 375 * 100vw);
    padding: 0;
    font-size: calc(14 / 375 * 100vw);
  }
  .section_title .en {
    font-size: calc(30 / 375 * 100vw);
  }
  .product-catch {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    font-weight: bold;
  }
}