@charset "UTF-8";
/* ===============================================
reset
=============================================== */
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
  outline: none;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

/* 各メディア要素のデフォルト */
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

/* fill属性のないSVG */
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* width属性のないSVGのサイズ */
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

/* フォーム内のスタイルを削除 */
:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* textareaのサイズ変更は垂直のみにし、ブラウザがサポートしている場合にのみblock */
:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
/* テキストのオーバーフローを回避 */
:where(p, h1, h2, h3, h4, h5, h6) {
  font-size: 1em;
  font-weight: 400;
  overflow-wrap: break-word;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

/* フォーカスのアウトラインをアニメーション */
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

ol, ul, menu {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img {
    transition-duration: 100ms !important;
  }
}
/*clamp自動計算*/
/* ===============================================
カラーパレット
=============================================== */
/*カラーパレットのstyle名指定が無い時mainの色が適用*/
/* ===============================================
z-index管理
=============================================== */
/* ===============================================
breakpoint
=============================================== */
/*各画面サイズ●px以上の時～ ※スマホファースト*/
/* ===============================================
flexセンター天地中央揃え
=============================================== */
/* ===============================================
疑似要素 オーバーレイセット
=============================================== */
/* ===============================================
グラデーション線
=============================================== */
/* ===============================================
グラデーションテキスト
=============================================== */
/* ===============================================
gridで重ねる
=============================================== */
/* ===============================================
グラデーション矢印
=============================================== */
/* ===============================================
button
=============================================== */
/* ===============================================
sub-button
=============================================== */
/* ===============================================
角丸 線グラデ 背景白ベタセット
=============================================== */
/* ===============================================
base
=============================================== */
body {
  margin-inline: auto;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  line-height: 1.3;
  word-wrap: break-word;
  font-size: clamp(14px, 1.953125vw, 16px);
  width: 100%;
  font-weight: 400;
  overflow-x: hidden !important;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  a:hover img {
    opacity: 0.75;
    transition: opacity 0.2s ease-in-out;
  }
}
input, select, textarea {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  cursor: text;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d1d1d1;
  font-weight: initial;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d1d1d1;
  font-weight: initial;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #d1d1d1;
  font-weight: initial;
}

select {
  color: #000;
  cursor: pointer;
}

button {
  background-color: #eee;
}
@media (hover: hover) and (pointer: fine) {
  button:hover {
    opacity: 0.75;
    transition: 0.3s ease-in-out;
  }
}

/* ===============================================
text
=============================================== */
.c-saira {
  font-family: "Saira", sans-serif;
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left;
}

.c-txt-right {
  text-align: right;
}

.c-txt-Weight--400 {
  font-weight: 400;
}

.c-txt-Weight--700 {
  font-weight: 700;
}

.c-txt-Weight--900 {
  font-weight: 900;
}

.c-txt-Italic {
  font-style: italic;
}

.c-line-height--L {
  line-height: 1.8;
}

.c-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.c-txt-u-line {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-txt-u-line:hover {
    text-decoration: none;
  }
}

.c-fs--sm {
  font-size: 0.8em;
}

.c-fs--10 {
  font-size: clamp(10px, 1.4322916667vw, 12px);
}

.c-fs--12 {
  font-size: clamp(12px, 1.6927083333vw, 14px);
}

.c-fs--14 {
  font-size: clamp(14px, 1.953125vw, 16px);
}

.c-fs--16 {
  font-size: clamp(16px, 2.2135416667vw, 18px);
}

.c-fs--18 {
  font-size: clamp(18px, 2.4739583333vw, 20px);
}

.c-fs--20 {
  font-size: clamp(20px, 2.8645833333vw, 24px);
}

.c-fs--24 {
  font-size: clamp(24px, 3.3854166667vw, 28px);
}

/* ===============================================
color
=============================================== */
.c-txtColor--grad {
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-txtColor--white {
  color: #fff;
}

.c-txtColor--notice {
  color: #FF6363;
}

/******************************************************************************
background-color
******************************************************************************/
.c-bg--gradation {
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
}

.c-bg--gradation--clear {
  background: linear-gradient(90deg, rgba(89, 155, 254, 0.1) 0%, rgba(179, 89, 224, 0.1) 50%, rgba(255, 99, 99, 0.1) 100%);
}

.c-bg--white {
  background-color: #fff;
}

.c-bg--black {
  background-color: #000;
}

.c-bg--gray {
  background-color: #eee;
}

/******************************************************************************
 position
******************************************************************************/
.c-position-relative {
  position: relative;
}

.c-position-absolute {
  position: absolute;
}

/******************************************************************************
etc
******************************************************************************/
/*縦横100％*/
.c-wh100 {
  width: 100%;
  height: 100%;
}

/*中央揃え*/
.c-center {
  margin-inline: auto;
}

/* display*/
.c-grid {
  display: grid;
}

.c-flex {
  display: flex;
}

/* ===============================================
layout
=============================================== */
.l-inner--S, .l-inner--M, .l-inner--L {
  margin-inline: auto;
}

.l-inner--L {
  width: min(92%, 1200px);
}
.l-inner--M {
  width: min(92%, 1000px);
}
.l-inner--S {
  width: min(92%, 900px);
}

/* ===============================================
header
=============================================== */
.l-header {
  padding-top: clamp(12px, 1.8229166667vw, 16px);
  padding-bottom: clamp(14px, 2.0833333333vw, 18px);
  width: 100%;
  border-top: 2.5px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header {
    border-top: 5px solid;
  }
}

.l-header__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: auto;
  width: 35%;
  z-index: 1;
  margin-left: 12%;
}
@media screen and (min-width: 375px) {
  .l-header__logo {
    width: clamp(130px, 26.0416666667vw, 350px);
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin-left: auto;
  }
}

.l-header__wrap {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}

/*----------------▼ ハンバーガーメニュー----------------*/
.l-hamburger {
  margin: auto;
  display: block;
  position: fixed;
  top: 1.125em;
  left: 2%;
  z-index: 15;
}
@media screen and (min-width: 1024px) {
  .l-hamburger {
    top: 2.25em;
    left: 2%;
  }
}
.l-hamburger .l-hamburger__button {
  display: block;
  width: clamp(30px, 4.5572916667vw, 40px);
  height: clamp(20px, 3.2552083333vw, 30px);
  margin: auto;
  outline: none;
  background: transparent;
  z-index: 10;
}
.l-hamburger .l-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: clamp(30px, 4.5572916667vw, 40px);
  height: 3px;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, right 0.3s ease-in-out, left 0.3s ease-in-out;
}
.l-hamburger .l-hamburger__line:before, .l-hamburger .l-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}
.l-hamburger .l-hamburger__line:before {
  top: 9px;
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .l-hamburger .l-hamburger__line:before {
    top: 12px;
  }
}
.l-hamburger .l-hamburger__line:after {
  top: 18px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .l-hamburger .l-hamburger__line:after {
    top: 25px;
  }
}
.l-hamburger .l-hamburger__button[aria-expanded=true] .l-hamburger__line::before {
  background: transparent;
}
.l-hamburger .l-hamburger__button[aria-expanded=true] .l-hamburger__line,
.l-hamburger .l-hamburger__button[aria-expanded=true] .l-hamburger__line::after {
  width: 100%;
  top: 43%;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out;
  background: #fff;
}
.l-hamburger .l-hamburger__button[aria-expanded=true] .l-hamburger__line::after {
  top: 0;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.l-hamburger .l-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 5px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.l-hamburger.js-close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 85%;
  top: 10%;
  z-index: 50;
}
@media screen and (min-width: 375px) {
  .l-hamburger.js-close {
    top: 7%;
  }
}

