@charset "UTF-8"; /*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap&subset=japanese);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background-color: #ff0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}
::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}
@font-face {
  font-family: snell;
  src: url(../font/SnellRoundhand.ttc) format("ttc");
}
button,
html,
input,
select,
textarea {
  color: #111;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  text-shadow: none;
  background: #000;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
img {
  vertical-align: middle;
}
li img {
  vertical-align: bottom;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  word-wrap: break-word;
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body,
body > div,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.875;
  color: #111;
}
h1 {
  margin: 0;
  font-size: 150%;
}
h2 {
  margin: 0;
  font-size: 140%;
}
h3 {
  margin: 0;
  font-size: 130%;
}
h4 {
  margin: 0;
  font-size: 120%;
}
h5 {
  margin: 0;
  font-size: 110%;
}
p {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:active,
a:focus,
a:hover {
  color: #333;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}
:placeholder-shown {
  opacity: 0.7;
}
::-webkit-input-placeholder {
  opacity: 0.7;
}
:-moz-placeholder {
  opacity: 0.7;
}
::-moz-placeholder {
  opacity: 0.7;
}
:-ms-input-placeholder {
  opacity: 0.7;
}
.spOnly {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .spOnly {
    display: block !important;
  }
}
.spOnlyIn {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .spOnlyIn {
    display: inline-block !important;
  }
}
.spOnlyTb {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .spOnlyTb {
    display: table !important;
  }
}
.pcOnly {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .pcOnly {
    display: none !important;
  }
}
.pcOnlyIn {
  display: inline-block !important;
}
@media only screen and (max-width: 1024px) {
  .pcOnlyIn {
    display: none !important;
  }
}
.pcOnlyTb {
  display: table !important;
}
@media only screen and (max-width: 1024px) {
  .pcOnlyTb {
    display: none !important;
  }
}
body {
  min-width: 320px;
  background: #eeebe7;
}
#container {
  position: relative;
  font-size: 20px;

  margin: 0 auto;
  max-width: 500px;
  box-shadow: 1px 1px 10px #bfbfbf;
}
@media only screen and (max-width: 768px) {
  #container {
    max-width: 100%;
    box-shadow: unset;
  }
}

#header {
  margin: 0 auto;
  width: 500px;
  padding: 20px 0 15px;
  background-color: #000;
}
#header .logo {
  width: 222px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header .logo:hover {
  opacity: 0.8;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #header {
    width: 100%;
    padding: calc(32 / 750 * 100vw) 0;
  }
  #header .logo {
    width: 44.4vw;
  }
}
.eb-cp-pagetop {
  margin: 0 auto;
  width: 500px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #333;
}
.eb-cp-pagetop a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.eb-cp-pagetop::before {
  display: inline-block;
  margin: auto;
  content: ">";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.eb-cp-footer {
  margin: 0 auto;
  width: 500px;
  padding: 30px 0 10px;
  background: #000;
}
.eb-cp-footer-box {
  width: 782px;
  padding-left: 71px;
}
.eb-cp-footer-link {
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
.eb-cp-footer-link:hover {
  opacity: 0.8;
}
.eb-cp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eb-cp-inner02 {
  position: relative;
  flex-flow: column;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 0 27px;
}
.eb-cp-logo02 {
  display: block;
  width: 118px;
  height: 25px;
  margin: 0 auto 20px;
}
.eb-cp-logo02 img {
  width: 118px;
  height: 25px;
}
.eb-cp-footer-box {
  width: 100%;
  padding-left: 0;
}
.eb-cp-footer-link a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.eb-cp-footer-link:hover {
  opacity: 0.8;
}
.eb-cp-flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.eb-cp-copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.eb-cp-pagetop::before {
  display: inline-block;
  margin: auto;
  content: ">";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.eb-cp-footer-link {
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
}
.eb-cp-footer-link:hover {
  opacity: 0.8;
}
.eb-cp-footer-link:hover {
  opacity: 0.8;
}
.eb-cp-copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .eb-cp-pagetop {
    width: 100%;
  }
  .eb-cp-footer {
    width: 100%;
  }
}
#heavyrotation .fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#heavyrotation .fx-bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 0 9%;
}
#heavyrotation .fx-ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#heavyrotation .al-ct {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#heavyrotation a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#heavyrotation a:hover {
  opacity: 0.8;
}
#heavyrotation .order01 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .order01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
#heavyrotation .order02 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .order02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#heavyrotation .inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .inner {
    max-width: 85.33333vw;
  }
}
.btn {
  position: relative;
  width: 360px;
  padding: 16px 0;
  cursor: pointer;
  background-color: #111;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btn::before {
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.btn:hover {
  opacity: 0.8;
}
.btn a {
  display: block;
  width: 100%;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-weight: 400;
  color: #111;
  color: #fff;
}
.btn a span {
  display: block;
  margin: auto;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 2.93333vw 0;
  }
  .btn::after {
    right: 4.66667vw;
    width: 2vw;
    height: 2vw;
    border-top: 0.26667vw solid #fff;
  }
  .btn::before {
    right: 4.36667vw;
    width: 6vw;
    height: 0.26667vw;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn a span {
    font-size: 4vw;
  }
}
.shadow {
  box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.41);
}
#heavyrotation {
  width: 100%;
}
#heavyrotation .pcOnly {
  display: block;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .pcOnly {
    display: none;
  }
}
#heavyrotation .svg {
  max-width: 100%;
  height: auto;
}
#heavyrotation img {
  width: 100%;
}
#heavyrotation .mv_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 2000px;
  margin: auto;
}
#heavyrotation .mv_wrap img {
  width: 100%;
}
#heavyrotation .mv_wrap .line {
  position: absolute;
  right: 23.125vw;
  bottom: 15.9375vw;
  width: 25.625vw;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#heavyrotation .mv_wrap .line:hover {
  opacity: 0.9;
}
#heavyrotation .mv_wrap .line a {
  display: block;
}
#heavyrotation .mv_wrap .line a img {
  width: 100%;
}
@media only screen and (min-width: 2000px) {
  #heavyrotation .mv_wrap .line {
    right: 475px;
    bottom: 320px;
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  #heavyrotation .mv_wrap .line {
    right: 50%;
    bottom: 33.33333vw;
    width: 88vw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.mv_wrap.close::before {
  z-index: 0;
  background-color: #000;
  opacity: 0.8;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#heavyrotation .mv_ttl {
  position: absolute;
  bottom: 17%;
  left: 50%;
  width: 88%;
  padding: 12px 0;
  background-color: #111;
  border: 0.0625vw solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#heavyrotation .mv_ttl h1 {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 27px;
  font-weight: 400;
  font-weight: 400 !important;
  color: #111;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .mv_ttl {
    width: 88vw;
    padding: calc(22 / 750 * 100cw) 0;
    border: 0.26667vw solid #fff;
  }
  #heavyrotation .mv_ttl h1 {
    font-size: 5.33333vw;
  }
}
#heavyrotation .mv_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-weight: 400;
  color: #111;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  width: 100%;
  text-align: center;
  padding: 11px 0;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .mv_txt {
    font-size: 5.33333vw;
    line-height: 1.4;
    padding: calc(32 / 750 * 100vw) 0;
  }
}
#heavyrotation .contents_container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 2000px;
  padding: 54px 0 0px;
  margin: 0 auto;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #heavyrotation .contents_container {
    height: 100%;
    padding: calc(85 / 750 * 100vw) 0 0;
    background-color: #d5d0c7;
    background-image: url(../img/bg@2x.png);
    background-size: 100%;
  }
}
#sec01 .ttl_product {
  width: 313px;
  margin: 0 auto 25px;
}
#sec01 .ttl_product img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  #sec01 .ttl_product {
    width: calc(470 / 750 * 100vw);
    margin: 0 auto calc(36 / 750 * 100vw);
  }
}
#heavyrotation #sec01 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  padding: 0 7.3%;
}
#heavyrotation #sec01 .wrapper_sec01 {
  background-color: #fff;
  border: 2px solid #272727;
}
#heavyrotation #sec01 .wrapper_sec01 + .cap {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #heavyrotation #sec01 .wrapper_sec01 + .cap {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(17 / 750 * 100vw);
    text-align: left;
  }
}
#heavyrotation #sec01 h2 {
  width: 63.78%;
  margin: 0 auto;
  border-bottom: 0;
  width: 360px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  #heavyrotation #sec01 h2 {
    width: 100%;
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

#heavyrotation #sec01 h2 img {
  height: auto;
}
#heavyrotation #sec01 h2 span {
  display: block;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #heavyrotation #sec01 {
    padding: 0 0 calc(120 / 750 * 100vw);
    margin-bottom: 0;
    /* padding: 0 0; */
  }
  #heavyrotation #sec01::before {
    top: -16.66667vw;
    right: -2vw;
    width: 54.4vw;
    height: 16.26667vw;
    background-image: url(../img/svg/bg_ttl.svg);
  }
  #heavyrotation #sec01 h2 span {
    margin-bottom: 2.26667vw;
    font-size: 4vw;
  }
}
#heavyrotation .sec01__inner {
  padding: 41px 24px 0;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .sec01__inner {
    padding: calc(64 / 750 * 100vw) 6.66667vw 0;
  }
}
#heavyrotation .sec01_contents_container {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 43px;
  flex-flow: column-reverse nowrap;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-line-pack: start;
  gap: 0;
}
#heavyrotation .sec01_contents_container .order02 {
  width: 100%;
  padding: 29px 9px 0;
}

