@charset "UTF-8";

/*======================================================

    メインビジュアル

======================================================*/

.mv {
  width: 100%;
  height: auto;
  background-image: url(../img/mv.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  aspect-ratio: 1920 / 1241;
  position: relative;
}

/*  ふきだし  */
.mv__fukidasi {
  width: 219px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fukidasi_01 {
  transform: translate(calc(-50% + 19.89vw), calc(-50% - 19px));
}
.fukidasi_02 {
  transform: translate(calc(-50% - 25.05vw), calc(-50% + 154px));
}
.fukidasi_03 {
  transform: translate(calc(-50% + 239px), calc(-50% + 24.79vw));
}

@media screen and (max-width: 1366px) {

  .mv {
    background-image: url(../img/mv_md.png);
    aspect-ratio: 1366 / 997;
  }

  /*  ふきだし  */
  .mv__fukidasi {
    width: 12.88vw;
  }
  .fukidasi_01 {
    transform: translate(calc(-50% + 21.15vw), calc(-50% - 1.09vw));
  }
  .fukidasi_02 {
    transform: translate(calc(-50% - 29.72vw), calc(-50% + 9vw));
  }
  .fukidasi_03 {
    transform: translate(calc(-50% + 12.66vw), calc(-50% + 28.18vw));
  }

}

@media screen and (max-width: 768px) {

  .mv {
    background-image: url(../img/mv_sp.png);
    aspect-ratio: 768 / 1086;
  }

  /*  ふきだし  */
  .mv__fukidasi {
    display: none;
  }

}


/*======================================================

    最新情報 セクション

======================================================*/

.news {
  width: 100%;
  background: #faa21f;
  padding: 96px 0 121px;
  background-image: url("../img/bg_border.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  /* overflow: hidden; */
}

/* @media screen and (max-width: 768px) {
  .news {
    padding: 12.5vw 0 15.75vw;
  }
} */

.news__container {
  position: relative;
}

/*  見出し  */
.news__title {
  margin-bottom: 38px;
}
.news__title img {
  width: 332px;
}

/*  一覧  */
.news__list {
  max-width: 800px;
  width: 100%;
} 
.news__item {
  padding: 20px 40px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  border: 4px solid #000;
}
.news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-top: -3px;
  font-size: 24px;
  position: relative;
}
.news__date::before {
  content: "NEW!!";
  font-size: 14px;
  color: #fff;
  background: #ff2927;
  padding: 5px 8px;
  position: absolute;
  top: -30px;
  left: 4px;
}

/*  記事  */
.news__description {
  margin-left: 40px;
  font-size: 24px;
}

/*  もっと見る  */
.news__more-link {
  margin: 42px auto 0;
}

/*  ブラックマッチョ  */
.black-macho {
  width: 332px;
  position: absolute;
  bottom: -151px;
  right: -127px;
  z-index: 3;
}

.link_no {
  cursor: default;
}

@media screen and (max-width: 1366px) {

  /*  見出し  */
  .news__title img {
    width: 282px;
  }
  
  /*  ブラックマッチョ  */
  .black-macho {
    width: 24.3vw;
    right: 50%;
    transform: translateX(calc(+50% + 37.48vw));
  }

}

@media screen and (max-width: 960px) {

  .news {
    padding: 80px 0 90px;
  }

  /*  一覧  */
  .news__item {
    padding: 16px 36px;
  }
  .news__date {
    font-size: 20px;
  }
  .news__date::before {
    font-size: 12px;
  }

  /*  記事  */
  .news__description {
    font-size: 20px;
  }

  /*  見出し  */
  .news__title img {
    width: 232px;
  }

}

@media screen and (max-width: 768px) {

  .news {
    padding: 12.5vw 0
      clamp(
        12.5vw,
        calc(12.5vw + (37.75 - 12.5) * ((100% - 480px) / (768 - 480))),
        37.75vw
      );
  }

  /*  見出し  */
  .news__title {
    margin-bottom: 4.94vw;
  }
  .news__title img {
    width: 43.22vw;
  }

  /*  一覧  */
  .news__item {
    padding: 3vw 5vw;
    border: 0.6vw solid #000;
  }
  .news__date {
    font-size: 4vw;
  }
  .news__date::before {
    font-size: 2.8vw;
    padding: 1vw;
    top: -5.5vw;
    left: 0.5vw;
  }

  /*  記事  */
  .news__description {
    margin-left: 5.2vw;
    font-size: 4vw;
  }

  /*  ブラックマッチョ  */
  .black-macho {
    width: 25.13vw;
    transform: translateX(calc(+50% + 38.48vw));
    bottom: -18.48vw;
  }

}

@media screen and (min-width: 480px) and (max-width: 768px) {

  /*  もっと見る  */
  .news__more-link {
    margin: clamp(
        0.46vw,
        calc(0.46vw + (48.46 - 0.46) * ((100% - 480px) / (768 - 480))),
        48.46vw
      )
      auto 0;
  }

}

@media screen and (max-width: 479px) {

  /*  もっと見る  */
  .news__more-link {
    margin: 0.46vw auto 0;
  }

}


/*======================================================

    マッチョを育ててドカッと出荷せよ！

======================================================*/

.about {
  width: 100%;
  padding: 121px 0 0;
  position: relative;
  z-index: 2;
}

/*  レッドマッチョ  */
.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/face_red.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-attachment: scroll; */
  position: absolute;
  top: 0;
  left: 0;
  background-size: 39%;
  background-position: -33% 5%;
  z-index: -1;
  opacity: 0.4;
}
/*  グリーンマッチョ  */
.about::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/face_green.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-attachment: scroll; */
  position: absolute;
  top: 0;
  left: 0;
  background-size: 39%;
  background-position: 133% 5%;
  z-index: -1;
  opacity: 0.4;
}

