@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 1px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: var(--color-gray);
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 9% 0;
  border-bottom: 1px solid var(--body-font-color);
  font-size: var(--font-size-17);
  text-align: center;
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current span {
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current span::before, #drawer-nav .drawer-nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current span::before {
  left: -5vw;
}
#drawer-nav .drawer-nav .current span::after {
  left: -7vw;
  opacity: 1 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns__lists {
  margin: 10% auto;
  gap: 3vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
}
#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 7%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5vw 7vw;
}
.c-contact__list .com-tel {
  line-height: 1.2;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  letter-spacing: var(--body-letter-spacing);
  font-size: var(--font-size-26);
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .contact__sns-list {
  justify-content: flex-end;
}

/*
# sns-list
------------------------*/
.c-sns__list {
  gap: 5vw 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/*
# c-concert-info__post-wrap
------------------------*/
.c-concert-info__post-wrap .concert-info__post {
  border-bottom: 1px solid var(--color-gray-dark);
}
.c-concert-info__post-wrap .concert-info__post:last-child {
  border-bottom: none;
}
.c-concert-info__post-wrap .concert-info__post-link {
  padding: 13% 6%;
  position: relative;
  display: block;
}
.c-concert-info__post-wrap .concert-info__post-link:hover {
  transform: translateX(10px);
}
.c-concert-info__post-wrap .concert-info__post-link:hover .concert-info__post-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.c-concert-info__post-wrap .concert-info__post-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 6%;
}
.c-concert-info__post-wrap .concert-info__post-tags {
  margin-bottom: 8%;
}
.c-concert-info__post-wrap .concert-info__post-title {
  font-size: var(--font-size-18);
  margin-bottom: 10%;
  padding-right: 10%;
}
.c-concert-info__post-wrap .concert-info__post-title::before {
  inset: 0 0 0 auto;
  margin: auto 0;
}

.concert-info__post-tags {
  gap: 2vw;
  display: flex;
  flex-wrap: wrap;
}
.concert-info__post-tags .concert-info__post-tag {
  padding-left: 6vw;
  background: url(../../img/common/tag_ic.png) left top 2vw no-repeat;
}

/*
# c-voice__list
------------------------*/
.c-voice__list .voice__item {
  margin-bottom: 12%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
}
.c-voice__list .voice__item:last-child {
  margin-bottom: 0;
}
.c-voice__list .voice__item-icon {
  width: 24%;
}
.c-voice__list .voice__item-content {
  width: 70%;
  padding: 10% 7%;
  background: var(--color-white);
}
.c-voice__list .voice__item-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 4vw 3vw 0px;
  border-color: transparent var(--color-white) transparent transparent;
  inset: 8vw auto auto -2.95vw;
}
.c-voice__list .voice__item-profile {
  display: flex;
  align-items: center;
}
.c-voice__list .voice__item-profile span:nth-child(2) {
  padding-left: 3vw;
  margin-left: 3vw;
  position: relative;
}
.c-voice__list .voice__item-profile span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3.5vw;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--font-weight-bold);
  border-radius: 2vw;
  height: 16vw;
  text-align: center;
  font-size: var(--font-size-16);
  color: var(--color-white);
  background: var(--primary-color);
}

.bs-icon--arrow::before {
  content: "\f133";
  color: var(--body-font-color);
  inset: auto 0 0 auto;
  font-size: var(--font-size-20);
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-align: center;
  padding-bottom: 11%;
  position: relative;
  margin-bottom: 12%;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 1px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--color-gray-dark);
}
.section-title.align-left {
  text-align: left;
}
.section-title.align-left::before {
  right: auto;
}
.section-title .title-en {
  font-size: var(--font-size-32);
  font-family: var(--sub-font-family);
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10%;
  font-weight: var(--font-weight-regular);
}
.section-title .title-en::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 13px;
  background: url(../../img/common/section-ttl_ic.png) center/100% no-repeat;
  inset: 0 -7vw auto auto;
}
.section-title .title-ja {
  display: block;
  font-size: var(--font-size-18);
  letter-spacing: 0.22em;
}

.headline-title {
  font-size: var(--font-size-20);
  margin-bottom: 5%;
}