/*----------------▼ サイト内検索フォーム----------------*/
.l-search-form {
  margin-left: auto;
  margin-right: 2.5%;
  display: block;
  width: 145px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 375px) {
  .l-search-form {
    width: clamp(170px, 26.0416666667vw, 250px);
  }
}
.l-search-form .l-search {
  align-items: center;
}
.l-search-form .l-search__textarea {
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-search-form .l-search__textarea input[type=text] {
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  background-color: transparent;
  z-index: 1;
  border: none;
}
.l-search-form .l-search__textarea input::-moz-placeholder {
  color: #d1d1d1;
}
.l-search-form .l-search__textarea input:-ms-input-placeholder {
  color: #d1d1d1;
}
.l-search-form .l-search__textarea input::placeholder {
  color: #d1d1d1;
}
.l-search-form .l-search__submit {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: 5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(16px, 2.34375vw, 20px);
  line-height: 1;
  position: relative;
  bottom: 1px;
}
.l-search-form .l-search__submit .l-search-submit__button {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  background: transparent;
}
.l-search-form .l-search__submit .l-search-submit__button i {
  font-size: 1em;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-search-form .l-search__border {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5em;
  z-index: -1;
}

/*----------------▼ グローバルメニュー----------------*/
.l-nav {
  display: none;
}
.l-nav::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  height: 100lvh;
  top: 0;
  opacity: 0.85;
  z-index: -1;
  overflow: hidden;
}

.l-nav.js-open {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100lvh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25;
  overflow: hidden;
}

.l-nav__wrap {
  margin-inline: auto;
  width: 95%;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (min-width: 320px) {
  .l-nav__wrap {
    width: min(90%, 1000px);
    -moz-column-gap: clamp(15px, 3.90625vw, 40px);
         column-gap: clamp(15px, 3.90625vw, 40px);
  }
}

.l-nav__scroll-txt {
  display: block;
  width: clamp(34px, 5.2083333333vw, 60px);
  height: 100vh;
  position: relative;
  background: url("../images/logo-landscape-loop.svg") repeat-y 0 0;
  background-size: 100% auto;
  -webkit-animation: scroll-txt 40s linear infinite;
          animation: scroll-txt 40s linear infinite;
}

@-webkit-keyframes scroll-txt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 2000px;
  }
}

@keyframes scroll-txt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 2000px;
  }
}
.l-nav__content {
  padding-left: 10%;
  border-left: 1px solid #fff;
  align-items: center;
}

/*▼ WPカスタムメニュー グローバルメニュー*/
.menu-wp-main-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#menu-wp-main {
  margin-bottom: clamp(30px, 5.2083333333vw, 60px);
  display: grid;
  row-gap: clamp(15px, 2.6041666667vw, 30px);
}
#menu-wp-main .menu-item {
  row-gap: clamp(15px, 2.6041666667vw, 25px);
}
#menu-wp-main .menu-item a {
  display: flex;
  align-items: center;
  font-size: 195%;
  font-weight: 900;
  font-style: italic;
  font-family: "Saira", sans-serif;
  color: #fff;
}
@media screen and (min-width: 375px) {
  #menu-wp-main .menu-item a {
    font-size: clamp(28px, 4.5572916667vw, 40px);
  }
}
#menu-wp-main .menu-item a span {
  margin-left: clamp(15px, 2.6041666667vw, 25px);
  display: block;
  font-size: 0.5em;
}

.l-nav__logo-mark {
  width: clamp(100px, 16.9270833333vw, 161px);
}

/*------------WPカスタムメニュー サイドフローティングナビ------------*/
#menu-starry_menu {
  display: grid;
  row-gap: 0.2em;
  position: fixed;
  top: min(10%, clamp(50px, 10.4166666667vw, 100px));
  right: 0;
  z-index: 15;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#menu-starry_menu .menu_starry {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
#menu-starry_menu .menu_starry a {
  padding: 0.5em;
  display: grid;
  row-gap: 0.3em;
  place-content: center;
  place-items: center;
  width: clamp(45px, 7.8125vw, 70px);
  height: clamp(45px, 7.8125vw, 70px);
  color: #000;
  text-align: center;
  font-size: 55%;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  font-family: "Saira", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #menu-starry_menu .menu_starry a {
    font-size: 0.75em;
  }
}
#menu-starry_menu .menu_starry a i {
  font-size: 2.5em;
}
#menu-starry_menu .menu_starry a .dashicons-cart {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.5em;
  line-height: 1;
}

/*カート点数表示*/
.cart-item-count {
  position: absolute;
  top: 10%;
  right: 5%;
  padding: 0;
  min-width: initial;
  width: clamp(14px, 2.34375vw, 20px);
  height: clamp(14px, 2.34375vw, 20px);
  line-height: 0;
  border: none;
  background: #FF6363;
  color: #fff;
  display: grid;
  place-items: center;
}

/* ===============================================
footer
=============================================== */
.l-footer__wrap {
  padding-top: clamp(20px, 3.90625vw, 40px);
}
.l-footer__wrap .l-footer__logo {
  margin-inline: auto;
  margin-bottom: clamp(20px, 4.5572916667vw, 40px);
  width: min(30%, 150px);
}

.l-footer-nav {
  margin-inline: auto;
  margin-bottom: clamp(16px, 2.6041666667vw, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------▼ WPカスタムメニュー フッターナビ----------------*/
#menu-wp-footer {
  display: grid;
  grid-template-columns: repeat(3, auto);
  font-size: clamp(11px, 1.5625vw, 13px);
  -moz-column-gap: 1.8em;
       column-gap: 1.8em;
  row-gap: 0.6em;
}
@media screen and (min-width: 768px) {
  #menu-wp-footer {
    grid-template-columns: repeat(5, auto);
  }
}
#menu-wp-footer a {
  text-align: center;
  display: block;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #menu-wp-footer a:hover {
    text-decoration: underline;
  }
}

.l-footer-bottom {
  padding-top: clamp(30px, 4.5572916667vw, 40px);
  padding-bottom: clamp(15px, 2.6041666667vw, 25px);
}

.l-copyright {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-copyright a {
  color: #fff;
}

/*----------------▼ ページトップ----------------*/
.l-page-top {
  margin-left: auto;
  margin-right: min(6%, 70px);
  margin-bottom: clamp(20px, 3.2552083333vw, 30px);
  width: clamp(80px, 15.625vw, 150px);
  place-items: center;
}
.l-page-top span {
  margin-top: clamp(10px, 3.125vw, 28px);
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-page-top span {
    width: 45px;
    height: 45px;
  }
}
.l-page-top .l-page-top__img {
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-animation: 14s linear infinite rotate;
          animation: 14s linear infinite rotate;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===============================================
パンくず
=============================================== */
.l-breadcrumbs {
  margin-inline: auto;
  margin-top: 1em;
  margin-bottom: clamp(30px, 7.8125vw, 80px);
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(12px, 1.6927083333vw, 14px);
  font-weight: 700;
  font-style: italic;
}
.l-breadcrumbs li {
  margin-bottom: 0.5em;
  position: relative;
}
.l-breadcrumbs li:not(:last-child) {
  margin-right: 2em;
}
.l-breadcrumbs li:not(:last-child)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.2em;
}
.l-breadcrumbs a {
  font-weight: 400;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumbs a:hover {
    text-decoration: none;
  }
}

.l-hidden-x {
  overflow-x: hidden !important;
}

/*---------- none ----------*/
.l-none {
  display: none;
}

.l-pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-pc-none {
    display: none;
  }
}