/*  見出し  */
.about__title img {
  width: 745px;
  margin-bottom: 28px;
}

/*  コンテンツ  */
.about__steps {
  margin-bottom: 92px;
}
.about__step {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-bottom: 17px;
}
.about__step.reverse {
  flex-direction: row-reverse;
}
.about__step:last-child {
  margin-bottom: 0;
}

.about__step-image,
.about__step-content {
  width: calc(100% - 20px);
}
.about__step-image img {
  border-radius: 20px;
}

.about__step-icon {
  /* width: 386px; */
  margin-bottom: 12px;
  width: 100%;
}

.about__step-title {
  position: relative;
  display: inline-block;
}
.about__step-title::after {
  content: '';
  position: absolute;
  width: 89px;
  height: 104px;
  top: -70px;
  right: -80px;
}

.lesson_01 img {
  max-width: 296px;
}
.lesson_01::after {
  background: url(../img/lesson_01_p.png) center top / contain no-repeat;
}

.lesson_02 img {
  max-width: 298px;
}
.lesson_02::after {
  background: url(../img/lesson_02_p.png) center top / contain no-repeat;
}

.lesson_03 img {
  max-width: 294px;
}
.lesson_03::after {
  background: url(../img/lesson_03_p.png) center top / contain no-repeat;
}

.about__step-description {
  line-height: 1.5;
}

@media screen and (max-width: 1366px) {

  .about {
    padding: 110px 0 0;
  }

  /*  レッドマッチョ  */
  .about::before {
    background-size: 40%;
    background-position: -33% 5%;
  }
  /*  グリーンマッチョ  */
  .about::after {
    background-size: 40%;
    background-position: 134% 5%;
  }

  /*  見出し  */
  .about__title img {
    width: 645px;
    margin-bottom: 20px;
  }

  /*  コンテンツ  */
  .about__step {
    /* align-items: center; */
    margin-bottom: 40px;
  }

  .about__step-image {
    width: 55%;
  }

  .about__step-content {
    width: 45%;
  }

  /* .about__step-icon {
    width: 28.25vw;
  } */

}

@media screen and (max-width: 960px) {

  .about {
    padding: 80px 0 0;
  }
  
  /*  見出し  */
  .about__title img {
    width: 445px;
    margin-bottom: 20px;
  }
  
  /*  コンテンツ  */
  .about__steps {
    margin-bottom: 60px;
  }

  /* .about__step-icon {
    margin-top: -20px;
    max-width: 286px;
  } */

  .about__step-title::after {
    width: 60px;
    height: 70px;
    top: -40px;
    right: -55px;
  }
  .lesson_01 img {
    max-width: 236px;
  }
  .lesson_02 img {
    max-width: 238px;
  }
  .lesson_03 img {
    max-width: 234px;
  }

  .about__step-description {
    font-size: 18px;
  }

}

