@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! 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
* ============================================================ */
/* common.scss
============================== */
@font-face {
  font-family: "HuiFontP";
  font-weight: 400;
  src: url("/static/original/fanclub/font/HuiFontP29.ttf");
}
html, body {
  height: 100%;
}

html:lang(ja) .page--home .section--pickup .block--pickup .comment--wrap p.comment, html:lang(en) .page--home .section--pickup .block--pickup .comment--wrap p.comment {
  font-family: "HuiFontP", sans-serif;
}
html:lang(zh-Hant) .page--home .section--pickup .block--pickup .comment--wrap p.comment, html:lang(ko) .page--home .section--pickup .block--pickup .comment--wrap p.comment {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #FFFFF5;
  color: #106635;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

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

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

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

::-moz-selection {
  background: #000;
  color: #FFFFF5;
}

::selection {
  background: #000;
  color: #FFFFF5;
}

::-moz-selection {
  background: #106635;
  color: #FFFFF5;
}

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

.svg-parts {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFF5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.4s;
}
#loading .load-block img {
  width: 120px;
  height: auto;
  margin: auto;
}
#loading .load-block .text {
  margin-top: 20px;
  font-family: "Bree Serif", serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#loading .load-block .text span {
  opacity: 0;
}

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

.wovn-languages {
  font-size: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}