.l-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-sp-none {
    display: block;
  }
}

/* ===============================================
project
=============================================== */
.p-common-bg {
  background: url(../images/bg.png) repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

/* ===============================================
共通
=============================================== */
/*-----------メインボタン-----------*/
.p-main-button {
  display: grid;
  width: max(70%, 200px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 375px) {
  .p-main-button {
    width: clamp(250px, 39.0625vw, 350px);
  }
}
.p-main-button::after {
  content: "";
  display: block;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 1em;
  height: 1em;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .p-main-button::after {
    width: 1.25em;
    height: 1.25em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-main-button:hover::after {
    -o-border-image: initial;
       border-image: initial;
    border-color: #fff;
  }
}
.p-main-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  transition: 0.3s ease-in-out;
  border-radius: 5em;
  opacity: 0;
  transform: scale(0, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-main-button:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: 0.2s ease-in-out;
  }
}
.p-main-button .p-main-button__txt {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: clamp(20px, 3.3854166667vw, 30px);
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-main-button:hover .p-main-button__txt {
    background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #fff;
  }
}
.p-main-button .p-main-button__border {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}

/*-----------サブボタン-----------*/
.p-sub-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-sub-button .p-sub-button__txt {
  display: grid;
  place-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-style: italic;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-radius: 5em;
  box-sizing: border-box;
  position: relative;
}
.p-sub-button .p-sub-button__txt span {
  color: #fff;
  line-height: 1.2;
}
.p-sub-button .p-sub-button__txt::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-sub-button .p-sub-button__txt:hover::after {
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sub-button .p-sub-button__txt:hover span {
    background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    transition: 0.3s all ease-in-out;
  }
}

/*-----------見出し-----------*/
.p-title {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: skew(-12deg);
}
.p-title .p-title__en {
  grid-column: 1/2;
  grid-row: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15vw;
  font-weight: 900;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px transparent;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.6;
}
@media screen and (min-width: 375px) {
  .p-title .p-title__en {
    font-size: clamp(55px, 10.4166666667vw, 130px);
  }
}
@media screen and (min-width: 768px) {
  .p-title .p-title__en {
    -webkit-text-stroke: 2px transparent;
  }
}
@media screen and (min-width: 1024px) {
  .p-title .p-title__en {
    -webkit-text-stroke: 3px transparent;
  }
}
.p-title .p-title__ja {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: auto;
  margin-top: auto;
  margin-bottom: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(2px, 1vw, 6px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(13px, 2.0833333333vw, 24px);
  font-weight: 900;
  position: relative;
}
.p-title .p-title__ja::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
}
@media screen and (min-width: 1024px) {
  .p-title .p-title__ja::after {
    height: 5px;
  }
}

.p-title-adjust .p-title__en {
  margin-left: -1%;
}
@media screen and (min-width: 1024px) {
  .p-title-adjust .p-title__en {
    margin-left: -1.5%;
  }
}
.p-title-adjust .p-title__en .adjust-space {
  opacity: 0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  .p-title-adjust .p-title__en .adjust-space {
    letter-spacing: -0.05em;
  }
}

/* ===============================================
TOP MV swiper
=============================================== */
.gallery {
  width: 100%;
  max-width: 1350px;
  padding-top: clamp(20px, 3.90625vw, 40px);
  margin-bottom: clamp(40px, 9.1145833333vw, 140px);
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gallery {
    overflow-x: initial;
  }
}
.gallery .gallery-slider {
  width: 100%;
  height: auto;
  margin-bottom: clamp(15px, 3.90625vw, 70px);
}
.gallery .gallery-slider .swiper-slide-prev,
.gallery .gallery-slider .swiper-slide-next,
.gallery .gallery-slider .swiper-slide-duplicate-prev,
.gallery .gallery-slider .swiper-slide-duplicate-next {
  transform: scale(0.75);
}
.gallery .gallery-slider .swiper-slide {
  position: relative;
  transition: transform 0.45s;
}
.gallery .gallery-slider .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(179, 89, 224, 0.5);
}
.gallery .gallery-slider .swiper-slide-active::before {
  content: initial;
}
.gallery .gallery-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: clamp(220px, 39.0625vw, 530px);
}
.gallery .gallery-thumbs {
  width: 100%;
}
.gallery .gallery-thumbs .swiper-slide {
  cursor: pointer;
  width: clamp(90px, 23.4375vw, 220px);
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.gallery .gallery-thumbs .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.gallery .gallery-thumbs .swiper-slide-active::before {
  content: initial;
}
.gallery .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: clamp(50px, 10.4166666667vw, 120px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid;
    border-right: 1px solid;
    -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
       border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
    border-image-slice: 1;
    z-index: 5;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  transform: rotate(-135deg);
}

.swiper-button-next {
  transform: rotate(45deg);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 38%;
  right: 12%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  top: 38%;
  left: 12%;
}

/* ===============================================
TOP NEWS  p-news
=============================================== */
.p-news {
  margin-bottom: clamp(140px, 26.0416666667vw, 260px);
  position: relative;
}
.p-news::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: min(86%, 243px);
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}
.p-news .p-title--news {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: initial;
  width: clamp(200px, 32.5520833333vw, 300px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: initial;
}
@media screen and (min-width: 1200px) {
  .p-news .p-title--news {
    margin-left: 13%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-news .p-title--news .p-title--news__en {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-news .p-title--news .p-title__ja {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: clamp(8px, 1.5625vw, 18px);
  padding-bottom: clamp(4px, 0.78125vw, 10px);
  font-style: italic;
}
.p-news .p-main-button {
  position: relative;
  top: 5vw;
}
@media screen and (min-width: 768px) {
  .p-news .p-main-button {
    top: 29px;
  }
}

.p-news__wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: clamp(18px, 3.3854166667vw, 34px);
  padding-bottom: clamp(10px, 1.953125vw, 20px);
  grid-template-columns: 1fr auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-news__wrap {
    align-items: initial;
  }
}

.p-news__date-cat {
  grid-column: 1/3;
  grid-row: 1;
  margin-bottom: 0.875em;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news__date-cat {
    margin-bottom: 0.5em;
    grid-column: 1/2;
  }
}
.p-news__date-cat .p-news__date {
  transform: skew(-12deg);
}
.p-news__date-cat .p-news__cat {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 2px;
  align-items: center;
}
.p-news__date-cat .p-news__cat li {
  padding: 0.2em 0.5em;
  height: 100%;
  display: grid;
  align-items: center;
  font-size: clamp(11px, 1.5625vw, 14px);
  text-align: center;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
}

.p-news__wrap__txt {
  grid-column: 1/2;
  grid-row: 2;
  font-size: clamp(12px, 1.8229166667vw, 16px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-news__wrap__txt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news__wrap__txt a:hover {
    color: #FF6363;
    transition: 0.3s;
  }
}

.p-news__wrap.js-hover .p-news__wrap__txt a {
  color: #FF6363;
  transition: 0.3s;
}

.p-round-arr {
  grid-column: 2;
  grid-row: 2;
  display: block;
  width: clamp(50px, 7.8125vw, 78px);
  transform: rotateZ(0deg);
}
@media screen and (min-width: 768px) {
  .p-round-arr {
    grid-row: 1/3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-round-arr:hover {
    transform: rotateZ(360deg);
    transition: 0.4s all ease-out;
  }
}

/* ===============================================
TOP NEW ITEM  p-new-item
=============================================== */
.p-new-item {
  margin-bottom: clamp(90px, 15.625vw, 180px);
}
.p-new-item .infinite-slider {
  margin-top: clamp(30px, 5.859375vw, 60px);
  margin-bottom: clamp(30px, 4.5572916667vw, 40px);
}
.p-new-item .swiper-wrapper {
  transition: 0.3s all linear;
  transition-timing-function: linear;
}
.p-new-item .swiper-wrapper .swiper-slide {
  height: clamp(150px, 28.6458333333vw, 260px) !important;
  width: auto !important;
}
.p-new-item .swiper-wrapper .swiper-slide a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.p-new-item .swiper-wrapper .swiper-slide a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-new-item .swiper-wrapper .swiper-slide a:hover::before {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
  .p-new-item .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.1);
    transition: transform 0.6s ease;
  }
}
.p-new-item .swiper-wrapper .swiper-slide img {
  height: clamp(150px, 28.6458333333vw, 260px);
  width: clamp(150px, 28.6458333333vw, 260px);
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}

/* ===============================================
TOP SEARCH  p-artist-search
=============================================== */
.p-artist-search {
  margin-bottom: clamp(60px, 19.53125vw, 250px);
}
.p-artist-search .p-artist-search__content {
  padding-top: clamp(30px, 5.859375vw, 60px);
  padding-bottom: clamp(30px, 5.859375vw, 60px);
}
.p-artist-search .p-artist-search__content__wrap {
  margin-inline: auto;
  width: min(97%, 1000px);
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-artist-search .p-artist-name {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.6em 4%;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-radius: 5em;
  box-sizing: border-box;
  position: relative;
}
.p-artist-search .p-artist-name::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: inherit;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-artist-search .p-artist-name:hover::before {
    background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
    transition: 0.2s ease-in-out;
  }
}
.p-artist-search .p-artist-name span {
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(11px, 1.6927083333vw, 16px);
  text-align: center;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-artist-search .p-artist-name:hover span {
    background: initial;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #fff;
  }
}

/* ===============================================
商品一覧 p-page-item-list
=============================================== */
.p-item-list {
  margin-bottom: clamp(90px, 18.2291666667vw, 200px);
}
@media screen and (min-width: 768px) {
  .p-item-list {
    grid-template-columns: min(25%, 260px) 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}

.p-item-list__side {
  margin-bottom: 1.25em;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-item-list__side {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
  }
}
.p-item-list__side .p-sub-button {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  .p-item-list__side .p-sub-button {
    pointer-events: none;
  }
}
.p-item-list__side .p-sub-button__txt {
  font-size: clamp(12px, 1.5625vw, 16px);
  font-style: normal;
}
.p-item-list__side .p-sub-button__txt span::after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .p-item-list__side .p-sub-button__txt span::after {
    content: none;
  }
}
.p-item-list__side .p-sub-button__txt .js-arr-up::after {
  content: "\f106";
}

.p-side-artist-name {
  margin-top: 1.25em;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 35vh;
}
@media screen and (min-width: 768px) {
  .p-side-artist-name {
    display: block;
    height: 65vh;
    padding-right: 3%;
  }
  .p-side-artist-name::-webkit-scrollbar {
    width: 8px;
  }
  .p-side-artist-name::-webkit-scrollbar-track {
    background: #d2d2d2;
  }
  .p-side-artist-name::-webkit-scrollbar-thumb {
    background: #FF6363;
  }
}
.p-side-artist-name li {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  display: grid;
  align-items: center;
}
.p-side-artist-name li:first-child {
  border-top: 1px solid;
}
.p-side-artist-name a {
  display: block;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-right: 1.5em;
  font-size: clamp(11px, 1.5625vw, 13px);
  font-weight: 700;
  position: relative;
}
.p-side-artist-name a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  margin: auto;
  position: absolute;
  right: 1%;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.p-side-artist-name a::before {
  content: "";
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-side-artist-name a:hover::before {
    opacity: 0.3;
    transform: scaleX(100%);
  }
}

.p-item-list__main {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: clamp(25px, 4.5572916667vw, 40px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-item-list__main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-item-narrow {
  margin-left: auto;
  width: min(65%, 200px);
  grid-column: 1/3;
  grid-row: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item-narrow {
    grid-column: 1/4;
  }
}

.p-item-narrow__wrap {
  width: 100%;
}

.p-item-narrow__icon {
  grid-column: 1/2;
  grid-row: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
}

.p-item-narrow__list {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 0.3em min(25%, clamp(55px, 7.5520833333vw, 60px));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 50em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  z-index: 1;
}

.p-main-button__border {
  grid-column: 1/2;
  grid-row: 1/2;
}

.p-card-wrap {
  position: relative;
}
.p-card-wrap span {
  display: block;
}
.p-card-wrap .p-status--new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.2em 0.5em;
}
.p-card-wrap p {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.p-card-wrap .p-status--out, .p-card-wrap .p-status--small {
  padding: 0.5em 1em;
  display: block;
  position: relative;
  line-height: 1.2;
  display: grid;
  place-items: center;
}
.p-card-wrap .p-status--out {
  opacity: 0.8;
  font-size: min(3vw, clamp(12px, 1.8229166667vw, 16px));
  color: #fff;
  background-color: #000;
  font-family: "Saira", sans-serif;
}
.p-card-wrap .p-status--small {
  margin-left: auto;
  padding: 0.5em;
  width: clamp(40px, 5.859375vw, 50px);
  height: clamp(40px, 5.859375vw, 50px);
  font-size: min(3vw, clamp(11px, 1.5625vw, 14px));
  color: #599BFE;
  background-color: #fff;
  border: 1px solid;
}

.p-card-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-card-img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  opacity: 0;
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  .p-card-img:hover::before {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
  .p-card-img:hover img {
    transform: scale(1.1);
    transition: transform 0.6s ease;
  }
}
.p-card-img img {
  width: 100%;
  height: 44vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
@media screen and (min-width: 768px) {
  .p-card-img img {
    height: clamp(150px, 19.53125vw, 270px);
  }
}

.p-item-out::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

.p-card-artist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(11px, 1.5625vw, 14px);
}

.p-card-overview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-card-overview:hover {
  text-decoration: underline;
}

.l-page-item-list {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .l-page-item-list .wp-pagenavi {
    grid-column: 2/3;
  }
}

/* ===============================================
商品トップ
=============================================== */
.p-item__wrap {
  grid-template-columns: auto;
  row-gap: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-item__wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.p-item-img {
  margin-inline: auto;
  width: min(100%, clamp(280px, 46.875vw, 450px));
  grid-template-columns: repeat(3, 1fr);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 6px;
}
.p-item-img img {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-item-img__main {
  grid-column: 1/4;
  grid-row: 1/4;
}
.p-item-img__main img {
  width: 100%;
  height: min(92vw, clamp(280px, 46.875vw, 450px));
}

.p-item-img__thum {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-item-img__thum:hover {
    opacity: 0.5;
    transition: 0.3s ease-in-out;
  }
}
.p-item-img__thum img {
  width: 100%;
  height: min(29.24vw, clamp(90px, 15.1041666667vw, 146px));
}

.p-item__title {
  margin-bottom: clamp(20px, 3.90625vw, 40px);
  font-size: clamp(14px, 2.34375vw, 20px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.03em;
}

.p-item__overview p {
  word-break: break-all;
}
.p-item__overview img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: auto;
}

.p-item__button {
  margin-top: clamp(35px, 6.5104166667vw, 70px);
  padding-top: clamp(25px, 5.2083333333vw, 50px);
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.p-item__button .p-sub-button {
  margin-inline: auto;
  width: min(85%, 380px);
  font-size: clamp(15px, 2.34375vw, 20px);
}
.p-item__button .p-stock-btn--out {
  opacity: 0.5;
  pointer-events: none;
}

.p-item-detail img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: auto;
}

.p-item-type-list__wrap {
  margin-bottom: clamp(90px, 18.2291666667vw, 200px);
  row-gap: clamp(30px, 5.2083333333vw, 50px);
}

.p-item-type-card {
  grid-template-columns: 32% 1fr;
  padding: 1em;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (min-width: 768px) {
  .p-item-type-card {
    padding: 2em;
  }
}
.p-item-type-card .p-item-type-card__img {
  position: relative;
}
.p-item-type-card img {
  margin-inline: auto;
  width: auto;
  height: clamp(100px, 23.4375vw, 270px);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-item-type-card .p-item-type-card__overview {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-item-type-card .p-item-type-card__overview {
    display: initial;
  }
}
.p-item-type-card .p-item__title-price {
  grid-column: 2;
  grid-row: 1;
}
.p-item-type-card .p-item__title-price dt {
  margin-bottom: clamp(10px, 0.78125vw, 20px);
  font-size: clamp(14px, 2.0833333333vw, 20px);
}
.p-item-type-card .p-item__title-price dd {
  margin-bottom: 1em;
}
.p-item-type-card .p-item-type-card--code {
  grid-column: 2;
  grid-row: 1;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-item-type-card .p-item-type-card--code {
    margin-top: 0.5em;
  }
}
.p-item-type-card .p-item-type-card--txt, .p-item-type-card .p-sub-button {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .p-item-type-card .p-item-type-card--txt, .p-item-type-card .p-sub-button {
    grid-column: initial;
  }
}
.p-item-type-card .p-item-type-card--txt {
  margin-top: 1em;
  font-size: min(3.2vw, 16px);
}
.p-item-type-card .p-sub-button {
  margin-inline: auto;
  width: min(100%, clamp(220px, 36.4583333333vw, 300px));
  font-size: clamp(12px, 2.0833333333vw, 18px);
}

.p-item-type-card__switch-button {
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  grid-column: 1/3;
}
.p-item-type-card__switch-button a {
  padding: 1em 0.5em;
  width: 100%;
  font-weight: 900;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 2.0833333333vw, 18px);
  font-style: italic;
}
.p-item-type-card__switch-button a i {
  margin-right: 0.2em;
  font-size: 1.5em;
}
@media (hover: hover) and (pointer: fine) {
  .p-item-type-card__switch-button a:hover {
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
}

.p-item-type-out::before {
  content: "SOLD OUT";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(15px, 2.6041666667vw, 36px);
  font-weight: 700;
  font-style: italic;
  color: #FF6363;
  font-family: "Saira", sans-serif;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: rotate(-10deg);
  mix-blend-mode: multiply;
}
.p-item-type-out img {
  opacity: 0.7;
}

/* ===============================================
ニュース一覧
=============================================== */
.p-news-list-wrap .p-news__wrap {
  padding-top: clamp(20px, 3.90625vw, 40px);
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-list-wrap .p-news__wrap {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.p-news-list-wrap .p-news__wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  top: 0;
  opacity: 0.1;
  z-index: -1;
  transform: scale(0, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list-wrap .p-news__wrap.js-hover::before {
    transform: scale(1, 1);
    transition: 0.3s all ease-in-out;
  }
}

/* ===============================================
ニュース詳細
=============================================== */
.p-news-detail .p-sub-button {
  margin-inline: auto;
  width: min(100%, clamp(260px, 39.0625vw, 350px));
  font-size: clamp(16px, 2.34375vw, 20px);
}

.p-news-content {
  padding: clamp(20px, 3.90625vw, 40px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.p-news-content img {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .p-news-content img {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-news-content a {
  text-decoration: underline;
  font-weight: 700;
  color: #FF6363;
  font-style: italic;
}

.p-news-detail__title {
  margin-top: clamp(10px, 1.953125vw, 20px);
  margin-bottom: clamp(40px, 7.8125vw, 80px);
  font-size: clamp(15px, 2.34375vw, 20px);
  position: relative;
}
.p-news-detail__title::after {
  content: "";
  display: block;
  margin: auto;
  width: min(35%, clamp(150px, 23.4375vw, 200px));
  height: clamp(3px, 0.5208333333vw, 5px);
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
}

/* ===============================================
よくある質問
=============================================== */
.p-faq-wrap {
  row-gap: clamp(30px, 5.2083333333vw, 50px);
}

.p-faq-content {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.p-faq-content span {
  font-size: clamp(30px, 6.5104166667vw, 60px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px transparent;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-faq-content span {
    -webkit-text-stroke: 2px transparent;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq-content span {
    -webkit-text-stroke: 3px transparent;
  }
}

.p-ques, .p-answer-tittle {
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  font-weight: 700;
}

.p-ques {
  padding-bottom: 1.5em;
  padding-right: 2.5em;
  font-size: clamp(12px, 1.8229166667vw, 16px);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-ques {
    padding-right: 0;
  }
}
.p-ques::after {
  content: "";
  display: block;
  width: clamp(15px, 2.6041666667vw, 25px);
  height: clamp(15px, 2.6041666667vw, 25px);
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  transform: rotate(135deg);
  position: absolute;
  top: clamp(10px, 1.5625vw, 15px);
  right: 2%;
  transition: 0.3s ease-in-out;
}

.p-faq-content.js-open .p-ques::after {
  top: clamp(12px, 2.0833333333vw, 26px);
  transform: rotate(-45deg);
}

.p-answer {
  padding-bottom: 1.5em;
  display: none;
}
.p-answer p, .p-answer ul {
  padding-left: clamp(44px, 8.3333333333vw, 74px);
  font-size: clamp(12px, 1.8229166667vw, 16px);
}
.p-answer p {
  margin-bottom: 1em;
}
.p-answer ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-answer li {
  margin-left: 1em;
  text-indent: -1em;
}

.p-faq-content.js-open .p-answer {
  display: block;
}

/* ===============================================
検索結果
=============================================== */
.p-search-list-wrap {
  padding: clamp(20px, 3.90625vw, 40px);
  row-gap: clamp(30px, 5.2083333333vw, 50px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}

.search-title {
  color: #1a0dab;
  text-decoration: underline;
}

.p-page-search .wp-pagenavi {
  margin-top: clamp(20px, 3.90625vw, 40px);
}

/******************************************************************************
プラグインCSS上書き
******************************************************************************/
/*-------------STARRYページ共通-------------*/
.stry-wrap {
  margin-inline: auto;
  margin-bottom: clamp(60px, 10.4166666667vw, 120px);
  padding: clamp(20px, 3.90625vw, 40px) 2.5%;
  width: min(92%, 1200px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.stry-wrap input, .stry-wrap select {
  padding: 0.5em;
  border-radius: 0;
}
.stry-wrap button,
.stry-wrap button#btn.stry-ec02-item-button,
.stry-wrap button#btn2.stry-ec03-continue,
.stry-wrap button#btn3.stry-ec03-continue,
.stry-wrap .stry-button-link, .stry-wrap .login02_btn a {
  display: block;
  margin-inline: auto;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-radius: 5em;
  width: min(100%, clamp(250px, 36.4583333333vw, 320px));
  height: initial;
  font-size: clamp(15px, 2.34375vw, 20px);
  font-weight: 700;
  text-align: center;
  font-style: italic;
  box-sizing: border-box;
}

/*-----------------ボタン差分スタイル-----------------*/
.stry-ec02-item-salesperiod,
button#btn.stry-ec02-item-button,
button.stry-ec03-purchase,
.stry-ec04-payment-button,
.button--next, #div_member01 button,
.stry-update03-block03 button, .login02_btn a {
  color: #fff;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
}

.stry-ec02-item-salesperiod {
  opacity: 0.5;
}

.stry-button-link {
  background-color: #eee;
}

/*-----------------ページ送りボタン-----------------*/
.stary-page-button {
  margin-inline: auto;
  width: min(100%, clamp(300px, 52.0833333333vw, 500px));
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

/*非表示部分br削除*/
#div_entry10 p:last-child br, #div_entry05 p:last-child br, #div_entry06 p:last-child br, #div_entry11 p:last-child br,
#div_member06 p:last-child br, #div_support02 p:last-child br, #div_support04 p:last-child br {
  display: none;
}

/* ===============================================
STARRYページ 新規会員登録 ログイン
=============================================== */
#div_entry01 {
  padding: 0;
}
#div_entry01 p {
  margin: inherit;
}
@media (hover: hover) and (pointer: fine) {
  #div_entry01 button:hover {
    opacity: 1 !important;
  }
}
#div_entry01 button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#div_entry01 button {
  pointer-events: initial;
  opacity: 1;
}
#div_entry01 .p-sub-button {
  margin-inline: auto;
  width: min(100%, 350px);
}
#div_entry01 .p-sub-button .p-sub-button__txt {
  width: 100% !important;
  margin-left: initial !important;
  margin-right: initial !important;
  min-height: initial;
  letter-spacing: 0.08em;
}

.stry-entry01-joinblock {
  display: none;
}

.stry-entry01-entryblock {
  display: grid;
  grid-template-columns: auto;
  border: none;
}
@media screen and (min-width: 768px) {
  .stry-entry01-entryblock {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stry-entry01-signupinfo {
  padding: clamp(20px, 3.90625vw, 40px);
  position: relative;
  width: initial;
  float: initial;
  margin: initial;
}
.stry-entry01-signupinfo::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
}

.stry-entry01-signuptitle {
  font-size: clamp(20px, 2.8645833333vw, 26px);
  font-weight: 900;
  font-style: italic;
  font-family: "Saira", sans-serif;
}

.stry-entry01-signuptext {
  font-size: clamp(14px, 1.953125vw, 16px);
}

.stry-entry01-signupbox {
  padding: clamp(20px, 3.90625vw, 40px);
  position: relative;
  width: initial;
  float: initial;
  margin: initial;
  background-color: initial;
}

input.stry-entry01-mailaddressbox, input.stry-entry01-passwordbox,
input.stry-login01-mailaddressbox, input.stry-login01-passwordbox {
  margin-top: 0.5em;
  margin-left: initial !important;
  margin-right: initial !important;
  width: 100% !important;
  min-height: initial;
  padding: 1em;
  font-size: 16px !important;
  background-color: #fff;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  cursor: text;
}

.stry-entry01-mailaddress, .stry-entry01-password {
  margin-left: 0;
}

.stry-entry01-agree {
  text-align: center;
  margin-top: clamp(20px, 3.2552083333vw, 30px);
  margin-bottom: clamp(14px, 2.0833333333vw, 18px);
  text-indent: -1.5em;
}
.stry-entry01-agree .stry-entry01-checkbox {
  margin-right: 0.5em;
  width: clamp(15px, 1.953125vw, 20px);
  height: clamp(15px, 1.953125vw, 20px);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .stry-entry01-agree .stry-entry01-checkbox {
    position: relative;
    top: 0.2em;
  }
}

.stry-loginbox {
  padding: initial;
  background-color: initial;
  border: none;
  width: min(92%, 400px);
}

/* ===============================================
STARRYページ 新規登録会員情報入力＆確認
=============================================== */
#div_entry05 #search {
  margin-top: 0.5em;
  cursor: pointer;
  background-color: #eee;
}

#div_entry06 .stry-entry01-maiintable {
  margin-top: 2em;
  margin-bottom: 4em;
  width: min(100%, clamp(600px, 91.1458333333vw, 800px));
  margin-inline: auto;
}
#div_entry06 td {
  padding: 1em;
}

/* ===============================================
STARRYページ コース選択
=============================================== */
#div_entry04 .stry-entry04-block02 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
STARRYページ マイページ
=============================================== */
#div_member01 h5 {
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
#div_member01 button {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #div_member01 button {
    margin-inline: initial;
  }
}
#div_member01 .stry-member01-button03 {
  margin-inline: auto;
}

.stry-member01-button-changemailaddress, .stry-member01-button-changepassword,
.stry-member01-button-renewal, .stry-button-changeinfo {
  text-align: center;
}

.stry-midwrapper {
  padding: 0;
  border: none;
}

.stry-member01-siteinfo02 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.stry-member01-siteinfo02 a {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
  text-decoration: underline;
}
.stry-member01-siteinfo02 br {
  display: none;
}

.stry-member01-leaveblock, .stry-member01-purchaserecordblock,
.stry-member01-inquiryblock {
  margin-bottom: 2em;
}
.stry-member01-leaveblock form, .stry-member01-purchaserecordblock form,
.stry-member01-inquiryblock form {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stry-member01-leaveblock form, .stry-member01-purchaserecordblock form,
.stry-member01-inquiryblock form {
    text-align: left;
  }
}

#div_member02 form, #div_password01 form {
  text-align: center;
}
#div_member02 input, #div_password01 input {
  width: min(100%, 360px);
  margin-top: 1em;
  margin-bottom: 1.2em;
  padding: 0.5em;
}

/* ===============================================
STARRYページ <マイページ> 変更手続き&退会手続き＆購入履歴
=============================================== */
.stry-update01-button00 {
  border-radius: 5em;
}

#div_member05 td {
  padding-bottom: 1em;
}
#div_member05 input {
  width: 100%;
  margin-top: 0.5em;
}
#div_member05 input[name=name1_last], #div_member05 input[name=name2_last] {
  width: 85%;
}
#div_member05 select {
  width: 50%;
}
#div_member05 #search {
  width: 35%;
  cursor: pointer;
  background-color: #eee;
}

#div_member06 table {
  margin-top: 2em;
  margin-bottom: 4em;
  width: min(100%, clamp(600px, 104.1666666667vw, 900px));
  margin-inline: auto;
}
#div_member06 td {
  padding: 1em;
}

#div_member08 button {
  background-color: #eee;
}
#div_member08 button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#div_member08 #form2 br {
  display: none;
}