@media screen and (max-width: 768px) {

  .about {
    padding: 14vw 0 0;
  }

  /*  レッドマッチョ  */
  .about::before {
    background-attachment: scroll;
  }
  .about::before {
    background-size: 36%;
    background-position: -19% 2%;
  }
  /*  グリーンマッチョ  */
  .about::after {
    background-attachment: scroll;
  }
  .about::after {
    background-size: 36%;
    background-position: 119% 2%;
  }

  /*  見出し  */
  .about__title img {
    width: 80vw;
    margin-bottom: 4vw;
  }

  /*  コンテンツ  */
  .about__steps {
    margin-bottom: 8vw;
  }
  .about__step {
    flex-direction: column;
    gap: 2vw;
    margin-bottom: 6vw;
  }
  .about__step.reverse {
    flex-direction: column;
  }

  .about__step-image,
  .about__step-content {
    width: 100%;
  }
  .about__step-image img {
    border-radius: 4vw;
  }

  .about__step-icon {
    margin-bottom: 2vw;
  }
  .about__step-title::after {
    width: 11.588vw;
    height: 13.541vw;
    top: -10vw;
    right: -11vw;
  }
  
  .lesson_01 img {
    max-width: 40.729vw;
  }
  .lesson_02 img {
    max-width: 40.99vw;
  }
  .lesson_03 img {
    max-width: 40.468vw;
  }

  .about__step-description {
    font-size: 3.6vw;
  }

}


/*======================================================

    基本操作はたったこれだけ！

======================================================*/

.about__operation {
  text-align: center;
  margin-left: 40px;
  margin-bottom: 18px;
  position: relative;
}

/*  背景  */
.diagonal__line-black {
  position: absolute;
  top: 64px;
  left: -50%;
  width: 200%;
  height: 446px;
  background-color: #000;
  transform: rotate(-7deg);
  /* transform: rotate(-7deg) translateX(100%); */
  transform-origin: center center;
  /* z-index: 99; */
  transition: transform 2.3s ease;
}
.about__operation.active::before {
  /* transform: rotate(-7deg) translateX(0); */
}

/*  見出し  */
.about__operation img {
  width: 720px;
  z-index: 999;
  position: relative;
}

/*  テキスト  */
.about__tip {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  z-index: 999;
  position: relative;
}

/*  もっとくわしく  */
.about__more-link {
  margin: 0 auto;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 1366px) {

  /*  背景  */
  .diagonal__line-black {
    height: 409px;
  }

  /*  見出し  */
  .about__operation img {
    width: 640px;
  }

}