#heavyrotation .sec01_contents_container .order01 {
  width: 100%;
}
#heavyrotation .sec01_contents_container dl .info {
  display: block;
  margin-bottom: 7px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
}
#heavyrotation .sec01_contents_container dl dt {
  margin-bottom: 20px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.3888;
  color: #111;
}
#heavyrotation .sec01_contents_container dl .ttl-sub {
  margin-bottom: 22px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 27px;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
#heavyrotation .sec01_contents_container dl .price {
  margin-bottom: 15px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.3888;
  color: #111;
}
#heavyrotation .sec01_contents_container dl .note {
  margin-bottom: 49px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3333;
  color: #111;
  text-indent: -4em;
  padding-left: 4em;
}
#heavyrotation .sec01_contents_container dl .img {
  width: 69%;
  margin: 0 auto;
}
#heavyrotation .sec01_contents_container dl .img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #heavyrotation .sec01_contents_container {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: calc(66 / 750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: start;
    gap: 0;
  }
  #heavyrotation .sec01_contents_container dl {
    width: 100%;
  }
  #heavyrotation .sec01_contents_container dl .info {
    margin-bottom: 1.25vw;
    font-family:
      "Noto Sans JP",
      -apple-system,
      BlinkMacSystemFont,
      "Helvetica Neue",
      "游ゴシック Medium",
      YuGothic,
      YuGothicM,
      "Hiragino Kaku Gothic ProN",
      メイリオ,
      Meiryo,
      sans-serif;
    font-size: 3.33333vw;
    font-weight: 400;
    font-weight: 700;
    color: #111;
  }
  #heavyrotation .sec01_contents_container dl dt {
    margin-bottom: 2vw;
    font-size: 6.13333vw;
  }
  #heavyrotation .sec01_contents_container dl .ttl-sub {
    margin-bottom: 4.55vw;
    font-size: 5.33333vw;
  }
  #heavyrotation .sec01_contents_container dl .price {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
  }
  #heavyrotation .sec01_contents_container dl .note {
    margin-bottom: 9.2vw;
    font-size: 3.46667vw;
    width: auto;
  }
  #heavyrotation .sec01_contents_container .order01,
  #heavyrotation .sec01_contents_container .order02 {
    width: 100%;
  }
  #heavyrotation .sec01_contents_container .order02 {
    padding: 0;
  }
  #heavyrotation .sec01_contents_container dl .img {
    width: 52vw;
    margin: 0 auto 6.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  #heavyrotation .sec01__img__container {
    width: 100%;
  }
}
#heavyrotation #sec02 {
  width: 100%;
  background-color: #fff;
  position: relative;
}