#div_update01 table {
  width: 100%;
}
#div_update01 td {
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ===============================================
STARRYページ <マイページ> 購入履歴
=============================================== */
#div_member08 table {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#div_member08 tbody {
  display: grid;
  grid-template-columns: 55% 1fr;
}
#div_member08 tbody tr {
  display: contents;
}
#div_member08 tbody td {
  width: 100%;
  padding: 0.5em;
}
#div_member08 tbody tr:last-child td {
  font-weight: 700;
}

#payment_history {
  margin-bottom: 1em;
}

/* ===============================================
STARRYページ <マイページ> お問い合わせ
=============================================== */
/*お問い合わせ確認*/
#div_support02 table {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 100%;
}
#div_support02 tbody {
  display: grid;
  row-gap: 1em;
}
#div_support02 tr {
  display: grid;
  grid-template-columns: auto;
}
@media screen and (min-width: 768px) {
  #div_support02 tr {
    grid-template-columns: 20% 1fr;
  }
}
#div_support02 td {
  width: 100%;
  padding: 1em;
}
#div_support02 td:first-child {
  text-align: left !important;
  font-weight: 700;
  background-color: #eee;
}

/*お問い合わせ状況*/
#div_support03 tr:first-child {
  font-weight: 700;
  background-color: #eee;
}
#div_support03 tr:first-child td {
  padding: 1em;
}
#div_support03 tr:not(:first-child) {
  border-bottom: 1px solid #d1d1d1;
}
#div_support03 tr:not(:first-child) td {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
#div_support03 tr:not(:first-child) a {
  font-weight: 700;
  text-decoration: underline;
  color: #FF6363;
}
#div_support03 table {
  margin-top: clamp(20px, 3.90625vw, 40px);
  margin-bottom: clamp(20px, 3.90625vw, 40px);
  width: 100%;
  font-size: clamp(11px, 1.8229166667vw, 16px);
}
#div_support03 #backbtn, #div_support03 #nextbtn {
  background-color: #eee;
}
#div_support03 #backbtn:disabled, #div_support03 #nextbtn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*お問い合わせ追加入力*/
#div_support04 textarea {
  margin-top: 1em;
  margin-bottom: 2em;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  padding: 1em;
}
#div_support04 table {
  margin-top: 0.5em;
  margin-bottom: 3em;
  width: 100%;
}
#div_support04 tr:nth-child(odd) {
  font-weight: 700;
  background-color: #eee;
}
#div_support04 tr:nth-child(odd) td {
  padding: 0.5em;
}
#div_support04 td {
  padding: 1em;
}

