@charset "UTF-8";
@font-face {
  font-family: "and2ble_sans";
  src:
    url("../fonts/and2ble_sans.woff2") format("woff2"),
    url("../fonts/and2ble_sans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}

a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #e3e8ec;
  color: #151515;
  /* letter-spacing: 0.01rem; */
  position: relative;
  word-break: break-all;
}
.and2ble_sans {
  font-family: "and2ble_sans";
  letter-spacing: -0.01em;
}
.js-scroll {
  opacity: 0;
  transition: 0.5s ease 0.3s;
  transform: translateY(10px);
}
.js-scroll.js-scrollin {
  opacity: 1;
  transform: translateY(0px);
}

.common_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 200px;
}
.sec_ttl {
  margin-bottom: 40px;
}
.sec_ttl h2 {
  font-size: 9rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
  /* letter-spacing: -0.01em; */
}
.sec_ttl h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #000;
  bottom: -4px;
}
.sec_ttl h2.sp {
  display: none;
}
.sec_ttl p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05rem;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  /* transition: .5s; */
}
header.fv_area .wrap {
  filter: invert(1);
}
body.home header {
  opacity: 0;
  transition: 0.5s ease 1s;
}
body.home.onload header {
  opacity: 1;
}
header .wrap {
  /* padding: 20px; */
  padding-left: 20px;
  /* padding-top: 20px; */
  transition: 0.5s;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .logo {
  width: 120px;
  padding-top: 15px;
}
header .logo a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}
header .logo a:hover {
  opacity: 0.5;
}
header .order {
}
header .order a {
  font-size: 2rem;
  letter-spacing: 0.01em;
  padding: 10px 20px;
  /* background-color: #000000; */
  display: block;
  transition: 0.3s;
}
header .order a:hover {
  opacity: 0.5;
}
.home #fv {
  position: relative;
  margin-bottom: 200px;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease 0s;
}
body.onload.home #fv {
  opacity: 1;
}
.home #fv .wrap {
  /* min-height: 100vh; */
  /* height: 100vh; */
  /* position: absolute; */
  /* margin-bottom: 200px; */
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home #fv .inner {
  /* height: 100%; */
  /* width: 100%; */
  /* display: flex; */
  /* align-items: center; */
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  bottom: 100px;
}
.home #fv .content {
  width: 100%;
  /* opacity: 0; */
  /* transition: 0.5s ease 0.5s; */
}
body.onload.home #fv .content {
  /* opacity: 1; */
}
.home #fv .bottom_content {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  fill: #fff;
  opacity: 0.5;
  display: none;
}
.home #fv .bottom_content p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 5px;
  /* color: #fff; */
}
.home #fv .bottom_content .left {
  display: flex;
}
.home #fv .bottom_content .left p:nth-child(1) {
  margin-right: 40px;
}
.home #fv .bottom_content .right {
  display: flex;
  align-items: center;
}
.home #fv .bottom_content .right .arrow {
  width: 10px;
  display: flex;
  align-items: baseline;
}
.home #fv .logo {
  max-width: 1100px;
  line-height: 0;
  /* margin-bottom: 80px; */
  width: 100%;
}
.home #fv .album {
  color: #fff;
  position: relative;
}
.home #fv .album p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.home #fv .album h3 {
  font-size: 4rem;
  margin: 10px 0px 20px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 17px;
}
.home #fv .album h3::before {
  content: "[";
  position: absolute;
  left: 0;
  top: -3px;
}
.home #fv .album h3::after {
  content: "]";
  right: 0;
  top: -3px;
  position: absolute;
}
.home #fv .album h4 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
}

.home #release {
}
.home #release .wrap {
  padding: 0 60px;
  margin-bottom: 200px;
}
.home #release .inner {
}
.home #release .album_area {
  padding: 60px 0;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