#heavyrotation #sec02 .btn-line {
  position: absolute;
  left: 50%;
  top: 628px;
  transform: translateX(-50%);
  width: 360px;
}

#heavyrotation #sec03 .banner01 {
  width: 60%;
  margin: 80px auto 0;
}

@media only screen and (max-width: 768px) {
  #heavyrotation #sec02 {
    padding: 0;
  }
  #heavyrotation #sec03 .banner01 {
    width: 100%;
    margin: 14.66667vw auto 0;
  }
}
#heavyrotation .sec02_contents_container {
  padding: 70px 120px 60px;
  border: 1px solid #111;
}
#heavyrotation .sec02_contents_container h3 {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
  text-align: center;
}
#heavyrotation .sec02_contents_container dl {
  width: 100%;
  margin-bottom: 80px;
}
#heavyrotation .sec02_contents_container dl:first-of-type .txt_wrap .ttl {
  margin-left: -20px;
}
#heavyrotation .sec02_contents_container dl:nth-last-child(1) {
  margin-bottom: 0;
}
#heavyrotation .sec02_contents_container dl .icon {
  width: 140px;
}
#heavyrotation .sec02_contents_container dl .txt_wrap {
  width: 465px;
  padding-left: 50px;
  margin-top: 15px;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .ttl {
  margin-bottom: 10px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.03em;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .txt {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
  color: #111;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container {
  width: 100%;
  margin-bottom: 25px;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr {
  width: 160px;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr img {
  width: 100%;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap {
  padding-left: 35px;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap .qr_txt {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
}
#heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap .qr_txt span {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
}

@media only screen and (max-width: 768px) {
  #heavyrotation .sec02_contents_container {
    padding: 10vw 6.66667vw 17.33333vw;
    border: none;
  }
  #heavyrotation .sec02_contents_container h3 {
    margin-bottom: 4.66667vw;
    font-size: 6.66667vw;
  }
  #heavyrotation .sec02_contents_container dl {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    align-content: flex-start;
    margin-bottom: 9.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: start;
  }
  #heavyrotation .sec02_contents_container dl:first-of-type .txt_wrap .ttl {
    margin-left: -2.66667vw;
  }
  #heavyrotation .sec02_contents_container dl .icon {
    width: 24vw;
    margin: auto;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .ttl {
    margin: auto;
    margin-bottom: 2.66667vw;
    font-size: 6.4vw;
    text-align: center;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .txt {
    font-size: 4vw;
    line-height: 1.6;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    align-content: flex-start;
    margin-bottom: 4.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-line-pack: start;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr {
    width: 21.33333vw;
    margin: 4vw auto;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .sec02_btn-line {
    width: 66.66667vw;
    margin: 0 auto 0;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .sec02_btn-line a {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .sec02_btn-line a img {
    width: 100%;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap {
    padding-left: 0;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap .qr_txt {
    font-size: 4vw;
  }
  #heavyrotation .sec02_contents_container dl .txt_wrap .qr_container .qr_txt_wrap .qr_txt span {
    font-size: 5.33333vw;
  }
}
#heavyrotation .sec02_contents_container .sec02_line_container .sec02_btn-line {
  width: 66.66667vw;
  margin: 0 auto 4vw;
}
#heavyrotation .sec02_contents_container .sec02_line_container .sec02_btn-line a {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
#heavyrotation .sec02_contents_container .sec02_line_container .sec02_btn-line a img {
  width: 100%;
}
#heavyrotation .sec02_contents_container .sec02_line_container p {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 5.33333vw;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}
#heavyrotation .sec02_note {
  display: block;
  margin: 0 auto -20px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #heavyrotation #heavyrotation .sec02_note {
    position: relative;
    top: 10.66667vw;
    margin: 0 auto 0;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #heavyrotation #sec02 {
    box-shadow:
      0 0 0 rgba(0, 0, 0, 0),
      0 0 0 rgba(0, 0, 0, 0);
  }
  #heavyrotation .sec02__img__container {
    margin: 0 calc(50% - 50vw);
  }
}
#heavyrotation #terms {
  width: 100%;
  background-color: #f2f2f2;
}
#heavyrotation #terms .inner {
  display: block;
}