/* ===============================================
STARRYページ <商品関連> 商品詳細
=============================================== */
#div_item_ec02 {
  padding: 0;
  border: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#div_item_ec02 button#btn.stry-ec02-item-button {
  width: min(85%, 380px);
}

.stry-ec02-thumbnail {
  display: block;
  width: initial;
  float: initial;
  height: initial;
  margin: initial;
}

.stry-clearfix::after {
  content: none;
}

.stry-ec02-thumbnail-list {
  display: contents;
  height: initial;
}
.stry-ec02-thumbnail-list img {
  width: 100%;
  height: min(29.24vw, clamp(90px, 15.1041666667vw, 146px));
}

.stry-ec02-item-limitations, .stry-ec02-item-price, .stry-ec02-item-memberprice, .stry-ec02-item-salesperiod, .stry-ec02-item-salesfew, .stry-ec02-item-description {
  margin: initial;
}

.stry-ec02-item-block02 {
  display: block;
  width: initial;
  float: initial;
  margin: initial;
  background-color: initial;
  padding-bottom: initial;
}

h1.stry-ec02-item-name {
  text-decoration: none;
  border: none;
  margin: initial;
  padding: initial;
  margin-bottom: clamp(20px, 3.90625vw, 40px);
  font-size: clamp(16px, 2.34375vw, 20px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.03em;
}

.stry-ec02-item-price {
  margin-bottom: clamp(30px, 5.2083333333vw, 60px);
}

.stry-ec02-item-description {
  margin-bottom: clamp(35px, 6.5104166667vw, 70px);
  padding-bottom: clamp(25px, 5.2083333333vw, 50px);
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}

.stry-ec02-item-selectbox {
  width: 100%;
  margin: initial;
}

.stry-ec02-item-salesfew {
  margin-bottom: 0.5em;
  text-align: center;
}
.stry-ec02-item-salesfew::before {
  content: "△";
}

/* ===============================================
STARRYページ <商品関連> カート
=============================================== */
#div_item_ec03 input {
  cursor: pointer;
}
#div_item_ec03 input[type=image] {
  padding: 0;
  border: none;
}
#div_item_ec03 button#btn5.stry-ec03-continue {
  margin-inline: auto;
  height: initial;
  font-size: clamp(15px, 2.34375vw, 20px);
}