.home #release .album_area_inner {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
.home #release .album_area .thumb {
  width: 50%;
  padding-right: 60px;
}
.home #release .album_area .tracklist {
  width: 50%;
  padding-left: 60px;
}
.home #release .album_area .tracklist h4 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
  /* padding-bottom: 10px; */
  position: relative;
  padding-left: 15px;
}
.home #release .album_area .tracklist h4::before {
  content: "";
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home #release .album_area .tracklist ul {
  margin-bottom: 30px;
}
.home #release .album_area .tracklist ul li {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: bold;
  display: flex;
}
.home #release .album_area .tracklist ul li .num {
  padding-right: 30px;
  position: relative;
  line-height: 1;
}
.home #release .album_area .tracklist ul li .ttl {
  line-height: 1;
}
.home #release .album_area .tracklist ul li .num::before {
  content: "";
  position: absolute;
  width: 10px;
  right: 10px;
  top: 10px;
  height: 1px;
  background-color: #000;
}
.home #release .album_area .tracklist .info {
  font-size: 1.2rem;
}

.home #campaign {
}
.home #campaign .wrap {
  padding: 0 60px;
  margin-bottom: 200px;
}
.home #campaign .wrap {
}
.home #campaign .inner {
}

.home #campaign .group {
  margin-bottom: 20px;
}
.home #campaign .group .text {
  position: relative;
}
.home #campaign .group a {
  padding: 100px 100px;
  display: block;
  position: relative;
  background-color: #dee3e7;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}
.home #campaign .group a:hover {
  background-color: #ffffff;
}
.home #campaign .group a:hover .arrow {
  background-color: #101010;
}
.home #campaign .group a:hover .arrow svg {
  fill: #fff;
}
.home #campaign .group a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #828282;
  /* z-index: -1; */
  top: 0;
  left: 0;
  opacity: 0;
}
.home #campaign .group .ttl {
  margin-bottom: 20px;
}
.home #campaign .group .ttl h3 {
  font-size: 5.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  /* letter-spacing: -0.01em; */
}
.home #campaign .group .ttl p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.home #campaign .group .detaile {
}
.home #campaign .group .detaile p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.home #campaign .group .detaile p br {
  /* display: none; */
}
.home #campaign .group .detaile h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.home #campaign .group .arrow {
  width: 60px;
  height: 60px;
  border: solid 1px #b6babd;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.home #campaign .group .arrow .sp {
  display: none;
}
.home #campaign .group .arrow svg {
  width: 16px;
  transition: 0.3s;
}
#order {
  background-color: #000000;
}
#order .wrap {
  /* padding: 100px 60px; */
}
#order .inner {
  display: flex;
  position: relative;
  /* padding-bottom: 20px; */
}
#order a {
  padding: 100px 60px;
  width: 100%;
  transition: 0.3s;
}
#order a:hover {
  /* background-color: #e3e8ec; */
  opacity: 0.5;
}
#order .ttl {
  color: #fff;
}
#order .ttl h3 {
  font-size: 6.4rem;
  font-weight: normal;
  /* letter-spacing: -0.01em; */
}
#order .ttl h3.sp {
  display: none;
}
#order .ttl p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05rem;
}
#order .arrow {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b1b1b;
}

#order .arrow svg {
  fill: #fff;
  width: 16px;
}
footer {
}
footer .wrap {
  padding: 20px;
}

body#page {
}
body#page .page_common_wrap {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}
body#page #fv {
}
body#page #fv .wrap {
  padding-top: 150px;
  margin-bottom: 100px;
}
body#page .sub_sec_ttl {
  margin-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 20px;
}
body#page .sub_sec_ttl h3 {
  font-size: 5.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
body#page .sub_sec_ttl p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
body#page #fv .text_area {
}
body#page #fv .text_area .group {
  margin-bottom: 20px;
}
body#page #fv .text_area .group.group_02 {
  margin-bottom: 60px;
}
body#page #fv .text_area .group.group_03 {
}
body#page #fv .text_area .group.group_03 h4 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
}
body#page #fv .text_area .group.group_03 h3 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
body#page #fv .text_area .group.group_03 h5 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0px;
  /* letter-spacing: 0.05rem; */
  margin-bottom: 10px;
  line-height: 1;
}
body#page #fv .text_area .group h3 {
}
body#page #fv .text_area .group h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
}
body#page #fv .text_area .group h5 {
}
body#page #fv .text_area .group p {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
body#page.purchase-bonus {
}