.wovn-languages::before, .wovn-languages::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  transition: all 0.2s 0s ease;
}
.wovn-languages::before {
  top: -1px;
  right: 10px;
  transform-origin: right;
}
.wovn-languages::after {
  bottom: -1px;
  left: 10px;
  transform-origin: left;
}
.wovn-languages .icon-arrow {
  position: absolute;
  display: block;
  width: 11px;
  height: auto;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: bold;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding: 5px 0 5px calc(8em + 6px);
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before, .wovn-languages.visible::after {
  width: 0;
}
.wovn-languages.visible .icon-arrow {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  transition: all 0.2s 0s ease;
}
.wovn-languages.visible .nav-dropdown {
  width: calc(100% + 2px);
  opacity: 1;
  pointer-events: visible;
  z-index: -1;
  transform: translateY(0);
  border-radius: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  transition: none;
  padding-top: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .g-nav ul[class^=nav--] {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.header .g-nav .nav--menu__all .nav--menu__sns {
  display: none;
}
.header::before {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  left: -5%;
  background-color: #FFFFF5;
  z-index: -1;
  transition: all 0.3s;
  transform: scaleY(0);
  transform-origin: top;
}
.header.active::before {
  transition: all 0.3s;
  transform: scaleY(1);
  transform-origin: top;
}

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

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

.btn-schedule {
  display: block;
  position: fixed;
  z-index: 1000;
}
.btn-schedule .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-schedule .ring {
  width: 100%;
  height: 100%;
  animation: rotate 25s linear infinite;
}

.btn-more {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: inline-block;
  border: 1px solid #106635;
  position: relative;
  line-height: 1;
}
.btn-more::before, .btn-more::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #FFFFF5;
}
.btn-more::before {
  top: -1px;
  right: 10px;
}
.btn-more::after {
  bottom: -1px;
  left: 10px;
}
.btn-more.green {
  border-color: #FFFFF5;
  color: #FFFFF5;
}
.btn-more.green::before, .btn-more.green::after {
  background-color: #106635;
}

.list--info li a {
  padding: 20px 0;
}
.list--info li .date-wrap {
  display: flex;
}
.list--info li .date {
  letter-spacing: 0;
}
.list--info li .tag-group {
  font-size: 10px;
  padding: 3px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.list--info li .tag-group + .tag-group {
  margin-top: 5px;
}
.list--info li .new-icon {
  width: 40px;
  height: auto;
  display: inline-block;
}
.list--info li + li {
  border-top: 1px solid #dddddd;
}
.list--info.schedule li {
  border-bottom: 1px solid #dddddd;
}
.list--info.schedule li[style="display: list-item;"]:last-of-type {
  border-bottom: none;
}
.list--info.schedule li + li {
  border-top: none;
}
.list--info.schedule li:last-of-type {
  padding-bottom: 0;
}

.schefav .list--info .date-wrap {
  width: auto;
}
.schefav .list--info .date-wrap .date.sche {
  width: 2.5em;
}
.schefav .list--info .titara {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.schefav .list--info .titara .tagara {
  display: flex;
  align-items: center;
  min-width: 10em;
}
.schefav .list--info .titara .cat {
  margin-left: 1em;
  font-size: 0.8em;
}
.schefav .list--info .titara .tit {
  padding: 0 1em;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list li > * {
  display: inline-block;
  padding: 3px 12px;
  font-size: 12px;
  color: #FFFFF5;
  background-color: #106635;
  border: 1px solid #106635;
  border-radius: 20px;
}

.list--sort {
  display: flex;
  flex-wrap: wrap;
}
.list--sort li input[type=radio],
.list--sort li input[type=checkbox] {
  display: none;
}
.list--sort li label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 20px;
  cursor: pointer;
}
.list--sort.green input:checked + label {
  background-color: transparent;
  color: #106635;
}
.list--sort.green label {
  color: #FFFFF5;
  background-color: #106635;
  border: 1px solid #106635;
}

.tag-group {
  color: #333;
  border: 1px solid #333;
  border-radius: 15px;
  line-height: 1;
  letter-spacing: 0;
}
.tag-group.tag__1 {
  background-color: #F19EF9;
}
.tag-group.tag__2 {
  background-color: #FFFFFF;
}
.tag-group.tag__3 {
  background-color: #A2B5FF;
}
.tag-group.tag__4 {
  background-color: #B1D095;
}
.tag-group.tag__5 {
  background-color: #868686;
  color: #fff;
}
.tag-group.tag__6 {
  background-color: #D5D5D5;
}
.tag-group.tag__7 {
  background-color: #FEFF54;
}
.tag-group.tag__8 {
  background-color: #C8E5EC;
}
.tag-group.tag__9 {
  background-color: #BF97E6;
}
.tag-group.tag__10 {
  background-color: #EC5D55;
}

.page--home section[class^=section--].green {
  background: #106635;
  color: #FFFFF5;
}
.page--home section[class^=section--].green .section-tit span {
  color: #FFFFF5;
  -webkit-text-fill-color: #106635;
  -webkit-text-stroke: 1px #FFFFF5;
}
.page--home .section--separate {
  overflow: hidden;
  position: relative;
}
.page--home .section--separate::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -5%;
  width: 110%;
  height: 150px;
  background: #106635;
}
.page--home .section--separate.green::before {
  background: #FFFFF5;
}
.page--home .section-tit {
  font-family: "Bree Serif", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.page--home .section-tit span {
  font-weight: 400;
  color: #106635;
  -webkit-text-fill-color: #FFFFF5;
  -webkit-text-stroke: 1px #106635;
}
.page--home .tit--wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.page--home .tit--wrap .tit-symbol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.page--home .tit--wrap .tit-symbol .ring {
  animation: rotate 25s linear infinite;
  fill: #FFFFF5;
}
.page--home .tit--wrap .tit-symbol .ring.green {
  fill: #106635;
}
.page--home .tit--wrap .tit-symbol .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.page--home .tit--wrap .tit-txt {
  position: absolute;
  width: auto;
  left: 0;
  z-index: -1;
}
.page--home .section--release_banner {
  overflow: hidden;
}
.page--home .section--top .logo {
  height: auto;
  margin: 0 auto;
}
.page--home .block--keyvisual {
  overflow: hidden;
}
.page--home .block--keyvisual .swiper-container {
  width: 100%;
  height: 100%;
}
.page--home .block--keyvisual .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 14%;
  transition: all 0.5s;
}
.page--home .block--keyvisual .swiper-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--home .block--keyvisual .swiper-container .swiper-slide img.kv-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.8);
  filter: blur(20px);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .block--keyvisual .swiper-container .swiper-slide.swiper-slide-active {
  width: 72% !important;
}
.page--home .block--keyvisual .swiper-container .swiper-slide.swiper-slide-active img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home .block--keyvisual .swiper-container .swiper-slide.swiper-slide-next {
  width: 14% !important;
}
.page--home .block--keyvisual .swiper-container .swiper-slide.swiper-slide-next + .swiper-slide {
  width: 14% !important;
}
.page--home .section--banner {
  margin-left: auto;
  position: relative;
}
.page--home .section--banner .banner--wrap {
  overflow: hidden;
  padding-bottom: 24px;
}
.page--home .section--banner .banner--wrap .swiper-slide {
  border: 2px solid #106635;
}
.page--home .section--banner .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.page--home .section--schedule .schedule--tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bree Serif", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.page--home .section--schedule .schedule--tit .schedule-month {
  font-family: "Signika Negative", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.page--home .section--schedule .block--schedule {
  overflow: hidden;
  border: 1px solid #FFFFF5;
}
.page--home .section--schedule .block--schedule .list--schedule__date {
  display: flex;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.page--home .section--schedule .block--schedule .list--schedule__date li {
  width: 14.2857142857%;
  text-align: center;
  background-color: #106635;
  color: #FFFFF5;
  cursor: pointer;
}
.page--home .section--schedule .block--schedule .list--schedule__date li .date {
  font-family: "Signika Negative", sans-serif;
}
.page--home .section--schedule .block--schedule .list--schedule__date li.current {
  background-color: #FFFFF5;
  color: #106635;
}
.page--home .section--schedule .block--schedule .list--schedule__date li + li {
  border-left: 1px solid #FFFFF5;
}
.page--home .section--schedule .schedule--wrap {
  background-color: #FFFFF5;
  color: #106635;
}
.page--home .section--schedule .schedule--wrap .category-wrap {
  display: flex;
  align-items: center;
  line-height: 1;
}
.page--home .section--schedule .schedule--wrap .date-wrap {
  align-items: center;
}
.page--home .section--schedule .schedule--wrap .tag-group {
  display: block;
}
.page--home .section--pickup .block--pickup .pickup-comment {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}
.page--home .section--pickup .block--pickup .pickup-comment .pickup-card {
  aspect-ratio: 1/1.38;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
.page--home .section--pickup .block--pickup .pickup-comment .pickup-card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page--home .section--pickup .block--pickup .comment--wrap {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #D6D6D6 97%, #D6D6D6 100%);
  background-size: 100% 1.45em;
  background-repeat: repeat-y;
  background-position: top;
  line-height: 1.45;
}
.page--home .section--pickup .block--pickup .comment--wrap p.name {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.page--home .section--video .video--wrap {
  margin-left: auto;
  overflow: hidden;
  width: 115%;
}
.page--home .section--video .video--wrap .video-tit {
  color: #FFFFF5;
}
.page--home .section--video .video--wrap .swiper-slide img {
  aspect-ratio: 1/0.56;
  background-size: cover;
}

body:not(.page--home) .header {
  background-color: #FFFFF5;
  border-bottom: 1px solid #106635;
}
body:not(.page--home) .section-tit {
  font-family: "Bree Serif", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 45px;
  margin-bottom: 50px;
  position: relative;
  /* &:has(.fav){
  	line-height:1em;
  } */
}
body:not(.page--home) .section-tit span {
  font-weight: 400;
  color: #106635;
  -webkit-text-fill-color: #FFFFF5;
  -webkit-text-stroke: 1px #106635;
}
body:not(.page--home) .section-tit span.fav {
  display: inline-block;
}
body:not(.page--home) .section-tit .tofav {
  position: absolute;
  font-size: 0.7em;
  font-weight: normal;
  transform: translate(0, -50%);
  top: 50%;
  right: 1em;
  text-align: center;
}
body:not(.page--home) .section-tit .tofav a {
  line-height: 0;
}
body:not(.page--home) .section-tit .tofav em {
  font-family: "Noto Sans JP", serif;
  font-size: 8px;
  display: block;
  font-weight: 800;
}
body:not(.page--home) .footer {
  background-color: #106635;
  color: #FFFFF5;
  overflow: hidden;
  position: relative;
}
body:not(.page--home) .footer .footer-logo {
  display: none;
}
body:not(.page--home) .footer .section-tit span {
  font-weight: 400;
  color: #FFFFF5;
  -webkit-text-fill-color: #106635;
  -webkit-text-stroke: 1px #FFFFF5;
}
body:not(.page--home) .footer::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: -5%;
  width: 110%;
  background: #FFFFF5;
}

.section--detail .tag-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section--detail .tag-wrap .tag-group {
  padding: 3px 8px;
  font-size: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.section--detail .tit .new-icon {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-left: 10px;
}
.section--detail .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.section--detail .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--detail .txt img {
  height: auto;
}
.section--detail .txt .member-info {
  margin-top: 15px;
}
.section--detail .txt .member-info .member-sns {
  display: flex;
  justify-content: center;
  font-size: 1.6em;
}
.section--detail .txt .member-info .member-sns li svg {
  height: 1em;
  width: auto;
  margin-top: 0.4em;
  fill: #106635;
}
.section--detail .txt .member-info .member-sns li + li {
  margin-left: 10px;
}

.block--pager {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
  position: relative;
  /* .pager__item--newer{
  	left:0;
  	a{
  		&:after{
  			content:'';
  			border-top:solid 1px #106635;
  			border-left:solid 1px #106635;
  			rotate:-45deg;
  		}
  	}
  }

  .pager__item--older{
  	right:0;
  	a{
  		&:after{
  			content:'';
  			border-top:solid 1px #106635;
  			border-right:solid 1px #106635;
  			rotate:45deg;
  		}
  	}
  } */
}
.block--pager li + li {
  margin-left: 20px;
}
.block--pager .pager__item--current {
  position: relative;
  font-weight: bold;
}
.block--pager .pager__item--current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #106635;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  /* position:absolute;; */
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--older a {
  display: block;
  height: 1em;
  padding-top: 0.1em;
  /* &:after{
  	content:'';
  	display:block;
  	width:.5em;
  	height:.5em;
  	position:absolute;
  	transform:translate(0, -50%);
  	top:50%;
  } */
}
.block--pager .pager__item--newer a svg,
.block--pager .pager__item--older a svg {
  width: auto;
  height: 100%;
  fill: #106635;
}

.page--info .block--sort-category {
  margin-bottom: 50px;
}
.page--info .block--sort-category .list--sort li {
  margin: 0 12px 12px 0;
}
.page--info .block--sort-category .list--sort li .category input[type=radio] {
  display: none;
}
.page--info .block--sort-category .list--sort li .category label {
  padding: 3px 12px;
}
.page--info .section--detail {
  padding: 50px 0;
}
.page--info .section--detail .tit {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.6;
}
.page--info .section--detail .tit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #dddddd;
}
.page--info .section--detail .iconara {
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
  align-items: end;
}
.page--info .section--detail .iconara .icon--like {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 1.5em;
}
.page--info .section--detail .iconara .icon--like i {
  transition: 0.3s;
}
.page--info .section--detail .iconara .icon--like i.fa-star {
  opacity: 0;
  transition: 0.3s;
}
.page--info .section--detail .iconara .icon--like i.fa-star.fa {
  transition: 0.3s;
  opacity: 1;
  rotate: 360deg;
  color: #E33337;
}
.page--info .section--detail .iconara .icon--like i.fa-star.fa-regular {
  transition: 0.3s;
  opacity: 0.5;
}
.page--info .section--detail .block--share {
  display: flex;
  float: right;
}
.page--info .section--detail .block--share li + li {
  margin-left: 10px;
}
.page--info .section--detail .block--share .lineIco svg {
  fill: #106635;
  margin-top: 6px;
}
.page--info .section--detail .txt {
  color: #000;
}
.page--info .section--detail .txt img {
  width: auto;
  height: auto !important;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page--info .section--detail .txt a {
  color: #106635;
}
.page--info .section--detail .detail__btn {
  font-family: "Bree Serif", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 50px;
}
.page--info .date.sche {
  font-family: "Bree Serif", serif;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.05em;
  width: 4.5em;
}
.page--info .date.sche em {
  font-size: 0.4em;
  display: block;
  line-height: 1.3em;
}
.page--info .date.sche em:nth-of-type(2) {
  margin-top: 0.3em;
  font-size: 0.5em;
}

.page--schedule .badge-group .tag-group.tag {
  display: inline-block;
  font-weight: bold;
}
.page--schedule .block--sort-category .list--sort li {
  margin-right: 16px;
  margin-bottom: 8px;
}
.page--schedule .block--sort-category .list--sort li label {
  font-size: 11px;
  padding: 5px 15px;
}
.page--schedule .block--sort-category .list--sort.green label {
  background-color: transparent;
  color: #106635;
}
.page--schedule .block--sort-category .list--sort.green label:has(input:checked) {
  background-color: #106635;
  color: #FFFFF5;
}
.page--schedule .block--sort-category .list--sort.black label {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}
.page--schedule .block--sort-category .list--sort.black label:has(input:checked) {
  color: #fff;
  background-color: #333;
}
.page--schedule .block--sort-category .list--sort.group li label {
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__1 {
  background-color: #F19EF9;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__2 {
  background-color: #FFFFFF;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__3 {
  background-color: #A2B5FF;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__4 {
  background-color: #B1D095;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__5 {
  background-color: #868686;
  color: #fff;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__6 {
  background-color: #D5D5D5;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__7 {
  background-color: #FEFF54;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__8 {
  background-color: #C8E5EC;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__9 {
  background-color: #BF97E6;
}
.page--schedule .block--sort-category .list--sort.group li label:has(input:checked).tag__10 {
  background-color: #EC5D55;
}
.page--schedule .block--sort-category .list--sort + .list--sort {
  margin-top: 16px;
}
.page--schedule .link-favorite {
  margin-bottom: 20px;
}
.page--schedule .link-favorite a {
  padding: 4px 12px;
  border: #106635 solid 1px;
  border-radius: 40px;
  font-weight: bold;
}
.page--schedule .link-favorite svg {
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.1em;
  margin-left: 5px;
  fill: #106635;
}
.page--schedule .calendarHeader {
  font-family: "Bree Serif", serif;
  font-weight: bold;
}
.page--schedule .calendarHeader li,
.page--schedule .calendarHeader li a {
  display: flex;
  align-items: center;
  line-height: 1;
}
.page--schedule .calendarHeader .year {
  width: 7em;
  text-align: right;
}
.page--schedule .calendarHeader .month {
  font-family: "Signika Negative", sans-serif;
}
.page--schedule .calendarHeader .month_en {
  width: 7em;
}
.page--schedule .calendarHeader [class^=arrow-] {
  width: 5px;
  height: 1em;
  padding-top: 0.1em;
}
.page--schedule .calendarHeader [class^=arrow-] svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #106635;
}
.page--schedule .calendarHeader .arrow-left {
  margin-right: 16px;
}
.page--schedule .calendarHeader .arrow-right {
  margin-left: 16px;
}
.page--schedule .option-block .change-btn a,
.page--schedule .link-block .change-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #106635;
}
.page--schedule .option-block .change-btn a svg,
.page--schedule .link-block .change-btn a svg {
  fill: #106635;
}
.page--schedule .option-block {
  position: relative;
  padding-top: 2.5em;
}
.page--schedule .option-block .apture {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  justify-content: space-between;
}
.page--schedule .option-block .apture > div a {
  width: 60px;
  height: 60px;
  display: block;
  border: solid 1px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  font-size: 2em;
  justify-content: center;
  transition: 0.3s;
  position: relative;
  letter-spacing: 0;
}
.page--schedule .option-block .apture > div a:hover {
  background: #106635;
  color: #fff;
}
.page--schedule .option-block .apture > div a:hover span {
  color: #106635;
}
.page--schedule .option-block .apture > div a span {
  position: absolute;
  font-size: 8px;
  font-family: "Noto Sans JP", serif;
  white-space: nowrap;
  bottom: -2em;
  letter-spacing: 0;
}
.page--schedule .calendar .weekHeader {
  display: flex;
  justify-content: space-between;
}
.page--schedule .calendar .weekHeader div {
  width: 14.2857142857%;
  text-align: center;
  font-family: "Bree Serif", serif;
  font-weight: bold;
}
.page--schedule .calendarBody .week {
  display: flex;
}
.page--schedule .calendarBody .week .cell {
  width: 14.2857142857%;
}
.page--schedule .calendarBody .week .cell + .cell {
  border-left: 1px solid #106635;
}
.page--schedule .calendarBody .week .cell .date {
  font-family: "Signika Negative", sans-serif;
  display: block;
  margin-bottom: 4px;
}
.page--schedule .calendarBody .week .cell .schedule-group + .schedule-group {
  margin-top: 14px;
}
.page--schedule .calendarBody .week .cell .schedule-link {
  display: block;
}
.page--schedule .calendarBody .week .cell .schedule-link + .schedule-link {
  margin-top: 14px;
}
.page--schedule .calendarBody .week .cell .badge-group {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.page--schedule .calendarBody .week .cell .badge-group > * {
  margin: 0 4px 5px 0;
}
.page--schedule .calendarBody .week .cell .cat {
  background-size: contain;
}
.page--schedule .calendarBody .week .cell .cat__5 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_live.png");
}
.page--schedule .calendarBody .week .cell .cat__6 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_release.png");
}
.page--schedule .calendarBody .week .cell .cat__7 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_tv.png");
}
.page--schedule .calendarBody .week .cell .cat__8 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_radio.png");
}
.page--schedule .calendarBody .week .cell .cat__9 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_mag.png");
}
.page--schedule .calendarBody .week .cell .cat__10 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_web.png");
}
.page--schedule .calendarBody .week .cell .cat__11 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_other.png");
}
.page--schedule .calendarBody .week .cell .cat__13 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_bd.png");
}
.page--schedule .calendarBody .week .cell .cat__14 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_movie.png");
}
.page--schedule .calendarBody .week .cell .cat__15 {
  background-image: url("/static/ebidan/fanclub/schedule/icon_stage.png");
}
.page--schedule .calendarBody .week .cell .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page--schedule .calendarBody .week + .week {
  border-top: 1px solid #106635;
}
.page--schedule .infoList .schedule_entry_box {
  display: flex;
  padding: 25px 0;
}
.page--schedule .infoList .schedule_entry_box .date {
  font-family: "Bree Serif", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.page--schedule .infoList .schedule_entry_box .date .md {
  font-family: "Signika Negative", sans-serif;
  font-size: 32px;
}
.page--schedule .infoList .schedule_entry_box + .schedule_entry_box {
  border-top: 1px solid #dddddd;
}
.page--schedule .infoList .schedule-block .badge-group {
  display: flex;
  align-items: center;
}
.page--schedule .infoList .schedule-block .cat {
  font-size: 11px;
}
.page--schedule .modal-wrap {
  display: none;
}
.page--schedule .modal-wrap .schedule-modal-wrap {
  display: none;
}

.page--favorite .section--inner .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  text-align: left;
}
.page--favorite .registered-tag p {
  font-weight: bold;
}
.page--favorite .registered-tag span + span::before {
  content: ",";
  margin-right: 0.3em;
}
.page--favorite .block--sort label {
  display: block;
}
.page--favorite .block--sort label + label {
  margin-top: 8px;
}
.page--favorite .block--sort input {
  display: none;
}
.page--favorite .block--sort span {
  display: flex;
  align-items: center;
}
.page--favorite .block--sort span::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.page--favorite .block--sort input:checked + span:before {
  background-color: #106635;
  background-image: url("/static/ebidan/fanclub/common/check.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.page--favorite .btn > input {
  display: block;
  width: 300px;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
}
.page--favorite .btn--main {
  margin: 30px auto 0;
  background-color: #106635;
  color: #FFFFF5;
  border: none;
}
.page--favorite .btn--sub {
  margin: 20px auto 0;
  background-color: transparent;
  color: #106635;
  border: 1px solid #106635;
}
.page--favorite .back-link {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.section--profile .lead-wrap .top-logo {
  height: auto;
  margin: auto;
}
.section--profile .lead-wrap .sns-link {
  text-align: center;
  font-size: 1.6em;
}
.section--profile .lead-wrap p {
  color: #333;
}
.section--profile .group-link {
  margin-bottom: 50px;
}
.section--profile .group-link li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.section--profile .group-link li:last-of-type {
  margin-right: 0;
}
.section--profile .block--group + .block--group {
  margin-top: 80px;
}
.section--profile .group-logo {
  height: 80px;
}
.section--profile .group-logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.section--profile .group-photo {
  margin-top: 40px;
  border: 1px solid #106635;
  overflow: hidden;
}
.section--profile .group-photo img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section--profile .group-txt {
  margin-top: 20px;
  color: #000;
}
.section--profile .group-member {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section--profile .group-member .member-img {
  border: 1px solid #106635;
  overflow: hidden;
}
.section--profile .group-member .member-img img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section--profile .group-member .member-info {
  margin-top: 10px;
  font-weight: bold;
}
.section--profile .group-member .member-name {
  font-size: 120%;
}
.section--profile .group-member .member-sns {
  display: flex;
  align-items: center;
  font-size: 110%;
  margin-top: 0.3em;
}
.section--profile .group-member .member-sns li {
  width: inherit;
  margin-bottom: 0;
}
.section--profile .group-member .member-sns li + li {
  margin-left: 10px;
}
.section--profile .group-member .member-sns li a {
  display: block;
  height: 1em;
  width: auto;
}
.section--profile .group-member .member-sns li a i {
  vertical-align: 6px;
}
.section--profile .group-member .member-sns li a i.ri-play-list-fill {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.section--profile .group-member .member-sns li a i.ri-play-list-fill::before {
  position: absolute;
  top: -6px;
}
.section--profile .group-member .member-sns li a svg {
  height: 100%;
  width: auto;
  vertical-align: 5px;
  fill: #106635;
}

.page--mv .list--video,
.page--movie .list--video {
  display: flex;
  flex-wrap: wrap;
}
.page--mv .list--video li,
.page--movie .list--video li {
  margin-bottom: 30px;
}
.page--mv .list--video li .thumb,
.page--movie .list--video li .thumb {
  border: 1px solid #106635;
}
.page--mv .list--video .date,
.page--movie .list--video .date {
  margin-top: 8px;
  font-size: 0.9em;
}
.page--mv .list--video .new-icon,
.page--movie .list--video .new-icon {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-left: 6px;
}

.page--movie .section--detail .block--player {
  position: relative;
  padding-bottom: 56.25%;
}
.page--movie .section--detail .block--title {
  color: #106635;
}
.page--movie .section--detail .block--title .tit {
  font-weight: bold;
}
.page--movie .section--detail .block--more_movies {
  margin-top: 100px;
}
.page--movie .section--detail .block--more_movies .more_movies_title {
  font-family: "Bree Serif", serif;
  font-weight: bold;
  text-align: center;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie {
  border: 1px solid #106635;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie a {
  display: flex;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .thumb figure {
  width: 100%;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt {
  flex: 1;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt .tit {
  font-size: 1.1em;
  font-weight: bold;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt .date {
  margin-bottom: 5px;
  font-size: 0.9em;
  line-height: 1;
}
.page--movie .section--detail .block--more_movies .list--contents .item--more_movie + .item--more_movie {
  margin-top: 20px;
}
.page--movie .section--detail .back__btn {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

body.page--support .section-tit,
body.page--error .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
}
body.page--support .section--detail .lead,
body.page--error .section--detail .lead {
  color: #000;
}
body.page--support .section--detail .tit,
body.page--error .section--detail .tit {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
body.page--support .section--detail .list--support,
body.page--error .section--detail .list--support {
  margin-bottom: 50px;
}
body.page--support .section--detail .list--support dt,
body.page--error .section--detail .list--support dt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
body.page--support .section--detail .list--support dd,
body.page--support .section--detail .list--support li,
body.page--error .section--detail .list--support dd,
body.page--error .section--detail .list--support li {
  color: #000;
  margin-bottom: 2em;
}
body.page--support .section--detail .detail__btn,
body.page--error .section--detail .detail__btn {
  font-family: "Bree Serif", serif;
  text-align: center;
}
body.page--support .section--detail .back-link,
body.page--error .section--detail .back-link {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.page--faq .searchBox {
  margin: 2em 0 4em;
  position: relative;
  border: none;
}
.page--faq .searchBox input[type=text] {
  line-height: 2;
  background: #FFFFF5;
  border-color: #106635;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #106635;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag li {
  margin: 0 12px 12px 0;
}
.page--faq .tit--category {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.page--faq .list--faq li {
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.page--faq .list--faq li + li {
  margin-top: 12px;
}
.page--faq .list--faq a {
  display: flex;
}
.page--faq .list--faq a .icon--q {
  font-family: "Bree Serif", serif;
  font-weight: 600;
  margin-right: 5px;
}
.page--faq .list--faq a .tit, .page--faq .list--faq a .txt {
  color: #000;
}
.page--faq .section--detail .tit--category.head {
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  border: 1px solid #106635;
  border-radius: 20px;
}
.page--faq .section--detail .block--faq-detail dt .txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page--faq .section--detail .block--faq-detail dd .txt {
  color: #000;
}
.page--faq .block--contact .txt {
  color: #000;
}
.page--faq .block--contact a {
  text-decoration: none;
}

.page--app .section--app .section-tit {
  text-align: center;
  font-family: "Bree Serif", serif;
}
.page--app .section--app .lead {
  text-align: center;
  font-weight: bold;
}
.page--app .section--app .block--app .app-detail {
  border: 1px solid #106635;
  border-radius: 10px;
}
.page--app .section--app .block--app .app-detail .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.page--app .section--app .block--app .app-detail .txt {
  margin-top: 20px;
  color: #000;
}
.page--app .section--app .btn-howto {
  display: block;
  background-color: #106635;
  color: #FFFFF5;
  text-align: center;
}
.page--app .section--app .block--get .txt {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #106635;
}
.page--app .section--app .block--get .btn-wrap {
  display: flex;
  justify-content: center;
}
.page--app .section--app .block--get .btn-wrap .store-btn {
  display: block;
}
.page--app .section--app .block--get .btn-wrap .store-btn img {
  height: 100%;
  width: auto;
}
.page--app .section--app .block--device {
  border: 1px solid #106635;
}
.page--app .section--app .block--device .tit {
  font-weight: bold;
  margin-bottom: 20px;
}
.page--app .section--app .block--device .txt {
  font-weight: bold;
  color: #000;
}
.page--app .section--app .block--device .list-note {
  color: #000;
  margin-top: 20px;
}
.page--app .section--app .block--device .list-note li {
  padding-left: 1em;
  text-indent: -1em;
}
.page--app .section--app .block--device .list-note li::before {
  content: "※";
}

.page--entry .section--entry a {
  text-decoration: underline;
}
.page--entry .section--entry .tit-logo {
  display: block;
  height: auto;
}
.page--entry .section--entry .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.page--entry .section--entry .sub-tit {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.page--entry .section--entry .lead {
  font-size: 16px;
  color: #000;
}
.page--entry .section--entry .block--service {
  margin-top: 50px;
  border: 1px solid #106635;
  border-radius: 10px;
  overflow: hidden;
}
.page--entry .section--entry .block--service .tit-wrap {
  background-color: #106635;
  color: #FFFFF5;
}
.page--entry .section--entry .block--service .service-list {
  text-align: center;
}
.page--entry .section--entry .block--service .service-list .service-tit {
  font-size: 20px;
  font-weight: bold;
}
.page--entry .section--entry .block--service .service-list .txt {
  color: #000;
}
.page--entry .section--entry .block--entry .block-tit {
  margin-bottom: 20px;
}
.page--entry .section--entry .block--entry__attention {
  margin-bottom: 50px;
  background-color: #E6FFE0;
  border: 1px solid #106635;
}
.page--entry .section--entry .block--entry .tit-wrap {
  display: flex;
}
.page--entry .section--entry .block--entry .tit-wrap p {
  font-weight: bold;
}
.page--entry .section--entry .block--entry .attention-list {
  color: #000;
}
.page--entry .section--entry .block--entry .attention-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: normal;
}
.page--entry .section--entry .block--entry .attention-list li::before {
  content: "・";
}
.page--entry .section--entry .block--entry .attention-list li + li {
  margin-top: 0.5em;
}
.page--entry .section--entry .block--entry .note {
  color: #E33337;
  font-weight: bold;
}
.page--entry .section--entry .block--entry .entry--wrap {
  border: 1px solid #106635;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-tit {
  font-family: "Bree Serif", serif;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail {
  color: #000;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail .btn-wrap {
  display: flex;
  gap: 2em;
  margin-top: 20px;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.btn {
  display: block;
  padding: 6px;
  background-color: #106635;
  color: #FFFFF5;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #106635;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.btn span {
  display: block;
  font-size: 80%;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.jp-btn {
  font-size: 16px;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.overseas-btn {
  font-size: 14px;
  background-color: #E6FFE0;
  color: #106635;
}
.page--entry .section--entry .block--entry .entry--wrap .entry-list + .entry-list {
  border-top: 1px solid #106635;
}
.page--entry .section--entry .block--entry .accordion--wrap {
  margin-top: 50px;
}
.page--entry .section--entry .block--entry .accordion--wrap .entry--wrap {
  display: none;
  background-color: #E6FFE0;
}
.page--entry .section--entry .block--entry .accordion--wrap .entry--wrap img {
  margin-top: 20px;
}
.page--entry .section--entry .block--entry .accordion--wrap.open .accordion-tit {
  border-radius: 10px 10px 0 0;
  transition: all 0.2s 0s ease;
}
.page--entry .section--entry .block--entry .accordion--wrap.open .accordion-tit span::after {
  transform: rotate(90deg);
  transform-origin: center center;
  transition: all 0.2s 0s ease;
}
.page--entry .section--entry .block--entry .accordion-tit {
  padding: 20px;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFF5;
  text-align: center;
  background-color: #106635;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s 0s ease;
}
.page--entry .section--entry .block--entry .accordion-tit span {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.page--entry .section--entry .block--entry .accordion-tit span::before, .page--entry .section--entry .block--entry .accordion-tit span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
.page--entry .section--entry .block--entry .accordion-tit span::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--entry .section--entry .block--entry .accordion-tit span::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s 0s ease;
}

body.page--questionnaire .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
}
body.page--questionnaire .txt-top {
  color: #333;
}
body.page--questionnaire .txt-bottom {
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
body.page--questionnaire .btn {
  text-align: center;
}
body.page--questionnaire .btn--main {
  padding: 16px 0;
  color: #fff;
  background-color: #106635;
  border: 1px solid #106635;
  border-radius: 30px;
}
body.page--questionnaire .btn--sub {
  margin-top: 20px;
  display: block;
}
body.page--questionnaire .form--post {
  margin-bottom: 20px;
}
body.page--questionnaire .form--post dt {
  font-weight: bold;
}
body.page--questionnaire .form--post dd {
  color: #333;
}
body.page--questionnaire .form--post dd:has(.postal_code) {
  display: flex;
  align-items: center;
}
body.page--questionnaire .form--post .postal_code {
  margin-left: 5px;
}
body.page--questionnaire .form--post .form__checkbox label,
body.page--questionnaire .form--post .form__radio label {
  display: flex;
}
body.page--questionnaire .form--post .form__checkbox label p,
body.page--questionnaire .form--post .form__radio label p {
  flex: 1;
}
body.page--questionnaire .form--post .form__checkbox label input[type=radio],
body.page--questionnaire .form--post .form__checkbox label input[type=checkbox],
body.page--questionnaire .form--post .form__radio label input[type=radio],
body.page--questionnaire .form--post .form__radio label input[type=checkbox] {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border: 1px solid #dddddd;
  margin-top: 0.3em;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.page--questionnaire .form--post .form__checkbox label input[type=radio]:checked::before,
body.page--questionnaire .form--post .form__checkbox label input[type=checkbox]:checked::before,
body.page--questionnaire .form--post .form__radio label input[type=radio]:checked::before,
body.page--questionnaire .form--post .form__radio label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #106635;
}
body.page--questionnaire .form--post .form__checkbox label input[type=radio],
body.page--questionnaire .form--post .form__radio label input[type=radio] {
  border-radius: 50%;
}
body.page--questionnaire .form--post .form__checkbox label input[type=radio]:checked::before,
body.page--questionnaire .form--post .form__radio label input[type=radio]:checked::before {
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
}
body.page--questionnaire .form--post .form__checkbox label input[type=checkbox],
body.page--questionnaire .form--post .form__radio label input[type=checkbox] {
  border-radius: 6px;
}
body.page--questionnaire .form--post .form__checkbox label input[type=checkbox]:checked::before,
body.page--questionnaire .form--post .form__radio label input[type=checkbox]:checked::before {
  width: 1.2em;
  height: 1.2em;
  border-radius: 6px;
  background-image: url("/static/ebidan/fanclub/common/check.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
body.page--questionnaire .form--post input[type=text],
body.page--questionnaire .form--post input[type=tel],
body.page--questionnaire .form--post input[type=email],
body.page--questionnaire .form--post textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
body.page--questionnaire .form--post select {
  padding: 5px;
  min-width: 40%;
  max-width: 100%;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
body.page--questionnaire .form--confirm dt {
  font-weight: bold;
}
body.page--questionnaire .form--confirm dd {
  color: #333;
}
body.page--questionnaire.confirm .btn--main {
  margin-top: 20px;
}

.footer {
  letter-spacing: 0;
}
.footer .section-tit {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.footer .footer--banner {
  margin-bottom: 60px;
}
.footer .footer--banner .banner-list li {
  max-width: 256px;
  height: 79px;
}
.footer ul[class^=nav--] {
  display: flex;
  justify-content: center;
  font-size: 10px;
}
.footer ul[class^=nav--] li + li {
  margin-left: 15px;
}
.footer .nav--fanclublink {
  font-weight: bold;
  margin-bottom: 22px;
}
.footer .copyright {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 400px) {
  .page--schedule .calendarHeader .link-block {
    max-width: 160px !important;
  }
  .page--schedule .calendarHeader .link-block .month-link {
    transform: scale(0.9);
    transform-origin: right;
  }
  .page--schedule .calendarHeader .link-block .month-link li a {
    white-space: inherit !important;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  .section--inner {
    width: 80%;
    margin: 0 auto;
  }
  .wovn-languages {
    font-size: 10px;
    margin-left: 24px;
    width: 190px;
    height: 24px;
    padding: 2px 15px 6px;
    border-radius: 15px;
    border: 1px solid #106635;
    transition: all 0.2s 0s ease;
    cursor: pointer;
  }
  .wovn-languages::before, .wovn-languages::after {
    background-color: #FFFFF5;
  }
  .wovn-languages .icon-arrow {
    stroke: #106635;
  }
  .wovn-languages.visible .nav-dropdown {
    z-index: -1;
    top: -1px;
    left: -1px;
    padding-top: 2px;
    background-color: #FFFFF5;
    border: 1px solid #106635;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:hover {
    background-color: #106635;
    color: #FFFFF5;
  }
  .header .menu-logo {
    display: none;
  }
  .header .g-nav {
    padding: 18px 0 18px;
  }
  .header .g-nav .nav--link,
  .header .g-nav .nav--menu__all {
    display: flex;
    justify-content: center;
  }
  .header .g-nav ul[class^=nav--] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .g-nav ul[class^=nav--] li + li {
    margin-left: 6px;
  }
  .header .g-nav .nav--menu__fc {
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
  }
  .header .g-nav .nav--menu__fc::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 60%;
    background: #106635;
    transform: translateY(-50%);
  }
  .header .g-nav .nav--menu__official a,
  .header .g-nav .nav--menu__fc a {
    padding: 2px 10px;
    border-radius: 20px;
    transition: all 0.2s 0s ease;
    font-size: min(1.1vw, 14px);
    white-space: nowrap;
  }
  .header .g-nav .nav--menu__official a:hover,
  .header .g-nav .nav--menu__fc a:hover {
    background-color: #106635;
    color: #FFFFF5;
    transition: all 0.2s 0s ease;
  }
  .header .g-nav .nav--menu__sns a:hover {
    opacity: 0.5;
    transition: all 0.2s 0s ease;
  }
  .header::before {
    top: -130px;
    height: 240px;
    border-bottom-left-radius: 100% 200px;
    border-bottom-right-radius: 100% 200px;
  }
  .btn-schedule {
    bottom: 20px;
    right: 20px;
    width: 102px;
    height: 102px;
  }
  .btn-schedule .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
  }
  .btn-more {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 12px;
    margin-left: 40px;
    transition: all 0.2s 0s ease;
  }
  .btn-more::before, .btn-more::after {
    transform: scaleX(1);
    transition: all 0.2s 0s ease;
  }
  .btn-more::before {
    transform-origin: left;
  }
  .btn-more::after {
    transform-origin: right;
  }
  .btn-more:hover {
    background-color: #106635;
    color: #FFFFF5;
    transition: all 0.2s 0s ease;
  }
  .btn-more:hover::before, .btn-more:hover::after {
    transform: scaleX(0);
    transition: all 0.2s 0s ease;
  }
  .btn-more:hover::before {
    transform-origin: left;
  }
  .btn-more:hover::after {
    transform-origin: right;
  }
  .btn-more.green:hover {
    background-color: #FFFFF5;
    color: #106635;
  }
  .list--info li a {
    display: flex;
    align-items: center;
    position: relative;
  }
  .list--info li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E6FFE0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s;
    z-index: -1;
  }
  .list--info li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s;
  }
  .list--info li .new-icon {
    margin-left: 16px;
  }
  .list--info .date-wrap {
    align-items: center;
    width: 200px;
    margin-right: 20px;
  }
  .list--info .date {
    width: 90px;
  }
  .list--info .tit {
    flex: 1;
  }
  .schefav .list--info .date-wrap {
    min-width: 90px;
    margin-right: 0;
    justify-content: center;
  }
  .schefav .list--info .titara {
    /* .cat_group{
      display:flex;
      justify-content:center;
      padding-left:10px;
    } */
  }
  .schefav .list--info .titara .tagara .cat_group {
    min-width: 165px;
    padding-left: 1em;
  }
  .schefav .list--info .titara .cat {
    min-width: 10em;
    margin-left: 0;
  }
  .schefav .list--info .titara .tit {
    padding: 0;
  }
  .tag-list li > * {
    transition: all 0.2s 0s ease;
  }
  .tag-list li > *:hover {
    background-color: transparent;
    color: #106635;
    transition: all 0.2s 0s ease;
  }
  .list--sort label {
    transition: all 0.2s 0s ease;
  }
  .list--sort label:hover {
    background-color: transparent;
    color: #106635;
    transition: all 0.2s 0s ease;
  }
  .page--home .section--separate {
    padding-top: 150px;
  }
  .page--home .section--separate::before {
    height: 150px;
    border-bottom-left-radius: 100% 300px;
    border-bottom-right-radius: 100% 300px;
  }
  .page--home .section--inner {
    padding-top: 80px;
  }
  .page--home .section-tit {
    font-size: 100px;
    line-height: 0.9;
    margin-bottom: 54px;
  }
  .page--home .more--wrap {
    margin-bottom: 50px;
  }
  .page--home .more--wrap .tit--wrap {
    margin-right: 80px;
  }
  .page--home .tit--wrap .tit-symbol {
    width: 126px;
    height: 126px;
    right: -93px;
  }
  .page--home .tit--wrap .tit-symbol .icon.schedule {
    width: 45px;
  }
  .page--home .tit--wrap .tit-symbol .icon.pickup {
    width: 35px;
  }
  .page--home .tit--wrap .tit-symbol .icon.mv {
    width: 32px;
  }
  .page--home .tit--wrap .tit-txt {
    height: 60px;
    bottom: -54px;
  }
  .page--home .more--wrap {
    display: flex;
    align-items: flex-end;
  }
  .page--home .more--wrap .section-tit {
    margin-bottom: 0;
  }
  .page--home .section--top {
    padding-top: 66px;
  }
  .page--home .section--top .logo {
    width: 432px;
    padding-top: 16px;
  }
  .page--home .block--keyvisual {
    height: 600px;
  }
  .page--home .section--banner {
    width: 90%;
  }
  .page--home .section--banner .banner--wrap {
    margin-top: 150px;
  }
  .page--home .section--banner .banner--wrap .swiper-slide {
    width: 542px;
  }
  .page--home .section--banner .banner--wrap .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
  }
  .page--home .section--info .section-tit {
    font-size: 32px;
  }
  .page--home .list--info li a {
    display: flex;
  }
  .page--home .list--info.schedule li, .page--home .list--info.no-data li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page--home .list--info.schedule li {
    position: relative;
  }
  .page--home .list--info.schedule li a {
    align-items: center;
    position: inherit;
    z-index: 2;
  }
  .page--home .list--info.schedule li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E6FFE0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s;
  }
  .page--home .list--info.schedule li:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s;
  }
  .page--home .section--schedule .schedule--tit {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .page--home .section--schedule .schedule--tit .schedule-month {
    font-size: 55px;
    margin: 0 13px;
  }
  .page--home .section--schedule .block--schedule {
    border-radius: 20px 20px 0 0;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li {
    padding: 21px 0;
    line-height: 1;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li .date {
    font-size: 24px;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li .week {
    font-size: 12px;
  }
  .page--home .section--schedule .schedule--wrap {
    border-radius: 0 0 20px 20px;
    padding: 40px 0;
  }
  .page--home .section--schedule .schedule--wrap .group-wrap {
    width: 120px;
    margin-right: 20px;
  }
  .page--home .section--schedule .schedule--wrap .group-wrap .group + .group {
    margin-top: 18px;
  }
  .page--home .section--schedule .schedule--wrap .category {
    font-size: 11px;
    margin-right: 20px;
    width: 80px;
  }
  .page--home .section--pickup {
    padding-bottom: 150px;
  }
  .page--home .section--pickup .pickup-comment {
    margin-top: 150px;
  }
  .page--home .section--pickup .pickup-comment .pickup-card {
    position: absolute;
    width: 26%;
    max-width: 305px;
  }
  .page--home .section--pickup .pickup-comment .pickup-card.ph {
    transform: rotate(-5deg);
    transform-origin: left top;
    top: -28%;
    left: 43%;
    z-index: 20;
  }
  .page--home .section--pickup .pickup-comment .pickup-card.logo {
    transform: rotate(20deg);
    transform-origin: right top;
    top: -10%;
    right: 0;
    z-index: 10;
  }
  .page--home .section--pickup .comment--wrap {
    font-size: 20px;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
    padding: 1.45em 0 2.8em;
  }
  .page--home .section--pickup .comment--wrap p {
    width: 40%;
  }
  .page--home .section--pickup .comment--wrap p.comment {
    padding: 1.45em 0 1.45em 9%;
  }
  .page--home .section--video .video--wrap {
    margin-top: 80px;
  }
  .page--home .section--video .video--wrap .video-tit {
    margin-top: 20px;
  }
  body:not(.page--home) .header .g-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
  body:not(.page--home) .header .g-nav .menu-logo {
    display: block;
    width: 60px;
    height: auto;
    margin-right: 30px;
  }
  body:not(.page--home) .header .g-nav .nav--inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body:not(.page--home) .header .g-nav .nav--link {
    justify-content: flex-start;
    flex-direction: column-reverse;
    width: 950px;
  }
  body:not(.page--home) .header .g-nav .nav--menu__all {
    justify-content: flex-start;
  }
  body:not(.page--home) .header .g-nav .nav--menu__all .nav--menu__sns {
    display: flex;
    margin-left: 24px;
  }
  body:not(.page--home) .header .g-nav .nav--menu__all .nav--menu__sns li + li {
    margin-left: 16px;
  }
  body:not(.page--home) .header .g-nav .wovn-languages {
    margin-left: 0;
    margin-bottom: 10px;
  }
  body:not(.page--home) .section-tit span.fav {
    margin-left: 0.2em;
  }
  body:not(.page--home) .content--main {
    padding-top: 150px;
  }
  body:not(.page--home) .section--inner {
    width: 950px;
  }
  body:not(.page--home).page--schedule .section--inner {
    width: 1140px;
  }
  body:not(.page--home) footer {
    padding-top: 150px;
  }
  body:not(.page--home) footer::before {
    height: 150px;
    border-bottom-left-radius: 100% 300px;
    border-bottom-right-radius: 100% 300px;
  }
  .page--info .section--detail {
    width: 950px;
    margin: 0 auto;
  }
  .page--info .section--detail .section--inner {
    width: 100%;
    padding: 0 50px;
  }
  .page--info .section--detail .tag-wrap {
    margin-bottom: 20px;
  }
  .page--info .section--detail .block--share a:hover {
    opacity: 0.5;
    transition: all 0.2s 0s ease;
  }
  .page--info .section--detail .tit {
    font-size: 32px;
  }
  .page--info .section--detail .txt {
    margin-top: 30px;
  }
  .page--schedule .badge-group .tag-group.tag {
    font-size: 11px;
    padding: 6px 10px;
  }
  .page--schedule .block--sort-category .list--sort.group li label:hover {
    background-color: transparent;
    color: #333;
  }
  .page--schedule .link-favorite a {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .page--schedule .link-favorite a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #106635;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.2s 0s ease;
  }
  .page--schedule .link-favorite a:hover::after {
    transform: scaleX(1);
    transition: all 0.2s 0s ease;
  }
  .page--schedule .calendarHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .page--schedule .calendarHeader .month {
    font-size: 55px;
    margin: 0 13px;
  }
  .page--schedule .option-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .page--schedule .option-block .change-btn {
    width: 60px;
    height: 60px;
  }
  .page--schedule .option-block .change-btn a {
    transition: all 0.2s 0s ease;
  }
  .page--schedule .option-block .change-btn a:hover {
    background-color: #106635;
    transition: all 0.2s 0s ease;
  }
  .page--schedule .option-block .change-btn a:hover svg {
    fill: #FFFFF5;
  }
  .page--schedule .calendarBody {
    border: 1px solid #106635;
  }
  .page--schedule .calendarBody .week .cell {
    min-height: 178px;
    padding: 5px 3px 20px 8px;
  }
  .page--schedule .calendarBody .week .cell .cat {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .page--schedule .calendarBody .week .cell .tit {
    font-size: 12px;
    max-height: 2.6em;
    line-height: 1.3;
    display: inline;
    background: linear-gradient(#E6FFE0, #E6FFE0) 0 100%/0 0.5em no-repeat;
    transition: background 0.2s;
  }
  .page--schedule .calendarBody .week .cell a:hover .tit {
    background-size: 100% 0.5em;
  }
  .page--schedule .infoList .schedule_entry_box .date {
    width: 90px;
    padding: 0 25px 0 20px;
  }
  .page--schedule .infoList .schedule_entry_box .entry_box {
    width: calc(100% - 90px);
  }
  .page--schedule .infoList .schedule-block a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
  }
  .page--schedule .infoList .schedule-block a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E6FFE0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s;
    z-index: -1;
  }
  .page--schedule .infoList .schedule-block a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s;
  }
  .page--schedule .infoList .schedule-block a .tag-wrap {
    display: flex;
    flex-direction: column;
    width: 165px;
  }
  .page--schedule .infoList .schedule-block a .tag-wrap .tag {
    align-self: baseline;
  }
  .page--schedule .infoList .schedule-block a .tag-wrap .tag + .tag {
    margin-top: 5px;
  }
  .page--schedule .infoList .schedule-block a .cat {
    width: 10em;
  }
  .page--schedule .infoList .schedule-block a .tit {
    flex: 1;
  }
  .page--favorite .registered-tag p {
    display: inline-block;
  }
  .page--favorite .btn > input {
    transition: all 0.2s 0s ease;
  }
  .page--favorite .btn > input:hover {
    transition: all 0.2s 0s ease;
    opacity: 0.5;
    cursor: pointer;
  }
  .page--favorite .btn--main {
    border: 1px solid #106635;
  }
  .page--favorite .back-link a {
    position: relative;
  }
  .page--favorite .back-link a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #106635;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.2s 0s ease;
  }
  .page--favorite .back-link a:hover::after {
    transform: scaleX(1);
    transition: all 0.2s 0s ease;
  }
  .section--profile .lead-wrap {
    margin-bottom: 50px;
  }
  .section--profile .lead-wrap .top-logo {
    width: 400px;
  }
  .section--profile .lead-wrap .sns-link {
    margin: 30px 0 20px;
  }
  .section--profile .lead-wrap .sns-link a:hover {
    opacity: 0.5;
    transition: all 0.2s 0s ease;
  }
  .section--profile .group-link {
    justify-content: center;
  }
  .section--profile .group-photo a img {
    transition: all 0.2s 0s ease;
  }
  .section--profile .group-photo a:hover img {
    transform: scale(1.1);
    transition: all 0.2s 0s ease;
  }
  .section--profile .group-member li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 30px;
  }
  .section--profile .group-member li + li {
    margin-left: 20px;
  }
  .section--profile .group-member li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .section--profile .group-member .member-info {
    display: flex;
    justify-content: space-between;
  }
  .section--profile .group-member .member-birth {
    text-align: right;
  }
  .section--profile .group-member .member-sns {
    justify-content: flex-end;
  }
  .section--profile .group-member .member-img a img {
    transition: all 0.2s 0s ease;
  }
  .section--profile .group-member .member-img a:hover img {
    transform: scale(1.1);
    transition: all 0.2s 0s ease;
  }
  .page--mv .list--video li,
  .page--movie .list--video li {
    width: calc((100% - 40px) / 3);
  }
  .page--mv .list--video li + li,
  .page--movie .list--video li + li {
    margin-left: 20px;
  }
  .page--mv .list--video li:nth-of-type(3n+1),
  .page--movie .list--video li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .page--mv .list--video li:hover figure,
  .page--movie .list--video li:hover figure {
    transform: scale(1.2);
    transition: all 0.2s 0s ease;
  }
  .page--mv .list--video li .thumb,
  .page--movie .list--video li .thumb {
    overflow: hidden;
  }
  .page--mv .list--video li figure,
  .page--movie .list--video li figure {
    transition: all 0.2s 0s ease;
  }
  .page--movie .section--detail .block--title {
    color: #106635;
    margin-bottom: 20px;
  }
  .page--movie .section--detail .block--title .tit {
    font-size: 1.8em;
    font-weight: bold;
  }
  .page--movie .section--detail .block--more_movies .more_movies_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .page--movie .section--detail .block--more_movies .list--contents {
    width: 65%;
    margin: auto;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .thumb {
    width: 300px;
    overflow: hidden;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .thumb figure {
    transition: all 0.2s 0s ease;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt {
    padding: 20px;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt > * {
    background: linear-gradient(#E6FFE0, #E6FFE0) 0 100%/0 0.5em no-repeat;
    transition: background 0.2s;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt .tit {
    display: inline;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt .date {
    width: -moz-fit-content;
    width: fit-content;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a:hover .thumb figure {
    transform: scale(1.2);
    transition: all 0.2s 0s ease;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a:hover .list__txt > * {
    background-size: 100% 0.5em;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie + .item--more_movie {
    margin-top: 30px;
  }
  .page--movie .section--detail .back__btn {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
  }
  .page--faq .searchBox {
    width: 70%;
  }
  .page--faq .list--tag {
    margin-bottom: 50px;
  }
  .page--faq .list--tag li {
    margin: 0 10px 10px 0;
  }
  .page--faq .tit--category {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .page--faq .list--faq {
    margin-bottom: 50px;
  }
  .page--faq .list--faq li {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .page--faq .list--faq li + li {
    margin-top: 10px;
  }
  .page--faq .section--detail .tit--category.head {
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    border: 1px solid #106635;
    border-radius: 20px;
  }
  .page--faq .section--detail .block--faq-detail dd .txt {
    margin-bottom: 80px;
  }
  .page--app .section--app .section-tit {
    font-size: 80px;
    margin-bottom: 40px;
  }
  .page--app .section--app .lead {
    font-size: 24px;
  }
  .page--app .section--app .block--app {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 150px;
  }
  .page--app .section--app .block--app .app-detail {
    width: 300px;
    padding: 30px;
  }
  .page--app .section--app .block--app .app-detail img {
    margin-top: -150px;
  }
  .page--app .section--app .btn-howto {
    width: 400px;
    height: 80px;
    margin: 60px auto 0;
    padding: 20px 0;
    font-size: 20px;
    border: 1px solid #106635;
    border-radius: 40px;
  }
  .page--app .section--app .btn-howto:hover {
    background-color: transparent;
    color: #106635;
  }
  .page--app .section--app .block--get {
    margin-top: 100px;
  }
  .page--app .section--app .block--get .txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 28px;
  }
  .page--app .section--app .block--get .btn-wrap {
    margin-top: 40px;
  }
  .page--app .section--app .block--get .btn-wrap .store-btn {
    height: 80px;
  }
  .page--app .section--app .block--get .btn-wrap .store-btn + .store-btn {
    margin-left: 30px;
  }
  .page--app .section--app .block--device {
    margin-top: 100px;
    padding: 30px;
  }
  .page--app .section--app .block--device .tit {
    font-size: 18px;
  }
  .page--entry .section--entry a:hover {
    text-decoration: none;
  }
  .page--entry .section--entry .tit-logo {
    margin: 0 auto 20px;
    width: 120px;
  }
  .page--entry .section--entry .section-tit {
    font-size: 36px;
  }
  .page--entry .section--entry .sub-tit {
    font-size: 28px;
  }
  .page--entry .section--entry .block-tit {
    font-size: 24px;
    font-weight: bold;
  }
  .page--entry .section--entry .lead {
    text-align: center;
  }
  .page--entry .section--entry .block--service .tit-wrap {
    padding: 30px;
    text-align: center;
  }
  .page--entry .section--entry .block--service .service--wrap {
    display: flex;
    justify-content: space-between;
    padding: 60px 100px;
  }
  .page--entry .section--entry .block--service .service-list {
    width: 340px;
  }
  .page--entry .section--entry .block--service .service-list img {
    width: 200px;
    margin: 0 auto 40px;
  }
  .page--entry .section--entry .block--service .service-list .txt {
    margin-top: 20px;
  }
  .page--entry .section--entry .block--entry {
    margin-top: 100px;
  }
  .page--entry .section--entry .block--entry .block-tit {
    margin-bottom: 20px;
  }
  .page--entry .section--entry .block--entry__attention {
    padding: 40px;
  }
  .page--entry .section--entry .block--entry .tit-wrap {
    align-items: center;
  }
  .page--entry .section--entry .block--entry .tit-wrap .icon-attention svg {
    width: 56px;
    height: auto;
  }
  .page--entry .section--entry .block--entry .tit-wrap p {
    margin-left: 20px;
    font-size: 18px;
  }
  .page--entry .section--entry .block--entry .attention-list {
    margin-top: 40px;
  }
  .page--entry .section--entry .block--entry .note {
    margin-top: 30px;
  }
  .page--entry .section--entry .block--entry .entry--wrap {
    border: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list {
    display: flex;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-size: 30px;
    font-family: "Bree Serif", serif;
    padding: 30px;
    border-right: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding: 30px;
    color: #333;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail .btn-wrap {
    align-items: flex-end;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.btn:hover {
    background-color: transparent;
    color: #106635;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.jp-btn {
    width: 60%;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.overseas-btn {
    width: 40%;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list + .entry-list {
    border-top: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .accordion--wrap .accordion-tit span {
    width: 24px;
    height: 24px;
  }
  .page--entry .section--entry .block--entry .accordion--wrap .accordion-tit:hover {
    background-color: #143b25;
  }
  .page--questionnaire .txt-top {
    margin-bottom: 50px;
  }
  .page--questionnaire .btn--main {
    width: 300px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .page--questionnaire .btn--main:hover {
    background-color: transparent;
    color: #106635;
    transition: all 0.3s;
  }
  .page--questionnaire .btn--sub:hover {
    text-decoration: underline;
  }
  .page--questionnaire .form--post {
    display: flex;
    flex-wrap: wrap;
  }
  .page--questionnaire .form--post dt {
    width: 35%;
    margin-bottom: 40px;
    padding-right: 40px;
    text-align: right;
  }
  .page--questionnaire .form--post dd {
    margin-bottom: 50px;
    width: 65%;
  }
  .page--questionnaire .form--post .form__checkbox li + li,
  .page--questionnaire .form--post .form__radio li + li {
    margin-top: 20px;
  }
  .page--questionnaire .form--confirm {
    display: flex;
    flex-wrap: wrap;
  }
  .page--questionnaire .form--confirm dt {
    width: 35%;
    margin-bottom: 40px;
    text-align: right;
    padding-right: 40px;
  }
  .page--questionnaire .form--confirm dd {
    width: 65%;
    margin-bottom: 40px;
  }
  footer a:hover {
    opacity: 0.5;
    transition: all 0.2s 0s ease;
  }
  footer .footer--banner .banner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer--banner .banner-list li {
    margin-bottom: 20px;
  }
  footer .footer--banner .banner-list li + li {
    margin-left: 20px;
  }
  footer .inner {
    padding: 80px 0 38px;
  }
  footer .inner .footer-logo {
    width: 102px;
    height: auto;
    margin: 0 auto 60px;
  }
  footer .inner .section-tit {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .section--inner {
    width: 100%;
    padding: 0 20px;
  }
  .wovn-languages {
    width: 190px;
    height: 24px;
    padding: 2px 16px;
    border: 1px solid #FFFFF5;
  }
  .wovn-languages::before, .wovn-languages::after {
    background-color: #106635;
  }
  .wovn-languages .icon-arrow {
    stroke: #FFFFF5;
  }
  .wovn-languages.visible .nav-dropdown {
    top: auto;
    bottom: -1px;
    left: -1px;
    background-color: #106635;
    border: 1px solid #FFFFF5;
  }
  .header {
    padding: 20px;
    background-color: #FFFFF5;
  }
  .header .header-menu-logo {
    display: none;
  }
  .header .drawer--btn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2000;
    transform: translateY(-50%);
  }
  .header .border {
    display: block;
    width: 40px;
    height: 16px;
    margin-left: auto;
    position: relative;
    transition: all 0.2s 0s ease;
  }
  .header .border span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #106635;
    position: absolute;
    right: 0;
  }
  .header .border span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .border span:last-of-type {
    bottom: 0;
  }
  .header .g-nav {
    position: fixed;
    padding-top: 60px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #FFFFF5;
    overflow-y: scroll;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.3s;
    z-index: 1500;
  }
  .header .g-nav .nav--inner {
    min-height: calc(100vh - 70px);
    position: relative;
    overflow: hidden;
  }
  .header .g-nav .menu-logo {
    display: block;
    margin: auto;
    width: 80px;
    height: auto;
  }
  .header .g-nav .nav--menu__all {
    padding-bottom: 144px;
    text-align: center;
  }
  .header .g-nav .nav--menu__official {
    margin-top: 6vh;
    font-size: 20px;
  }
  .header .g-nav .nav--menu__official li + li {
    margin-top: 12px;
  }
  .header .g-nav .nav--menu__official li a {
    position: relative;
  }
  .header .g-nav .nav--menu__official li a .menu-txt {
    position: absolute;
    display: block;
    width: 100px;
    height: auto;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    fill: #9FC2A8;
  }
  .header .g-nav .nav--menu__fc {
    display: flex;
    justify-content: center;
    padding-top: 7vh;
    font-size: 13px;
  }
  .header .g-nav .nav--menu__fc li {
    display: block;
    min-width: 100px;
    height: 28px;
    border-radius: 14px;
    padding: 0 20px;
    border: 1px solid #106635;
    position: relative;
  }
  .header .g-nav .nav--menu__fc li::before, .header .g-nav .nav--menu__fc li::after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #FFFFF5;
  }
  .header .g-nav .nav--menu__fc li::before {
    top: -1px;
    right: 10px;
  }
  .header .g-nav .nav--menu__fc li::after {
    bottom: -1px;
    left: 10px;
  }
  .header .g-nav .nav--menu__fc li + li {
    margin-left: 12px;
  }
  .header .g-nav .nav--bottom {
    position: absolute;
    /*overflow: hidden;*/
    width: 100%;
    padding: 80px 20px 32px;
    display: flex;
    align-items: end;
    bottom: 0;
    left: 0;
    background-color: #106635;
    color: #FFFFF5;
  }
  .header .g-nav .nav--bottom .bottom--inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .g-nav .nav--bottom::before {
    content: "";
    position: absolute;
    display: block;
    width: 110%;
    height: 50px;
    top: -1px;
    left: -5%;
    border-bottom-left-radius: 100% 100px;
    border-bottom-right-radius: 100% 100px;
    background-color: #FFFFF5;
  }
  .header .g-nav .nav--menu__sns {
    display: flex;
  }
  .header .g-nav .nav--menu__sns li {
    font-size: 1.2em;
  }
  .header .g-nav .nav--menu__sns li + li {
    margin-left: 12px;
  }
  .header::before {
    bottom: -15px;
    height: 40px;
    border-bottom-left-radius: 100% 40px;
    border-bottom-right-radius: 100% 40px;
  }
  .header.open .g-nav {
    transform: scaleY(1);
    transition: all 0.3s;
  }
  .header.open .border {
    width: 30px;
    height: 30px;
    transition: all 0.2s 0s ease;
  }
  .header.open .border span {
    transform: rotate(-45deg);
    transform-origin: right;
    width: 130%;
  }
  .header.open .border span:nth-of-type(2) {
    display: none;
  }
  .header.open .border span:last-of-type {
    transform: rotate(45deg);
  }
  .btn-schedule {
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
  }
  .btn-schedule .btn {
    width: 60px;
    height: 60px;
  }
  .btn-more {
    font-size: 12px;
    padding: 9px 13px;
    border-radius: 15px;
  }
  .list--info li a {
    display: block;
  }
  .list--info .new-icon {
    margin-left: 6px;
  }
  .list--info .tag-group {
    margin-left: 10px;
  }
  .schefav .list--info .titara {
    padding-left: 0.5em;
  }
  .schefav .list--info .titara .tit {
    padding: 0;
    width: 100%;
    margin-top: 0.3em;
  }
  .page--home .header {
    height: 56px;
  }
  .page--home .section--separate {
    padding-top: 47px;
  }
  .page--home .section--separate::before {
    height: 47px;
    border-bottom-left-radius: 100% 93px;
    border-bottom-right-radius: 100% 93px;
  }
  .page--home .section--inner {
    padding-top: 56px;
  }
  .page--home .section-tit {
    font-size: 48px;
    line-height: 0.9;
    margin-bottom: 54px;
  }
  .page--home .more--btn__wrap {
    margin-top: 36px;
    text-align: right;
  }
  .page--home .tit--wrap .tit-symbol {
    width: 62px;
    height: 62px;
    right: -47px;
  }
  .page--home .tit--wrap .tit-symbol .icon.schedule {
    width: 21px;
  }
  .page--home .tit--wrap .tit-symbol .icon.pickup {
    width: 17px;
  }
  .page--home .tit--wrap .tit-symbol .icon.mv {
    width: 15px;
  }
  .page--home .tit--wrap .tit-txt {
    height: 33px;
    bottom: -30px;
  }
  .page--home .section--top {
    padding-top: 56px;
  }
  .page--home .section--top .block--keyvisual {
    height: 200px;
  }
  .page--home .section--top .block--keyvisual .swiper-container {
    height: 100%;
  }
  .page--home .section--top .logo {
    width: calc(100% - 40px);
    max-width: 432px;
    padding-top: 72px;
  }
  .page--home .section--banner {
    width: calc(100% - 20px);
  }
  .page--home .section--banner .banner--wrap {
    margin-top: 72px;
  }
  .page--home .section--info .section-tit {
    font-size: 24px;
    text-align: center;
  }
  .page--home .section--info .list--info .date {
    line-height: 18px;
  }
  .page--home .section--info .list--info .group-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--home .section--info .list--info .tag-group {
    margin-bottom: 10px;
  }
  .page--home .section--info .list--info .tag-group + .tag-group {
    margin-top: 0;
  }
  .page--home .list--info.schedule li, .page--home .list--info.no-data li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page--home .list--info .date {
    margin-bottom: 5px;
  }
  .page--home .section--pickup {
    padding-bottom: 20px;
  }
  .page--home .section--pickup .block--pickup {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 40px;
  }
  .page--home .section--pickup .pickup-comment .pickup-card {
    width: 62%;
  }
  .page--home .section--pickup .pickup-comment .pickup-card.ph {
    position: inherit;
    margin-left: -10px;
    transform: rotate(-5deg);
    transform-origin: left top;
    z-index: 20;
  }
  .page--home .section--pickup .pickup-comment .pickup-card.logo {
    position: absolute;
    transform: rotate(20deg);
    transform-origin: top;
    top: 10px;
    right: -105px;
    z-index: 10;
  }
  .page--home .section--pickup .comment--wrap {
    font-size: 20px;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
    padding: 7.25em 0 2.8em;
    margin-top: -5.8em;
  }
  .page--home .section--pickup .comment--wrap p {
    width: 100%;
  }
  .page--home .section--pickup .comment--wrap p.comment {
    padding: 1.45em 30px;
  }
  .page--home .section--pickup .comment--wrap p.name {
    padding-right: 30px;
  }
  .page--home .section--schedule .schedule--tit {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .page--home .section--schedule .schedule--tit .schedule-month {
    font-size: 32px;
    margin: 0 7px;
  }
  .page--home .section--schedule .block--schedule {
    border-radius: 10px 10px 0 0;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li {
    padding: 15px 0;
    line-height: 1;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li .date {
    font-size: 16px;
  }
  .page--home .section--schedule .block--schedule .list--schedule__date li .week {
    font-size: 10px;
  }
  .page--home .section--schedule .schedule--wrap {
    border-radius: 0 0 10px 10px;
    padding: 24px 0;
  }
  .page--home .section--schedule .schedule--wrap .group-wrap,
  .page--home .section--schedule .schedule--wrap .tag-group {
    margin-right: 8px;
  }
  .page--home .section--schedule .schedule--wrap .tag-group {
    margin-left: 0;
  }
  .page--home .section--schedule .schedule--wrap .tag-group + .tag-group {
    margin-top: 8px;
  }
  .page--home .section--schedule .schedule--wrap .category {
    font-size: 11px;
  }
  .page--home .section--schedule .schedule--wrap .tit {
    margin-top: 8.5px;
  }
  .page--home .section--video .video--wrap .video-tit {
    margin-top: 10px;
  }
  .page--home .footer .section-tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body:not(.page--home) .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  body:not(.page--home) .header .header-menu-logo {
    display: block;
    width: 40px;
  }
  body:not(.page--home) .header .header-menu-logo img {
    height: auto;
  }
  body:not(.page--home) .section-tit span.fav {
    display: block;
  }
  body:not(.page--home) .section-tit:has(.fav) {
    line-height: 1em;
  }
  body:not(.page--home) .section-tit .tofav {
    right: 0;
  }
  body:not(.page--home) .content--main {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  body:not(.page--home) .section-tit {
    font-size: 40px;
    margin-bottom: 30px;
  }
  body:not(.page--home).page--schedule .section-tit {
    margin-bottom: 20px;
  }
  body:not(.page--home).page--schedule .content--main {
    padding-top: 70px;
  }
  body:not(.page--home).page--schedule.body--app .content--main {
    padding-top: 0;
  }
  body:not(.page--home) footer {
    padding-top: 47px;
  }
  body:not(.page--home) footer .section-tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body:not(.page--home) footer::before {
    height: 47px;
    border-bottom-left-radius: 100% 93px;
    border-bottom-right-radius: 100% 93px;
  }
  .section--detail .tit .new-icon {
    width: 40px;
    margin-left: 6px;
  }
  .page--info .section--inner {
    overflow: hidden;
  }
  .page--info .block--sort-category {
    margin-bottom: 10px;
  }
  .page--info .list--info a.sche_info {
    display: flex;
    align-items: center;
  }
  .page--info .list--info a.sche_info .date-wrap {
    align-items: center;
  }
  .page--info .list--info a.sche_info .date.sche {
    width: 2.5em;
  }
  .page--info .list--info a.sche_info .date.sche em {
    line-height: 1.5em;
  }
  .page--info .list--info a.sche_info .group-wrap {
    padding: 0.5em;
  }
  .page--info .list--info a.sche_info .tag-group {
    margin: 0;
  }
  .page--info .list--info .date {
    line-height: 18px;
  }
  .page--info .list--info .group-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--info .list--info .tag-group {
    margin-bottom: 10px;
  }
  .page--info .list--info .tag-group + .tag-group {
    margin-top: 0;
  }
  .page--info .block--sort-category .list--sort {
    flex-wrap: nowrap;
    margin-left: -20px;
    padding-left: 20px;
    width: 100vw;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .page--info .block--sort-category .list--sort li .category label {
    white-space: nowrap;
  }
  .page--info .block--sort-category .list--sort li:last-child {
    padding-right: 1em;
  }
  .section--detail .tag-wrap {
    margin-bottom: 14px;
  }
  .section--detail .tit {
    font-size: 20px;
  }
  .section--detail .txt {
    margin-top: 20px;
  }
  .page--schedule .section-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }
  .page--schedule .section--inner .section-tit {
    text-align: left;
    line-height: 1;
    margin-bottom: 0 !important;
  }
  .page--schedule .block--sort-category {
    margin-bottom: 15px;
  }
  .page--schedule .block--sort-category .list--sort {
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    overflow-x: scroll;
    transform: translateX(-20px);
    padding: 0 20px;
  }
  .page--schedule .block--sort-category .list--sort::-webkit-scrollbar {
    display: none;
  }
  .page--schedule .block--sort-category .list--sort li {
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .page--schedule .block--sort-category .list--sort li label {
    font-size: 10px;
    padding: 2px 8px;
  }
  .page--schedule .block--sort-category .list--sort + .list--sort {
    margin-top: 10px;
  }
  .page--schedule .option-block {
    padding-top: 0;
  }
  .page--schedule .option-block:has(.schedule) {
    margin-top: -1em;
  }
  .page--schedule .calendarHeader {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: -1em;
  }
  .page--schedule .calendarHeader .year,
  .page--schedule .calendarHeader .month_en {
    width: auto;
  }
  .page--schedule .calendarHeader .date {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page--schedule .calendarHeader .date .month {
    font-size: 38px;
    margin: 0 6px;
    line-height: 1;
  }
  .page--schedule .calendarHeader .link-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    /* margin: auto; */
    position: relative;
    padding: 3em 0 calc(40px + 1.5em);
  }
  .page--schedule .calendarHeader .link-block .month-link {
    display: flex;
    font-size: min(2.5vw, 1em);
    padding-left: min(2.5vw, 1em);
  }
  .page--schedule .calendarHeader .link-block .month-link li + li {
    margin-left: 1.3em;
    text-align: right;
  }
  .page--schedule .calendarHeader .link-block .month-link li a {
    white-space: nowrap;
  }
  .page--schedule .calendarHeader .link-block .change-btn {
    width: 40px;
    height: 40px;
  }
  .page--schedule .calendarHeader .link-block .change-btn svg {
    width: 21px;
    height: auto;
  }
  .page--schedule .calendarHeader .link-block .apture {
    display: flex;
    width: 140px;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .page--schedule .calendarHeader .link-block .apture > div a {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    padding: 0.5em;
    border-radius: 50rem;
    position: relative;
    letter-spacing: 0;
  }
  .page--schedule .calendarHeader .link-block .apture > div a span {
    position: absolute;
    font-size: 8px;
    font-family: "Noto Sans JP", serif;
    white-space: nowrap;
    bottom: -2em;
    letter-spacing: 0;
  }
  .page--schedule .calendarHeader .arrow-left {
    margin-right: 8px;
  }
  .page--schedule .calendarHeader .arrow-right {
    margin-left: 8px;
  }
  .page--schedule .link-favorite {
    margin-bottom: 0;
  }
  .page--schedule .calendar .weekHeader {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .page--schedule .calendarBody {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-top: 1px solid #106635;
    border-bottom: 1px solid #106635;
  }
  .page--schedule .calendarBody .week .cell {
    min-height: 100px;
    padding: 2px 4px 14px;
  }
  .page--schedule .calendarBody .week .cell .date {
    margin-bottom: 2px;
  }
  .page--schedule .calendarBody .week .cell .schedule-link {
    pointer-events: none;
  }
  .page--schedule .calendarBody .week .cell .badge-group > * {
    margin: 0 4px 5px 0;
  }
  .page--schedule .calendarBody .week .cell .tag {
    font-size: 10px;
    padding: 2px 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page--schedule .calendarBody .week .cell .tit {
    width: 100%;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.2em;
    line-height: 1.1;
  }
  .page--schedule .infoList .schedule_entry_box {
    padding: 15px 0;
  }
  .page--schedule .infoList .schedule_entry_box .date {
    width: 65px;
    padding-right: 20px;
  }
  .page--schedule .infoList .schedule_entry_box .entry_box {
    width: calc(100% - 65px);
  }
  .page--schedule .infoList .schedule-block .badge-group {
    flex-wrap: wrap;
  }
  .page--schedule .infoList .schedule-block .badge-group .tag-wrap {
    font-size: 0;
  }
  .page--schedule .infoList .schedule-block .badge-group .tag-wrap .tag-group {
    font-size: 11px;
    padding: 4px 10px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .page--schedule .infoList .schedule-block .badge-group .cat {
    margin-bottom: 4px;
  }
  .page--schedule .infoList .schedule-block + .schedule-block {
    margin-top: 15px;
  }
  .page--schedule .modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page--schedule .modal-wrap .schedule-modal-wrap {
    position: absolute;
    width: calc(100% - 40px);
    max-height: 80vh;
    overflow-y: scroll;
    padding: 28px 20px 20px;
    background-color: #FFFFF5;
    border: 1px solid #106635;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner {
    display: flex;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .date {
    font-family: "Bree Serif", serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 65px;
    padding-right: 20px;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .date .md {
    font-family: "Signika Negative", sans-serif;
    font-size: 32px;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .entry_box {
    width: calc(100% - 65px);
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .schedule-block a {
    display: block;
    padding: 16px 0;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .schedule-block + .schedule-block {
    border-top: 1px solid #dddddd;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .badge-group {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .tag-group {
    font-size: 11px;
    padding: 4px 10px;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-inner .cat {
    font-size: 11px;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-close-btn {
    position: sticky;
    display: block;
    width: 16px;
    height: 16px;
    top: 0;
    left: 100%;
    z-index: 2500;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-close-btn::before, .page--schedule .modal-wrap .schedule-modal-wrap .modal-close-btn::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150%;
    height: 1px;
    background-color: #106635;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-close-btn::before {
    left: 0;
    transform: rotate(45deg);
    transform-origin: left top;
  }
  .page--schedule .modal-wrap .schedule-modal-wrap .modal-close-btn::after {
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right top;
  }
  .page--favorite .section--inner .section-tit {
    font-size: 32px;
  }
  .section--profile .lead-wrap {
    margin-bottom: 40px;
  }
  .section--profile .lead-wrap .top-logo {
    width: 70%;
  }
  .section--profile .lead-wrap .sns-link {
    margin: 20px 0 10px;
  }
  .section--profile .group-member {
    justify-content: space-between;
  }
  .section--profile .group-member > li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
  }
  .section--profile .group-member .member-info {
    text-align: center;
  }
  .section--profile .group-member .member-sns {
    justify-content: center;
    font-size: 100%;
  }
  .page--mv .list--video,
  .page--movie .list--video {
    justify-content: space-between;
  }
  .page--mv .list--video li,
  .page--movie .list--video li {
    width: calc(50% - 10px);
  }
  .page--movie .section--detail .block--title {
    margin-bottom: 10px;
  }
  .page--movie .section--detail .block--title .tit {
    font-size: 1.6em;
  }
  .page--movie .section--detail .block--more_movies {
    margin-top: 80px;
  }
  .page--movie .section--detail .block--more_movies .more_movies_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .thumb {
    width: 50%;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie a .list__txt {
    padding: 12px;
  }
  .page--movie .section--detail .block--more_movies .list--contents .item--more_movie + .item--more_movie {
    margin-top: 20px;
  }
  .page--movie .section--detail .back__btn {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
  }
  body.page--support .section-tit {
    font-size: 32px;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .list--tag {
    margin-bottom: 40px;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .section--detail .txt {
    margin-top: auto;
  }
  .page--faq .section--detail .tit--category.head {
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    border: 1px solid #106635;
    border-radius: 20px;
  }
  .page--faq .section--detail .block--faq-detail dd .txt {
    margin-bottom: 60px;
  }
  .page--app .section--app .section-tit {
    margin-bottom: 20px;
  }
  .page--app .section--app .lead {
    font-size: 20px;
  }
  .page--app .section--app .block--app {
    margin-top: 30px;
    padding-top: 120px;
  }
  .page--app .section--app .block--app .app-detail {
    padding: 20px;
  }
  .page--app .section--app .block--app .app-detail img {
    width: 60%;
    max-width: 240px;
    margin: -120px auto 0;
  }
  .page--app .section--app .block--app .app-detail + .app-detail {
    margin-top: 150px;
  }
  .page--app .section--app .btn-howto {
    width: 100%;
    height: 70px;
    margin: 40px auto 0;
    padding: 20px 0;
    font-size: 16px;
    border-radius: 35px;
  }
  .page--app .section--app .block--get {
    margin-top: 60px;
  }
  .page--app .section--app .block--get .txt {
    margin: auto;
    font-size: 20px;
  }
  .page--app .section--app .block--get .btn-wrap {
    margin-top: 20px;
  }
  .page--app .section--app .block--get .btn-wrap .store-btn {
    height: 50px;
  }
  .page--app .section--app .block--get .btn-wrap .store-btn + .store-btn {
    margin-left: 20px;
  }
  .page--app .section--app .block--device {
    margin-top: 60px;
    padding: 20px;
  }
  .page--app .section--app .block--device .tit {
    font-size: 16px;
  }
  .page--entry .section--entry .tit-logo {
    margin: 0 auto 10px;
    width: 80px;
  }
  .page--entry .section--entry .section-tit {
    font-size: 28px;
  }
  .page--entry .section--entry .sub-tit {
    font-size: 24px;
  }
  .page--entry .section--entry .block-tit {
    font-size: 20px;
    font-weight: bold;
  }
  .page--entry .section--entry .block--service .tit-wrap {
    padding: 20px;
  }
  .page--entry .section--entry .block--service .service--wrap {
    padding: 40px 30px;
  }
  .page--entry .section--entry .block--service .service-list {
    width: 100%;
  }
  .page--entry .section--entry .block--service .service-list img {
    width: 160px;
    margin: 0 auto 20px;
  }
  .page--entry .section--entry .block--service .service-list .txt {
    margin-top: 10px;
    text-align: left;
  }
  .page--entry .section--entry .block--service .service-list + .service-list {
    margin-top: 40px;
  }
  .page--entry .section--entry .block--entry {
    margin-top: 60px;
  }
  .page--entry .section--entry .block--entry .block-tit {
    margin-bottom: 20px;
  }
  .page--entry .section--entry .block--entry__attention {
    padding: 20px;
  }
  .page--entry .section--entry .block--entry .tit-wrap .icon-attention {
    display: block;
    height: 2em;
    margin: 5px 10px 0 0;
  }
  .page--entry .section--entry .block--entry .tit-wrap .icon-attention svg {
    height: 100%;
    width: auto;
  }
  .page--entry .section--entry .block--entry .tit-wrap p {
    font-size: 16px;
  }
  .page--entry .section--entry .block--entry .attention-list {
    margin-top: 30px;
  }
  .page--entry .section--entry .block--entry .note {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--entry .section--entry .block--entry .entry--wrap {
    border: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-tit {
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail {
    padding: 20px;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail .btn-wrap {
    flex-direction: column;
    gap: 1em;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.btn {
    margin: 0 auto;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.jp-btn {
    width: 100%;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list .step-detail a.overseas-btn {
    width: 85%;
  }
  .page--entry .section--entry .block--entry .entry--wrap .entry-list + .entry-list {
    border-top: 1px solid #106635;
  }
  .page--entry .section--entry .block--entry .accordion--wrap .accordion-tit span {
    width: 20px;
    height: 20px;
  }
  body.page--questionnaire .section-tit {
    font-size: 27px;
  }
  body.page--questionnaire .txt-top {
    margin-bottom: 30px;
  }
  body.page--questionnaire .btn--main {
    width: 100%;
  }
  body.page--questionnaire .form--post dt,
  body.page--questionnaire .form--confirm dt {
    margin-bottom: 15px;
  }
  body.page--questionnaire .form--post dd,
  body.page--questionnaire .form--confirm dd {
    margin-bottom: 40px;
  }
  body.page--questionnaire .form--post .form__checkbox li + li,
  body.page--questionnaire .form--post .form__radio li + li,
  body.page--questionnaire .form--confirm .form__checkbox li + li,
  body.page--questionnaire .form--confirm .form__radio li + li {
    margin-top: 12px;
  }
  footer .section-tit {
    margin-bottom: 10px;
  }
  footer .footer--banner .banner-list li {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer--banner .banner-list li + li {
    margin-top: 20px;
  }
  footer .inner {
    padding: 60px 20px 38px;
  }
  footer .inner .footer-logo {
    width: 56px;
    height: auto;
    margin: 0 auto 38px;
  }
  footer .inner ul[class^=nav--] {
    flex-wrap: wrap;
  }
  footer .inner ul[class^=nav--] li {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */