@-webkit-keyframes bgroop {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}@keyframes bgroop {
  from {
    background-position: -100% 0;
  }
  to {
    background-position: 0 0;
  }
}
/**
1: primary
2: secondary
3: tertiary
4: quaternary
5: quinary
6: senary
7: septenary
8: octonary
9: nonary
 */
:root {
  --primary-color: #000;
  --secondary-color: #D0121B;
  --text-prmary-color: var(--primary-color);
  --text-secondary-color: var(--secondary-color);
  --ja-primary-font: "hiragino-kaku-gothic-pron", sans-serif;
  --ja-secondary-font: "corporate-logo-ver2", sans-serif;
  --en-primary-font: "zuume", sans-serif;
  --primary-font-size: 8;
  --secondary-font-size: 4.0;
  --teritiary-font-size: 3.2;
  --quaternary-font-size: 2.0;
  --quinary-font-size: 1.6;
  --senary-font-size: 1.2;
  --primary-font-size-en: 7.2;
  --primary-sp-font-size: sm_vw(40);
  --secondary-sp-font-size: sm_vw(20);
  --teritiary-sp-font-size: sm_vw(18);
  --quaternary-sp-font-size: sm_vw(14);
  --quinary-sp-font-size: sm_vw(12);
  --primary-sp-font-size-en: 6.4rem;
}

body {
  width: 100%;
}

a:hover {
  cursor: pointer;
}