@media screen and (max-width: 960px) {
  
  /*  背景  */
  .diagonal__line-black {
    top: 40px;
    height: 320px;
  }
  
  /*  見出し  */
  .about__operation img {
    width: 440px;
  }
  
  /*  テキスト  */
  .about__tip {
    font-size: 20px;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 768px) {

  .about__operation {
    margin-left: 5.2vw;
    margin-bottom: 2.34vw;
  }

  /*  背景  */
  .diagonal__line-black {
    height: 60vw;
    top: 8.33vw;
  }

  /*  見出し  */
  .about__operation img {
    width: 83.33vw;
  }

  /*  テキスト  */
  .about__tip {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: clamp(
      0.1vw,
      calc(0.1vw + (47.75 - 0.1) * ((100% - 480px) / (768 - 480))),
      47.75vw
    );
  }

}


/*======================================================

    登場するマッチョたち

======================================================*/

/*  見出し  */
.about__character-title {
  text-align: center;
  margin: 210px 0 44px;
  position: relative;
  z-index: 3;
}
.about__character-title img {
  width: 777px;
}

/*  レッド・ブルー・グリーンマッチョ  */
.about__character-list {
  display: flex;
  gap: 40px;
}

/*  ゴールデンマッチョ  */
.about__pickup {
  display: flex;
  align-items: center;
  position: relative;
  bottom: -88px;
  width: 1100px;
  margin: 0 auto;
  gap: 36px;
}

/*  ホログラムマッチョ  */
.about__pickup-content::after {
  content: '';
  position: absolute;
  background: url(../img/character_rainbow.png) center top / contain no-repeat;
  width: 212px;
  height: 221px;
  bottom: -17px;
  right: -100px;
}

.about__pickup-image,
.about__pickup-content {
  /* width: 50%; */
  z-index: 999;
}
.about__pickup-image img {
  width: 503px;
}
.about__pickup-content {
  position: relative;
  margin-top: 40px;
}

/*  激レアふきだし  */
.about__pickup-fukidasi {
  width: 160px;
  position: absolute;
  top: -92px;
  left: -16px;
}

/*  激レア 見出し＋テキスト  */
.about__pickup-name {
  width: 534px;
  /* margin-left: -40px; */
}

/*  マッチョをみる  */
.picup__more-link {
  margin-top: 20px;
  /* margin-left: 48px; */
}

/* .about__pickup-description {
  width: 460px;
  margin-top: 12px;
} */

/*  背景  */
.diagonal__line-white {
  position: absolute;
  top: 40px;
  left: -50%;
  width: 200%;
  height: 488px;
  background-color: #fff;
  transform: rotate(-7deg);
  transform-origin: center center;
  z-index: 99;
}

.about__operation.active::before {
  /* transform: rotate(-7deg) translateX(0); */
}

@media screen and (max-width: 1366px) {

  /*  見出し  */
  .about__character-title {
    margin: 165px 0 44px;
  }
  .about__character-title img {
    width: 678px;
  }

  /*  ゴールデンマッチョ  */
  .about__pickup {
    /* width: 80.88vw;
    bottom: -21.37vw; */
    width: 100%;
  }
  .about__pickup-image img {
    /* width: 36.82vw; */
    width: 100%;
  }

  /*  ホログラムマッチョ  */
  .about__pickup-content::after {
    content: '';
    position: absolute;
    background: url(../img/character_rainbow.png) center top / contain no-repeat;
    width: 15.51vw;
    height: 16vw;
    left: 50%;
    bottom: -3vw;
    margin-left: 10vw;
  }

  /*  激レアふきだし  */
  .about__pickup-fukidasi {
    /* width: 11.71vw;
    top: -6.73vw;
    left: -1.17vw; */
    width: 140px;
  }

  /*  激レア 見出し＋テキスト  */
  .about__pickup-name {
    /* width: 39.09vw; */
    width: 90%;
  }

  /*  マッチョをみる  */
  .default__btn.black.picup__more-link {
    /* width: 31.62vw;
    font-size: 2.34vw; */
  }
  .default__btn.black.picup__more-link::after {
    /* right: 6.58vw;
    width: 2.19vw;
    height: 2.19vw; */
  }

  /* .about__pickup-description {
    width: 33.67vw;
  } */

  /*  背景  */
  .diagonal__line-white {
    /* height: 35.72vw; */
    height: 460px;
  }

}

@media screen and (min-width: 769px) and (max-width: 1366px) {

  /*  マッチョをみる  */
  .default__btn.black.picup__more-link {
    width: 31.62vw;
    font-size: 2.34vw;
    margin-top: 1vw;
  }
  .default__btn.black.picup__more-link::after {
    right: 6.58vw;
    width: 2.19vw;
    height: 2.19vw;
  }

}

@media screen and (max-width: 1100px) {

  /*  背景  */
  .diagonal__line-white {
    height: 42vw;
  }

}

@media screen and (max-width: 960px) {

  /*  見出し  */
  .about__character-title {
    margin: 145px 0 32px;
  }
  .about__character-title img {
    width: 478px;
  }

  /*  ホログラムマッチョ  */
  .about__pickup-content::after {
    width: 14vw;
    height: 15vw;
    left: 50%;
    bottom: -2vw;
    margin-left: 13vw;
  }

  /*  激レアふきだし  */
  .about__pickup-fukidasi {
    width: 110px;
    top: -72px;
    left: -20px;
  }

  /*  激レア 見出し＋テキスト  */
  .about__pickup-name {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  /*  見出し  */
  .about__character-title {
    margin: 26.43vw 0 4.16vw;
  }
  .about__character-title img {
    width: 78.12vw;
  }

  /*  レッド・ブルー・グリーンマッチョ  */
  .about__character-list {
    flex-direction: column;
    gap: 5.2vw;
  }

  /*  ゴールデンマッチョ  */
  .about__pickup {
    /* width: 89.58vw; */
    /* bottom: clamp(
      -50px,
      calc(-50px + (-45 - (-50)) * ((100% - 480px) / (768 - 480))),
      -45px
    ); */
    flex-direction: column;
    gap: 0;
    width: auto;
    position: relative;
    /* margin: 10vw auto; */
    top: 12vw;
    bottom: 0;
  }

  .about__pickup-image,
  .about__pickup-content {
    width: 100%;
  }
  .about__pickup-image img {
    width: 100%;
  }
  .about__pickup-content {
    padding: 4vw;
    margin: 0;
  }

  /*  激レアふきだし  */
  .about__pickup-fukidasi {
    /* width: 20.83vw;
    top: -11.73vw;
    left: 1.83vw; */
    width: 17vw;
    top: -7.5vw;
    left: 1.83vw;
  }

  /*  激レア 見出し＋テキスト  */
  .about__pickup-name {
    width: 72vw;
  }

  /*  ホログラムマッチョ  */
  .about__pickup-content::after {
    width: 28vw;
    height: 29vw;
    left: 50%;
    bottom: 4vw;
    margin-left: 18vw;
  }

  /*  背景  */
  .diagonal__line-white {
    top: 14.58vw;
    height: 111.72vw;
  }

  /*  マッチョをみる  */
  .default__btn.black.picup__more-link {
    margin-left: 2.3vw;
    margin-top: 4vw;
  }

  /* .about__pickup-description {
    width: 59.37vw;
    margin-left: 46px;
  } */

}


/*======================================================

    腕ポイントアドバイス

======================================================*/

.point {
  width: 100%;
  background: #faa21f;
  padding: 220px 0 178px;
  background-image: url("../img/bg_border_02.png");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  overflow: hidden;
}
.point .container {
  max-width: 1226px;
  width: 100%;
}

/*  見出し  */
.point .point__title {
  position: relative;
  z-index: 3;
}
.point .point__title img {
  width: 774px;
}

/*  スライダー  */
.point .point__slider {
  margin: 18px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: center;
}
.point .point_content {
  /* border: solid 10px #000;
  border-radius: 20px; */
  /* max-width: 1000px;
  width: 100%; */
  width: 80%;
}
.point .point_content::after {
  content: '';
  position: absolute;
  background: url(../img/macho_bomb.png) center top / contain no-repeat;
  width: 263px;
  height: 266px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*  ポイントタイトル  */
.point .point__slider-header {
  background: #000;
  color: #fff;
  padding: 22px 0 27px;
  font-family: "TOROMAN";
  font-size: 42px;
  text-align: center;
  border: 10px solid #000;
  border-radius: 20px 20px 0 0;
}

/*  コンテンツ  */
.point .point__slider-content {
  background: #fff;
  height: 452px;
  padding: 40px 41px;
  border: 10px solid #000;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

/*  テキスト  */
.point .point__slider-text {
  line-height: 1.8;
}

/*  スライド  */
.point .point__slider-item {
  display: flex;
  gap: 40px;
  align-items: center;
}

/*  画像  */
.point .point__slider-image {
  max-width: 480px;
  width: 100%;
}

/*  爆弾マッチョ  */
.point .point__decoration {
  position: absolute;
  bottom: -130px;
  right: -132px;
  width: 262px;
  z-index: 99;
}

/*  ボタン  */
.point .slider__btn {
  font-family: "TOROMAN";
  display: flex;
  flex-direction: column;
  align-items: center;
  /* position: absolute;
  bottom: 50%; */
  cursor: pointer;
  z-index: 5;
  width: 6%;
}
.point .slider__btn span {
  position: absolute;
  font-size: 32px;
}
.point .slider__btn img {
  width: 30px;
  position: relative;
}

.point .slider__icon {
  margin-top: 45px;
  width: 73px;
  height: 73px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point .slider__icon::before {
  content: "";
  width: 73px;
  height: 73px;
  background: #000;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
/* .slider__btn-prev {
  left: -120px;
  transform: translateY(+50%);
}
.slider__btn-next {
  right: -120px;
  transform: translateY(+50%);
} */
.point .swiper-pagination {
  bottom: 0 !important;
  position: relative !important;
  margin-top: 40px;
}

@media screen and (max-width: 1366px) {

  .point {
    padding: 200px 0 120px;
  }

  /*  見出し  */
  .point .point__title img {
    width: 675px;
  }

  /*  スライダー  */
  .point .point__slider {
    margin: 30px auto 0;
  }
  .point .point__slider-content {
    height: auto;
  }
  .point .point_content {
    /* max-width: 760px; */
  }
  .point .point_content::after {
    width: 213px;
    height: 216px;
  }

  /*  爆弾マッチョ  */
  .point .point__decoration {
    bottom: -90px;
    right: -90px;
    width: 212px;
  }

  /*  ボタン  */
  .point .slider__btn span {
    font-size: 28px;
    width: 64px;
  }
  .point .slider__btn img {
    width: 30px;
  }
  
  .point .slider__icon {
    margin-top: 40px;
    width: 60px;
    height: 60px;
  }
  .point .slider__icon::before {
    width: 60px;
    height: 60px;
  }
  /* .slider__btn-prev {
    left: -85px;
  }
  .slider__btn-next {
    right: -85px;
  } */

}

@media screen and (max-width: 1060px) {

  /*  スライダー  */
  .point .point__slider {
    /* max-width: 760px; */
  }
  .point .point__slider-item {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .point .point_content::after {
    top: -80px;
  }

  /*  画像  */
  .point .point__slider-image {
    max-width: 100%;
  }

  /*  ボタン  */
  .point .slider__btn {
    font-size: 20px;
  }

}

@media screen and (max-width: 960px) {

  .point {
    padding: 200px 0 100px;
  }

  /*  見出し  */
  .point .point__title img {
    width: 475px;
  }

  /*  スライダー  */
  .point .point__slider {
    margin: 20px auto 0;
  }
  .point .point__slider-content {
    padding: 32px;
  }

  /*  爆弾マッチョ  */
  /* .point__decoration {
    width: 21.61vw;
    top: -57px;
    bottom: 0;
    right: 50%;
    transform: translateX(calc(50% + 39.19vw));
  } */
  .point .point_content::after {
    width: 163px;
    height: 166px;
    top: -60px;
  }

  /*  ポイントタイトル  */
  .point .point__slider-header {
    padding: 16px 0;
    font-size: 36px;
  }

  /*  テキスト  */
  .point .point__slider-text {
    font-size: 18px;
  }

}

@media screen and (max-width: 768px) {

  .point {
    padding: 28vw 0 14vw;
  }

  /*  見出し  */
  .point .point__title img {
    width: 75vw;
  }

  /*  スライダー  */
  .point .point__slider {
    width: 100%;
    margin: 0;
    justify-content: space-around;
  }
  .point .point__slider .point_content {
    order: 1;
  }
  .point .point__slider .slider__btn-prev {
    order: 2;
  }
  .point .point__slider .swiper-pagination {
    order: 3;
  }
  .point .point__slider .slider__btn-next {
    order: 4;
  }

  .point .point__slider-header {
    padding: 2vw;
    font-size: 5vw;
  }

  /*  コンテンツ  */
  .point .point_content {
    width: 100%;
    margin-bottom: 4vw;
  }
  .point .point__slider-content {
    border: 1.3vw solid #000;
    border-radius: 0 0 4vw 4vw;
  }
  .point .point__slider-content {
    padding: 4vw;
    height: auto;
  }

  /*  テキスト  */
  .point .point__slider-text {
    line-height: 1.5;
    font-size: 3.2vw;
  }

  /*  画像  */
  .point .point__slider-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 588 / 334;
    border-radius: 4vw;
  }

  /*  爆弾マッチョ  */
  /* .point__decoration {
    width: 21.61vw;
    top: -57px;
    bottom: 0;
    right: 50%;
    transform: translateX(calc(50% + 39.19vw));
  } */
  .point .point_content::after {
    width: 20vw;
    height: 21vw;
    top: -5vw;
    right: 2vw;
  }

  /*  ボタン  */
  .point .point_swiper {
    display: flex;
  }
  .point .point__slider .swiper-pagination {
    position: inherit;
    margin: 0;
    width: auto;
    margin-top: 6vw;
  }

  .point .slider__btn {
    width: auto;
    display: inherit;
  }
  .point .slider__btn span {
    font-size: 4.4vw;
    width: 10vw;
  }
  .point .slider__btn img {
    width: 4.5vw;
  }
  
  .point .slider__icon {
    margin-top: 6vw;
    width: 10vw;
    height: 10vw;
  }
  .point .slider__icon::before {
    width: 10vw;
    height: 10vw;
  }

}


/*======================================================

    商品情報

======================================================*/

.product {
  width: 100%;
  padding: 120px 0 154px;
}

 /*  見出し  */
.product__title {
  margin-bottom: 40px;
}
.product__title img {
  width: 332px;
}

 /*  マッチョ  */
.product__characters {
  display: block;
  width: 282px;
  margin: 0 auto 40px;
}

/*  コンテンツ  */
.product__detail {
  margin-bottom: 10px;
}

.product__detail-title {
  background: #000;
  color: #fff;
  width: 25%;
  padding: 24px 0 24px 12px;
  margin: 0;
  text-align: center;
  border-radius: 50px 0 0 50px;
  border: 4px solid #000;
}

.product__detail-content {
  width: 75%;
  flex: 1;
  padding: 24px 40px;
  margin: 0;
  border-radius: 0 50px 50px 0;
  background-color: #fff;
  border: 4px solid #000;
}

.product__details > li:last-of-type .product__detail-content {
  padding: 13px 40px;
}
.product .steam_black {
  width: 142px;
}

@media screen and (max-width: 1366px) {



}

@media screen and (max-width: 960px) {

  .product {
    padding: 100px 0 120px;
  }

   /*  見出し  */
  .product__title {
    margin-bottom: 20px;
  }
  .product__title img {
    width: 232px;
  }

   /*  マッチョ  */
  .product__characters {
    width: 182px;
  }

  /*  コンテンツ  */
  .product__detail {
    margin-bottom: 10px;
  }

  .product__detail-title {
    padding: 20px 0 20px 12px;
  }

  .product__detail-content {
    padding: 20px 40px;
  }

  .product__details > li:last-of-type .product__detail-content {
    padding: 9px 40px;
  }

}

@media screen and (max-width: 800px) {

  /*  コンテンツ  */
  .product__details {
    width: 100%;
  }
  .product__detail {
    flex-direction: column;
    text-align: center;
  }

  .product__detail-title {
    border-radius: 20px 20px 0 0;
  }

  .product__detail-content {
    border-radius: 0 0 20px 20px;
  }

  .product .product__detail-title,
  .product .product__detail-content {
    width: 100%;
  }

  .product .product__detail-content a {
    display: inline-block;
  }

}

@media screen and (max-width: 768px) {

  .product {
    padding: 12vw 0;
  }

   /*  見出し  */
  .product__title {
    margin-bottom: 5.2vw;
  }
  .product__title img {
    width: 43.22vw;
  }

   /*  マッチョ  */
  .product__characters {
    width: 36.71vw;
    margin: 0 auto 5.2vw;
  }

  /*  コンテンツ  */
  .product__detail {
    margin-bottom: 2vw;
    font-size: 3.6vw;
  }

  .product__detail-title {
    padding: 2.5vw 4vw;
    border-radius: 4vw 4vw 0 0;
    border: 0.6vw solid #000;
  }

  .product__detail-content {
    padding: 2.5vw 4vw;
    border-radius: 0 0 4vw 4vw;
    border: 0.6vw solid #000;
  }

  .product .steam_black {
    width: 23vw;
  }

}