@charset "UTF-8";
/*====================================================================
*    common all
/*==================================================================*/
@font-face {
  font-family: "Avenir";
  src: url("../../../assets/fonts/Avenir.eot");
  src: url("../../../assets/fonts/Avenir.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/Avenir.woff") format("woff"), url("../../../assets/fonts/Avenir.ttf") format("truetype");
  font-display: swap;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

blockquote,
q {
  quotes: none;
}

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

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  -webkit-appearance: none !important;
  min-height: 0;
  min-width: 0;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.pc_inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_flex {
    display: flex !important;
  }
}

/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/*
   * get_vwの設定
   */
/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.icnArrow2.icnArrow {
  mix-blend-mode: difference !important;
}

/*====================================================================
*    All
/*==================================================================*/
/*::selection {
    background: #e2d7c5;
}

//Firefox
::-moz-selection {
    background: #e2d7c5;
}*/
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f7f6f2;
}
body a {
  display: block;
}
body img,
body svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .newans {
    padding: 0;
  }
}

.header,
footer {
  background: #fff;
}

/*====================================================================
*    kyousou
/*==================================================================*/
.sideArea {
  position: relative;
  display: none;
  z-index: 5;
}
.sideArea ul {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 11;
}
@media (max-width: 768px) {
  .sideArea ul {
    top: inherit;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
  }
}
.sideArea ul li {
  position: relative;
  height: 170px;
  animation: sideAnim 6s cubic-bezier(0.41, 0.01, 0, 1) 0.3s infinite;
}
@media (max-width: 768px) {
  .sideArea ul li {
    height: auto;
    animation: none;
  }
}
@keyframes sideAnim {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-12px);
  }
  15% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.sideArea ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sideArea ul li::after {
    content: none;
  }
}
.sideArea ul li p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 500;
  font-family: "Avenir Heavy", "Avenir", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.5;
  padding-left: 13px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .sideArea ul li p {
    display: none;
  }
}
.sideArea ul li .sidePic {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .sideArea ul li .sidePic {
    position: inherit;
    bottom: inherit;
    left: inherit;
  }
}
.sideArea ul li.pink {
  background-color: #fff;
  border: 1px solid #dbdede;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .sideArea ul li.pink {
    padding-top: 0;
    width: 49.6%;
  }
}
.sideArea ul li.pink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #fff;
  z-index: 3;
}
@media (max-width: 768px) {
  .sideArea ul li.pink::before {
    content: none;
  }
}
.sideArea ul li.pink::after {
  background-image: url(../../../assets/images/fukidashi_04.png);
}
.sideArea ul li.pink .sidePic {
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: 51.81px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sideArea ul li.pink .sidePic {
    width: 100%;
  }
}
.sideArea ul li.pink .icnArrow {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  border: 0.5px solid #222;
}
@media (max-width: 768px) {
  .sideArea ul li.pink .icnArrow {
    display: none;
  }
}
.sideArea ul li.pink .icnArrow img {
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .sideArea ul li.pink .icnArrow img {
    width: 11px;
  }
}
.sideArea ul li.pink:hover {
  opacity: 1;
}
.sideArea ul li.pink:hover .icnArrow img {
  transform: translate(-20%, -50%);
}
.sideArea ul li.yellow {
  animation-delay: 0.6s;
  position: relative;
}
@media (max-width: 768px) {
  .sideArea ul li.yellow {
    padding-top: 0;
    width: 49.6%;
  }
}
.sideArea ul li.yellow::after {
  background-image: url(../../../assets/images/fukidashi_02.png);
}
.sideArea ul li.yellow .sidePic {
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: 100%;
  margin: 0 auto;
}
.sideArea ul li.yellow .icnArrow {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  border: 0.5px solid #222;
}
@media (max-width: 768px) {
  .sideArea ul li.yellow .icnArrow {
    display: none;
  }
}
.sideArea ul li.yellow .icnArrow img {
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .sideArea ul li.yellow .icnArrow img {
    width: 11px;
  }
}
.sideArea ul li.yellow:hover {
  opacity: 1;
}
.sideArea ul li.yellow:hover .icnArrow img {
  transform: translate(-20%, -50%);
}
.sideArea ul li.baige {
  animation-delay: 0.6s;
  background-color: #e9dfd5;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .sideArea ul li.baige {
    background-color: transparent;
    padding-top: 0;
    width: 49.6%;
  }
}
.sideArea ul li.baige::after {
  background-image: url(../../../assets/images/fukidashi_08.png);
}
.sideArea ul li.baige .icnArrow {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  top: 80px;
  left: 15px;
}
@media (max-width: 768px) {
  .sideArea ul li.baige .icnArrow {
    display: none;
  }
}
.sideArea ul li.baige .icnArrow img {
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .sideArea ul li.baige .icnArrow img {
    width: 11px;
  }
}
.sideArea ul li.baige:hover {
  opacity: 1;
}
.sideArea ul li.baige:hover .icnArrow img {
  transform: translate(-20%, -50%);
}
.sideArea ul li.baige.noAbs {
  padding: 0;
  height: auto;
}
.sideArea ul li.baige.noAbs .sidePic {
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: 100%;
  margin: 0 auto;
}
.sideArea ul li.baige.link02::after {
  background-image: url(../../../assets/images/fukidashi_09.png);
}
.sideArea ul li.baige.link03 {
  width: 72px;
  background-color: transparent;
}
.sideArea ul li.baige.link03::after {
  content: none;
}
.sideArea ul li.black {
  background-color: #222;
  padding-top: 8px;
  animation-delay: 0.9s;
}
@media (max-width: 768px) {
  .sideArea ul li.black {
    padding-top: 0;
    height: 60px;
    width: 81.33%;
    margin-top: 2px !important;
    background-color: rgba(34, 34, 34, 0.95);
  }
}
.sideArea ul li.black::after {
  background-image: url(../../../assets/images/fukidashi_03.png);
}
.sideArea ul li.black p {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Roboto", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.06em;
  font-weight: 500;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .sideArea ul li.black p {
    display: block;
    top: 9px;
    left: 17.05%;
    right: inherit;
    margin: 0;
    font-size: 12px;
    text-align: left;
  }
}
.sideArea ul li.black .sideLogo {
  position: absolute;
  width: 44.95%;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sideArea ul li.black .sideLogo {
    width: 31.22%;
    top: 15px;
    left: 38.03%;
    bottom: inherit;
    transform: translateX(0);
  }
}
.sideArea ul li.black .icnArrow {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  top: 66px;
  left: 17px;
}
@media (max-width: 768px) {
  .sideArea ul li.black .icnArrow {
    display: block;
    width: 21px;
    height: 21px;
    top: 14px;
    left: inherit;
    right: 17.38%;
  }
}
.sideArea ul li.black .icnArrow img {
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .sideArea ul li.black .icnArrow img {
    width: 11px;
  }
}
.sideArea ul li.black .icnCart {
  position: absolute;
  width: 35px;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .sideArea ul li.black .icnCart {
    bottom: inherit;
    left: inherit;
    right: 9.58%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
.sideArea ul li:nth-child(n+2) {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .sideArea ul li:nth-child(n+2) {
    margin-top: 0;
  }
}
.sideArea ul li.scrollHeight {
  height: auto;
  animation: none;
  margin: 70px 0 0 26px;
}
@media (max-width: 768px) {
  .sideArea ul li.scrollHeight {
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
}
.sideArea ul li.scrollHeight div {
  width: 6px;
}
.sideArea ul li.scrollHeight div span {
  display: block;
  height: 6px;
  background-color: #dbdede;
  animation: none;
  margin-bottom: 12px;
  transition: background-color 0.5s ease;
}
.sideArea ul li.scrollHeight div span:last-child {
  margin-bottom: 0;
}
.sideArea ul li.scrollHeight div span.change {
  background-color: #2c89d8;
}
@media (max-width: 768px) {
  .sideArea ul li:nth-child(-n+2) {
    display: none;
  }
}
.sideArea_totop {
  position: fixed;
  width: 50px;
  bottom: 40px;
  right: 5px;
  z-index: 11;
}
@media (max-width: 768px) {
  .sideArea_totop {
    width: 45px;
    bottom: 9px;
    right: 17px;
  }
}
.sideArea.side02 ul {
  top: 46.5%;
}
@media (max-width: 768px) {
  .sideArea.side02 ul {
    top: inherit;
  }
}
.sideArea.side02 ul li:nth-child(n+2) {
  margin-top: 1px;
}
@media (max-width: 768px) {
  .sideArea.side02 ul li:nth-child(n+2) {
    margin-top: 0;
  }
}
.sideArea.side02 .sideArea_totop {
  bottom: 5px;
}
@media (max-width: 768px) {
  .sideArea.side02 .sideArea_totop {
    bottom: 9px;
  }
}

#vol2024LP {
  position: relative;
  width: 100%;
  margin: -100px auto 0;
  font-family: "Zen Kaku Gothic New", YakuHanJP, "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #404040;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #vol2024LP {
    margin: 0 auto;
  }
}
#vol2024LP html,
#vol2024LP body,
#vol2024LP div,
#vol2024LP span,
#vol2024LP object,
#vol2024LP iframe,
#vol2024LP h1,
#vol2024LP h2,
#vol2024LP h3,
#vol2024LP h4,
#vol2024LP h5,
#vol2024LP h6,
#vol2024LP p,
#vol2024LP blockquote,
#vol2024LP pre,
#vol2024LP abbr,
#vol2024LP address,
#vol2024LP cite,
#vol2024LP code,
#vol2024LP del,
#vol2024LP dfn,
#vol2024LP em,
#vol2024LP img,
#vol2024LP ins,
#vol2024LP kbd,
#vol2024LP q,
#vol2024LP samp,
#vol2024LP small,
#vol2024LP strong,
#vol2024LP sub,
#vol2024LP sup,
#vol2024LP var,
#vol2024LP b,
#vol2024LP i,
#vol2024LP dl,
#vol2024LP dt,
#vol2024LP dd,
#vol2024LP ol,
#vol2024LP ul,
#vol2024LP li,
#vol2024LP fieldset,
#vol2024LP form,
#vol2024LP label,
#vol2024LP legend,
#vol2024LP table,
#vol2024LP caption,
#vol2024LP tbody,
#vol2024LP tfoot,
#vol2024LP thead,
#vol2024LP tr,
#vol2024LP th,
#vol2024LP td,
#vol2024LP article,
#vol2024LP aside,
#vol2024LP canvas,
#vol2024LP details,
#vol2024LP figcaption,
#vol2024LP figure,
#vol2024LP footer,
#vol2024LP header,
#vol2024LP hgroup,
#vol2024LP menu,
#vol2024LP nav,
#vol2024LP section,
#vol2024LP summary,
#vol2024LP time,
#vol2024LP mark,
#vol2024LP audio,
#vol2024LP video {
  font-family: "Zen Kaku Gothic New", YakuHanJP, "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
#vol2024LP p,
#vol2024LP span,
#vol2024LP li,
#vol2024LP dd,
#vol2024LP a {
  font-family: "Zen Kaku Gothic New", YakuHanJP, "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #404040;
}
#vol2024LP a {
  display: block;
  text-decoration: none;
  transition: 0.3s all;
}
#vol2024LP a:hover {
  opacity: 0.8;
}
#vol2024LP img,
#vol2024LP svg {
  width: 100%;
  height: auto;
  display: block;
}
#vol2024LP .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#vol2024LP .slick-list:focus {
  outline: none;
}
#vol2024LP .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
}
#vol2024LP .slick-slide {
  outline: none;
}
#vol2024LP .slick-initialized .slick-slide {
  display: block;
}
#vol2024LP .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
#vol2024LP .slick-slide > .slick-slider-img {
  position: relative;
  display: block;
  width: 100%;
}
#vol2024LP .slick-slide .image {
  width: 100%;
  margin: 0 auto;
}
#vol2024LP .slick-slide img.slick-loading {
  display: none;
}
#vol2024LP .slick-dots {
  display: flex !important;
  padding: 0 0 7px 5px;
  bottom: 0;
}
#vol2024LP .slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 4px;
}
#vol2024LP .slick-dots li button {
  width: 4px;
  height: 4px;
  position: relative;
  padding: 0;
}
#vol2024LP .slick-dots li button::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100px;
}
#vol2024LP .kv {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 1.875vw;
  margin: 100px 0;
}
@media (max-width: 768px) {
  #vol2024LP .kv {
    padding-top: 9.8666666667vw;
    margin: 84px 0 80px;
  }
}
#vol2024LP .kv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 22.578125vw;
  background-color: #9981B9;
  clip-path: polygon(0% 0%, 100% 0, 100% 49%, 0% 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  #vol2024LP .kv::before {
    height: 72.8vw;
    clip-path: polygon(0% 0%, 100% 0, 100% 65%, 0% 100%);
  }
}
#vol2024LP .kv__inner {
  width: 87.5vw;
}
@media (max-width: 768px) {
  #vol2024LP .kv__inner {
    width: 87.2vw;
  }
}
#vol2024LP .kv__img-wrap {
  position: relative;
}
#vol2024LP .kv__subtitle {
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.015625vw;
}
@media (max-width: 768px) {
  #vol2024LP .kv__subtitle {
    font-size: 3.2vw;
    margin-top: 1.8666666667vw;
  }
}
#vol2024LP .kv__title {
  font-size: 2.34375vw;
  font-weight: 700;
  color: #9981B9;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 768px) {
  #vol2024LP .kv__title {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-top: 1.8666666667vw;
  }
}
#vol2024LP .kv .kv-need {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18.75vw;
  background: #f7f6f2;
  padding: 0.78125vw 1.5625vw 2.65625vw 0;
}
@media (max-width: 768px) {
  #vol2024LP .kv .kv-need {
    position: relative;
    width: 100%;
    background: unset;
    padding: 0;
    margin-bottom: 8vw;
  }
}
#vol2024LP .kv .kv-need__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25vw;
}
@media (max-width: 768px) {
  #vol2024LP .kv .kv-need__head {
    justify-content: center;
  }
}
#vol2024LP .kv .kv-need__title {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.796875vw;
  color: #9981B9;
  font-weight: 700;
  letter-spacing: 0.027em;
}
@media (max-width: 768px) {
  #vol2024LP .kv .kv-need__title {
    font-size: 3.2vw;
    color: #404040;
    letter-spacing: 0.05em;
  }
}
#vol2024LP .kv .kv-need__img {
  width: 4.921875vw;
  mix-blend-mode: darken;
}
#vol2024LP .kv .kv-need__text {
  font-size: 1.171875vw;
  color: #9981B9;
  font-weight: 500;
  letter-spacing: 0.027em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #vol2024LP .kv .kv-need__text {
    font-size: 4.2666666667vw;
    color: #404040;
    letter-spacing: 0;
    text-align: center;
  }
}
#vol2024LP .about {
  margin-bottom: clamp(24px, 4.765625vw, 61px);
}
#vol2024LP .about__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(8px, 1.25vw, 16px);
}
#vol2024LP .about__inner {
  width: clamp(327px, 86.5625vw, 1108px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1px, 5vw, 64px);
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: clamp(30px, 3.515625vw, 45px) 0 clamp(30px, 4.296875vw, 55px);
  margin: auto;
}
@media (max-width: 768px) {
  #vol2024LP .about__inner {
    flex-direction: column;
    gap: 0;
  }
}
#vol2024LP .about__left {
  width: clamp(328px, 28.515625vw, 365px);
}
#vol2024LP .about__imgs {
  display: flex;
  gap: 15px;
  margin: 0 0 25px clamp(1px, 3.125vw, 40px);
}
@media (max-width: 768px) {
  #vol2024LP .about__imgs {
    justify-content: center;
    margin: 0 0 43px 0;
  }
}
#vol2024LP .about__img {
  width: 114px;
}
#vol2024LP .about__baloon {
  position: relative;
}
#vol2024LP .about__baloon::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(136px, 7.421875vw, 95px);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/about-baloon.webp) no-repeat center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 768px) {
  #vol2024LP .about__baloon::before {
    background: url(../images/about-baloon_sp.webp) no-repeat center;
    background-size: contain;
  }
}
#vol2024LP .about__baloon p {
  width: clamp(300px, 26.328125vw, 337px);
  font-size: clamp(10px, 1.09375vw, 14px);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
  margin: auto;
}
@media (max-width: 768px) {
  #vol2024LP .about__baloon p {
    margin-bottom: 37px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
#vol2024LP .about__center {
  width: clamp(86px, 7.8125vw, 100px);
}
@media (max-width: 768px) {
  #vol2024LP .about__center {
    position: relative;
  }
}
#vol2024LP .about .design {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.875vw, 24px);
}
#vol2024LP .about .design__title {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #acacac;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
#vol2024LP .about .design__point {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #9981B9;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.018em;
}
@media (max-width: 768px) {
  #vol2024LP .about .design__point {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  #vol2024LP .design__point--long {
    width: 105%;
  }
}
#vol2024LP .anchors {
  padding-bottom: 50px;
}
#vol2024LP .anchors__title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: clamp(90px, 9.375vw, 120px) 0 clamp(58px, 5.46875vw, 70px);
  position: relative;
}
#vol2024LP .anchors__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background: url("../images/anchors-dots.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
}
#vol2024LP .anchors__inner {
  width: clamp(328px, 55.625vw, 712px);
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(49px, 5.859375vw, 75px) clamp(32px, 4.375vw, 56px);
}
#vol2024LP .anchors__single {
  width: clamp(148px, 15.625vw, 200px);
  position: relative;
}
#vol2024LP .anchors__single::before {
  content: "01";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, -60%);
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: clamp(24px, 3.75vw, 48px);
  color: #9981B9;
  letter-spacing: 0.027em;
  line-height: 1;
  background: url("../images/anchors.webp") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  #vol2024LP .anchors__single::before {
    transform: translate(0, -110%);
  }
}
#vol2024LP .anchors__single:nth-child(2)::before {
  content: "02";
}
#vol2024LP .anchors__single:nth-child(3)::before {
  content: "03";
}
#vol2024LP .anchors__single:nth-child(4)::before {
  content: "04";
}
#vol2024LP .anchors__single:nth-child(5)::before {
  content: "05";
}
#vol2024LP .anchors__single:nth-child(6)::before {
  content: "06";
}
#vol2024LP .anchors__img {
  margin-bottom: clamp(4px, 0.625vw, 8px);
}
#vol2024LP .anchors__text {
  font-size: clamp(1px, 1.09375vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.027em;
  width: 17.1875vw;
}
@media (max-width: 768px) {
  #vol2024LP .anchors__text {
    width: 100%;
    font-size: clamp(1px, 3.7333333333vw, 14px);
  }
}
#vol2024LP .section {
  padding: clamp(67px, 6.25vw, 80px) 0 clamp(60px, 9.375vw, 120px);
}
#vol2024LP .section__title-wrap {
  width: clamp(331px, 75vw, 960px);
  position: relative;
  text-align: center;
  margin: 0 auto clamp(40px, 6.25vw, 80px);
}
#vol2024LP .section__title-wrap::before, #vol2024LP .section__title-wrap::after {
  content: "";
  display: block;
  width: clamp(25px, 3.59375vw, 46px);
  height: clamp(21px, 3.046875vw, 39px);
  background: url("../images/section-title-bfr.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  top: clamp(1px, 1.5625vw, 20px);
}
@media (max-width: 768px) {
  #vol2024LP .section__title-wrap::before, #vol2024LP .section__title-wrap::after {
    top: 0;
  }
}
#vol2024LP .section__title-wrap::before {
  left: 0;
  transform: translate(0, -20%);
}
@media (max-width: 768px) {
  #vol2024LP .section__title-wrap::before {
    top: 0;
    left: 0;
    transform: translate(-20%, -125%);
  }
}
#vol2024LP .section__title-wrap::after {
  right: 0;
  transform: translate(0, -20%) rotate(180deg);
}
@media (max-width: 768px) {
  #vol2024LP .section__title-wrap::after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: translate(20%, 125%) rotate(180deg);
  }
}
#vol2024LP .section__title {
  font-family: "Zen Kaku Gothic New", YakuHanJP, "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: clamp(20px, 2.34375vw, 30px);
  font-weight: 500;
  text-align: center;
  color: #404040;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  #vol2024LP .section__title {
    letter-spacing: 0;
  }
}
#vol2024LP .section__wrap {
  width: clamp(327px, 87.5vw, 1120px);
  margin: auto;
  display: flex;
  gap: clamp(32px, 4.375vw, 56px);
  justify-content: space-between;
  margin-bottom: clamp(32px, 3.75vw, 48px);
}
@media (max-width: 768px) {
  #vol2024LP .section__wrap {
    width: 87.2vw;
    flex-direction: column;
    align-items: center;
  }
}
#vol2024LP .section__left {
  display: flex;
  gap: clamp(7px, 2.34375vw, 30px);
}
@media (max-width: 768px) {
  #vol2024LP .section__left {
    width: 100%;
    flex-direction: column;
  }
}
#vol2024LP .section__nr {
  font-family: InaiMathi;
  font-size: clamp(34px, 4.0625vw, 52px);
  color: #9981B9;
  padding-left: clamp(1px, 5.46875vw, 70px);
}
@media (max-width: 768px) {
  #vol2024LP .section__nr {
    padding-left: 0;
  }
}
#vol2024LP .section__slider {
  width: clamp(327px, 31.40625vw, 402px);
}
@media (max-width: 768px) {
  #vol2024LP .section__slider {
    width: 100%;
    margin-bottom: 0;
  }
}
#vol2024LP .section__right {
  flex: 1;
  padding-top: clamp(1px, 5.859375vw, 75px);
}
@media (max-width: 768px) {
  #vol2024LP .section__right {
    width: 100%;
    padding-top: 0;
  }
}
#vol2024LP .section .design {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.25vw, 16px);
  margin-bottom: clamp(1px, 3.125vw, 40px);
}
@media (max-width: 768px) {
  #vol2024LP .section .design {
    margin-bottom: 0;
  }
}
#vol2024LP .section .design__title {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #9981B9;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
#vol2024LP .section .design__point {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #404040;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.018em;
}
#vol2024LP .section .size-btn {
  width: clamp(1px, 22.109375vw, 283px);
  height: clamp(1px, 3.125vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 300;
  background: #fff;
  border: 1px solid #404040;
  margin-bottom: clamp(16px, 3.125vw, 40px);
  cursor: pointer;
}
@media (max-width: 768px) {
  #vol2024LP .section .size-btn {
    width: 87.2vw;
    height: 40px;
  }
}
#vol2024LP .section .size-btn--pc {
  display: flex !important;
}
@media (max-width: 768px) {
  #vol2024LP .section .size-btn--pc {
    display: none !important;
  }
}
#vol2024LP .section .item {
  width: clamp(1px, 25.3125vw, 324px);
  border-top: 1px solid #a8a8a8;
  padding-top: clamp(24px, 3.125vw, 40px);
}
@media (max-width: 768px) {
  #vol2024LP .section .item {
    width: 87.2vw;
    margin: 40px auto 0;
  }
}
#vol2024LP .section .item__colors {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 400;
  gap: clamp(4px, 0.625vw, 8px);
  margin-bottom: clamp(8px, 1.953125vw, 25px);
}
@media (max-width: 768px) {
  #vol2024LP .section .item__colors p {
    margin-right: 4px;
  }
}
#vol2024LP .section .item .color {
  width: clamp(16px, 1.875vw, 24px);
  height: clamp(16px, 1.875vw, 24px);
  border-radius: 50%;
  border: 1px solid #404040;
  cursor: pointer;
}
#vol2024LP .section .item .color--black {
  background: #404040;
}
#vol2024LP .section .item .color--white {
  background: #fff;
  border: 1px solid #a5a5a5;
}
#vol2024LP .section .item .color--beige {
  background: #FCF8E7;
  border: 1px solid #707070;
}
#vol2024LP .section .item .color--beige2 {
  background: #C3A97B;
  border: 1px solid #C3A97B;
}
#vol2024LP .section .item .color--beige3 {
  background: #B99A65;
  border: 1px solid #ffffff;
}
#vol2024LP .section .item .color--beige4 {
  background: #B99A65;
  border: 1px solid #B99A65;
}
#vol2024LP .section .item .color--beige5 {
  background: #FFE6D9;
  border: 1px solid #B99A65;
}
#vol2024LP .section .item .color--navy {
  background: #46548D;
  border: 1px solid #46548D;
}
#vol2024LP .section .item .color--navy2 {
  background: #46548D;
  border: 1px solid #ffffff;
}
#vol2024LP .section .item .color--green {
  background: #CDDDB5;
  border: 1px solid #A5A5A5;
}
#vol2024LP .section .item .color--green2 {
  background: #95A580;
  border: 1px solid #FFFFFF;
}
#vol2024LP .section .item .color--gray {
  background: #767279;
  border: 1px solid #767279;
}
#vol2024LP .section .item .color--white2 {
  background: #ffffff;
  border: 1px solid #A5A5A5;
}
#vol2024LP .section .item .color--black2 {
  background: #404040;
  border: 1px solid #404040;
}
#vol2024LP .section .item .color--yellow {
  background: #FFD23B;
  border: 1px solid #FFD23B;
}
#vol2024LP .section .item .color--yellow2 {
  background: #E9DBB5;
  border: 1px solid #E9DBB5;
}
#vol2024LP .section .item .color--stripe1 {
  background: url(../images/bg_stripe1.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item .color--stripe2 {
  background: url(../images/bg_stripe2.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item .color--pattern1 {
  background: url(../images/pattern1.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item .color--pattern2 {
  background: url(../images/pattern2.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item .color--pattern3 {
  background: url(../images/pattern3.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item .color--pattern4 {
  background: url(../images/pattern4.png);
  background-size: cover;
  border: none;
}
#vol2024LP .section .item__name, #vol2024LP .section .item__price {
  /*         border-bottom: 1px solid $colorBlack;
   */
  padding-bottom: 2px;
  width: fit-content;
  margin-bottom: 10px;
}
#vol2024LP .section .item__price {
  margin-bottom: 16px;
}
#vol2024LP .section .item-link {
  cursor: pointer;
}
#vol2024LP .section .item__btn {
  width: clamp(1px, 9.6875vw, 124px);
  height: clamp(1px, 3.125vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.484375vw, 19px);
  font-weight: 500;
  background: #404040;
  color: #fff;
  border: 1px solid #404040;
  cursor: pointer;
  transition: all ease 0.2s;
}
@media (max-width: 768px) {
  #vol2024LP .section .item__btn {
    width: 87.2vw;
    height: 40px;
  }
}
#vol2024LP .section .item__btn:hover {
  background: #fff;
  color: #404040;
}
#vol2024LP .section .details__wrap {
  width: clamp(320px, 62.734375vw, 803px);
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  #vol2024LP .section .details__wrap {
    width: 100%;
  }
}
#vol2024LP .section .prev-arrow,
#vol2024LP .section .next-arrow {
  position: absolute;
  width: 16px;
  height: 19px;
  top: 43%;
  background: url("../../assets/images/slider-arrow.webp") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  #vol2024LP .section .prev-arrow,
  #vol2024LP .section .next-arrow {
    display: none !important;
  }
}
#vol2024LP .section .prev-arrow {
  left: -8%;
}
#vol2024LP .section .next-arrow {
  right: -8%;
  rotate: 180deg;
}
#vol2024LP .section .details {
  width: clamp(327px, 62.96875vw, 806px);
  overflow: hidden;
}
@media (max-width: 768px) {
  #vol2024LP .section .details {
    width: 87.2vw;
    margin: auto;
  }
}
#vol2024LP .section .details__title {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #9981B9;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#vol2024LP .section .details__slider {
  width: clamp(254px, 28.4375vw, 364px);
  position: relative;
}
#vol2024LP .section .details__slide {
  width: clamp(244px, 25vw, 320px) !important;
}
#vol2024LP .section .details__slide-img {
  position: relative;
}
#vol2024LP .section .details__slide-nr {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: #f7f6f2;
  width: 30px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #acacac;
}
#vol2024LP .section .details__slide-nr span {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #acacac;
}
#vol2024LP .section .details__slide-text {
  font-size: clamp(12px, 1.25vw, 16px);
  letter-spacing: 0.018em;
  line-height: 1.75;
  margin-top: 8px;
}
#vol2024LP .section .details__slide-text--2 {
  letter-spacing: 0;
}
#vol2024LP .section .details .slick-list {
  overflow: visible;
}
#vol2024LP .section:nth-child(even) {
  background: #9981B9;
}
#vol2024LP .section:nth-child(even) .section__title {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .section__title-wrap::before, #vol2024LP .section:nth-child(even) .section__title-wrap::after {
  content: "";
  background: url("../images/section-title-bfr-bc.webp") no-repeat center/contain;
}
#vol2024LP .section:nth-child(even) .section__nr {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .section__right {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .section__right .design__title {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .section__right .design__point {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .item {
  border-top: 1px solid #fff;
}
#vol2024LP .section:nth-child(even) .item__colors p {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .item__colors .color--black {
  border: 1px solid #fff;
}
#vol2024LP .section:nth-child(even) .item__colors .color--white {
  border: 1px solid #a5a5a5;
}
#vol2024LP .section:nth-child(even) .item__name, #vol2024LP .section:nth-child(even) .item__price {
  color: #fff;
  /*           border-bottom: 1px solid $colorBlack;
   */
}
#vol2024LP .section:nth-child(even) .prev-arrow,
#vol2024LP .section:nth-child(even) .next-arrow {
  position: absolute;
  width: 16px;
  height: 19px;
  top: 43%;
  background: url("../../assets/images/slider-arrow-bc.webp") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  #vol2024LP .section:nth-child(even) .prev-arrow,
  #vol2024LP .section:nth-child(even) .next-arrow {
    display: none !important;
  }
}
#vol2024LP .section:nth-child(even) .prev-arrow {
  left: -8%;
}
#vol2024LP .section:nth-child(even) .next-arrow {
  right: -8%;
  rotate: 180deg;
}
#vol2024LP .section:nth-child(even) .details__title {
  color: #fff;
}
#vol2024LP .section:nth-child(even) .details__slide-nr {
  bottom: 0;
  right: 0;
}
#vol2024LP .section:nth-child(even) .details__slide-text {
  color: #fff;
  width: 102%;
}
#vol2024LP .details__slide-text--long {
  width: 102%;
}
@media (max-width: 768px) {
  #vol2024LP .section-04 .section__title-wrap {
    width: clamp(350px, 75vw, 960px);
  }
}
#vol2024LP .all-btn {
  width: clamp(1px, 24.84375vw, 318px);
  height: clamp(1px, 3.125vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.484375vw, 19px);
  font-weight: 500;
  background: #404040;
  color: #fff;
  border: 1px solid #404040;
  cursor: pointer;
  transition: all ease 0.2s;
  margin: clamp(80px, 12.5vw, 160px) auto 12.5vw;
}
@media (max-width: 768px) {
  #vol2024LP .all-btn {
    width: 327px;
    height: 40px;
    margin-bottom: 21.3333333333vw;
  }
}
#vol2024LP .all-btn:hover {
  background: #fff;
  color: #404040;
}
#vol2024LP .past-btn {
  width: fit-content;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #404040;
  margin: 0 auto clamp(80px, 12.5vw, 160px);
}
#vol2024LP .profile {
  width: clamp(327px, 62.734375vw, 803px);
  display: flex;
  margin: auto;
  gap: clamp(8px, 2.5vw, 32px);
  margin-bottom: clamp(80px, 12.5vw, 160px);
}
@media (max-width: 768px) {
  #vol2024LP .profile {
    width: 87.2vw;
    flex-direction: column;
    align-items: center;
  }
}
#vol2024LP .profile__img {
  width: clamp(140px, 18.75vw, 240px);
}
@media (max-width: 768px) {
  #vol2024LP .profile__img {
    width: 37.3333333333vw;
  }
}
#vol2024LP .profile__desc {
  flex: 1;
}
#vol2024LP .profile__name {
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
  border-bottom: 1px solid #9981B9;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#vol2024LP .profile__job {
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
  color: #a8a8a8;
  margin-bottom: clamp(8px, 1.40625vw, 18px);
}
#vol2024LP .profile__text {
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: clamp(16px, 2.5vw, 32px);
}
#vol2024LP .profile .instagram {
  display: flex;
  align-items: center;
  gap: 5px;
}
#vol2024LP .profile .instagram__icon {
  width: clamp(24px, 2.65625vw, 34px);
}
#vol2024LP .profile .instagram__text {
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
}
#vol2024LP .team {
  margin-bottom: clamp(120px, 11.71875vw, 150px);
}
#vol2024LP .team__title {
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 61px;
  letter-spacing: 0.1em;
  margin: 0 auto clamp(40px, 5.15625vw, 66px);
}
@media (max-width: 768px) {
  #vol2024LP .team__title {
    line-height: 1.4583333333;
    text-align: center;
    padding-left: 0;
    padding-top: 61px;
  }
}
#vol2024LP .team__title::before {
  content: "";
  display: block;
  width: 53px;
  height: 56px;
  background: url("../images/sharp.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  #vol2024LP .team__title::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#vol2024LP .team__inner {
  width: clamp(327px, 68.75vw, 880px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1px, 2.5vw, 32px) clamp(1px, 6.25vw, 80px);
  margin: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #vol2024LP .team__inner {
    width: 87.2vw;
    gap: 24px;
  }
}
#vol2024LP .team .team-single__need {
  font-family: "Lato", "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: clamp(9px, 0.9375vw, 12px);
  font-weight: 500;
  color: #576ea0;
}
#vol2024LP .team .team-single__wrap {
  display: flex;
  width: clamp(1px, 31.25vw, 400px);
  border: 1px solid #576ea0;
}
@media (max-width: 768px) {
  #vol2024LP .team .team-single__wrap {
    width: 100%;
    height: 139px;
  }
}
#vol2024LP .team .team-single__title {
  width: clamp(188px, 17.96875vw, 230px);
  height: clamp(65px, 6.25vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1.09375vw, 14px);
  font-weight: 500;
  line-height: 1.5714285714;
  color: #fff;
  background: #576ea0;
}
@media (max-width: 768px) {
  #vol2024LP .team .team-single__title {
    width: 50.1333333333vw;
  }
}
#vol2024LP .team .team-single__stylist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: clamp(7px, 0.625vw, 8px) 0;
}
#vol2024LP .team .team-single__stylist-img {
  width: clamp(59px, 5.625vw, 72px);
}
#vol2024LP .team .team-single__stylist-name {
  font-size: 12px;
  line-height: 1.4166666667;
}
#vol2024LP .team .team-single__right {
  overflow: hidden;
}
#vol2024LP .team .team-single__img {
  width: clamp(139px, 13.28125vw, 170px);
}
#vol2024LP .team .team-single__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#vol2024LP .team .team-single:nth-child(1) .team-single__need {
  color: #f0b3a8 !important;
}
#vol2024LP .team .team-single:nth-child(1) .team-single__wrap {
  border: 1px solid #f0b3a8;
}
#vol2024LP .team .team-single:nth-child(1) .team-single__title {
  color: #404040;
  background: #f0b3a8;
}
#vol2024LP .team .team-single:nth-child(2) .team-single__need {
  color: #ccbd03;
}
#vol2024LP .team .team-single:nth-child(2) .team-single__wrap {
  border: 1px solid #ccbd03;
}
#vol2024LP .team .team-single:nth-child(2) .team-single__title {
  color: #404040;
  background: #f4f094;
}
#vol2024LP .team .team-single:nth-child(3) .team-single__need {
  color: #778b72;
}
#vol2024LP .team .team-single:nth-child(3) .team-single__wrap {
  border: 1px solid #778b72;
}
#vol2024LP .team .team-single:nth-child(3) .team-single__title {
  color: #fff;
  background: #778b72;
}
#vol2024LP .team .team-single:nth-child(4) .team-single__need {
  color: #9981b9;
}
#vol2024LP .team .team-single:nth-child(4) .team-single__wrap {
  border: 1px solid #9981b9;
}
#vol2024LP .team .team-single:nth-child(4) .team-single__title {
  color: #fff;
  background: #9981b9;
}
#vol2024LP .team .team-single:nth-child(5) .team-single__need {
  color: #f2a1b1;
}
#vol2024LP .team .team-single:nth-child(5) .team-single__wrap {
  border: 1px solid #f2a1b1;
}
#vol2024LP .team .team-single:nth-child(5) .team-single__title {
  color: #404040;
  background: #f2a1b1;
}
#vol2024LP .team .team-single:nth-child(6) .team-single__need {
  color: #87bbc4;
}
#vol2024LP .team .team-single:nth-child(6) .team-single__wrap {
  border: 1px solid #87bbc4;
}
#vol2024LP .team .team-single:nth-child(6) .team-single__title {
  color: #fff;
  background: #87bbc4;
}
#vol2024LP .team .team-single:nth-child(7) .team-single__need {
  color: #fed3a0;
}
#vol2024LP .team .team-single:nth-child(7) .team-single__wrap {
  border: 1px solid #fed3a0;
}
#vol2024LP .team .team-single:nth-child(7) .team-single__title {
  color: #404040;
  background: #fed3a0;
}
#vol2024LP .team .team-single:nth-child(8) {
  opacity: 1;
}
#vol2024LP .team .team-single:nth-child(9) {
  margin-top: clamp(1px, 3.125vw, 40px);
}
@media (max-width: 768px) {
  #vol2024LP .team .team-single:nth-child(9) {
    margin-top: 0;
  }
}
#vol2024LP .team .team-single:nth-child(9) .team-single__need {
  color: #a8a8a8;
}
#vol2024LP .team .team-single:nth-child(9) .team-single__wrap {
  background: #eaebef;
  border: 1px solid #e875aa;
}
#vol2024LP .team .team-single:nth-child(9) .team-single__title {
  color: #404040;
  background: transparent;
  padding-top: clamp(1px, 1.953125vw, 25px);
  margin-bottom: clamp(1px, 0.78125vw, 10px);
}
@media (max-width: 768px) {
  #vol2024LP .team .team-single:nth-child(9) .team-single__title {
    padding-top: 23px;
  }
}
#vol2024LP .team .team-single:nth-child(9) .team-single__stylist {
  padding: 0;
}
#vol2024LP .team .team-single:nth-child(9) .team-single__stylist-img {
  width: clamp(54px, 5vw, 64px);
}
#vol2024LP .banner {
  margin-bottom: clamp(120px, 11.71875vw, 150px);
}
#vol2024LP .banner__inner {
  width: clamp(327px, 75vw, 960px);
  margin: auto;
}
@media (max-width: 768px) {
  #vol2024LP .banner__inner {
    width: 87.2vw;
  }
}
#vol2024LP .modals {
  position: fixed;
  background: rgba(0, 0, 0, 0.358);
  z-index: 99999999;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.2s;
}
#vol2024LP .modals.open {
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity ease 0.2s;
}
#vol2024LP .modals .modal {
  width: clamp(1px, 81.875vw, 1048px);
  height: clamp(1px, 49.21875vw, 630px);
  background: #f7f6f2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.2s;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal {
    width: 87.2vw;
    height: 80vh;
  }
}
#vol2024LP .modals .modal.open {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition: opacity ease 0.2s;
}
#vol2024LP .modals .modal .x-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal .x-btn {
    position: fixed;
    left: unset;
    right: 0;
  }
}
#vol2024LP .modals .modal .x-btn::before, #vol2024LP .modals .modal .x-btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background: #404040;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#vol2024LP .modals .modal .x-btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#vol2024LP .modals .modal__wrap {
  padding: clamp(1px, 4.375vw, 56px) clamp(1px, 6.796875vw, 87px);
  height: 100%;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__wrap {
    padding: 10.6666666667vw 4.8vw;
    overflow-y: scroll;
  }
}
#vol2024LP .modals .modal__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__inner {
    height: auto;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#vol2024LP .modals .modal__single {
  width: clamp(1px, 20.546875vw, 263px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__single {
    width: 77.3333333333vw;
    flex-direction: row;
    gap: 2.4vw;
    align-items: flex-end;
  }
}
#vol2024LP .modals .modal__slider {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__slider {
    width: 41.6vw;
    margin-bottom: 0;
  }
}
#vol2024LP .modals .modal__title {
  font-size: clamp(1px, 1.25vw, 16px);
  letter-spacing: 0.018em;
  margin-bottom: clamp(1px, 1.25vw, 16px);
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__title {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-bottom: 6.4vw;
  }
}
#vol2024LP .modals .modal__list-single {
  display: flex;
}
#vol2024LP .modals .modal__list-single:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__list-single:not(:last-child) {
    width: 33.3333333333vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
#vol2024LP .modals .modal__category, #vol2024LP .modals .modal__size {
  font-size: clamp(1px, 1.09375vw, 14px);
  font-weight: 400;
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__category, #vol2024LP .modals .modal__size {
    font-size: 3.7333333333vw;
  }
}
#vol2024LP .modals .modal__category {
  width: clamp(1px, 8.75vw, 112px);
}
@media (max-width: 768px) {
  #vol2024LP .modals .modal__category {
    width: 13.3333333333vw;
    flex: 1;
  }
}