#contents .contents_wrap {
  width: 100%;
  color: var(--text-prmary-color);
  font-family: var(--ja-primary-font);
  font-size: calc(var(--quinary-font-size) * 1rem);
  font-weight: 300;
  height: 100%;
  position: relative;
  line-height: 1.35;
  /* layout
  -------------------------------------*/
  /* mv
  -------------------------------------*/
  /* method
  -------------------------------------*/
  /* recommend
  -------------------------------------*/
  /* point
  -------------------------------------*/
  /* qa
  -------------------------------------*/
  /* product
  -------------------------------------*/
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap {
    font-size: calc(0.0694444444 * var(--quinary-font-size) * 10vw);
  }
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .u-sm-max {
    display: none;
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap {
    min-width: 320px;
    font-size: 3.5897435897vw;
  }
  #contents .contents_wrap img {
    width: 100%;
  }
  #contents .contents_wrap .u-sm-min {
    display: none;
  }
}
#contents .contents_wrap img {
  width: 100%;
  height: auto;
}
#contents .contents_wrap .c-sect-ttl {
  text-align: center;
  font-family: var(--ja-secondary-font);
  font-size: calc(var(--secondary-font-size) * 1rem);
  margin-bottom: 48px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .c-sect-ttl {
    font-size: calc(0.0694444444 * var(--secondary-font-size) * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .c-sect-ttl {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .c-sect-ttl {
    font-size: 5.1282051282vw;
    margin-bottom: 8.2051282051vw;
  }
}
#contents .contents_wrap .c-sect-ttl span {
  display: block;
  font-size: calc(var(--teritiary-font-size) * 1rem);
  color: #FFF;
  margin-bottom: 15px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .c-sect-ttl span {
    font-size: calc(0.0694444444 * var(--teritiary-font-size) * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .c-sect-ttl span {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .c-sect-ttl span {
    font-size: 4.6153846154vw;
    margin-bottom: 4.1025641026vw;
  }
}
#contents .contents_wrap .c-sect-ttl b {
  display: block;
  line-height: 1.3;
  font-size: calc(var(--primary-font-size) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .c-sect-ttl b {
    font-size: calc(0.0694444444 * var(--primary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .c-sect-ttl b {
    font-size: 10.2564102564vw;
    line-height: 1.1;
  }
}
#contents .contents_wrap .l-inner {
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .l-inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .l-inner {
    width: auto;
    max-width: none;
    padding: 0 7.6923076923vw;
  }
}
#contents .contents_wrap .mv {
  width: 100%;
  aspect-ratio: 1440/600;
  position: relative;
  background: url(../../../img/special/running/magneban/mv_bg2025.jpg) top center/cover no-repeat;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .mv {
    aspect-ratio: 390/620;
    background-image: url(../../../img/special/running/magneban/mv_bg_sp2025.jpg);
  }
}
#contents .contents_wrap .mv__ttl {
  position: absolute;
  width: 55.7638888889vw;
  top: 6.4583333333vw;
  right: 4.8611111111vw;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .mv__ttl {
    width: 89.2307692308vw;
    top: 68.4615384615vw;
    right: 6.1538461538vw;
  }
}
#contents .contents_wrap .mv__lead {
  position: absolute;
  width: 14.5138888889vw;
  top: 33.5416666667vw;
  right: 19.5833333333vw;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .mv__lead {
    width: 47.6923076923vw;
    top: 135.641025641vw;
    right: 5.3846153846vw;
  }
}
#contents .contents_wrap .mv__item {
  position: absolute;
  width: 17.0138888889vw;
  top: 25.9027777778vw;
  right: 2.8472222222vw;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .mv__item {
    width: 45.3846153846vw;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    top: 113.8461538462vw;
    right: 49.7435897436vw;
  }
}
#contents .contents_wrap .method {
  position: relative;
  background-color: var(--secondary-color);
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method {
    padding: 12.3076923077vw 0 20.5128205128vw;
  }
}
#contents .contents_wrap .method .l-inner {
  position: relative;
}
#contents .contents_wrap .method .l-inner::after {
  content: "";
  width: 2126px;
  height: 1095px;
  background: url(../../../img/special/running/magneban/method_bg.png) 0 0/100% no-repeat;
  position: absolute;
  top: -143px;
  left: -322px;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .l-inner::after {
    width: 147.6388888889vw;
    height: 280.7692307692vw;
    top: -9.9305555556vw;
    left: -22.3611111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .l-inner::after {
    width: 545.1282051282vw;
    height: 280.7692307692vw;
    top: -70.7692307692vw;
    left: -214.6153846154vw;
  }
}
#contents .contents_wrap .method .l-inner > * {
  position: relative;
  z-index: 2;
}
#contents .contents_wrap .method__ttl {
  -webkit-filter: drop-shadow(10px 20px 40px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 20px 40px rgba(0, 0, 0, 0.1));
}
#contents .contents_wrap .method .method-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents .contents_wrap .method .method-items__item {
  background: #FFF;
  padding: 32px 40px 40px;
  -webkit-box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item {
    padding: 2.2222222222vw 2.7777777778vw 2.7777777778vw;
  }
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .method .method-items__item:first-child, #contents .contents_wrap .method .method-items__item:nth-child(2) {
    width: 48.75%;
  }
  #contents .contents_wrap .method .method-items__item:nth-child(n+3) {
    margin-top: 32px;
    width: 31.640625%;
  }
}
@media screen and (min-width:751px) and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item:nth-child(n+3) {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item {
    width: 100%;
    padding: 8.2051282051vw 4.1025641026vw;
  }
  #contents .contents_wrap .method .method-items__item + .method-items__item {
    margin-top: 8.2051282051vw;
  }
}
#contents .contents_wrap .method .method-items__item-ttl {
  color: var(--secondary-color);
  font-family: var(--ja-secondary-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(var(--teritiary-font-size) * 1rem);
  font-weight: bold;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item-ttl {
    font-size: calc(0.0694444444 * var(--teritiary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-ttl {
    font-size: 6.1538461538vw;
    padding-left: 17.4358974359vw;
    position: relative;
    width: calc(100% + 4.1025641026vw);
    min-height: 12.8205128205vw;
  }
}
#contents .contents_wrap .method .method-items__item-ttl span {
  font-family: var(--en-primary-font);
  font-size: calc(var(--primary-font-size-en) * 1rem);
  margin-right: 0.2em;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item-ttl span {
    font-size: calc(0.0694444444 * var(--primary-font-size-en) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-ttl span {
    font-size: 16.4102564103vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-right: 0;
  }
}
#contents .contents_wrap .method .method-items__item-img {
  margin-top: 8px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item-img {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-img {
    margin: 3.8461538462vw auto 0;
  }
}
#contents .contents_wrap .method .method-items__item-movie {
  width: 75.9191176471%;
  aspect-ratio: 413/234;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-movie {
    width: 100%;
    margin-top: 4.1025641026vw;
  }
}
#contents .contents_wrap .method .method-items__item-movie iframe {
  width: 100%;
  height: 100%;
}
#contents .contents_wrap .method .method-items__item-txt {
  margin-top: 24px;
  font-size: calc(var(--quinary-font-size) * 1rem);
  line-height: 2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item-txt {
    font-size: calc(0.0694444444 * var(--quinary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-txt {
    margin-top: 4.358974359vw;
    font-size: var(--quinary-sp-font-size);
  }
}
#contents .contents_wrap .method .method-items__item-txt sup {
  font-size: 60%;
}
#contents .contents_wrap .method .method-items__item-txt span {
  display: block;
  font-size: calc(var(--senary-font-size) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .method .method-items__item-txt span {
    font-size: calc(0.0694444444 * var(--senary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .method .method-items__item-txt span {
    font-size: var(--senary-sp-font-size);
  }
}
#contents .contents_wrap .recommend {
  background: url(../../../img/special/running/magneban/recommend_bg.jpg) top center repeat;
  padding: 120px 0;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend {
    background-size: 500%;
    padding: 16.4102564103vw 0 20.5128205128vw;
  }
}
#contents .contents_wrap .recommend__ttl {
  margin-bottom: 16px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend__ttl {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend__ttl {
    margin-bottom: 4.1025641026vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend__ttl b {
    line-height: 1.4;
  }
}
#contents .contents_wrap .recommend__ttl span {
  color: var(--secondary-color);
}
#contents .contents_wrap .recommend__lead {
  text-align: center;
  font-size: calc(--quinary-font-size * 1rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend__lead {
    font-size: calc(0.0694444444 * --quinary-font-size * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend__lead {
    font-size: var(--quinary-sp-font-size);
    text-align: left;
  }
}
#contents .contents_wrap .recommend .recommend-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 16px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items {
    gap: 2.2222222222vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items {
    grid-template-columns: 1fr;
    gap: 8.2051282051vw;
    margin-top: 4.1025641026vw;
  }
}
#contents .contents_wrap .recommend .recommend-items__note {
  grid-column: 1/3;
  text-align: right;
  font-size: calc(--quinary-font-size * 1rem);
  font-weight: 600;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__note {
    font-size: calc(0.0694444444 * --quinary-font-size * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__note {
    grid-column: 1/2;
    font-size: 2.8205128205vw;
    margin-bottom: -6.1538461538vw;
  }
}
#contents .contents_wrap .recommend .recommend-items__item {
  background-color: #FFF;
  border-radius: 24px;
  position: relative;
  height: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  overflow: hidden;
  padding-top: 8%;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item {
    border-radius: 1.6666666667vw;
    height: 21.6666666667vw;
    padding-left: 2.7777777778vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__item {
    height: 56.4102564103vw;
    padding-left: 4.1025641026vw;
    padding-top: 0;
    display: block;
  }
}
#contents .contents_wrap .recommend .recommend-items__item-num {
  position: absolute;
  color: var(--secondary-color);
  font-family: var(--en-primary-font);
  font-size: calc(var(--primary-font-size-en) * 1rem);
  line-height: 1;
  top: 16px;
  left: 22px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item-num {
    font-size: calc(0.0694444444 * var(--primary-font-size-en) * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item-num {
    top: 1.1111111111vw;
    left: 1.5277777778vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__item-num {
    position: relative;
    font-size: 16.4102564103vw;
    top: 0;
    left: 0;
    margin-top: 5.641025641vw;
  }
}
#contents .contents_wrap .recommend .recommend-items__item-img {
  position: absolute;
  width: 59.7756410256%;
  top: 17px;
  right: 0;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item-img {
    top: 1.1805555556vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__item-img {
    width: 58.4615384615vw;
    top: 0;
  }
}
#contents .contents_wrap .recommend .recommend-items__item-ttl {
  font-family: var(--ja-secondary-font);
  font-weight: 600;
  font-size: calc(var(--teritiary-font-size) * 1rem);
  line-height: 1.2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item-ttl {
    font-size: calc(0.0694444444 * var(--teritiary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__item-ttl {
    font-size: 6.1538461538vw;
    margin-top: 3.8461538462vw;
  }
}
#contents .contents_wrap .recommend .recommend-items__item-ttl span {
  font-size: calc(var(--quaternary-font-size) * 1rem);
  display: inline-block;
  line-height: 2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item-ttl span {
    font-size: calc(0.0694444444 * var(--quaternary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .recommend .recommend-items__item-ttl span {
    font-size: 3.8461538462vw;
    line-height: 1.3;
  }
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(5) .recommend-items__item-img {
    right: 15px;
  }
}
@media screen and (min-width:751px) and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(5) .recommend-items__item-img {
    right: 1.0416666667vw;
  }
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(6) .recommend-items__item-img {
    width: 63.141025641%;
    right: 25px;
  }
}
@media screen and (min-width:751px) and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(6) .recommend-items__item-img {
    right: 1.7361111111vw;
  }
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(7) .recommend-items__item-img {
    right: -10px;
  }
}
@media screen and (min-width:751px) and (max-width:1439px) {
  #contents .contents_wrap .recommend .recommend-items__item:nth-child(7) .recommend-items__item-img {
    right: -0.6944444444vw;
  }
}
#contents .contents_wrap .bottom-content {
  padding: 80px 0 120px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .bottom-content {
    padding: 5.5555555556vw 0 8.3333333333vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .bottom-content {
    padding: 20.5128205128vw 0;
  }
}
#contents .contents_wrap .point {
  position: relative;
  width: 688px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point {
    width: 100%;
  }
}
#contents .contents_wrap .point__ttl {
  position: absolute;
  width: 158px;
  top: -50px;
  left: -13px;
  z-index: 2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__ttl {
    width: 10.9722222222vw;
    top: -3.4722222222vw;
    left: -0.9722222222vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__ttl {
    width: 34.8717948718vw;
    top: -12.3076923077vw;
    left: -7.1794871795vw;
  }
}
#contents .contents_wrap .point__box {
  width: 100%;
  height: 240px;
  background: url(../../../img/special/running/magneban/point_bg2.svg) 0 0/100% no-repeat;
  padding: 40px 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__box {
    width: 47.7777777778vw;
    height: 24.1666666667vw;
    padding: 2.7777777778vw 2.2222222222vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__box {
    width: 100%;
    height: 69vw;
    background-image: url(../../../img/special/running/magneban/point_bg_sp2.svg);
    padding: 8.2051282051vw 6.1538461538vw;
  }
}
#contents .contents_wrap .point__box dt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__box dt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__box dt {
    font-size: 5.1282051282vw;
    line-height: 1.6;
  }
}
#contents .contents_wrap .point__box dd {
  margin-top: 16px;
  font-size: calc(--quinary-font-size * 1rem);
  line-height: 1.75;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__box dd {
    font-size: calc(0.0694444444 * --quinary-font-size * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__box dd {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__box dd {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}
#contents .contents_wrap .point__prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
  padding-right: 30px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__prof {
    margin-top: 0.3472222222vw;
    padding-right: 2.0833333333vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__prof {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-right: 0;
  }
}
#contents .contents_wrap .point__prof-name {
  font-size: calc(var(--senary-font-size) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__prof-name {
    font-size: calc(0.0694444444 * var(--senary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__prof-name {
    font-size: 2.8205128205vw;
  }
}
#contents .contents_wrap .point__prof-name b {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__prof-name b {
    margin-bottom: 1.2820512821vw;
  }
}
#contents .contents_wrap .point__prof-name b span {
  font-size: calc(var(--quinary-font-size) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__prof-name b span {
    font-size: calc(0.0694444444 * var(--quinary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__prof-name b span {
    font-size: 3.5897435897vw;
  }
}
#contents .contents_wrap .point__prof-img {
  width: 120px;
  margin-left: 8px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .point__prof-img {
    width: 8.3333333333vw;
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .point__prof-img {
    width: 23.0769230769vw;
    margin-left: 0;
  }
}
#contents .contents_wrap .qa {
  max-width: 952px;
  margin: 120px auto 0;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa {
    width: 100%;
    margin-top: 20.5128205128vw;
  }
}
#contents .contents_wrap .qa__ttl {
  text-align: center;
  font-family: var(--ja-secondary-font);
  font-weight: 600;
  font-size: 6.4rem;
  margin-bottom: 64px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa__ttl {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa__ttl {
    margin-bottom: 4.4444444444vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa__ttl {
    font-size: 10.2564102564vw;
    margin-bottom: 10.2564102564vw;
  }
}
#contents .contents_wrap .qa__ttl span {
  display: block;
  font-family: var(--en-primary-font);
  font-size: 3.2rem;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa__ttl span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa__ttl span {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item + .qa-item {
    margin-top: 2.0512820513vw;
  }
}
#contents .contents_wrap .qa .qa-item__ttl {
  border-bottom: 1px solid #BDBDBD;
}
#contents .contents_wrap .qa .qa-item__ttl button {
  display: block;
  width: 100%;
  padding: 30px 16px;
  font-size: calc(var(--quaternary-font-size) * 1rem);
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__ttl button {
    font-size: calc(0.0694444444 * var(--quaternary-font-size) * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__ttl button {
    padding: 2.2222222222vw 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item__ttl button {
    font-size: 3.5897435897vw;
    padding: 4.1025641026vw 13.5897435897vw 4.1025641026vw 4.1025641026vw;
  }
}
#contents .contents_wrap .qa .qa-item__ttl button::before, #contents .contents_wrap .qa .qa-item__ttl button::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__ttl button::before, #contents .contents_wrap .qa .qa-item__ttl button::after {
    width: 1.5277777778vw;
    height: 0.1388888889vw;
    right: 2.2222222222vw;
    margin-top: -0.0694444444vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item__ttl button::before, #contents .contents_wrap .qa .qa-item__ttl button::after {
    width: 4.6153846154vw;
    height: 0.5128205128vw;
    margin-top: -0.2564102564vw;
    right: 4.1025641026vw;
  }
}
#contents .contents_wrap .qa .qa-item__ttl button::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media print, screen and (min-width:751px) {
  #contents .contents_wrap .qa .qa-item__ttl button:hover {
    background-color: #F2F2F2;
    color: var(--secondary-color);
  }
}
#contents .contents_wrap .qa .qa-item__ttl.is-opened button::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0;
}
#contents .contents_wrap .qa .qa-item__content {
  padding: 24px 16px 48px;
  line-height: 2;
  display: none;
  font-size: calc(var(1.4) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__content {
    font-size: calc(0.0694444444 * var(1.4) * 10vw);
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__content {
    padding: 1.6666666667vw 1.1111111111vw 12.3076923077vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item__content {
    padding: 6.1538461538vw 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
}
#contents .contents_wrap .qa .qa-item__content .notes {
  margin-top: 10px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__content .notes {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item__content .notes {
    margin-top: 2.5641025641vw;
  }
}
#contents .contents_wrap .qa .qa-item__content .notes li {
  font-size: calc(var(--senary-font-size) * 1rem);
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .qa .qa-item__content .notes li {
    font-size: calc(0.0694444444 * var(--senary-font-size) * 10vw);
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .qa .qa-item__content .notes li {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product {
    padding-top: 12.8205128205vw;
    border-top: 1px solid #E0E0E0;
  }
}
#contents .contents_wrap .product .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents .contents_wrap .product__img {
  width: calc(-80px + 50vw);
  margin-left: calc(-50vw + 50%);
  aspect-ratio: 1/1;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__img {
    width: 100%;
    margin: 0 auto;
  }
}
#contents .contents_wrap .product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .contents_wrap .product__content {
  width: 48.4375%;
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__content {
    width: 100%;
    margin-top: 8.2051282051vw;
  }
}
#contents .contents_wrap .product__ttl {
  font-family: var(--ja-secondary-font);
  font-size: 5.6rem;
  font-weight: 600;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__ttl {
    font-size: 10.2564102564vw;
  }
}
#contents .contents_wrap .product__ttl span {
  display: block;
  font-family: var(--en-primary-font);
  font-size: 2.4rem;
  margin-top: 4px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__ttl span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__ttl span {
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__ttl span {
    font-size: 5.1282051282vw;
    margin-top: 0.7692307692vw;
  }
}
#contents .contents_wrap .product__txt {
  font-size: var(--quinary-font-size);
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__txt {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__txt {
    font-size: 3.5897435897vw;
    margin-top: 4.1025641026vw;
  }
}
#contents .contents_wrap .product__price {
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__price {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__price {
    margin-top: 6.1538461538vw;
    font-size: 3.5897435897vw;
  }
}
#contents .contents_wrap .product__price b {
  font-weight: 600;
}
#contents .contents_wrap .product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
  color: #FFF;
  width: 320px;
  height: 64px;
  margin-top: 16px;
  font-size: var(--quinary-font-size);
  position: relative;
  font-weight: 600;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__btn {
    width: 22.2222222222vw;
    height: 4.4444444444vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__btn {
    width: 100%;
    height: 16.4102564103vw;
    margin-top: 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
}
#contents .contents_wrap .product__btn::before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../../../img/special/running/magneban/ico_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
@media screen and (max-width:1439px) {
  #contents .contents_wrap .product__btn::before {
    width: 0.9722222222vw;
    height: 1.25vw;
    left: 1.1111111111vw;
  }
}
@media screen and (max-width:750px) {
  #contents .contents_wrap .product__btn::before {
    width: 3.5897435897vw;
    height: 4.8717948718vw;
    left: 4.1025641026vw;
  }
}

/* 追加 2024.12.19 iw */
h2.recommend__ttl.c-sect-ttl {
	ruby-align: center;
}
h2.recommend__ttl.c-sect-ttl rt {
	font-size: 30%;
	letter-spacing: 1rem;
}
h2.recommend__ttl.c-sect-ttl i {
	font-style: normal;
	color: #D0121B;
}
h2.recommend__ttl.c-sect-ttl b {
	margin-top: 1.2rem;
}