@media only screen and (max-width: 768px) {
  #heavyrotation #terms {
    padding: 0;
  }
  #heavyrotation #terms .inner {
    width: 100%;
    max-width: 100%;
  }
}
#heavyrotation .terms_container {
  width: 100%;
  padding: 52px 40px 85px;
  background-color: #f2f2f2;
}
#heavyrotation .terms_container h3 {
  margin-bottom: 35px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
  text-align: center;
  letter-spacing: 0.03em;
}
#heavyrotation .terms_container p {
  margin-bottom: 35px;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
  color: #111;
  letter-spacing: 0.03em;
}
#heavyrotation .terms_container dl {
  margin-bottom: 35px;
}
#heavyrotation .terms_container dl:nth-last-child(1) {
  margin-bottom: 0;
}
#heavyrotation .terms_container dl dt {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.03em;
}
#heavyrotation .terms_container dl dd {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
  color: #111;
  letter-spacing: 0.03em;
}
#heavyrotation .terms_container dl dd .adjust_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
#heavyrotation .terms_container dl dd a {
  position: relative;
  display: inline;
  color: #111;
}
#heavyrotation .terms_container dl dd a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #111;
}
#heavyrotation .terms_container dl .noindent {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
  color: #111;
  letter-spacing: 0.03em;
}
#heavyrotation .terms_container dl .noindent a {
  position: relative;
  display: inline;
  color: #111;
}
#heavyrotation .terms_container dl .noindent a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #111;
}
#heavyrotation .terms_container dl ul li {
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "游ゴシック Medium",
    YuGothic,
    YuGothicM,
    "Hiragino Kaku Gothic ProN",
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333;
  color: #111;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .terms_container {
    padding: 10vw 7.33333vw 19.33333vw;
    background-color: #f2f2f2;
    border-radius: 0;
  }
  #heavyrotation .terms_container h3 {
    margin-bottom: 5.73333vw;
    font-size: 6.66667vw;
    letter-spacing: 0;
  }
  #heavyrotation .terms_container p {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  #heavyrotation .terms_container dl {
    margin-bottom: 8vw;
  }
  #heavyrotation .terms_container dl dt {
    font-size: 4vw;
  }
  #heavyrotation .terms_container dl dd {
    font-size: 4vw;
    line-height: 1.6;
  }
  #heavyrotation .terms_container dl dd a::after {
    bottom: -0.53333vw;
    height: 0.13333vw;
  }
  #heavyrotation .terms_container dl .noindent {
    font-size: 4vw;
    line-height: 1.6;
  }
  #heavyrotation .terms_container dl .noindent a::after {
    bottom: -0.53333vw;
    height: 0.13333vw;
  }
  #heavyrotation .terms_container dl ul li {
    font-size: 4vw;
    line-height: 1.6;
  }
}
#heavyrotation .mv_wrap .btn-line {
  position: absolute;
  left: 50%;
  bottom: 141px;
  transform: translateX(-50%);
  width: 88%;
}
@media only screen and (max-width: 768px) {
  #heavyrotation .mv_wrap .btn-line {
    bottom: calc(210 / 750 * 100vw);
  }

  #heavyrotation .btn-line a {
    position: relative;
    z-index: 2;
    display: block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #heavyrotation .btn-line a:hover {
    opacity: 0.8;
  }
  #heavyrotation .btn-line a img {
    width: 100%;
  }
  #heavyrotation .btn-line::before {
    display: none;
  }
  #heavyrotation .btn-line a:hover {
    opacity: 0.8;
  }
  #heavyrotation #sec02 .btn-line {
    top: 125.5vw;
    width: 72vw;
  }
}
