@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/* common.scss
============================== */
/* @font-face {
	font-family: 'HuiFontP';
	font-weight: 400;
	src: url('/static/original/fanclub/font/HuiFontP29.ttf');
} */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/hxh7vfm.css");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-size: cover; */
}

/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
}

/* // 言語切り替え
html {
	&:lang(ja),&:lang(en) {
		.page--home .section--pickup .block--pickup .comment--wrap p.comment {
			font-family: "HuiFontP", sans-serif;
		}
	}
	&:lang(zh-Hant),&:lang(ko) {
		.page--home .section--pickup .block--pickup .comment--wrap p.comment {
			font-family: "Noto Sans JP", sans-serif;
		}
	}
} */
body {
  background: #f9d4ea;
  color: #ff00a8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 900;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  display: block;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ::selection{
	background: #000;
	color: var.$base-color;
}
::-moz-selection{
	background: var.$text-color;
	color: var.$base-color;
} */
.svg-parts {
  display: none;
}

body.loaded #loading {
  pointer-events: none;
}

.section--detail .txt a:not(.btn) {
  text-decoration: underline;
  transition: 0.3s;
}

/* .section--detail .txt a:not(.btn):after{
	content:'';
	height:2px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#ff00a880;
} */
.section--detail .txt a:not(.btn):hover {
  opacity: 0.5;
}

.section--detail .txt .block--share ul li a {
  text-decoration: none;
}

.block--player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 1em 0;
}
.block--player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.block--player .vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.block--player .video-js .vjs-big-play-button {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50rem;
  font-size: 4em;
}
.block--player .video-js .vjs-control-bar {
  height: 5em;
}
.block--player .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.block--player .vjs-mouse-display {
  margin-top: 9px;
}
.block--player .vjs-control-bar {
  background: none;
  padding: 0 2em;
}
.block--player .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 7.2em;
}
.block--player .vjs-menu-button.vjs-icon-cog {
  font-size: 2.4em;
}
.block--player .vjs-picture-in-picture-control.vjs-control {
  font-size: 2.4em;
  position: absolute;
  right: 4.5em;
  width: 2em;
}
.block--player .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.block--player .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.block--player .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.block--player .video-js .vjs-progress-control {
  width: calc(100% - 4em);
  min-width: 4em;
  position: absolute;
  bottom: 3em;
  left: 2.2em;
}
.block--player .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.block--player .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #ef009d 0%, #f9d4ea 100%);
}
.block--player .video-js .vjs-slider {
  background: rgba(210, 210, 210, 0.5);
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.swiper-pagination-bullet-active {
  background-color: #ff00a8;
}

.delighter {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}
.delighter.started {
  transform: translate(0);
  opacity: 1;
}

.inr {
  width: min(1200px, 95%);
  margin: 0 auto;
}

.section-tit {
  font-family: "proxima-soft", "Zen Maru Gothic", sans-serif;
  font-size: 5em;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

ul.clearfix::after {
  display: none;
}

.btnara {
  text-align: center;
  margin: 3em 0 2em;
}
.btnara .btn {
  background: #724db2;
  padding: 0.5em 1.5em;
  border-radius: 50rem;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}
.btnara .btn:hover {
  background: #fff;
  color: #724db2;
}
.btnara .btn.main {
  background: #ff00a8;
}
.btnara .btn.main:hover {
  background: #5eb0ef;
}
.btnara .btn.sub {
  background: #fff;
  color: #ff00a8;
}
.btnara .btn.sub:hover {
  background: #ff00a8;
  color: #fff;
}

.detail__btn {
  margin: 5em 0;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.detail__btn a:before {
  content: "BACK";
}
.detail__btn a:after {
  content: "";
  background: url(/static/yuriyan/img/arrow.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  transform: rotate(180deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  left: 0;
  transition: 0.3s;
}
.detail__btn a:hover:after {
  margin-left: -0.5em;
}

.block--pager {
  margin: 3em auto 0;
  display: flex;
  justify-content: center;
}
.block--pager li {
  margin: 0 0.5em;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
}
.block--pager li.pager__item--current {
  background: #ff00a8;
  color: #fff;
}
.block--pager li.pager__item--newer a, .block--pager li.pager__item--newer span {
  display: block;
}
.block--pager li.pager__item--newer a:before, .block--pager li.pager__item--newer span:before {
  content: "";
  background: url(/static/yuriyan/img/arrow.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  rotate: 180deg;
  transition: 0.3s;
}
.block--pager li.pager__item--newer span {
  opacity: 0.3;
}
.block--pager li.pager__item--older a, .block--pager li.pager__item--older span {
  display: block;
}
.block--pager li.pager__item--older a:before, .block--pager li.pager__item--older span:before {
  content: "";
  background: url(/static/yuriyan/img/arrow.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s;
}
.block--pager li.pager__item--older span {
  opacity: 0.3;
}

body:not(.page--home) .wrap {
  padding-top: 100px;
}
body:not(.page--home) .section-tit {
  display: flex;
  align-items: center;
  color: #ff00a8;
}
body:not(.page--home) .section-tit figure {
  width: 1em;
  margin-right: 0.1em;
  position: relative;
}
body:not(.page--home) .section-tit figure img {
  display: block;
  animation: rotate 15s linear infinite;
}

.section--detail.support {
  width: min(1200px, 90%);
  margin: 0 auto;
  padding-bottom: 5em;
}
.section--detail.support .section-tit {
  font-size: min(6vw, 2em);
  filter: none;
  text-align: center;
  margin-bottom: 1em;
  justify-content: center;
}
.section--detail.support dl dt {
  margin-bottom: 0.5em;
}
.section--detail.support dl dd {
  font-weight: 500;
  margin-bottom: 2em;
}
.section--detail.support dl dd ul {
  margin: 1em 0;
  padding: 0 1em;
}
.section--detail.support dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.support .txt {
  margin-bottom: 1em;
  text-align: center;
}
.section--detail.support .terms-list {
  font-weight: 500;
  margin-top: 4em;
}
.section--detail.support .terms-list > li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.section--detail.support .terms-list > li:before {
  content: "※";
}
.section--detail.support .terms-list > li > ul {
  margin: 1em 0;
}
.section--detail.support .terms-list > li > ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.section--detail.support .btnara li {
  margin-bottom: 1em;
}
.section--detail.support .btnara li a {
  font-size: 1.3em;
  line-height: 1.1em;
  min-width: 300px;
}
.section--detail.support .btnara li a span {
  display: block;
  font-size: 0.6em;
}

.page--home .mainvisual {
  position: relative;
  height: max(100dvh, 500px);
}
.page--home .mainvisual figure {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 90vh;
  min-height: 400px;
}
.page--home .mainvisual figure img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home .mainvisual .scrolldown {
  position: absolute;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  font-family: "proxima-soft", sans-serif;
}
.page--home.loaded .mainvisual figure {
  animation: purun 1s;
}
.page--home.scrl .mainvisual .scrolldown {
  opacity: 0;
}
.page--home section:not(.mainvisual) {
  padding: 5em 0;
}
.page--home .section-tit {
  text-align: center;
}
.page--home .section--information {
  background: url(/static/yuriyan/img/home/bg_check_pt.jpg) center center;
  background-size: 4em;
  position: relative;
  overflow-x: hidden;
}
.page--home .section--information:before {
  content: "";
  width: min(1200px, 90%);
  background: #f9d4ea;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
  height: calc(100% - 5em);
  border-radius: 30rem 30rem 0 0;
}
.page--home .section--information .inr {
  position: relative;
}
.page--home .section--information .section--bnr {
  margin: 5em auto 0;
  /* padding:0 5em; */
  width: min(1200px, 85%);
  overflow: hidden;
  padding-bottom: 1.5em;
}
.page--home .section--information .section--bnr img {
  width: 100%;
}
.page--home .section--information .section--bnr .list--bnr:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
}
.page--home .section--information .section--bnr .list--bnr:not(.swiper-wrapper) li {
  margin: 0 1em;
  width: calc(33.3333333333% - 0.5em);
}
.page--home .section--information .section-tit {
  margin-top: 0.3em;
}
.page--home .section--information .swiper-container ul li {
  filter: drop-shadow(2px 4px 6px rgba(114, 77, 178, 0.5019607843));
}
.page--home .section--information .section--list {
  width: min(640px, 90%);
  margin: 0 auto;
}
.page--home .section--information .section--list li {
  border-bottom: solid 1px rgba(255, 0, 168, 0.1882352941);
}
.page--home .section--information .section--list li a {
  padding: 1em;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.page--home .section--information .section--list li a .titara {
  display: flex;
  align-items: center;
  min-width: 7em;
}
.page--home .section--information .section--list li a .titara .date {
  min-width: 6em;
}
.page--home .section--information .section--list li a .titara em {
  padding: 0.1em 1em;
  border-radius: 50rem;
  background: rgba(255, 0, 168, 0.4392156863);
  color: #fff;
  margin: 0 1em;
  font-size: 0.7em;
}
.page--home .section--information .section--list li a .tit {
  font-size: 1.2em;
}
.page--home .section--information .section_foot {
  width: min(700px, 95%);
  margin: 0 auto;
}
.page--home section.section--profile {
  background: #badcfb;
}
.page--home section.section--profile .prof_ara {
  width: min(800px, 100%);
  margin: 2em auto 0;
}
.page--home section.section--profile .prof_ara ul {
  display: flex;
  justify-content: space-between;
}
.page--home section.section--profile .prof_ara ul > li {
  margin: 0 0.5em;
  width: 40%;
}
.page--home section.section--profile .prof_ara ul > li:nth-child(1) figure {
  position: relative;
  width: 100%;
  padding-top: 125.93%;
}
.page--home section.section--profile .prof_ara ul > li:nth-child(1) figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.page--home section.section--profile .prof_ara ul > li:nth-child(1) figure img.illust {
  opacity: 0;
}
.page--home section.section--profile .prof_ara ul > li:nth-child(2) {
  width: 50%;
  padding: 1em;
}
.page--home section.section--profile .prof_ara ul > li h3 {
  font-weight: 900;
  font-size: 2em;
  /* filter: drop-shadow(.005em .005em 0px #ff00a8) drop-shadow(-.005em -.005em 0px #ff00a8) drop-shadow(.005em -.005em 0px #ff00a8) drop-shadow(-.005em .005em 0px #ff00a8); */
  font-style: italic;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.page--home section.section--profile .prof_ara ul > li .btnara {
  text-align: left;
  font-size: min(3.5vw, 1em);
}
.page--home section.section--profile .prof_ara ul > li .btnara .btn {
  margin-bottom: 0.5em;
}
.page--home section.section--profile .prof_ara ul > li .btnara .btn i {
  rotate: -45deg;
  margin-left: 0.5em;
}
.page--home section.section--profile .section_foot {
  margin-top: 5em;
}
.page--home section.section--profile .section_foot ul {
  display: flex;
  width: min(1000px, 90%);
  margin: 0 auto;
}
.page--home section.section--profile .section_foot ul li {
  width: 16.6666666667%;
}
.page--home section.section--profile .section_foot ul li div {
  width: 100%;
  padding-top: 120.54%;
  background: url(/static/yuriyan/img/home/dance/1.png) center center;
  background-size: contain;
  animation: dance1 4s infinite;
  position: relative;
}
.page--home section.section--profile .section_foot ul li div span {
  position: absolute;
  width: 0.8em;
  transform: translate(0, -50%);
}
.page--home section.section--profile .section_foot ul li div span.onp {
  width: 1.1em;
}
.page--home section.section--profile .section_foot ul li div span.sib {
  width: 1.2em;
}
.page--home section.section--profile .section_foot ul li div span img {
  position: relative;
  animation: onp 2.5s infinite;
}
.page--home section.section--profile .section_foot ul li:nth-child(2n) div {
  animation: dance2 4s infinite;
}
.page--home section.section--profile .section_foot ul li:nth-child(3n) div {
  animation: dance3 4s infinite;
}
.page--home section.section--profile .section_foot ul li:nth-child(1) span {
  right: 10%;
  top: 60%;
}
.page--home section.section--profile .section_foot ul li:nth-child(2) span:nth-child(1) {
  left: 0;
  top: 40%;
}
.page--home section.section--profile .section_foot ul li:nth-child(2) span:nth-child(2) {
  right: 10%;
  top: 90%;
}
.page--home section.section--profile .section_foot ul li:nth-child(3) span {
  left: 0;
  top: 10%;
}
.page--home section.section--profile .section_foot ul li:nth-child(4) span:nth-child(1) {
  left: 0;
  top: 50%;
}
.page--home section.section--profile .section_foot ul li:nth-child(4) span:nth-child(2) {
  right: 0;
  top: 90%;
}
.page--home section.section--profile .section_foot ul li:nth-child(5) span {
  left: 0;
  top: 30%;
}
.page--home section.section--profile .section_foot ul li:nth-child(6) span {
  left: 0;
  top: 50%;
}
.page--home section.section--profile .section_foot ul li:hover div {
  animation-duration: 0.3s;
}
.page--home section.section--contents {
  background: #ffaada;
  padding: 10em 0;
}
.page--home section.section--contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(800px, 95%);
  margin: 0 auto;
}
.page--home section.section--contents ul li {
  width: calc(33.3333333333% - 1em);
  text-align: center;
  margin-bottom: 2.5em;
  position: relative;
}
.page--home section.section--contents ul li img {
  width: min(150px, 100%);
  display: block;
  margin: 0 auto;
}
.page--home section.section--contents ul li a:hover img {
  animation: rotate 5s infinite linear;
}
.page--home section.section--contents ul li span {
  font-family: "proxima-soft", "Zen Maru Gothic", sans-serif;
  font-size: 1.1em;
  font-weight: 900;
  margin-top: 0.5em;
  display: block;
}
.page--home section.section--contents ul li span.new {
  position: absolute;
  transform: translate(-50%, 0);
  top: -0.5em;
  left: calc(50% + 4em);
}
.page--home section.section--contents ul li span.new:after {
  content: "NEW";
  color: #fff;
  background: #ff00a8;
  width: 3em;
  height: 3em;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: 15deg;
}
.page--home section.section--contents ul li em {
  font-size: 0.8em;
  position: absolute;
  bottom: 1em;
  transform: translate(-50%, 0);
  bottom: -1em;
  left: 50%;
}
.page--home section.section--contents .section_foot {
  margin: 7em auto 0;
  width: min(600px, 100%);
}
.page--home section.section--contents .section_foot img {
  /* animation:biyon 30s infinite; */
}

.page--info .section--detail,
.page--info .section--list {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--info .block--category {
  margin: 2em 0;
  display: flex;
  align-items: center;
}
.page--info .block--category li {
  margin: 0 0.25em;
  font-size: min(3.5vw, 1em);
}
.page--info .block--category li:first-child {
  margin-right: 1em;
}
.page--info .block--category li a {
  border-radius: 50rem;
  padding: 0.25em 1em;
  background: #fff;
  border: solid 1px;
  display: inline-block;
  transition: 0.3s;
}
.page--info .block--category li:hover a, .page--info .block--category li.current a {
  background: #ff00a8;
  color: #fff;
}
.page--info .list--info li a {
  position: relative;
  padding: 1em 0;
  border-bottom: solid 1px #ff00a8;
  display: block;
}
.page--info .list--info li a .list__txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page--info .list--info li a .list__txt .titara {
  display: flex;
  align-items: center;
  min-width: 7em;
}
.page--info .list--info li a .list__txt .titara .date {
  min-width: 7em;
}
.page--info .list--info li a .list__txt .titara .category {
  min-width: 7em;
  text-align: left;
}
.page--info .list--info li a .list__txt .titara .category em {
  background: rgba(255, 0, 168, 0.3764705882);
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 50rem;
  font-size: 0.8em;
}
.page--info .list--info li a .list__txt .tit {
  font-size: 1.1em;
}
.page--info .list--info:has(.tag_thumb) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--info .list--info:has(.tag_thumb) li {
  width: calc(50% - 2em);
  margin-bottom: 4em;
}
.page--info .list--info:has(.tag_thumb) li a {
  display: block;
  border-bottom: none;
  padding: 0;
}
.page--info .list--info:has(.tag_thumb) li a figure {
  width: 100%;
  padding-top: 66%;
  position: relative;
  border-radius: 1.5em;
  overflow: hidden;
}
.page--info .list--info:has(.tag_thumb) li a figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.page--info .list--info:has(.tag_thumb) li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.page--info .list--info:has(.tag_thumb) li a .list__txt {
  display: flex;
  flex-direction: column-reverse;
  padding: 0.5em;
  align-items: baseline;
}
.page--info .list--info:has(.tag_thumb) li a .list__txt .titara {
  padding: 0 0.5em;
  font-size: 1.1em;
  margin-right: auto;
}
.page--info .list--info:has(.tag_thumb) li a .list__txt .titara .date {
  font-size: 0.8em;
}
.page--info .list--info:has(.tag_thumb) li a .list__txt .tit {
  padding: 0 0.5em;
  width: 100%;
}
.page--info .list--info:has(.tag_thumb) li a .list__txt .category {
  padding-left: 0.5em;
  display: none;
}
.page--info .section--detail .titara {
  margin-bottom: 2em;
}
.page--info .section--detail .titara .date {
  font-size: 0.9em;
}
.page--info .section--detail .titara .tit {
  font-size: 1.3em;
}
.page--info .section--detail .txt {
  font-size: 1.1em;
  font-weight: 500;
}
.page--info .block--share {
  padding: 2em 0.5em;
  border-top: solid 1px #ff00a8;
  margin-top: 4em;
}
.page--info .block--share ul {
  display: flex;
  font-size: 1.6em;
  align-items: center;
}
.page--info .block--share ul li {
  margin: 0 0.3em;
}
.page--info .block--share ul li svg {
  fill: #ff00a8;
  scale: 1.3;
}
.page--info .block--share ul li.share {
  font-size: 12px;
  margin-left: 0;
  margin-right: 1em;
}
.page--info:has(.tag_thumb) p.section-tit,
.page--info:has(.tag_thumb) .block--category {
  display: none;
}
.page--info:has(.tag_thumb) .section-tit {
  margin-bottom: 0.5em;
}

.page--disco {
  /* .cat1,
  .cat1 *{
  	color:#3595f2;
  	border-color:#3595f2 !important;
  } */
}
.page--disco .section--list,
.page--disco .section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--disco .block--category {
  display: flex;
  justify-content: left;
  margin: 0 0 2em;
}
.page--disco .block--category li {
  margin-right: 0.5em;
}
.page--disco .block--category li a {
  padding: 0.2em 1.5em;
  border-radius: 50rem;
  border: solid 1px rgba(255, 0, 168, 0.5019607843);
  display: inline-block;
}
.page--disco .block--category li.current a {
  background: #ff00a8;
  color: #fff;
}
.page--disco .section--list .list--discography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--disco .section--list .list--discography:after {
  content: "";
  width: calc(33.3333333333% - 0.5em);
}
.page--disco .section--list .list--discography li {
  width: calc(33.3333333333% - 0.5em);
  margin-bottom: 1em;
}
.page--disco .section--list .list--discography li figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.5em;
}
.page--disco .section--list .list--discography li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page--disco .section--list .list--discography li .block--text {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
}
.page--disco .section--list .list--discography li .block--text .category {
  padding: 0em 0.5em;
  border: solid 1px rgba(255, 0, 168, 0.5019607843);
  font-weight: 500;
  margin-right: 0.5em;
  font-size: 0.85em;
}
.page--disco .section--list .list--discography li .block--text .tit {
  width: 100%;
  font-size: 1.3em;
}
.page--disco .section--detail .area--disco-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(1000px, 100%);
  margin: 0 auto;
}
.page--disco .section--detail .area--disco-detail .block--jacket {
  width: 40%;
}
.page--disco .section--detail .area--disco-detail .block--jacket ul li figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.page--disco .section--detail .area--disco-detail .block--jacket ul li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page--disco .section--detail .area--disco-detail .block--detail {
  width: calc(60% - 5em);
}
.page--disco .section--detail .area--disco-detail .block--detail .tit {
  font-size: 1.7em;
}
.page--disco .section--detail .area--disco-detail .block--detail .date {
  margin: 1.5em 0;
}

.page--blog .section--list {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--blog .section--list .section-tit {
  margin-bottom: 0.5em;
}
.page--blog .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--blog .section--list .list--contents li {
  width: calc(50% - 2em);
  margin-bottom: 4em;
}
.page--blog .section--list .list--contents li a {
  display: block;
  border-bottom: none;
  padding: 0;
}
.page--blog .section--list .list--contents li a figure {
  width: 100%;
  padding-top: 66%;
  position: relative;
  border-radius: 1.5em;
  overflow: hidden;
}
.page--blog .section--list .list--contents li a figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.page--blog .section--list .list--contents li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.page--blog .section--list .list--contents li a .list__txt {
  display: flex;
  flex-direction: column-reverse;
  padding: 0.5em;
  align-items: baseline;
}
.page--blog .section--list .list--contents li a .list__txt .titara {
  padding: 0 0.5em;
  font-size: 1.1em;
  margin-right: auto;
}
.page--blog .section--list .list--contents li a .list__txt .titara .date {
  font-size: 0.8em;
}
.page--blog .section--list .list--contents li a .list__txt .tit {
  padding: 0 0.5em;
  width: 100%;
}
.page--blog .section--list .list--contents li a .list__txt .category {
  padding-left: 0.5em;
  display: none;
}
.page--blog .section--detail {
  width: min(1200px, 90%);
  margin: 5em auto 0;
}
.page--blog .section--detail .titara {
  margin-bottom: 2em;
}
.page--blog .section--detail .titara .date {
  font-size: 0.9em;
}
.page--blog .section--detail .titara .tit {
  font-size: 1.3em;
}
.page--blog .section--detail .txt {
  font-size: 1.1em;
  font-weight: 500;
}
.page--blog .section--detail .txt p:has(img) {
  text-align: center;
}
.page--blog .section--detail .txt p:has(img) img {
  margin: 1em auto;
}
.page--blog .section--detail .vjs-picture-in-picture-control.vjs-button:before {
  display: none;
}

.page--movie .section--list {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--movie .section--list .section-tit {
  margin-bottom: 0.4em;
}
.page--movie .section--list .list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--movie .section--list .list--contents li {
  width: calc(50% - 2em);
  margin-bottom: 2em;
}
.page--movie .section--list .list--contents li a .thumb {
  border-radius: 1.5em;
  overflow: hidden;
}
.page--movie .section--list .list--contents li a .thumb img {
  transition: 0.3s;
  width: 100%;
}
.page--movie .section--list .list--contents li a:hover .thumb img {
  transform: scale(1.1);
}
.page--movie .section--list .list--contents li a .list__txt {
  padding: 1em;
}
.page--movie .section--list .list--contents li a .list__txt .tit {
  font-size: 1.5em;
}
.page--movie .section--list .list--contents li a .list__txt .date {
  font-size: 0.9em;
  font-weight: 500;
}
.page--movie .section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
  /* .vjs-has-started .vjs-control-bar{
  	font-size:1.3em;
  } */
}
.page--movie .section--detail .comment {
  font-weight: 500;
  margin-top: 1em;
  /* background:#ffffff40; */
  padding: 1em;
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
}
.page--movie .section--detail .area--more-info {
  margin-top: 5em;
}
.page--movie .section--detail .area--more-info .block--tab {
  display: none;
}
.page--movie .section--detail .area--more-info .block--tab__main {
  background: rgba(255, 255, 255, 0.3137254902);
  padding: 1.5em;
  border-radius: 10px;
}
.page--movie .section--detail .area--more-info .block--tab__main:has(.item--more_movie) {
  background: rgba(255, 255, 255, 0.3137254902);
  padding: 1.5em;
  border-radius: 10px;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  margin-bottom: 1em;
  display: inline-block;
  background: #ff00a8;
  color: #fff;
  padding: 0 1em;
  border-radius: 50rem;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li {
  width: calc(25% - 0.5em);
  margin-bottom: 1em;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li a {
  display: flex;
  flex-wrap: wrap;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li a figure {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li a figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li a .list__txt {
  padding: 0.5em;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul:after {
  content: "";
  width: calc(25% - 0.5em);
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul:before {
  content: "";
  width: calc(25% - 0.5em);
  order: 1;
}
.page--movie .section--detail .area--more-info .block--post {
  width: calc(100% - 40px);
  margin: 0 auto 10px;
  position: relative;
  top: -2em;
}
.page--movie .section--detail .area--more-info .block--post input[type=text],
.page--movie .section--detail .area--more-info .block--post input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page--movie .section--detail .area--more-info .block--post input[type=text] {
  padding: 0.5em;
  border-radius: 40px;
  border: #ff00a8 solid 1px;
  padding-left: 20px;
  color: #111;
  padding-right: 45px;
  width: 100%;
  font-size: 18px;
}
.page--movie .section--detail .area--more-info .block--post input[type=text]:focus {
  background-color: #fff;
}
.page--movie .section--detail .area--more-info .block--post input[type=submit] {
  background-position: center;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  transform: translate(0, -50%);
  right: 1.5em;
  top: 50%;
  z-index: 2;
  border: none;
  background: no-repeat 82% center url(/static/yuriyan/img/movie/paper-plane-solid.svg);
  background-size: contain;
  cursor: pointer;
}
.page--movie .section--detail .block--player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.page--movie .section--detail .block--tit {
  padding: 0.5em;
}
.page--movie .section--detail .vjs-big-play-centered .vjs-big-play-button {
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.page--movie .section--detail .video-js .vjs-big-play-button {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50rem;
  font-size: 4em;
}
.page--movie.radio .section--detail .comment {
  font-weight: 500;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.2509803922);
  padding: 1em;
}
.page--movie.radio .section--detail .video-js *:focus:not(:focus-visible),
.page--movie.radio .section--detail .video-js .vjs-menu *:focus:not(:focus-visible) {
  background: inherit;
  background-size: 100%;
}
.page--movie.radio .section--detail .vjs-audio .vjs-poster {
  background-size: contain;
}
.page--movie.radio .section--detail .radio_dtl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--movie.radio .section--detail .radio_dtl .mov_ara {
  width: 40%;
}
.page--movie.radio .section--detail .radio_dtl .mov_ara .block--player {
  padding-top: 100%;
  margin: 0;
}
.page--movie.radio .section--detail .radio_dtl .area--more-info {
  width: calc(60% - 1em);
  margin-top: 0;
}
.page--movie.radio .section--detail .radio_dtl:has(.onlyone) {
  justify-content: center;
}
.page--movie.radio .section--detail .radio_dtl:has(.onlyone) .area--more-info {
  display: none;
}
.page--movie.radio .section--detail .block--tab {
  display: flex;
  justify-content: space-between;
}
.page--movie.radio .section--detail .block--tab > div {
  width: 50%;
}
.page--movie.radio .section--detail .block--tab > div > span {
  display: block;
  padding: 1em;
  background: 0.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.5019607843);
  transition: 0.3s;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.page--movie.radio .section--detail .block--tab .current > span {
  background: #ff00a8;
  color: #fff;
}
.page--movie.radio .section--detail .area--more-info .block--tab__main {
  position: relative;
}
.page--movie.radio .section--detail .area--more-info .block--tab__main > div {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
.page--movie.radio .section--detail .area--more-info .block--tab__main > div.current {
  display: block;
}
.page--movie.radio .section--detail .area--more-info .block--tab__main .block--more_movies ul li {
  width: calc(33.3333333333% - 0.5em);
}
.page--movie.radio .section--detail .area--more-info .block--tab__main:has(.item--more_movie) {
  border-radius: 0 0 10px 10px;
}
.page--movie.radio .section--detail .area--more-info .block--tab__main .block--more_movies ul:after {
  content: "";
  width: calc(33.3333333333% - 0.5em);
}
.page--movie.radio .section--detail .area--more-info .block--more_movies .list--contents li .list__txt .date {
  font-size: 0.8em;
  font-weight: 500;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div {
  margin-top: 2em;
  height: auto !important;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div:not(.block--post) {
  max-height: 500px;
  overflow: auto;
  padding: 0 2em 2em;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div:not(.block--post)::-webkit-scrollbar {
  background: none;
  width: 5px;
  height: 5px;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div:not(.block--post)::-webkit-scrollbar-thumb {
  background-color: rgba(255, 0, 168, 0.1254901961);
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li {
  padding: 1em 0.5em 2em;
  position: relative;
  border-bottom: solid 1px rgba(255, 0, 168, 0.1882352941);
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li .name span {
  font-size: 0.8em;
  font-weight: 500;
  margin-left: 1em;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li .txt {
  font-weight: 500;
  padding: 0.5em 0;
  line-height: 1.5em;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li .report-btn {
  position: absolute;
  bottom: 1em;
  right: 0;
  line-height: 1.2em;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li .btn--report {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  left: auto;
}
.page--movie.radio .section--detail .area--more-info .block--comments > div .list--comment li .btn--report a {
  color: #ff00a8;
  font-weight: 500;
}
.page--movie.radio .section--list .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--movie.radio .section--list .list--contents:after {
  display: none;
}
.page--movie.radio .section--list .list--contents li {
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
}
.page--movie.radio .section--list .list--contents li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background: rgba(255, 255, 255, 0.3137254902);
  position: relative;
}
.page--movie.radio .section--list .list--contents li a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 0, 168, 0.0980392157);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.page--movie.radio .section--list .list--contents li a .img {
  width: 25%;
}
.page--movie.radio .section--list .list--contents li a .img figure {
  padding-top: 100%;
  position: relative;
  border-radius: 1em;
}
.page--movie.radio .section--list .list--contents li a .img figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  transition: 0.3s;
}
.page--movie.radio .section--list .list--contents li a .img figure img.blur {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: blur(10px);
}
.page--movie.radio .section--list .list--contents li a .list__txt {
  width: calc(75% - 1em);
}
.page--movie .video-js .vjs-control-bar {
  height: 5em;
}
.page--movie .video-js .vjs-volume-panel .vjs-volume-control {
  top: 1em;
}
.page--movie .vjs-mouse-display {
  margin-top: 9px;
}
.page--movie .vjs-control-bar {
  background: none;
  padding: 0 2em;
}
.page--movie .vjs-http-source-selector.vjs-menu-button {
  position: absolute;
  right: 7.2em;
}
.page--movie .vjs-menu-button.vjs-icon-cog {
  font-size: 2.4em;
}
.page--movie .vjs-picture-in-picture-control.vjs-control {
  font-size: 2.4em;
  position: absolute;
  right: 4.5em;
  width: 2em;
}
.page--movie .vjs-menu-button-popup .vjs-menu {
  left: -2.5em;
  margin-bottom: 2.7em;
}
.page--movie .video-js .vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 2em;
}
.page--movie .video-js .vjs-time-control {
  font-size: 1.2em;
  line-height: 4em;
}
.page--movie .video-js .vjs-progress-control {
  width: calc(100% - 4em);
  min-width: 4em;
  position: absolute;
  bottom: 3em;
  left: 2.2em;
}
.page--movie .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 1.67;
}
.page--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #ef009d 0%, #f9d4ea 100%);
}
.page--movie .video-js .vjs-slider {
  background: rgba(210, 210, 210, 0.5);
}

.page--bbs {
  /* .wrap{
  	padding-top:70px !important;
  } */
  /* &.scrl{
  	.bbs_caption{
  		opacity:0;
  		visibility: hidden;
  	}
  	.bbs_wrap{
  		height:100dvh;
  		position:fixed;
  		height:100dvh;
  		top:0;
  		width:100%;
  		z-index:1;
  	}

  } */
}
.page--bbs.drawer-visible {
  overflow: hidden;
}
.page--bbs .header {
  position: absolute;
}
.page--bbs #header,
.page--bbs .section-tit {
  transition: 0.3s;
}
.page--bbs .section--detail,
.page--bbs .section--list {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--bbs .section--inner {
  color: #f9d4ea;
  /* background: rgba(var.$text-color,.4)!important;  */
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.page--bbs .section-tit {
  display: flex;
  align-items: center;
  /* position: absolute;
  left: -3%;
  top: -.5em; */
  line-height: 1em;
  font-size: min(8vw, 5em);
  font-size: 3.5em;
}
.page--bbs .bbs_caption {
  padding: 1.5em;
  color: #ff00a8;
  text-align: center;
  transition: 0.3s;
}
.page--bbs .bbs_wrap {
  position: relative;
}
.page--bbs .bbs_wrap .expand {
  position: absolute;
  z-index: 2;
  top: calc(35px + 0.5em);
  right: calc(5% + 0.5em);
  background: rgba(255, 255, 255, 0.5019607843);
  /* padding: .5em; */
  height: 2em;
  width: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  line-height: 1em;
  letter-spacing: 0;
  color: #ff00a8;
  font-size: 1.5em;
}
.page--bbs .section--list {
  display: block;
}
.page--bbs .section--list .bbsara {
  background: url(/static/yuriyan/img/home/bg_check_pt.jpg);
  background-size: 2em;
  border-radius: 1.5em 1.5em 0 0;
  border: solid 1px #ff00a8;
  border-bottom: none;
}
.page--bbs .section--list .bbsara .bbsinr {
  /* height: calc(100dvh - 320px); */
  height: calc(100dvh - 100px);
  overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
  background: #f9d4ea;
  width: 90%;
  margin: 0 auto;
  padding: 0 1em;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.page--bbs .section--list .bbsara .bbsinr::-webkit-scrollbar {
  display: none;
}
.page--bbs .section--list .list--comment {
  margin-top: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.page--bbs .section--list .list--comment li {
  color: #ff00a8;
  margin-bottom: 1.5em;
}
.page--bbs .section--list .list--comment li .name,
.page--bbs .section--list .list--comment li .box-comment {
  font-weight: 500;
}
.page--bbs .section--list .list--comment li.member {
  display: flex;
  align-items: start;
}
.page--bbs .section--list .list--comment li.member .box-comment .txt {
  border-top-left-radius: 0px;
  max-width: 300px;
  color: #777;
  border: solid 1px #ff00a8;
}
.page--bbs .section--list .list--comment li.member .inner.reply .txt.abbreviation {
  border-radius: 0 10px 0 0px;
}
.page--bbs .section--list .list--comment li.member .icon--like_artist .wrap-icon .icon {
  width: 24px;
  height: 24px;
}
.page--bbs .section--list .list--comment li .contents_box .wrap--action .do-comment {
  display: none;
}
.page--bbs .section--list .list--comment li .contents_box .wrap--action .btn--report {
  line-height: 1em;
}
.page--bbs .section--list .list--comment li .contents_box .wrap--action .btn--report a {
  font-size: 9px;
  border: solid 1px rgba(255, 0, 168, 0.2509803922);
  border-radius: 50rem;
  padding: 0.2em 1em;
  font-weight: 500;
  transition: 0.3s;
}
.page--bbs .section--list .list--comment li .contents_box .wrap--action .btn--report a:hover {
  opacity: 0.5;
}
.page--bbs .section--list .list--comment li:not(.member) .name {
  text-align: right;
}
.page--bbs .section--list .list--comment li:not(.member) .block--comment {
  flex-direction: row-reverse;
}
.page--bbs .section--list .list--comment li:not(.member) .block--comment .txt {
  border-top-right-radius: 0;
  margin-left: auto;
  color: #777;
  border: solid 1px rgba(255, 0, 168, 0.5019607843);
}
.page--bbs .section--list .list--comment li:not(.member) .box-date {
  margin-right: 6px;
  margin-left: 0;
  text-align: right;
}
.page--bbs .section--list .list--comment li:not(.member) .wrap--action {
  justify-content: flex-end;
  color: #ff00a8;
}
.page--bbs .section--list .list--comment li:not(.member) .wrap--action .form--inptarea {
  right: 5em;
  left: inherit;
}
.page--bbs .section--list .list--comment li .name {
  font-size: 14px;
  color: #ff00a8;
}
.page--bbs .section--list .list--comment li .icon {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  overflow: hidden;
  border-radius: 50%;
}
.page--bbs .section--list .list--comment li .icon img {
  overflow: hidden;
  background-position: top;
}
.page--bbs .section--list .list--comment li .block--comment {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3px;
}
.page--bbs .section--list .list--comment li .box-comment .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px 10px 16px;
  background: #fff;
  line-height: 1.4;
  border-radius: 10px;
  margin-bottom: 3px;
  max-width: 300px;
}
.page--bbs .section--list .list--comment li .block--thumb {
  margin-top: 8px;
}
.page--bbs .section--list .list--comment li .block--thumb .thumb::after {
  content: none;
}
.page--bbs .section--list .list--comment li .block--thumb .thumb img {
  border-radius: 8px;
  vertical-align: bottom;
  /* max-width:300px; */
}
.page--bbs .section--list .list--comment li .box-date {
  text-align: left;
  margin-left: 6px;
  margin-right: 0px;
  line-height: 1.4;
}
.page--bbs .section--list .list--comment li .box-date .date {
  font-size: 12px;
  opacity: 0.4;
  letter-spacing: 0.04em;
  color: #ff00a8;
}
.page--bbs .section--list .list--comment li .inner .comment-wrap {
  width: 100%;
}
.page--bbs .section--list .list--comment li .inner.reply .txt {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
.page--bbs .section--list .list--comment li .inner.reply .txt.abbreviation {
  border-radius: 10px 0 0 0;
  padding: 10px 12px 10px 16px;
  margin-bottom: 0;
  background: #cecece;
  line-height: 1.4;
}
.page--bbs .section--list .list--comment li .wrap--action {
  display: flex;
  position: relative;
}
.page--bbs .section--list .do-comment {
  cursor: pointer;
}
.page--bbs .section--list .icon--like {
  cursor: pointer;
  margin-left: 3px;
}
.page--bbs .section--list .icon--like .fa-heart {
  position: relative;
  font-size: 16px;
}
.page--bbs .section--list .icon--like .fa-heart::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: 1;
  position: relative;
  color: #b6b6b6;
}
.page--bbs .section--list .icon--like .fa-heart::after {
  font-family: "Font Awesome 6 Free";
  content: "\f004";
  font-size: 16px;
  /* color: var.$red; */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.page--bbs .section--list .icon--like .fa-heart.clicked::after {
  opacity: 1;
  z-index: 2;
  animation: heart 1.2s reverse both;
}
.page--bbs .section--list .icon--like .fa-heart.clicked::before {
  opacity: 0;
  z-index: -1;
}
.page--bbs .section--list .icon--like > span {
  display: none;
}
.page--bbs .section--list .icon--like_artist {
  display: flex;
  margin-left: 5px;
}
.page--bbs .section--list .icon--like_artist .wrap-icon {
  position: relative;
}
.page--bbs .section--list .icon--like_artist .wrap-icon .icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.page--bbs .section--list .icon--like_artist .wrap-icon i {
  position: absolute;
  display: block;
  /* color: var.$red; */
  bottom: 0;
  right: -2px;
  font-size: 12px;
  -webkit-text-stroke-color: #fff;
}
.page--bbs .section--list .comment_heart {
  display: flex;
}
.page--bbs .section--list .reply-form {
  z-index: 10;
  position: absolute;
  width: 100%;
}
.page--bbs .section--list .form--inptarea {
  position: absolute;
  left: 0;
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: end;
  background: #f9d4ea;
  padding: 1em 1em 1.2em;
  border-radius: 10px;
  box-shadow: 0 35px 60px -20px rgba(249, 212, 234, 0.7);
  z-index: 10;
}
.page--bbs .section--list .form--inptarea textarea {
  width: calc(100% - 50px);
  border: none;
  height: 3em;
  min-height: 2em;
  border-radius: 1.5em;
  background: #fff;
  padding: 0.5em 1em;
}
.page--bbs .section--list .form--inptarea .btn {
  width: 50px;
  height: 50px;
  position: relative;
}
.page--bbs .section--list .form--inptarea .btn input {
  min-width: unset;
  line-height: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .page--bbs .section--list .form--inptarea .btn input:hover {
    opacity: 0.5;
  }
}
.page--bbs .section--list .form--inptarea .input_close {
  position: absolute;
  width: 4.5em;
  height: 4.5em;
  top: 0.25em;
  right: -5em;
  display: flex;
  align-items: center;
  background: #f9d4ea;
  border-radius: 999px;
  box-shadow: 0 5px 20px -4px rgba(249, 212, 234, 0.7);
  cursor: pointer;
}
.page--bbs .section--list .form--inptarea .input_close::before, .page--bbs .section--list .form--inptarea .input_close::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background: #ff00a8;
  position: absolute;
  left: 2.25em;
}
.page--bbs .section--list .form--inptarea .input_close::before {
  transform: rotate(45deg);
}
.page--bbs .section--list .form--inptarea .input_close::after {
  transform: rotate(-45deg);
}
.page--bbs .switching {
  /* margin-top: 1.5em; */
  display: flex;
  justify-content: end;
  /* column-gap: 16px; */
  padding: 0 3.5em;
}
.page--bbs .switching li {
  position: relative;
  /* font-family: var.$font-sans; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 18px;
  padding-bottom: 4px;
  background: #ff00a8;
  color: #fff;
  font-weight: 900;
  border: solid 1px #ff00a8;
  padding: 0 0.5em;
  border-radius: 10px 10px 0 0;
  /* border-bottom:solid 1px #f9d4ea; */
  top: 1px;
  transition: 0.3s;
  z-index: 0;
  /* &::before{
  	content: "";
  	position: absolute;
  	bottom: 2px;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	transform: scaleX(0);
  	background: var.$base-color;
  	transform-origin: left;
  	transition: transform .4s;
  } */
  /* &.btn_all{
  	&::before{
  		transform: scaleX(1);
  	}
  } */
}
.page--bbs .switching li.btn_artist {
  /* opacity:.4; */
  background: none;
  color: #ff00a8;
}
.page--bbs .switching li.btn_artist:hover {
  opacity: 1;
  background: #ff00a8;
  color: #fff;
  border: solid 1px #ff00a8;
}
.page--bbs .block--post {
  padding: 0.5em 0;
  background: #f9d4ea;
  /* position: sticky; */
  bottom: 0;
  z-index: 10;
  background: #ea8fb8;
  border-radius: 0 0 1.5em 1.5em;
}
.page--bbs .block--post form#comment_form {
  padding: 0 24px;
}
.page--bbs .block--post form#comment_form #textarea {
  width: 100%;
  height: initial;
  min-height: 40px;
  max-height: 180px;
  padding: 0.7em 1.2em;
  resize: none;
  border-radius: 20px;
  background: #fff;
  line-height: 1.1;
}
.page--bbs .block--post form#comment_form .block--textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--bbs .block--post form#comment_form .block--textarea > div {
  width: calc(100% - 3em);
  display: flex;
  align-items: center;
}
.page--bbs .block--post form#comment_form .block--photo {
  /* margin-top: 1em; */
  margin-left: 1em;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.page--bbs .block--post form#comment_form .block--photo label {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.page--bbs .block--post form#comment_form .block--photo label input[type=file] {
  opacity: 0;
  width: 3em;
  cursor: pointer;
}
.page--bbs .block--post form#comment_form .block--photo::after {
  content: "\f03e";
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 0.5em;
  width: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  border: none;
  background: none;
  min-width: unset;
  height: auto;
  line-height: 1;
}
.page--bbs .block--post form#comment_form .block--photo:hover {
  opacity: 0.5;
}
.page--bbs .block--post .btn {
  width: 50px;
  height: 50px;
  position: relative;
}
.page--bbs .block--post .btn input {
  min-width: unset;
  line-height: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .page--bbs .block--post .btn input:hover {
    opacity: 0.5;
  }
}
.page--bbs .block--error {
  margin-bottom: 20px;
}
.page--bbs.page--thread .block--pager {
  letter-spacing: 0.05em;
}
.page--bbs.page--thread .block--pager .btn--sub {
  min-width: 110px;
  margin: 0 auto 16px;
  border-radius: 20px;
  font-size: 13px;
  border: none;
  color: #ff00a8;
  background-color: #f9d4ea;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
  display: inline-block;
  padding: 10px 16px;
  line-height: 1.4;
  /* font-family: var.$font-sans; */
}
.page--bbs.page--thread .block--pager .btn--sub span {
  display: block;
  position: relative;
  text-align: right;
  line-height: 1.1;
}
.page--bbs.page--thread .block--pager .btn--sub span::after, .page--bbs.page--thread .block--pager .btn--sub span::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ff00a8;
}
.page--bbs.page--thread .block--pager .btn--sub span::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--bbs.page--thread .block--pager .btn--sub span::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.page--bbs.page--thread .block--pager .btnara {
  margin: 1em 0;
}
.page--bbs.page--thread .block--pager .btnara .btn {
  background: none;
  color: #ff00a8;
  border: solid 1px;
  transition: 0.3s;
}
.page--bbs.page--thread .block--pager .btnara .btn:hover {
  background: #ff00a8;
  color: #fff;
}
.page--bbs.page--thread .block--pager .btnara .btn:hover span:before {
  background: #fff;
}
.page--bbs.page--thread .block--pager .btnara .btn span {
  display: flex;
  align-items: center;
}
.page--bbs.page--thread .block--pager .btnara .btn span:before {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #ff00a8;
  margin-right: 0.5em;
  display: inline-block;
  transition: 0.3s;
}
.page--bbs.page--artist .switching li {
  /* &.btn_all{
  	&::before{
  		transform: scaleX(0);
  	}
  }
  &.btn_artist{
  	&::before{
  		transform: scaleX(1);
  	}
  } */
}
.page--bbs.page--artist .switching li.btn_all {
  /* opacity:.4; */
  background: none;
  color: #ff00a8;
}
.page--bbs.page--artist .switching li.btn_all:hover {
  opacity: 1;
  background: #ff00a8;
  color: #fff;
}
.page--bbs.page--artist .switching li.btn_artist {
  opacity: 1;
  background: #ff00a8;
  color: #fff;
  border: solid 1px #ff00a8;
  /* &:hover{
  	opacity:1;
  	background:#f9d4ea;
  	color:#ff00a8;
  } */
}
.page--bbs .section--detail .txt {
  text-align: center;
}
.page--bbs .section--detail dl {
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.5019607843);
  margin: 2em auto;
  width: min(640px, 90%);
}
.page--bbs .section--detail dl dt {
  font-size: 0.9em;
  font-weight: 500;
}
.page--bbs .section--detail dl dd {
  margin-bottom: 1.5em;
}
.page--bbs .section--detail dl dd .ph {
  width: min(400px, 80%);
}
.page--bbs .section--detail dl dd textarea {
  width: 100%;
  padding: 1em;
  border-radius: 10px;
}
.page--bbs .section--detail input.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.page--bbs #swipebox-slider {
  cursor: auto;
}
.page--bbs #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--bbs #swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.page--bbs #swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  max-width: 90vw;
  max-height: 90vh;
}
.page--bbs #swipebox-prev, .page--bbs #swipebox-next, .page--bbs #swipebox-close {
  width: 4em;
  height: 4em;
}
.page--bbs #swipebox-prev.disabled,
.page--bbs #swipebox-next.disabled {
  opacity: 0.2;
}
.page--bbs #swipebox-action #swipebox-close {
  top: 2em;
  left: 3%;
  background: none;
}
.page--bbs #swipebox-action #swipebox-close::before, .page--bbs #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.page--bbs #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--bbs #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--bbs #swipebox-action #swipebox-prev,
.page--bbs #swipebox-action #swipebox-next {
  position: fixed;
  background: none;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.page--bbs #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--bbs #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  vertical-align: middle;
  pointer-events: none;
}
.page--bbs #swipebox-action #swipebox-next {
  right: 3%;
}
.page--bbs #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}
.page--bbs #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 6%;
  left: 50%;
  color: #ff00a8;
  transform: translateX(-50%);
}
.page--bbs footer {
  position: relative;
  z-index: 0;
}
.page--bbs.scrl .wrap, .page--bbs.expand .wrap {
  padding-bottom: 0;
}
.page--bbs.scrl #header,
.page--bbs.scrl .section-tit, .page--bbs.expand #header,
.page--bbs.expand .section-tit {
  opacity: 0;
  visibility: hidden;
}
.page--bbs.scrl .section--list, .page--bbs.expand .section--list {
  /* min-height:100dvh; */
}
.page--bbs.scrl .section--list .bbsara .bbsinr, .page--bbs.expand .section--list .bbsara .bbsinr {
  height: calc(100dvh - 100px);
}
.page--bbs.scrl footer, .page--bbs.expand footer {
  margin-top: 1em;
}
.page--bbs.expand .wrap {
  padding-top: 0;
}
.page--bbs.expand .bbs_wrap {
  position: fixed;
  top: 0;
  width: 100%;
}
.page--bbs.expand footer {
  display: none;
}

/* @media screen and (min-width:961px) and (max-width:1500px){
	.page--bbs{
		.section--list{
			margin-top:30px;
			.bbsara{
				.bbsinr{
					height: calc(100dvh - 250px);
				}
			}
		}
	}
} */
.page--photo .section-tit {
  margin-bottom: 0.4em;
}
.page--photo .section--detail,
.page--photo .section--list {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--photo .list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--photo .list--contents:after {
  content: "";
  width: 33.3333333333%;
}
.page--photo .list--contents li {
  width: 33.3333333333%;
  position: relative;
}
.page--photo .list--contents li a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.page--photo .list--contents li a .list__txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  width: 90%;
}
.page--photo .list--contents li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(249, 212, 234, 0.8666666667);
  top: 0;
  right: 0;
  transform: scaleY(0);
  transition: transform 0.3s;
  transform-origin: bottom;
}
.page--photo .list--contents li a:hover .list__txt {
  opacity: 1;
}
.page--photo .list--contents li a:hover:after {
  transform-origin: top;
  transform: scaleY(1);
}
.page--photo .list--contents li a img {
  width: 100%;
}
.page--photo .list--contents li.new:after {
  content: "NEW";
  width: 3em;
  height: 3em;
  border-radius: 50rem;
  position: absolute;
  top: -3px;
  right: -3px;
  background: #ff00a8;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: 10deg;
  letter-spacing: 0.02em;
}
.page--photo #swipebox-top-bar {
  top: 2em;
  background: none;
}
.page--photo #swipebox-top-bar.visible-bars {
  transform: translate(0, 0);
}
.page--photo #swipebox-action {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  width: 99%;
  background: none;
}
.page--photo #swipebox-action.visible-bars {
  transform: translate(0, -50%);
}
.page--photo #swipebox-action #swipebox-arrows {
  max-width: none;
  width: 97%;
}
.page--photo #swipebox-caption {
  color: #fff;
  text-align: center;
  top: 2vh;
  position: relative;
}
.page--photo #swipebox-slider .slide img {
  pointer-events: none;
}

.page--error .wrap {
  min-height: 100dvh;
  padding-bottom: 400px;
  position: relative;
}
.page--error .wrap footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.page--error .section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
  text-align: center;
}
.page--error .section--detail .txt {
  margin-top: 3em;
}
.page--error .section--detail .btn {
  margin-top: 3em;
}

.page--stream {
  font-weight: 500;
  width: min(1200px, 90%);
  margin: 0 auto;
  overflow: hidden;
}
.page--stream .section--inner {
  margin: 0 auto;
}
.page--stream .block--lead .txt {
  margin-bottom: 0;
}
.page--stream .tit {
  color: #ff00a8;
  font-weight: 600;
}
.page--stream .block--adjust, .page--stream .block--attention {
  border-bottom: solid 1px #dddddd;
}
.page--stream .block--attention .list--attention li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.page--stream .btn i {
  margin-left: 6px;
}
.page--stream .block--download .txt strong, .page--stream .block--download .txt em,
.page--stream .app-download .txt strong,
.page--stream .app-download .txt em {
  display: block;
}
.page--stream .block--download .txt strong,
.page--stream .app-download .txt strong {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.page--stream .block--download .txt em,
.page--stream .app-download .txt em {
  font-size: 0.9em;
  margin-top: 0.5em;
  font-weight: 400;
}
.page--stream .block--method {
  margin: 1em 0;
}

.page--entry {
  font-weight: 500;
}
.page--entry.section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--entry.section--detail .section--inner {
  width: 100%;
}
.page--entry .section-tit {
  font-size: min(6vw, 2em);
  text-align: center;
  margin-bottom: 1em;
  justify-content: center;
}
.page--entry .block--title {
  /* .section-tit {
  		color: var.$primary-color;
  		font-size: 20px;
  		margin-bottom: 20px;

  		&::before {
  			max-width: 500px;
  			background: url("/static/naomiwatanabe/common/logo_fanclub.svg") no-repeat center center / cover;
  			aspect-ratio: 150 / 71;
  			margin-inline: auto;
  			margin-bottom: 5px;
  		}
  	}
  */
}
.page--entry .block--title .txt {
  text-align: center;
  margin-bottom: 2em;
}
.page--entry .block--title .txt--main {
  margin-bottom: 10px;
}
.page--entry .block--txt .block--spec {
  background: rgba(255, 255, 255, 0.6274509804);
}
.page--entry .block--txt .block--spec li {
  display: flex;
  /* border-bottom: var.$lightgray solid 1px; */
  border: solid 1px rgba(255, 0, 168, 0.2509803922);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--spec li {
    flex-wrap: wrap;
  }
}
.page--entry .block--txt .block--spec li .cource {
  width: 30%;
  padding: 20px;
  border-right: solid 1px rgba(255, 0, 168, 0.2509803922);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--spec li .cource {
    width: 100%;
    border-right: none;
  }
}
.page--entry .block--txt .block--spec li .cource span {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
.page--entry .block--txt .block--spec li .cource p {
  font-size: 16px;
  font-weight: 600;
}
.page--entry .block--txt .block--spec li .detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
  padding: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--spec li .detail {
    width: 100%;
  }
}
.page--entry .block--txt .block--spec li .detail dl {
  display: flex;
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
  padding-bottom: 20px;
}
.page--entry .block--txt .block--spec li .detail dl:last-child {
  border: none;
}
.page--entry .block--txt .block--spec li .detail dl dt {
  width: 30%;
  padding-right: 20px;
}
.page--entry .block--txt .block--spec li .detail dl dd {
  width: 70%;
}
.page--entry .block--txt .list--accordion {
  display: block;
  width: 100%;
}
.page--entry .block--txt .list--accordion .tit {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  color: #724db2;
}
@media screen and (min-width: 961px) {
  .page--entry .block--txt .list--accordion .tit {
    transition: all 0.2s 0s ease;
  }
  .page--entry .block--txt .list--accordion .tit:hover {
    /* background-color: var.$lightgray; */
  }
}
.page--entry .block--txt .list--accordion .tit::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  background-color: #ff00a8;
  color: #fff;
  border-radius: 40px;
}
.page--entry .block--txt .list--accordion .body {
  /* background-color: var.$lightgray; */
  padding: 20px;
  display: none;
  /* border-top: var.$lightgray solid 1px; */
}
.page--entry .block--txt .list--accordion .body p {
  margin-bottom: 20px;
}
.page--entry .block--txt .list--accordion .body .notice {
  background-color: #f9d4ea;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.page--entry .block--txt .block--contents {
  background-color: rgba(255, 255, 255, 0.8666666667);
  overflow: hidden;
  /* border-bottom: var.$lightgray solid 1px; */
  margin: 2em 0;
  padding: 1.5em;
}
.page--entry .block--txt .block--contents .block-tit {
  /* @include var.freude; */
  font-size: min(7vw, 90px);
  /* color: var.$primary-color; */
  line-height: 1;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--contents .block-tit {
    font-size: 35px;
  }
}
.page--entry .block--txt .block--contents .list--contents-list {
  /* border-bottom: var.$lightgray solid 1px; */
}
.page--entry .block--txt .block--contents .list--contents-list li {
  border-top: solid 1px rgba(255, 0, 168, 0.1882352941);
  padding: 20px;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--contents .list--contents-list li {
    flex-wrap: wrap;
  }
}
.page--entry .block--txt .block--contents .list--contents-list li .tit {
  width: 35%;
  font-size: 2em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--contents .list--contents-list li .tit {
    width: 100%;
    font-size: 30px;
  }
}
.page--entry .block--txt .block--contents .list--contents-list li .tit span {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.page--entry .block--txt .block--contents .list--contents-list li .tit + p {
  width: 65%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--contents .list--contents-list li .tit + p {
    width: 100%;
  }
}
.page--entry .block--txt .block--contents .block--benefit {
  /* background-color: var.$primary-color; */
  width: calc(100% - 40px);
  margin-inline: auto;
  margin: 20px auto;
}
.page--entry .block--txt .block--contents .attention {
  display: block;
  padding: 20px;
  font-size: 12px;
}
.page--entry .block--txt .block--entry {
  background: rgba(255, 255, 255, 0.6274509804);
}
.page--entry .block--txt .block--entry > div {
  border: solid 1px rgba(255, 0, 168, 0.2509803922);
  border-bottom: none;
}
.page--entry .block--txt .block--entry > div:last-child {
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
}
.page--entry .block--txt .block--entry > div .block-wrap:nth-of-type(1) {
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
}
.page--entry .block--txt .block--entry > div .block-wrap > div:not(.block-txt__sub:nth-of-type(2)) {
  border-right: solid 1px rgba(255, 0, 168, 0.2509803922);
}
.page--entry .block--txt .block--entry > div.block--entry__pid .title {
  font-weight: 900;
  margin-bottom: 0.5em;
}
.page--entry .block--txt .block--entry > div.block--entry__pid .txt--basic {
  margin-bottom: 0.5em;
}
.page--entry .block--txt .block--entry > div.block--entry__pid .list--notes {
  padding: 1em;
  background: #fff;
}
.page--entry .block--txt .block--entry > div.block--entry__pid .list--notes li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.page--entry .block--txt .block--entry .tit {
  display: flex;
  gap: 10px;
  padding: 20px;
}
.page--entry .block--txt .block--entry .block--entry__oversea {
  display: flex;
  /* border-bottom: var.$lightgray solid 1px; */
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__oversea {
    flex-wrap: wrap;
  }
}
.page--entry .block--txt .block--entry .block--entry__oversea > .tit {
  display: block;
  width: 30%;
  padding: 20px;
  border-right: solid 1px rgba(255, 0, 168, 0.2509803922);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__oversea > .tit {
    width: 100%;
  }
}
.page--entry .block--txt .block--entry .block--entry__oversea > .tit p {
  font-size: 40px;
  line-height: 1;
}
.page--entry .block--txt .block--entry .block--entry__oversea > .tit span {
  font-size: 16px;
  font-weight: 600;
}
.page--entry .block--txt .block--entry .block--entry__oversea > .block {
  width: 70%;
  padding: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__oversea > .block {
    width: 100%;
  }
}
.page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--lead {
  /* border-bottom: var.$lightgray solid 1px; */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--main .tit {
  font-weight: 600;
  padding: 0;
  margin-bottom: 20px;
}
.page--entry .block--txt .block--entry .block--entry__oversea > .block .txt--main .txt {
  /* border-bottom: var.$lightgray solid 1px; */
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap {
  display: flex;
  /* border-bottom: var.$lightgray solid 1px; */
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap {
    flex-wrap: wrap;
  }
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
  width: 30%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  /* border-right: var.$lightgray solid 1px; */
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
    width: 100%;
    font-size: 25px;
  }
  .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub:first-child {
    /* border-bottom: var.$lightgray solid 1px; */
    border-right: none;
  }
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-tit__sub .num {
  font-size: 20px;
  line-height: 1;
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub {
  width: 70%;
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > div {
  /* border-top:solid 1px #ff00a840;
  &:first-child{
  	border-top:none;
  } */
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > div .txt.btnara {
  margin: 0;
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub {
    width: 100%;
  }
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block {
  padding: 20px 20px 0px;
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .num {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .num {
    font-size: 20px;
  }
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt {
  padding: 0 0 20px 0;
  /* border-bottom: var.$lightgray solid 1px; */
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt a {
  margin: 10px 0;
}
.page--entry .block--txt .block--entry .block--entry__fanyid .block-wrap .block-txt__sub > .block .txt a + a {
  margin-top: 0;
}
.page--entry .block--txt .block--entry .block--entry__pid {
  /* background: var.$lightgray; */
  padding: 20px;
}
.page--entry .btnara {
  text-align: left;
  margin-top: 1em;
  line-height: 1.5em;
}
.page--entry .btnara .btn {
  margin-bottom: 1em;
}
.page--entry .btnara .btn.sub {
  border: solid 1px #ff00a8;
}
.page--entry .btnara .btn.sub .small {
  font-size: 0.8em;
}
.page--entry .btnara .btn.sub:hover {
  background: #ff00a8;
}

.page--faq {
  font-weight: 500;
}
.page--faq .section--list,
.page--faq .section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--faq .section--list .section-tit,
.page--faq .section--detail .section-tit {
  font-size: min(5vw, 2em);
  text-align: center;
  justify-content: center;
  margin-bottom: 2em;
}
.page--faq .section--list .tit--category,
.page--faq .section--detail .tit--category {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page--faq .section--list .list--faq,
.page--faq .section--detail .list--faq {
  margin: 1em 0 3em;
}
.page--faq .section--list .list--faq li,
.page--faq .section--detail .list--faq li {
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
}
.page--faq .section--list .list--faq li a,
.page--faq .section--detail .list--faq li a {
  display: flex;
  padding: 1em;
}
.page--faq .section--list .list--faq li a .icon--q,
.page--faq .section--detail .list--faq li a .icon--q {
  margin-right: 1em;
}
.page--faq .section--list .block--faq-detail,
.page--faq .section--detail .block--faq-detail {
  background: #fff;
  padding: 1.5em 2.5em 3em 1.5em;
  margin-bottom: 5em;
  border-radius: 1em;
}
.page--faq .section--list .block--faq-detail dt,
.page--faq .section--detail .block--faq-detail dt {
  display: flex;
  padding: 1em 0;
  border-bottom: solid 1px rgba(255, 0, 168, 0.2509803922);
  margin-bottom: 1em;
}
.page--faq .section--list .block--faq-detail dt span,
.page--faq .section--detail .block--faq-detail dt span {
  margin-right: 1em;
}
.page--faq .section--list .block--faq-detail dd,
.page--faq .section--detail .block--faq-detail dd {
  display: flex;
}
.page--faq .section--list .block--faq-detail dd span,
.page--faq .section--detail .block--faq-detail dd span {
  margin-right: 1em;
}
.page--faq .section--list .block--faq-detail dd .txt,
.page--faq .section--detail .block--faq-detail dd .txt {
  word-break: break-all;
}
.page--faq .section--detail .tit--category:nth-of-type(1) {
  padding: 1em;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 3em auto;
}
.page--faq .searchBox input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #000000;
  border: solid 1px #000000;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  font-size: 16px;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #000000;
  font-family: FontAwesome;
  cursor: pointer;
  top: 0;
  right: 3px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
}

.page--questionnaire .wrap > section {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--questionnaire .wrap > section .section-tit {
  font-size: min(6vw, 2em);
  text-align: center;
  margin-bottom: 1em;
  justify-content: center;
}
.page--questionnaire .wrap > section input[type=text], .page--questionnaire .wrap > section input[type=password], .page--questionnaire .wrap > section input[type=email], .page--questionnaire .wrap > section input[type=tel], .page--questionnaire .wrap > section input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0.5em;
  border-radius: 5px;
  width: clamp(15em, 20em, 100%);
  border: solid 1px rgba(255, 0, 168, 0.1882352941);
}
.page--questionnaire .wrap > section textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 0.5em;
}
.page--questionnaire .wrap > section select {
  padding: 0.5em;
  border: solid 1px rgba(255, 0, 168, 0.1882352941);
  border-radius: 5px;
}
.page--questionnaire .wrap > section dl {
  padding: 2em 2em 5em;
  background: rgba(255, 255, 255, 0.5019607843);
  width: min(640px, 100%);
  margin: 0 auto;
}
.page--questionnaire .wrap > section dl dt {
  font-size: 1.1em;
  margin: 2em 0 0.5em;
}
.page--questionnaire .wrap > section dl dt:nth-of-type(1) {
  margin: 0 0 0.5em;
}
.page--questionnaire .wrap > section dl dt .icon--required:after {
  content: "必須";
  background: #ff00a8;
  color: #fff;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
}
.page--questionnaire .wrap > section dl dd ul label {
  display: flex;
}
.page--questionnaire .wrap > section dl dd ul label input {
  margin-right: 0.5em;
}
.page--questionnaire .wrap > section .txt--sub.center {
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 3em;
}
.page--questionnaire .wrap > section .btn {
  text-align: center;
  margin-top: 3em;
}
.page--questionnaire .wrap > section .btn .btn--main {
  background: #ff00a8;
  border: solid 1px #ff00a8;
  padding: 1em 1.5em;
  border-radius: 50rem;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  font-size: 1.3em;
  font-weight: 700;
}
.page--questionnaire .wrap > section .btn .btn--main:hover {
  background: none;
  color: #ff00a8;
}
.page--questionnaire .wrap > section .btn .btn--sub {
  background: none;
  border: solid 1px #ff00a8;
  padding: 1em 1.5em;
  border-radius: 50rem;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  color: #ff00a8;
  width: clamp(15em, 20em, 100%);
}
.page--questionnaire .wrap > section .btn .btn--sub:hover {
  background: #ff00a8;
  color: #fff;
}
.page--questionnaire .wrap > section .btn:nth-of-type(3) {
  margin-top: 1em;
}
.page--questionnaire .wrap > section .block--error {
  text-align: center;
  margin-bottom: 1.5em;
}

.page--goods.section--detail {
  width: min(1200px, 90%);
  margin: 0 auto;
}
.page--goods.section--detail .section--inner {
  width: auto;
}

@keyframes dance1 {
  0%, 32%, 100% {
    background: url(/static/yuriyan/img/home/dance/1.png) center center;
    background-size: contain;
  }
  33%, 65% {
    background: url(/static/yuriyan/img/home/dance/2.png) center center;
    background-size: contain;
  }
  66%, 100% {
    background: url(/static/yuriyan/img/home/dance/3.png) center center;
    background-size: contain;
  }
}
@keyframes dance2 {
  0%, 32%, 100% {
    background: url(/static/yuriyan/img/home/dance/2.png) center center;
    background-size: contain;
  }
  33%, 65% {
    background: url(/static/yuriyan/img/home/dance/3.png) center center;
    background-size: contain;
  }
  66%, 100% {
    background: url(/static/yuriyan/img/home/dance/1.png) center center;
    background-size: contain;
  }
}
@keyframes dance3 {
  0%, 32%, 100% {
    background: url(/static/yuriyan/img/home/dance/3.png) center center;
    background-size: contain;
  }
  33%, 65% {
    background: url(/static/yuriyan/img/home/dance/1.png) center center;
    background-size: contain;
  }
  66%, 100% {
    background: url(/static/yuriyan/img/home/dance/2.png) center center;
    background-size: contain;
  }
}
@keyframes onp {
  0%, 100% {
    rotate: -15deg;
    top: 0;
  }
  25%, 75% {
    top: 0.5em;
  }
  50% {
    top: 0;
    rotate: 15deg;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes biyon {
  0%, 70% {
    transform: scaleX(1);
    opacity: 1;
  }
  99% {
    transform: scaleX(3) scaleY(0.33);
    opacity: 0.6;
  }
  99.2% {
    transform: scaleX(0.7) scaleY(1.3);
    opacity: 1;
  }
  99.4% {
    transform: scaleX(1.3) scaleY(0.7);
  }
  99.6% {
    transform: scaleX(0.8) scaleY(1.2);
  }
  99.8% {
    transform: scaleX(1.1) scaleY(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes purun {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  15% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
  }
  30% {
    transform: translate(-50%, -50%) scale(1.3, 0.8);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8, 1.3);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.block--support {
  background: #ffeef9;
  padding: 2.5em;
  position: relative;
}
.block--support h2 {
  margin-bottom: 2em;
  width: min(200px, 50%);
}
.block--support ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.block--support ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.block--support small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

body:not(.page--home) .header {
  background-color: #f9d4ea;
  border-bottom: 1px solid #ff00a8;
}
body:not(.page--home) footer {
  /* background-color: var.$text-color;
  color: var.$base-color;
  overflow: hidden;
  position: relative; */
  /* .footer-logo {
  	display: none;
  }
  .section-tit span {
  	font-weight: 400;
  	color: var.$base-color;
  	-webkit-text-fill-color: var.$text-color;
  	-webkit-text-stroke: 1px var.$base-color;
  }
  &::before {
  	content: "";
  	position: absolute;
  	display: block;
  	top: -1px;
  	left: -5%;
  	width: 110%;
  	background: var.$base-color;
  } */
}
body:not(.page--home) footer .block--support ul.nav--support {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  .section--inner {
    width: 80%;
    margin: 0 auto;
  }
  .block--support ul {
    max-width: calc(100% - 10em);
  }
  .block--support ul li:first-child {
    margin-left: 0;
  }
  .block--support ul li a {
    transition: 0.3s;
  }
  .block--support ul li a:hover {
    opacity: 0.5;
  }
  .block--support small {
    position: absolute;
    bottom: 3.5em;
    right: 2.5em;
    display: inline-block;
    width: 15em;
    text-align: right;
  }
  .block--pager li {
    transition: 0.3s;
  }
  .block--pager li.pager__item--newer a:hover:before {
    margin-left: -0.5em;
  }
  .block--pager li.pager__item--older a:hover:before {
    margin-right: -0.5em;
  }
  .block--pager li.pager__item--other:has(a:hover) {
    background: #ff00a8;
    color: #fff;
  }
  .detail__btn a:hover:after {
    margin-left: -0.5em;
  }
  .page--home .mainvisual {
    height: max(100svh, 550px);
  }
  .page--home .mainvisual figure img {
    min-height: 500px;
  }
  .page--home .section--information .section--list li a {
    padding: 1em;
  }
  .page--home .section--information .section--list li a:after {
    content: "";
    background: rgba(255, 0, 168, 0.062745098);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--home .section--information .section--list li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--home .section--information .section--list li.new a .tit {
    position: relative;
    /* padding-right:2.2em; */
  }
  .page--home .section--information .section--list li.new a .tit:after {
    content: "NEW";
    width: 3em;
    height: 3em;
    border-radius: 50rem;
    position: absolute;
    transform: scale(0.5);
    background: #ff00a8;
    color: #fff;
    z-index: 1;
    display: inline-block;
    line-height: 3em;
    text-align: center;
    rotate: 10deg;
    letter-spacing: 0.02em;
    bottom: -0.6em;
  }
  .page--home .section--profile .prof_ara ul li:nth-child(1):hover figure img.illust {
    opacity: 1;
  }
  .page--home .section--profile .prof_ara ul li:nth-child(1):hover figure img.real {
    opacity: 0;
  }
  body:not(.page--home) .wrap {
    padding-bottom: 10em;
    position: relative;
    min-height: calc(100vh - 100px);
  }
  body:not(.page--home) .wrap footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  body:not(.page--home) .block--support h2 {
    margin-bottom: 0;
  }
  .page--info .list--info li a {
    position: relative;
  }
  .page--info .list--info li a:after {
    content: "";
    background: rgba(255, 0, 168, 0.062745098);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--info .list--info li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--info .list--info li a .tit {
    width: calc(100% - 9em);
  }
  .page--info .list--info li.new a .tit {
    position: relative;
    padding-right: 2.2em;
  }
  .page--info .list--info li.new a .tit:after {
    content: "NEW";
    width: 3em;
    height: 3em;
    border-radius: 50rem;
    position: absolute;
    transform: scale(0.5);
    background: #ff00a8;
    color: #fff;
    z-index: 1;
    display: inline-block;
    line-height: 3em;
    text-align: center;
    rotate: 10deg;
    letter-spacing: 0.02em;
    bottom: -0.6em;
  }
  .page--info .list--info:has(.tag_thumb) li a:after {
    display: none;
  }
  .page--info .section--detail {
    margin-top: 5em;
  }
  .page--disco .block--category li a {
    transition: 0.3s;
  }
  .page--disco .block--category li a:hover {
    background: #ff00a8;
    color: #fff;
  }
  .page--disco .section--list .list--discography li a figure {
    overflow: hidden;
  }
  .page--disco .section--list .list--discography li a figure img {
    transition: 0.3s;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .page--disco .section--list .list--discography li a:hover figure img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .page--movie .section--detail .area--more-info .block--tab__main:has(.item--more_movie) {
    padding: 5em 3.5em 3em;
  }
  .page--movie.radio .section--list .list--contents li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--movie.radio .section--list .list--contents li a:hover .img figure img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .page--stream {
    /* .txt--sub {font-size: 1.5rem;} */
  }
  .page--stream .section-tit {
    margin-bottom: 7vw;
  }
  .page--stream .block--lead {
    margin-bottom: 48px;
    font-size: 1.2em;
  }
  .page--stream .block--lead .txt {
    margin-bottom: 0;
  }
  .page--stream .block--guide {
    margin-bottom: 3vw;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 16px;
  }
  .page--stream .block--download,
  .page--stream .app-download {
    margin-bottom: 7vw;
    text-align: center;
  }
  .page--stream .block--download .app-link,
  .page--stream .app-download .app-link {
    margin-top: 32px;
  }
  .page--stream .block--download .btn--main,
  .page--stream .app-download .btn--main {
    margin-top: 0px;
    width: 362px;
  }
  .page--stream .block--download .txt strong, .page--stream .block--download .txt em,
  .page--stream .app-download .txt strong,
  .page--stream .app-download .txt em {
    display: block;
  }
  .page--stream .block--download .txt strong,
  .page--stream .app-download .txt strong {
    font-size: 1.2em;
  }
  .page--stream .block--download .dl-list,
  .page--stream .app-download .dl-list {
    display: flex;
    justify-content: center;
    margin-right: 1.5em;
  }
  .page--stream .block--download .dl-list li,
  .page--stream .app-download .dl-list li {
    height: 56px;
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li:last-of-type,
  .page--stream .app-download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--download .dl-list li a,
  .page--stream .app-download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li img,
  .page--stream .app-download .dl-list li img {
    height: 100%;
    width: auto;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px #dddddd;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 3vw;
    padding-bottom: 7vw;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 3vw;
    /* margin-bottom: 7vw; */
    padding-bottom: 5vw;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .btn {
    font-size: 1.3em;
  }
  .page--stream .btn i {
    font-size: 1.4rem;
  }
  .page--faq .searchBox {
    width: 70%;
    /* margin: 3em auto 3em 0; */
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .section--list .list--faq li a,
  .page--faq .section--detail .list--faq li a {
    position: relative;
  }
  .page--faq .section--list .list--faq li a:after,
  .page--faq .section--detail .list--faq li a:after {
    content: "";
    background: rgba(255, 0, 168, 0.062745098);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--faq .section--list .list--faq li a:hover:after,
  .page--faq .section--detail .list--faq li a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .section-tit {
    font-size: min(8vw, 2.5em);
    letter-spacing: 0.05em;
  }
  .block--support {
    text-align: center;
  }
  .block--support h2 {
    margin: 0 auto 2em;
  }
  .block--support ul {
    justify-content: center;
  }
  .block--support ul li {
    margin-bottom: 1em;
  }
  .block--support small {
    display: block;
    margin-top: 3em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
  }
  .block--pager li.sp {
    width: auto;
  }
  .page--home section:not(.mainvisual) {
    padding: 3em 0;
  }
  .page--home .section--information:before {
    height: calc(100% - 1.5em);
    border-radius: 10rem 10rem 0 0;
  }
  .page--home .section--information .section--bnr {
    margin: 0 auto;
  }
  .page--home .section--information .section--bnr .list--bnr:not(.swiper-wrapper) li {
    width: 100%;
  }
  .page--home .section--information .section--list li a {
    flex-wrap: wrap;
  }
  .page--home .section--information .section--list li a:after {
    content: "";
    background: rgba(255, 0, 168, 0.062745098);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--home .section--information .section--list li a .titara {
    flex-wrap: wrap;
  }
  .page--home .section--information .section--list li a .titara .date {
    font-size: 0.9em;
  }
  .page--home .section--information .section--list li a .titara em {
    margin: 0;
  }
  .page--home .section--information .section--list li a .tit {
    width: 100%;
    font-size: 1em;
    display: block;
    margin-top: 0.5em;
  }
  .page--home .section--information .section--list li.new a .titara {
    min-width: 8em;
  }
  .page--home .section--information .section--list li.new a .date {
    position: relative;
    padding-right: 2.2em;
    white-space: nowrap;
  }
  .page--home .section--information .section--list li.new a .date:before {
    content: "NEW";
    width: 3em;
    height: 3em;
    border-radius: 50rem;
    position: absolute;
    transform: translate(0, -50%) scale(0.5);
    top: 50%;
    right: 0;
    background: #ff00a8;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 10deg;
    letter-spacing: 0.02em;
  }
  .page--home section.section--profile .prof_ara ul {
    flex-wrap: wrap;
  }
  .page--home section.section--profile .prof_ara ul > li {
    width: 100%;
  }
  .page--home section.section--profile .prof_ara ul > li:nth-child(1) {
    margin-bottom: 1em;
  }
  .page--home section.section--profile .prof_ara ul > li:nth-child(2) {
    width: 100%;
  }
  .page--home section.section--profile .prof_ara ul > li:nth-child(2) h3 {
    text-align: center;
  }
  .page--home section.section--profile .prof_ara ul > li:nth-child(2) .btnara {
    text-align: center;
  }
  .page--home section.section--profile .prof_ara ul > li.chng figure img.illust {
    opacity: 1;
  }
  .page--home section.section--profile .prof_ara ul > li.chng figure img.real {
    opacity: 0;
  }
  .page--home section.section--profile .section_foot {
    margin-top: 0;
  }
  .page--home section.section--profile .section_foot ul {
    flex-wrap: wrap;
  }
  .page--home section.section--profile .section_foot ul li {
    width: 33.3333333333%;
  }
  .page--home section.section--profile .section_foot ul li:nth-child(n+4) {
    display: none;
  }
  .page--home section.section--contents ul {
    align-items: center;
  }
  .page--home section.section--contents ul li {
    width: 50%;
  }
  body:not(.page--home) .wrap {
    min-height: calc(100vh - 167px);
    position: relative;
    padding-bottom: 5em;
  }
  .page--info .list--info li a .list__txt {
    flex-wrap: wrap;
  }
  .page--info .list--info li a .list__txt .titara {
    flex-wrap: wrap;
  }
  .page--info .list--info li a .list__txt .tit {
    width: 100%;
    display: block;
    /* margin-top:.5em; */
  }
  .page--info .list--info li.new a .titara {
    min-width: 8em;
  }
  .page--info .list--info li.new a .date {
    position: relative;
    padding-right: 2.2em;
    white-space: nowrap;
  }
  .page--info .list--info li.new a .date:before {
    content: "NEW";
    width: 3em;
    height: 3em;
    border-radius: 50rem;
    position: absolute;
    transform: translate(0, -50%) scale(0.5);
    top: 50%;
    right: 0;
    background: #ff00a8;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 10deg;
    letter-spacing: 0.02em;
  }
  .page--info .list--info:has(.tag_thumb) li {
    width: calc(50% - 0.25em);
    margin-bottom: 1em;
  }
  .page--info .list--info:has(.tag_thumb) li a {
    font-size: 12px;
  }
  .page--info .list--info:has(.tag_thumb) li a .list__txt {
    padding: 0.2em;
  }
  .page--info .list--info:has(.tag_thumb) li a .titara {
    font-size: 1em;
  }
  .page--info .list--info:has(.tag_thumb) li a figure {
    border-radius: 10px;
  }
  .page--disco .block--category {
    margin: 2em 0;
    font-size: 14px;
  }
  .page--disco .section--list .list--discography li {
    width: calc(50% - 0.5em);
  }
  .page--disco .section--list .list--discography li .block--text {
    font-size: 13px;
  }
  .page--disco .section--list .list--discography li .block--text .tit {
    font-size: 1.2em;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket,
  .page--disco .section--detail .area--disco-detail .block--detail {
    width: 100%;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket .date,
  .page--disco .section--detail .area--disco-detail .block--detail .date {
    margin: 0.5em 0;
  }
  .page--disco .section--detail .area--disco-detail .block--jacket {
    margin-bottom: 1em;
  }
  .page--blog .section--list .list--contents li {
    width: calc(50% - 0.25em);
    margin-bottom: 1em;
  }
  .page--blog .section--list .list--contents li a {
    font-size: 12px;
  }
  .page--blog .section--list .list--contents li a .list__txt {
    padding: 0.2em;
  }
  .page--blog .section--list .list--contents li a .titara {
    font-size: 1em;
  }
  .page--blog .section--list .list--contents li a figure {
    border-radius: 10px;
  }
  .page--movie .section--list .list--contents li {
    width: calc(50% - 0.3em);
    margin-bottom: 0.5em;
  }
  .page--movie .section--list .list--contents li a .thumb {
    border-radius: 0.5em;
  }
  .page--movie .section--list .list--contents li a .list__txt {
    padding: 0.5em;
  }
  .page--movie .section--list .list--contents li a .list__txt .tit {
    font-size: 1em;
    letter-spacing: 0;
  }
  .page--movie .section--detail .vjs-has-started .vjs-poster {
    display: block !important;
    opacity: 0;
  }
  .page--movie .section--detail .vjs-has-started .vjs-control-bar {
    font-size: 0.8em;
  }
  .page--movie .section--detail .area--more-info .block--tab__main .block--more_movies ul li {
    width: calc(50% - 0.5em);
  }
  .page--movie.radio .section--detail .vjs-has-started .vjs-poster {
    opacity: 1;
  }
  .page--movie.radio .section--detail .radio_dtl .mov_ara,
  .page--movie.radio .section--detail .radio_dtl .area--more-info {
    width: 100%;
  }
  .page--movie.radio .section--detail .radio_dtl .area--more-info {
    margin-top: 2em;
  }
  .page--movie.radio .section--detail .radio_dtl .area--more-info .block--tab__main .block--more_movies ul li {
    width: calc(50% - 0.5em);
  }
  .page--movie.radio .section--detail .radio_dtl .area--more-info .block--post {
    top: -1em;
  }
  .page--movie.radio .section--list .list--contents li {
    width: 100%;
  }
  .page--bbs .section-tit {
    top: -0.5em;
    left: 0;
    font-size: 2.5em;
  }
  .page--bbs .block--post form#comment_form .block--textarea {
    /* flex-wrap:wrap; */
  }
  .page--bbs .section--list .bbsara .bbsinr {
    height: calc(100dvh - 100px);
  }
  .page--bbs .switching {
    padding: 0 1.8em;
  }
  .page--bbs.expand .section--list {
    width: 100%;
  }
  .page--photo .list--contents li {
    width: 50%;
  }
  .page--stream {
    will-change: transform;
  }
  .page--stream .txt--sub {
    font-size: min(4.2vw, 1.2rem);
  }
  .page--stream .txt {
    margin: 1em 0;
  }
  .page--stream .section-tit {
    margin-bottom: 32px;
    font-size: min(8vw, 2.5em);
  }
  .page--stream .section-tit figure {
    margin-right: 0.2em;
  }
  .page--stream .block--lead {
    margin-bottom: 32px;
    font-size: 1.1em;
    text-align: left;
  }
  .page--stream .block--guide {
    margin-bottom: 32px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 16px;
    font-size: min(4.2vw, 1rem);
  }
  .page--stream .block--download,
  .page--stream .app-download {
    margin-bottom: 32px;
    text-align: center;
  }
  .page--stream .block--download .btn--main,
  .page--stream .app-download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list li,
  .page--stream .app-download .dl-list li {
    width: 80%;
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li a,
  .page--stream .app-download .dl-list li a {
    display: block;
  }
  .page--stream .block--download .dl-list li a img,
  .page--stream .app-download .dl-list li a img {
    height: 4em;
    width: auto;
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li + li,
  .page--stream .app-download .dl-list li + li {
    margin-top: 16px;
  }
  .page--stream .block--download .app-link,
  .page--stream .app-download .app-link {
    margin-top: 24px;
  }
  .page--stream .block--download .app-link .btn--main,
  .page--stream .app-download .app-link .btn--main {
    width: 80%;
  }
  .page--stream .block--download .txt,
  .page--stream .app-download .txt {
    text-align: left;
  }
  .page--stream .block--download .txt strong, .page--stream .block--download .txt em,
  .page--stream .app-download .txt strong,
  .page--stream .app-download .txt em {
    text-align: center;
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 32px;
    padding-bottom: 32px;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .page--stream .block--attention .txt--sub {
    font-size: 0.9em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .swiper-button-next, .page--stream .swiper-button-prev {
    color: #ff00a8;
  }
  .page--stream .swiper-pagination-bullet-active {
    background: #ff00a8;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--entry .btnara .btn.sub {
    text-align: center;
    line-height: 1.8em;
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .page--bbs .section--list .list--comment li .block--comment .txt {
    max-width: 45vw !important;
  }
}/*# sourceMappingURL=fanclub-service.css.map */