/*==========================================
header
===========================================*/
#header {
  background: rgba(var(--color-white-rgb), 0.7);
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  padding: 3% 4%;
  z-index: 1001;
}
#header .header__logo {
  width: 28%;
  line-height: 1;
}
#header .header__right {
  display: none;
}
#header .header__contact-list {
  justify-content: flex-end;
}
#header #nav {
  margin-top: 10px;
}
#header #nav .nav__list {
  gap: 15px 25px;
  font-size: var(--font-size-14);
}
#header #nav .nav__list .nav__item-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header #nav .nav__list .nav__item-link::before, #header #nav .nav__list .nav__item-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--body-font-color);
  position: absolute;
  display: block;
}
#header #nav .nav__list .nav__item-link::before {
  left: 50%;
}
#header #nav .nav__list .nav__item-link:after {
  right: 50%;
}
#header #nav .nav__list .nav__item-link:hover {
  color: var(--body-font-color);
}
#header #nav .nav__list .nav__item-link:hover::before, #header #nav .nav__list .nav__item-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--body-font-color);
}
#header #nav .nav__list .nav__item-link.current {
  border-bottom: 1px solid;
}
#header #nav .nav__list .nav__item-link.current::before, #header #nav .nav__list .nav__item-link.current::after {
  border: none;
}
#header #nav .nav__list .nav__item-link.current:hover::before, #header #nav .nav__list .nav__item-link.current:hover::after {
  border: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 100vh;
  height: 100svh;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 100;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-mv #mv__slider {
  height: 100vh;
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv-slide01_sp.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv-slide02_sp.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv-slide03_sp.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--color-gray);
}
#footer .footer__inbox {
  padding: 15% 8%;
  text-align: center;
}
#footer .footer__logo {
  width: 37%;
  display: inline-block;
  margin-bottom: 15%;
}
#footer .footer__sns-list {
  justify-content: center;
  margin-bottom: 15%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-14);
  padding: 10% 0 0;
  text-align: left;
  border-top: 1px solid;
}
#footer .footer__nav-list .footer__nav-link {
  display: block;
  margin-bottom: 15%;
}
#footer .footer__nav-list .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  background: var(--color-white);
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 55vw;
  position: relative;
}
.lower-sv .sv__title {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 24%;
  text-align: center;
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-25);
  letter-spacing: 0.22em;
  color: var(--color-white);
  padding-bottom: 10px;
  filter: drop-shadow(1px 1px 15px rgba(var(--primary-color-rgb), 0.53)) drop-shadow(1px 1px 10px rgba(var(--primary-color-rgb), 0.53)) drop-shadow(1px 1px 8px rgba(var(--primary-color-rgb), 0.53)) drop-shadow(1px 1px 10px rgba(var(--primary-color-rgb), 0.53)) drop-shadow(1px 1px 15px rgba(var(--primary-color-rgb), 0.53));
}

#profile-sv {
  background: url(../../img/sv/profie-sv_bg.jpg) center/cover no-repeat;
}

#concert-info-sv {
  background: url(../../img/sv/concert-info-sv_bg.jpg) center/cover no-repeat;
}

#video-archive-sv {
  background: url(../../img/sv/video-archive-sv_bg.jpg) center/cover no-repeat;
}

#onlineshop-sv {
  background: url(../../img/sv/onlineshop-sv_bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
下層共通
===========================================*/
.border-frame {
  position: relative;
  z-index: 1;
}
.border-frame::before {
  position: absolute;
  content: "";
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-gray);
  z-index: -1;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 20% 0;
}
#top-news .news__title {
  padding-bottom: 0;
}
#top-news .news__title::before {
  background: none;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--color-gray-dark);
  margin-bottom: 15%;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  padding: 0 8% 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 4vw;
}
#top-news .news__post-list .news__post-link::before {
  bottom: 10vw;
}
#top-news .news__post-list .news__post-thumb {
  width: 100%;
  height: 55vw;
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  font-size: var(--font-size-14);
}
#top-news .news__post-list .news__post-date {
  width: 33%;
}
#top-news .news__post-list .news__post-tags {
  width: 67%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 2vw;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# top-profile
------------------------*/
#top-profile {
  position: relative;
}
#top-profile .profile__inbox {
  padding: 18% 8%;
  position: relative;
}
#top-profile .profile__title::after {
  position: absolute;
  content: "";
  width: 26%;
  height: 42vw;
  inset: -8vw 0 0 auto;
  background: url(../../img/top/profile-ttl_deco.png) center/100% no-repeat;
}
#top-profile .profile__img {
  margin-bottom: 10%;
}
#top-profile .profile__text {
  margin-bottom: 15%;
}
#top-profile .profile__button {
  margin-bottom: 13%;
}
#top-profile .profile__banner {
  display: block;
}
#top-profile .profile__banner:hover {
  transform: scale(0.97);
}

/*
# top-concert-info
------------------------*/
#top-concert-info {
  padding: 20% 0;
}
#top-concert-info .concert-info__title::after {
  position: absolute;
  content: "";
  width: 34%;
  height: 37vw;
  inset: auto auto -16vw -8%;
  background: url(../../img/top/info-ttl-l_deco.png) center/100% no-repeat;
  z-index: 1;
}
#top-concert-info .concert-info__title .title-en {
  font-size: var(--font-size-25);
}
#top-concert-info .concert-info__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# top-links
------------------------*/
.top-links .links__item {
  margin-bottom: 20%;
  position: relative;
}
.top-links .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__item .links__title {
  text-align: center;
}
.top-links .links__item .links__title::before {
  right: 0;
}
.top-links .links__item .links__content {
  background: var(--color-white);
  position: relative;
  z-index: 1;
  padding: 15% 8%;
}
.top-links .links__item .links__content::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-gray-dark);
  z-index: -1;
}
.top-links .links__item .links__img {
  margin-bottom: 12%;
}
.top-links .links__item-youtube .links__content::after {
  position: absolute;
  content: "";
  width: 34%;
  height: 26vw;
  background: url(../../img/top/youtube-content_deco.png) center/100% no-repeat;
  inset: auto -9% -9vw auto;
}
.top-links .links__item .links__text {
  margin-bottom: 15%;
  text-align: center;
}
.top-links .links__item .links__button {
  width: 100%;
  position: relative;
  z-index: 1;
}

/*
# top-lesson
------------------------*/
#top-lesson {
  padding: 20% 0;
}
#top-lesson .lesson__wrap {
  background: var(--accent-color);
  border-radius: 4vw;
  padding: 15% 6%;
  position: relative;
  z-index: 1;
}
#top-lesson .lesson__wrap::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  inset: 0;
  margin: auto;
  border: 1px solid #e2ebcf;
  z-index: -1;
  border-radius: inherit;
}
#top-lesson .lesson__content .lesson__button {
  margin-top: 18%;
  font-size: var(--font-size-15);
}
#top-lesson .lesson__img {
  position: absolute;
  inset: -10vw -6% auto auto;
  width: 38%;
}
#top-lesson .lesson__img::before, #top-lesson .lesson__img::after {
  position: absolute;
  content: "";
}
#top-lesson .lesson__img::before {
  width: 35%;
  height: 17vw;
  background: url(../../img/top/lesson-l_deco.png) top center/100% no-repeat;
  inset: -3vw auto auto -5%;
}
#top-lesson .lesson__img::after {
  width: 16.9696%;
  height: 13vw;
  background: url(../../img/top/lesson-r_deco.png) bottom center/100% no-repeat;
  inset: auto -3.0505% -3vw auto;
}

/*
# top-sns
------------------------*/
#top-sns {
  padding: 20% 0;
  background: url(../../img/top/sns-top_deco.png) top center/100% no-repeat;
  position: relative;
}
#top-sns::before {
  position: absolute;
  content: "";
  width: 34%;
  height: 25vw;
  inset: auto 3% 0 auto;
  background: url(../../img/top/sns-content_deco.png) center/100% no-repeat;
}
#top-sns .sns__content {
  background: rgba(var(--color-white-rgb), 0.8);
  border-radius: 4vw;
  padding: 13% 6%;
}
#top-sns .sns__content .sns__text {
  margin-bottom: 15%;
}
#top-sns .sns__content .sns__sns-list {
  justify-content: center;
}
#top-sns .sns__content .sns__sns-list .youtube__button {
  height: 12vw;
  width: 36vw;
  font-size: var(--font-size-14);
}

/*==========================================
profile
===========================================*/
/*
# profile-greeting
------------------------*/
#profile-greeting {
  padding: 20% 0 14%;
}
#profile-greeting .greeting__inbox {
  position: relative;
}
#profile-greeting .greeting__title::after {
  position: absolute;
  content: "";
  width: 26%;
  height: 36vw;
  background: url(../../img/profile/greeting-ttl_deco.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#profile-greeting .greeting__img {
  margin-bottom: 12%;
}

/*
# profile-awards
------------------------*/
#profile-awards {
  padding: 12% 0 20%;
}
#profile-awards .awards__title::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 32vw;
  background: url(../../img/profile/awards-ttl_deco.png) center/100% no-repeat;
  inset: -6vw auto 0 0;
}
#profile-awards .awards__list {
  background: var(--color-white);
  padding: 12% 8%;
}
#profile-awards .awards__list .awards__item {
  font-size: var(--font-size-16);
  padding-left: 7%;
  background: url(../../img/profile/awards-item_ic.png) left top 12px/2.5vw no-repeat;
  margin-bottom: 9%;
}
#profile-awards .awards__list .awards__item:last-child {
  margin-bottom: 0;
}

/*
# profile-activities
------------------------*/
#profile-activities {
  padding: 12% 0 20%;
}
#profile-activities .activities__item {
  width: 85%;
  margin: 0 auto 15%;
  position: relative;
}
#profile-activities .activities__item:last-child {
  margin-bottom: 0;
}
#profile-activities .activities__item-title {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 7%;
  padding-bottom: 4%;
  line-height: 1.6;
}
#profile-activities .activities__item-title .activities__item-date {
  display: block;
  font-size: var(--font-size-16);
  margin-bottom: 10px;
}
#profile-activities .activities__item-title-ja {
  font-size: var(--font-size-18);
  margin-bottom: 20px;
}
#profile-activities .activities__item-title .activities__item-date {
  font-size: var(--font-size-13);
  width: 100px;
}
#profile-activities .activities__item-img {
  width: 100%;
  height: 51vw;
  margin-bottom: 8%;
}

/*==========================================
concert-info
===========================================*/
#concert-info-single .concert-info__headline {
  margin-bottom: 13%;
}
#concert-info-single .concert-info__headline .concert-info__img {
  width: 90%;
  margin: 0 auto 8%;
}
#concert-info-single .concert-info__body {
  background: var(--color-white);
  padding: 12% 9%;
  margin-bottom: 13%;
}
#concert-info-single .concert-info__button {
  width: 100%;
  margin: 0 auto 15%;
}
#concert-info-single .concert-info__gallery .gallery__item {
  width: 85%;
  margin: 0 auto 8%;
  text-align: center;
}
#concert-info-single .concert-info__gallery .gallery__item:last-child {
  margin-bottom: 0;
}

/*==========================================
video-archive
===========================================*/
#video-archive .video__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 6vw;
}
#video-archive .video__list .video__item {
  width: 48%;
}
#video-archive .video__list .video__item-link {
  display: block;
}
#video-archive .video__list .video__item-img {
  width: 100%;
  height: 57vw;
}
#video-archive .video__list .video__item-title {
  font-size: var(--font-size-13);
  padding: 4% 15% 4% 0;
}
#video-archive .video__list .video__item-title::before {
  inset: 0 0 0 auto;
  margin: auto 0;
}

/*
# video-single
------------------------*/
#video-single .video__title {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 4%;
}
#video-single .video__img {
  text-align: center;
  margin-bottom: 10%;
}
#video-single .video__body {
  background: var(--color-white);
  padding: 12% 8%;
  margin-bottom: 13%;
}
#video-single .video__list .video__item {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 10%;
}
#video-single .video__list .video__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#video-single .video__list .video__item:last-child {
  margin-bottom: 0;
}

/*==========================================
onlineshop
===========================================*/
#onlineshop-archive .onlineshop__text {
  text-align: center;
  margin-bottom: 13%;
}
#onlineshop-archive .online__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 6vw;
}
#onlineshop-archive .online__list .online__item {
  width: 48%;
}
#onlineshop-archive .online__list .online__item-link {
  display: block;
}
#onlineshop-archive .online__list .online__item-link::before {
  bottom: 1vw;
}
#onlineshop-archive .online__list .online__item-img {
  width: 100%;
  height: 41vw;
}
#onlineshop-archive .online__list .online__item-title {
  padding: 4% 0;
  font-size: var(--font-size-15);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 3%;
}
#onlineshop-archive .online__list .online__item-price {
  font-size: var(--font-size-14);
}

#onlineshop-single .online__title {
  border-bottom: 1px solid var(--color-gray);
}
#onlineshop-single .online__price {
  font-size: var(--font-size-18);
  margin-bottom: 6%;
}
#onlineshop-single .online__img {
  text-align: center;
  margin-bottom: 13%;
}
#onlineshop-single .online__body {
  padding: 12% 8%;
  background: var(--color-white);
  margin-bottom: 13%;
}
#onlineshop-single .online__button {
  width: 100%;
  margin: 0 auto;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/