table.stry-ec03-table {
  width: 100%;
}

.stry-ec03-table-unitprice span,
.stry-ec03-table-ammount span, .stry-ec03-table-subtotal span {
  display: block;
  font-size: clamp(10px, 1.4322916667vw, 14px);
}

.stry-ec03-table-itemdelete {
  width: 12%;
}

.stry-ec03-table-itempicture img {
  height: clamp(120px, 19.53125vw, 180px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stry-ec03-table-subtotal {
  text-align: right;
  font-weight: 700;
  background: #eee;
}
.stry-ec03-table-subtotal span {
  display: block;
  font-size: clamp(10px, 1.4322916667vw, 12px);
}

.stry-ec03-table-ammount input[type=number] {
  color: #000;
}
.stry-ec03-table-ammount input[type=number]::-webkit-inner-spin-button,
.stry-ec03-table-ammount input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.stry-ec03-recalctext {
  text-align: center;
  font-size: clamp(11px, 1.6927083333vw, 14px);
}

button.stry-ec03-recalc {
  margin-bottom: 1em;
  padding: 0.2em;
  width: min(80%, 150px);
  font-size: clamp(11px, 1.5625vw, 13px);
  background: #eee;
  float: initial;
  border-radius: 5em;
}

.stry-ec03-sumblock {
  margin-bottom: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}

.stry-ec03-sum {
  font-weight: 700;
}

.stry-ec03-enrollment {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.stry-ec03-enrollment a {
  text-decoration: underline;
  font-weight: 700;
}

/* ===============================================
STARRYページ <商品関連> お客様情報入力
=============================================== */
#div_item_ec04 {
  padding: 1em 2%;
}

.stry-ec04-member_info_title {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  margin: 0;
  text-align: center;
  font-size: clamp(16px, 2.2135416667vw, 18px);
  font-weight: 700;
  font-style: italic;
  position: relative;
}
.stry-ec04-member_info_title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  top: 0;
  opacity: 0.1;
}

.stry-ec04-member_info_text {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5;
}

.stry-ec04-member_info_table,
.stry-ec04-delivery_info_table {
  margin-inline: auto;
  width: min(100%, 800px);
}
.stry-ec04-member_info_table input, .stry-ec04-member_info_table select,
.stry-ec04-delivery_info_table input,
.stry-ec04-delivery_info_table select {
  cursor: initial;
  opacity: 0.6;
}
.stry-ec04-member_info_table .stry-ec04-column01,
.stry-ec04-delivery_info_table .stry-ec04-column01 {
  padding: 1em 0;
  width: 25%;
  font-weight: 700;
}
.stry-ec04-member_info_table .stry-ec04-ec04-button,
.stry-ec04-delivery_info_table .stry-ec04-ec04-button {
  background: #eee;
}

.stry-ec04-delivery_info_table input, .stry-ec04-delivery_info_table select {
  opacity: 1;
}
.stry-ec04-delivery_info_table input:disabled, .stry-ec04-delivery_info_table select:disabled {
  opacity: 0.6;
}

.stry-ec04-membername-last input,
.stry-ec04-membername-first input,
input#delivery_name1_last,
input#delivery_name1_first {
  width: 95%;
}

.stry-ec04-delivery_info_title,
.stry-ec04-payment_info_title,
.stry-ec04-paymethodinfo_title {
  margin-bottom: 1em;
  padding-top: 1em;
  text-align: center;
  font-weight: 700;
  border-top: 1px dashed #d1d1d1;
}

.stry-ec04-delivery_info_check,
.stry-ec04-payment_info_text,
#payment_info {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stry-ec04-payment_info {
  text-align: center;
}

#div_logo_area {
  text-align: center;
}

.stry-paymethodinfobox {
  margin-inline: auto;
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  border: none;
  max-width: initial;
  width: min(100%, 800px);
}
@media screen and (min-width: 768px) {
  .stry-paymethodinfobox {
    grid-template-columns: repeat(3, 1fr);
  }
}

#div_logo_docomo, #div_logo_au, #div_logo_softbank,
#div_logo_cod, #div_logo_paypal, #div_logo_merpay {
  display: none;
}

/* ===============================================
STARRYページ <商品関連> 確認画面
=============================================== */
#div_item_ec05 {
  margin-inline: auto;
  width: min(92%, 1200px);
  padding: clamp(20px, 3.90625vw, 40px) 3%;
}
#div_item_ec05 form {
  margin-inline: auto;
  width: min(100%, 900px);
}
#div_item_ec05 form p:last-of-type br {
  display: none;
}
#div_item_ec05 strong {
  display: block;
  margin-bottom: 1em;
}
#div_item_ec05 table {
  margin-bottom: 2em;
  width: 100%;
}
#div_item_ec05 td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em;
  font-weight: 700;
  font-size: clamp(11px, 1.8229166667vw, 16px);
}