body#page.purchase-bonus #eligible-products {
}
body#page.purchase-bonus #eligible-products .wrap {
  margin-bottom: 140px;
}
body#page.purchase-bonus #eligible-products .group_unit {
}
body#page.purchase-bonus #eligible-products .group {
  margin-bottom: 20px;
}
body#page.purchase-bonus #eligible-products .group .text {
  padding: 40px 80px;
  background-color: #dee3e7;
  border-radius: 5px;
  overflow: hidden;
}
body#page.purchase-bonus #eligible-products .group .text .ttl_01 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 9px;
}
body#page.purchase-bonus #eligible-products .group .text .ttl_02 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
body#page.purchase-bonus #eligible-products .group .text .ttl_02 br {
  display: none;
}
body#page.purchase-bonus #eligible-products .group .text .ttl_03 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
body#page.purchase-bonus #eligible-products .group .text .detaile {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

body#page.purchase-bonus #schedule {
}
body#page.purchase-bonus #schedule .wrap {
  margin-bottom: 140px;
}
body#page.purchase-bonus #schedule .group_unit {
  padding: 40px 80px;
  /* border-bottom: solid 1px #d9d9d9; */
  padding-bottom: 0;
}
body#page.purchase-bonus #schedule .group {
  margin-bottom: 40px;
}
body#page.purchase-bonus #schedule .group .text {
}
body#page.purchase-bonus #schedule .group .ttl_01 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
  position: relative;
  padding-left: 20px;
}
body#page.purchase-bonus #schedule .group .ttl_01::before {
  content: "◾";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 1.6rem;
}
body#page.purchase-bonus #schedule .group .ttl_02 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
  padding-left: 20px;
}
body#page.purchase-bonus #schedule .group .detaile {
  font-size: 1.4rem;
  /* font-weight: bold; */
  line-height: 1.6;
  letter-spacing: 0.05rem;
  padding-left: 25px;
}
body#page.purchase-bonus #schedule .group .url {
  font-size: 1.4rem;
  /* font-weight: bold; */
  line-height: 1.6;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
  padding-left: 20px;
}
body#page.purchase-bonus #schedule .group a {
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
  padding-left: 20px;
  display: block;
}

body#page.purchase-bonus #where {
}
body#page.purchase-bonus #where .wrap {
  margin-bottom: 140px;
}
body#page.purchase-bonus #where .group_unit {
  padding: 40px 80px;
  /* border-bottom: solid 1px #d9d9d9; */
  padding-bottom: 0;
}
body#page.purchase-bonus #where .group {
  margin-bottom: 40px;
}
body#page.purchase-bonus #where .group .text {
}
body#page.purchase-bonus #where .group .ttl_01 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
  position: relative;
  padding-left: 20px;
}
body#page.purchase-bonus #where .group .ttl_01::before {
  content: "◾";
  position: absolute;
  left: 0;
  top: 3px;
  top: 6px;
  font-size: 1.6rem;
}
body#page.purchase-bonus #where .group .text_02 {
  font-size: 1.6rem;
  /* font-weight: bold; */
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
  padding-left: 20px;
}
body#page.purchase-bonus #where .group .text_03 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
  padding-left: 25px;
}
body#page.purchase-bonus #where .group .note {
  padding-left: 20px;
}
body#page.purchase-bonus #where .group .note li {
  font-size: 1.4rem;
  /* font-weight: bold; */
  line-height: 1.6;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.05rem;
}
body#page.purchase-bonus #where .group .asterisk li {
  padding-left: 10px;
}
body#page.purchase-bonus #where .group .asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

body#page.purchase-bonus #note {
}
body#page.purchase-bonus #note .wrap {
  margin-bottom: 100px;
}
body#page.purchase-bonus #note .group_unit {
  padding: 40px 80px;
  /* border-bottom: solid 1px #d9d9d9; */
  padding-bottom: 80px;
}

