.sponly {
  display: none;
}

.muscleday {
  font-family: "NotoSansJP", sans-serif;
  overflow: hidden;
}

.kv {
  position: relative;
  background-image: url(/img/usr/freepage/muscleday/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 545px;
}

.kv h1 {
  position: absolute;
  width: 1360px;
  height: 545px;
  top: 0;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.section01 {
  background-color: #B5DFF5;
  padding: 56px 0;
}

.muscleday .inner {
  width: 1128px;
  margin: 0 auto;
}

.section01 .inner {
  display: flex;
  gap: 64px;
  align-items: center;
}

.section01 .inner .left {
  background-color: #FFA255;
  width: 300px;
  height: 300px;
  padding: 16px 0 24px;
  border-radius: 24px;
  text-align: center;
}

.section01 .inner .left .boder {
  font-family: "inter", sans-serif;
  font-size: 22px;
  letter-spacing: 1%;
  color: #002E78;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: solid 3px #fff;
}

.section01 .inner .left .boder+p {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 30%;
}

.section01 .inner .left .boder+p+p {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 0.9;
}

.section01 .inner .left .boder+p+p span {
  font-family: "inter", sans-serif;
  font-size: 160px;
}

.section01 .inner .right {
  color: #002E78;
  width: 572px;
}

.section01 .inner .right h3 {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
}

.section01 .inner .right h3 img {
  width: 24px;
  height: 24px;
}

.section01 .inner .right p {
  font-size: 20px;
  font-weight: 500;
}

.section01 .inner .right p+h3 {
  margin-top: 32px;
}

.section02,
.section04 {
  padding: 120px 0;
  background-color: #FBF9F2;
}

.muscleday h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #002E78;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}


.muscleday h2 img {
  width: 110px;
}

.copycoupon_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px auto;
}

p.copycoupon_code {
  font-family: "inter", sans-serif;
  font-weight: bold;
  letter-spacing: 20%;
  font-size: 32px;
  width: 638px;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 45px 0 0 45px;
  border: solid 2px #FF7300;
}

span.copycoupon_copy {
  width: 238px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 10%;
  color: #fff;
  border-radius: 0 45px 45px 0;
  background-color: #FF7300;
  border: solid 2px #FF7300;
  cursor: pointer;
}

.caution {
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}

.caution p+p {
  margin: 24px 0 0;
}

.caution b {
  display: block;
  margin: 0 0 8px;
}

.section03,
.section06 {
  background-color: #B5DFF5;
  padding: 120px 0;
}

.muscleday h2 rt {
  font-size: 14px;
  margin-bottom: 5px;
}

.lineup ul {
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lineup ul li {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  border: solid 2px #002E78;
}

.lineup ul li img {
  display: block;
  border-radius: 12px;
}

.lineup ul li figure {
  position: relative;
}

.lineup ul li figure::after {
  position: absolute;
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(/img/usr/freepage/muscleday/badge_10off.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  bottom: 10px;
}

.lineup ul li:first-child figure::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(/img/usr/freepage/muscleday/label_rank1.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -18px;
  top: -60px;
}

.lineup ul li:nth-child(2) figure::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(/img/usr/freepage/muscleday/label_rank2.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -18px;
  top: -60px;
}

.lineup ul li:nth-child(3) figure::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(/img/usr/freepage/muscleday/label_rank3.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -18px;
  top: -60px;
}

p.name {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 16px;
}

p.text {
  font-size: 16px;
  line-height: 175%;
  margin: 0 0 16px;
}

.default-price {
  text-decoration: none;
  font-weight: unset;
  display: flex;
  gap: 5px;
  align-items: center;
}

.default-price p {
  font-size: 14px;
  color: #777777;
  text-decoration: line-through;
}

.default-price span {
  background-color: #F91E10;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 2px;
}

.sale-price {
  font-size: 24px;
  font-weight: bold;
  color: #F91E10;
}

.cart-btn a {
  background-color: #F91E10;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 16px auto 0;
  padding: 10px;
  border-radius: 45px;
}

.cart-btn a img {
  width: 20px;
  height: 20px;
  border-radius: unset !important;
  filter: invert(1);
}

.why-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 86px auto 0;
}

.why-card div {
  position: relative;
  background-color: #fff;
  padding: 50px 32px;
  border: solid 3px #77C4EC;
  border-radius: 24px;
}

.why-card div>p {
  font-size: 20px;
  font-weight: bold;
}

.why-card div>p+p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 175%;
  padding: 16px 0 0;
  border-top: 3px dotted #77C4EC;
}

.card01::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(/img/usr/freepage/muscleday/badge_why1.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -3px;
  top: -40px;
}

.card02::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(/img/usr/freepage/muscleday/badge_why2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -3px;
  top: -40px;
}

.card03::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(/img/usr/freepage/muscleday/badge_why3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -3px;
  top: -40px;
}

.section05 {
  padding: 96px 0;
  background-color: #FFA255;
}

.section05 .inner {
  background-color: #fff;
  border-radius: 32px;
  padding: 32px 0;
  text-align: center;
}

.section05 .inner img {
  width: 110px;
}

.section05 .inner div {
  font-size: 40px;
  font-weight: bold;
  color: #002E78;
  margin: 16px auto;
  letter-spacing: 3%;
  line-height: 75px;
}

.section05 .inner rt {
  font-size: 14px;
  margin-bottom: 5px;
}

.section05 .inner div span {
  color: #fff;
  font-size: 50px;
  background-color: #FF7300;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 10px;
}

.section05 .inner p {
  font-size: 20px;
  font-weight: bold;
  color: #002E78;
  letter-spacing: 3%;
}

.section06 {
  padding: 96px 0;
}

.section06 .inner {
  position: relative;
  text-align: center;
}

.section06 .inner::before {
  position: absolute;
  content: '';
  width: 234px;
  height: 421px;
  background-image: url(/img/usr/freepage/muscleday/deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -84px;
  top: -60px;
}

.section06 .inner::after {
  position: absolute;
  content: '';
  width: 234px;
  height: 421px;
  background-image: url(/img/usr/freepage/muscleday/deco_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -84px;
  bottom: -60px;
}

.section06 .inner>div {
  color: #161514;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 3%;
  margin: 0 auto 16px;
}

.section06 .inner>div span {
  color: #FF7300;
}

.section06 .inner>div span rt {
  font-size: 18px;
  margin-bottom: 5px;
}

.section06 .inner p {
  font-size: 16px;
  line-height: 175%;
}

.section06 .inner>div.btn-flex {
  font-size: 18px;
  margin: 32px auto 54px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.section06 .inner>div.btn-flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 55px;
  border-radius: 45px;
}

.section06 .inner>div.btn-flex a.member {
  color: #fff;
  background-color: #F91E10;
}

.section06 .inner>div.btn-flex a.login {
  color: #F91E10;
  border: solid 2px #F91E10;
  background-color: #fff;
}

.section06 .inner p+a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 55px;
  border-radius: 45px;
  margin: 24px auto 0;
  color: #fff;
  background-color: #002E78;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }

  .kv {
    background: none;
    height: unset;
  }

  .kv h1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .muscleday .inner {
    width: 100%;
    padding: 0 16px;
  }

  .section01 {
    padding: 40px 0;
  }

  .section01 .inner {
    flex-direction: column;
    gap: 32px;
  }

  .section01 .inner .left {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .section01 .inner .left .boder {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 2px #fff;
  }

  .section01 .inner .left .boder+p {
    font-size: 24px;
    letter-spacing: 10%;
    display: inline;
  }

  .section01 .inner .left .boder+p+p {
    font-size: 24px;
    display: inline;
    margin-left: -4px;
  }

  .section01 .inner .left .boder+p+p span {
    font-size: 62px;
  }

  .section01 .inner .right {
    width: 100%;
  }

  .section01 .inner .right h3 {
    font-size: 18px;
    padding: 0;
  }

  .section01 .inner .right p {
    font-size: 16px;
  }

  .section02,
  .section04 {
    padding: 64px 0;
  }

  .muscleday h2 img {
    width: 85px;
  }

  .muscleday h2 {
    font-size: 28px;
    gap: 8px;
  }

  .muscleday h2 rt {
    margin-bottom: 2px;
  }

  .copycoupon_flex {
    margin: 24px auto 32px;
    flex-direction: column;
  }

  p.copycoupon_code {
    width: 100%;
    border-radius: 16px 16px 0 0;
    font-size: 26px;
    height: 60px;
    letter-spacing: 10%;
  }

  span.copycoupon_copy {
    width: 100%;
    border-radius: 0 0 16px 16px;
    font-size: 22px;
    height: 54px;
    letter-spacing: 10%;
  }

  .caution ul li {
    display: flex;
    line-height: 175%;
  }

  .section03 {
    padding: 64px 0;
  }

  .lineup ul {
    margin: 40px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }

  .lineup ul li {
    padding: 10px 10px 16px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    gap: 0;
  }

  .lineup ul li:first-child figure::before,
  .lineup ul li:nth-child(2) figure::before,
  .lineup ul li:nth-child(3) figure::before {
    width: 58px;
    height: 58px;
    top: -36px;
    left: -12px;
  }

  .lineup ul li figure::after {
    width: 36px;
    height: 36px;
    right: 6px;
    bottom: 6px;
  }

  p.name {
    width: 100%;
    font-size: 15px;
    margin: 12px auto 6px;
  }

  p.text {
    font-size: 14px;
    margin: 0 0 12px;
  }

  .default-price p {
    font-size: 13px;
  }

  .default-price span {
    font-size: 13px;
    padding: 2px 8px;
  }

  .sale-price {
    font-size: 22px;
    margin: -5px 0px;
  }

  .cart-btn a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    gap: 4px;
    margin: 0;
  }

  .cart-btn a img {
    width: 16px;
    height: 16px;
  }

  .why-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
    margin: 56px auto 0;
  }

  .why-card div {
    padding: 40px 32px;
  }

  .section05 {
    padding: 56px 16px;
  }

  .section05 .inner {
    padding: 24px;
  }

  .section05 .inner img {
    width: 85px;
  }

  .section05 .inner div {
    font-size: 28px;
    line-height: 60px;
  }

  .section05 .inner rt {
    margin-bottom: 2px;
  }

  .section05 .inner div span {
    font-size: 42px;
    width: 64px;
    height: 64px;
    margin: 0 6px;
  }

  .section05 .inner p {
    font-size: 18px;
  }

  .section06 {
    padding: 80px 0;
  }

  .section06 .inner::before {
    background-image: url(/img/usr/freepage/muscleday/deco_left_sp.png);
    width: 124px;
    height: 283px;
    left: 16px;
  }

  .section06 .inner::after {
    background-image: url(/img/usr/freepage/muscleday/deco_right_sp.png);
    width: 102px;
    height: 206px;
    right: 16px;
  }

  .section06 .inner>div {
    font-size: 34px;
    margin: 0 auto 24px;
  }

  .section06 .inner>div span rt {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .section06 .inner>div.btn-flex {
    flex-direction: column;
    margin: 32px auto 48px;
  }

  .section06 .inner>div.btn-flex a {
    width: 90%;
  }

  .section06 .inner p+a {
    width: 90%;
  }
}