.item-conf-box1 table:first-of-type tr:first-child {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #eee;
}
.item-conf-box1 table:first-of-type tr:nth-child(2) td {
  text-align: center !important;
}

.item-conf-box1 table:nth-of-type(2) tr td:first-child,
.item-conf-box1 table:nth-of-type(3) tr td:first-child,
.item-conf-box2 td:first-child {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #eee;
  width: 30% !important;
  text-align: center !important;
}

/* ===============================================
STARRYページ <商品関連> カード支払い＆完了
=============================================== */
#div_entry09 {
  font-size: clamp(12px, 1.8229166667vw, 16px);
}
#div_entry09 input, #div_entry09 select {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
#div_entry09 select {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#div_entry12 pre, #div_entry13 pre {
  white-space: pre-wrap;
}

#div_entry13 form {
  text-align: center;
}
#div_entry13 br {
  display: none;
}

/* ===============================================
STARRYページ ペイジー決済
=============================================== */
#div_entry11 input {
  margin-bottom: 1em;
}

/* ===============================================
STARRYページ エラーページ
=============================================== */
.stry-errorbox {
  border: none;
  background-color: initial;
}

/* ===============================================
WP ページナビゲーション
=============================================== */
.wp-pagenavi {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(40px, 6.5104166667vw, 80px);
  position: relative;
  display: flex;
  align-items: center;
}
.wp-pagenavi .pages {
  font-size: 1em;
  font-style: initial;
  padding: 0;
  margin-inline: auto;
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-right: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(15px, 2.0833333333vw, 18px);
  font-weight: 700;
  font-style: italic;
  box-sizing: border-box;
  position: relative;
  border: none;
  font-family: "Saira", sans-serif;
}
@media screen and (min-width: 375px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding-left: clamp(8px, 1.5625vw, 14px);
    padding-right: clamp(8px, 1.5625vw, 14px);
  }
}
.wp-pagenavi .first, .wp-pagenavi .last {
  padding: 0;
  min-width: clamp(30px, 4.5572916667vw, 45px);
  min-height: clamp(30px, 4.5572916667vw, 45px);
  position: relative;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.wp-pagenavi .first::after, .wp-pagenavi .first::before, .wp-pagenavi .last::after, .wp-pagenavi .last::before {
  content: "";
  display: block;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .first::after, .wp-pagenavi .first::before, .wp-pagenavi .last::after, .wp-pagenavi .last::before {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid;
    border-right: 1px solid;
    -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
       border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
    border-image-slice: 1;
  }
}
.wp-pagenavi .first::after, .wp-pagenavi .first::before {
  transform: rotate(-135deg);
}
.wp-pagenavi .first::before {
  left: 12px;
}
.wp-pagenavi .last::after, .wp-pagenavi .last::before {
  transform: rotate(45deg);
}
.wp-pagenavi .last::before {
  left: -12px;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  padding: 0;
  min-width: clamp(30px, 4.5572916667vw, 45px);
  min-height: clamp(30px, 4.5572916667vw, 45px);
  position: relative;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
}
.wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
     border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid;
    border-right: 1px solid;
    -o-border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
       border-image: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
    border-image-slice: 1;
  }
}
.wp-pagenavi .nextpostslink::after {
  transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink::after {
  left: 4px;
  transform: rotate(-135deg);
}
.wp-pagenavi .current::after {
  content: "";
  display: block;
  margin: auto;
  width: 0.8em;
  height: 2px;
  background: linear-gradient(90deg, #599BFE 0%, #B359E0 50%, #FF6363 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ===============================================
utility
=============================================== */
/******************************************************************************
 Margin
******************************************************************************/
.u-mt--6 {
  margin-top: clamp(6px, 1.0416666667vw, 10px);
}

.u-mt--10 {
  margin-top: clamp(10px, 1.5625vw, 14px);
}

.u-mt--20 {
  margin-top: clamp(20px, 3.125vw, 32px);
}

.u-mb--4 {
  margin-bottom: clamp(4px, 0.78125vw, 8px);
}

.u-mb--6 {
  margin-bottom: clamp(6px, 1.0416666667vw, 10px);
}

.u-mb--10 {
  margin-bottom: clamp(10px, 1.5625vw, 14px);
}

.u-mb--15 {
  margin-bottom: clamp(15px, 2.34375vw, 20px);
}

.u-mb--20 {
  margin-bottom: clamp(20px, 3.125vw, 32px);
}

.u-mb--30 {
  margin-bottom: clamp(30px, 5.2083333333vw, 50px);
}

.u-mb--60 {
  margin-bottom: clamp(60px, 10.4166666667vw, 120px);
}

/******************************************************************************
padding
******************************************************************************/
.u-pt--26 {
  padding-top: clamp(26px, 4.4270833333vw, 52px);
}

.u-pb--40 {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}

/* ===============================================
whidth
=============================================== */
.u-W--md {
  margin-inline: auto;
  width: min(100%, clamp(250px, 36.4583333333vw, 320px));
}/*# sourceMappingURL=style.css.map */