body#page.purchase-bonus #note .group_unit .asterisk {
  margin-bottom: 40px;
}
body#page.purchase-bonus #note .group_unit .asterisk li {
  padding-left: 10px;
  font-size: 1.4rem;
  /* font-weight: bold; */
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
}
body#page.purchase-bonus #note .group_unit .asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body#page.purchase-bonus #note .group_unit .group {
}
body#page.purchase-bonus #note .group_unit .group h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
}
body#page.purchase-bonus #note .group_unit .group p {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1080px) {
  .home #fv .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .js-scroll {
    opacity: 0;
    transition: 0.8s ease 0.3s;
    transform: translateY(5px);
  }
  .js-scroll.js-scrollin {
    opacity: 1;
    transform: translateY(0px);
  }
  .sec_ttl h2.pc {
    display: none;
  }
  .sec_ttl h2.sp {
    display: inline-block;
  }
  .sec_ttl p {
    font-size: 1.6rem;
  }
  .home #fv .inner {
    padding: 0 20px;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .home #fv .album {
    color: #151515;
  }
  .home #release .wrap {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .home #campaign .wrap {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  #order .wrap {
    /* padding: 100px 20px; */
  }
  #order a {
    padding: 60px 20px;
  }
  .home #campaign .group a {
    padding: 40px 20px;
    padding-bottom: 35px;
  }
  .home #campaign .group a:hover {
  }
  .home #campaign .group a:hover .arrow {
    background-color: unset;
  }
  .home #release .album_area_inner {
    display: block;
  }
  .home #release .album_area .thumb {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .home #release .album_area .tracklist {
    width: 100%;
    padding: 0;
  }
  .home #fv .album p {
  }
  .home #fv .album h3 {
    font-size: 7vw;
    padding: 0 15px;
  }
  .home #fv .album h3::before,
  .home #fv .album h3::after {
    top: -2px;
  }
  .home #fv .bottom_content .left {
    display: none;
  }
  .sec_ttl h2 {
    margin-bottom: 14px;
    font-size: 18vw;
  }
  .sec_ttl h2::before {
    height: 4px;
  }
  .home #campaign .group .ttl h3 {
    font-size: 4.2rem;
    margin-bottom: 5px;
  }
  .home #campaign .group .ttl {
    margin-bottom: 20px;
  }
  .home #campaign .group .ttl p {
    font-size: 1.4rem;
  }
  .home #campaign .group .detaile h5 {
    font-size: 1.6rem;
    /* line-height: 1.6; */
    letter-spacing: 0.08em;
  }
  .home #campaign .group .detaile p {
    font-size: 1.4rem;
    margin-top: 5px;
    letter-spacing: 0.08em;
  }
  .home #campaign .group .detaile p br {
    display: none;
  }
  .home #campaign .group .detaile h5 br {
    display: none;
  }
  .home #fv .logo {
    /* margin-bottom: 40px; */
  }
  .home #fv {
    margin-bottom: 80px;
    padding-top: 50px;
  }
  .home #fv .wrap {
    /* margin-bottom: 100px; */
  }
  .home #release .album_area {
    padding: 40px 0;
  }
  .home #campaign .group .detaile {
    margin-bottom: 15px;
  }
  .home #campaign .group .arrow {
    position: relative;
    width: auto;
    height: auto;
    border: unset;
    justify-content: flex-start;
    right: 0;
  }
  .home #campaign .group .arrow .sp {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-right: 5px;
  }
  .home #campaign .group .arrow svg {
    width: 10px;
    position: relative;
    top: 1px;
  }
  #order .ttl h3.sp {
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 16vw;
  }
  #order .ttl h3.pc {
    display: none;
  }
  #order .ttl p {
    font-size: 1.4rem;
  }
  #order .arrow {
    right: 20px;
  }
  .home #release .album_area .tracklist ul li {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .home #release .album_area .tracklist h4 {
    font-size: 1.6rem;
  }
  body#page .page_common_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  body#page #fv .wrap {
    padding-top: 150px;
    margin-bottom: 100px;
  }
  body#page #fv .text_area .group h4 {
    font-size: 1.6rem;
    word-break: break-all;
  }
  body#page.purchase-bonus #eligible-products .group .text {
    padding: 40px 20px;
  }

  body#page.purchase-bonus #eligible-products {
  }
  body#page.purchase-bonus #eligible-products .wrap {
    margin-bottom: 100px;
  }
  body#page.purchase-bonus #eligible-products .group_unit {
  }
  body#page.purchase-bonus #eligible-products .group {
  }
  body#page.purchase-bonus #eligible-products .group .text {
  }
  body#page.purchase-bonus #eligible-products .group .text .ttl_01 {
    font-size: 1.2rem;
  }
  body#page.purchase-bonus #eligible-products .group .text .ttl_02 {
    font-size: 2rem;
    line-height: 1.3;
  }
  body#page.purchase-bonus #eligible-products .group .text .ttl_03 {
    font-size: 1.2rem;
  }
  body#page.purchase-bonus #eligible-products .group .text .detaile {
  }

  body#page.purchase-bonus #schedule {
  }
  body#page.purchase-bonus #schedule .wrap {
    margin-bottom: 80px;
  }
  body#page.purchase-bonus #schedule .group_unit {
    padding: 0px;
    padding-bottom: 20px;
  }
  body#page.purchase-bonus #schedule .group {
    margin-bottom: 30px;
  }
  body#page.purchase-bonus #schedule .group .text {
  }
  body#page.purchase-bonus #schedule .group .ttl_01 {
    font-size: 1.8rem;
    padding-left: 20px;
  }
  body#page.purchase-bonus #schedule .group .ttl_01::before {
    font-size: 1.2rem;
    top: 3px;
  }
  body#page.purchase-bonus #schedule .group .ttl_02 {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  body#page.purchase-bonus #schedule .group .detaile {
    padding-left: 20px;
    font-size: 1.2rem;
  }
  body#page.purchase-bonus #schedule .group .url {
    padding-left: 20px;
  }
  body#page.purchase-bonus #schedule .group a {
    padding-left: 20px;
  }

  body#page.purchase-bonus #where {
  }
  body#page.purchase-bonus #where .wrap {
    margin-bottom: 100px;
  }
  body#page.purchase-bonus #where .group_unit {
    padding: 0px 0px;
  }
  body#page.purchase-bonus #where .group {
    margin-bottom: 40px;
  }
  body#page.purchase-bonus #where .group .text {
  }
  body#page.purchase-bonus #where .group .ttl_01 {
    font-size: 1.8rem;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  body#page.purchase-bonus #where .group .ttl_01::before {
    font-size: 1.2rem;
    top: 4px;
  }
  body#page.purchase-bonus #where .group .text_02 {
    padding-left: 20px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  body#page.purchase-bonus #where .group .text_03 {
    padding-left: 20px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body#page.purchase-bonus #where .group .note {
    padding-left: 20px;
  }
  body#page.purchase-bonus #where .group .note li {
  }
  body#page.purchase-bonus #where .group .asterisk li {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  body#page.purchase-bonus #where .group .asterisk li::before {
  }

  body#page.purchase-bonus #note {
  }
  body#page.purchase-bonus #note .wrap {
  }
  body#page.purchase-bonus #note .group_unit {
    padding: 0;
    /* padding-bottom: 60px; */
  }

  body#page.purchase-bonus #note .group_unit .asterisk {
  }
  body#page.purchase-bonus #note .group_unit .asterisk li {
    font-size: 1.2rem;
  }
  body#page.purchase-bonus #note .group_unit .asterisk li::before {
  }
  body#page.purchase-bonus #note .group_unit .group {
  }
  body#page.purchase-bonus #note .group_unit .group h5 {
    font-size: 1.4rem;
  }
  body#page.purchase-bonus #note .group_unit .group p {
    font-size: 1.2rem;
  }
  body#page #fv .text_area .group.group_03 h4 {
    font-size: 1.4rem;
  }
  body#page #fv .text_area .group.group_03 h3 {
    font-size: 2.6rem;
  }
  body#page #fv .text_area .group.group_03 h5 {
    font-size: 1.4rem;
  }
  body#page #fv .text_area .group p {
    font-size: 1.2rem;
  }
  body#page.purchase-bonus #eligible-products .group .text .ttl_02 br {
    display: block;
  }

  body#page .sub_sec_ttl h3 {
    font-size: 4.2rem;
    margin-bottom: 5px;
  }
  .home #campaign .group .ttl {
    margin-bottom: 20px;
  }
  body#page .sub_sec_ttl p {
    font-size: 1.4rem;
  }
  header .logo {
    width: 70px;
  }
  .home #fv .bottom_content {
    bottom: 20px;
  }
  header.fv_area .wrap {
    filter: url();
  }
}
