@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list {
  gap: 15px 25px;
}
.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-30);
}
.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: 25px 30px;
}

/*
# 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: 55px 0;
  position: relative;
}
.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: 330px;
  max-height: 400px;
  overflow: hidden;
}
.c-concert-info__post-wrap .concert-info__post-content {
  width: 710px;
}
.c-concert-info__post-wrap .concert-info__post-tags {
  margin-bottom: 25px;
}
.c-concert-info__post-wrap .concert-info__post-title {
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}

.concert-info__post-tags {
  gap: 10px;
}
.concert-info__post-tags .concert-info__post-tag {
  padding-left: 25px;
  background: url(../../img/common/tag_ic.png) left top 8px no-repeat;
}

/*
# c-voice__list
------------------------*/
.c-voice__list .voice__item {
  margin-bottom: 40px;
}
.c-voice__list .voice__item:last-child {
  margin-bottom: 0;
}
.c-voice__list .voice__item-content {
  width: 822px;
  padding: 45px 35px;
  background: var(--color-white);
}
.c-voice__list .voice__item-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 26px 15px 0px;
  border-color: transparent var(--color-white) transparent transparent;
  inset: 75px auto auto -26px;
}
.c-voice__list .voice__item-profile span:nth-child(2) {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.c-voice__list .voice__item-profile span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 35px;
}
.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-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  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: 7px;
  height: 70px;
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--color-white);
  background: var(--primary-color);
}
.com-button:hover {
  border-radius: 0;
  background: var(--color-black);
  opacity: 1;
}

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

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 65px;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 65px;
  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-54);
  font-family: var(--sub-font-family);
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 50px;
  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 -30px auto auto;
}
.section-title .title-ja {
  display: block;
  font-size: var(--font-size-20);
  letter-spacing: 0.22em;
}

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

/*==========================================
header
===========================================*/
#header {
  background: rgba(var(--color-white-rgb), 0.7);
  width: 100%;
  position: absolute;
  inset: 0 0 auto;
  padding: 15px 2.604% 10px 2.0833%;
  z-index: 1001;
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  width: -moz-fit-content;
  width: fit-content;
}
#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;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto 0 35.4838%;
  margin: auto;
  z-index: 100;
  width: 28.125%;
}
#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.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv_slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv_slide03.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: 90px 0;
  text-align: center;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer__sns-list {
  justify-content: center;
  margin-bottom: 40px;
}
#footer .footer__nav-list {
  gap: 15px 25px;
  font-size: var(--font-size-14);
  padding: 15px 0;
  border-top: 1px solid;
}
#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: clamp(400px, 34.3745vw, 660px);
  position: relative;
}
.lower-sv .sv__title {
  width: 780px;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 34.0909%;
  text-align: center;
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-44);
  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% - 20px);
  height: calc(100% - 20px);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-gray);
  z-index: -1;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 155px 0 90px;
}
#top-news .news__title {
  padding-bottom: 0;
  margin-bottom: 50px;
}
#top-news .news__title::before {
  background: none;
}
#top-news .news__title .title-en {
  margin-bottom: 20px;
}
#top-news .news__post-list {
  gap: 45px;
}
#top-news .news__post-list .news__post {
  width: 330px;
  border-bottom: 1px solid var(--color-gray-dark);
}
#top-news .news__post-list .news__post-link {
  padding-bottom: 10px;
}
#top-news .news__post-list .news__post-thumb {
  width: 100%;
  height: 240px;
  margin-bottom: 25px;
}
#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: 100px;
}
#top-news .news__post-list .news__post-tags {
  width: calc(100% - 100px);
  gap: 5px;
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 10px;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  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-18);
}
#top-news .news__button {
  width: 750px;
  margin: 70px auto 0;
}

/*
# top-profile
------------------------*/
#top-profile {
  position: relative;
}
#top-profile .profile__inbox {
  padding: 85px 0 10.2%;
  position: relative;
}
#top-profile .profile__title::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 387px;
  inset: -85px -138px 0 auto;
  background: url(../../img/top/profile-ttl_deco.png) center/100% no-repeat;
}
#top-profile .profile__content {
  width: 506px;
  margin-left: auto;
}
#top-profile .profile__img {
  position: absolute;
  inset: auto auto 0 0;
}
#top-profile .profile__text {
  margin-bottom: 70px;
}
#top-profile .profile__button {
  margin-bottom: 25px;
}
#top-profile .profile__banner {
  display: block;
}
#top-profile .profile__banner:hover {
  transform: scale(0.97);
}
#top-profile .profile__img-top {
  width: 43.2291%;
  margin-left: auto;
  position: absolute;
  inset: 90px auto auto 3.125%;
  text-align: right;
}

/*
# top-concert-info
------------------------*/
#top-concert-info {
  padding: 105px 0 85px;
}
#top-concert-info .concert-info__inbox {
  padding-top: 65px;
}
#top-concert-info .concert-info__title::after {
  position: absolute;
  content: "";
  width: 257px;
  height: 324px;
  inset: -65px auto 0 -181px;
  background: url(../../img/top/info-ttl-l_deco.png) center/100% no-repeat;
}
#top-concert-info .concert-info__button {
  width: 750px;
  margin: 70px auto 0;
}

/*
# top-links
------------------------*/
.top-links .links__item {
  margin-bottom: 95px;
  position: relative;
}
.top-links .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__item .links__inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
.top-links .links__item .links__content {
  background: var(--color-white);
  position: relative;
  z-index: 1;
  padding: 85px 0 75px;
}
.top-links .links__item .links__content::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  inset: 0;
  margin: auto;
  border: 1px solid var(--color-gray-dark);
  z-index: -1;
}
.top-links .links__item .links__img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.top-links .links__item-youtube .links__content {
  width: 47.5%;
  margin-left: auto;
  padding-left: 12.5%;
}
.top-links .links__item-youtube .links__content::after {
  position: absolute;
  content: "";
  width: 198px;
  height: 181px;
  background: url(../../img/top/youtube-content_deco.png) center/100% no-repeat;
  inset: auto -73px -105px auto;
}
.top-links .links__item-youtube .links__img {
  width: 50%;
  left: 4.9479%;
  text-align: right;
  bottom: -30px;
}
.top-links .links__item-onlineshop .links__content {
  width: 52.1875%;
  padding-left: 7.85%;
}
.top-links .links__item-onlineshop .links__img {
  width: 46.875%;
  right: 4.9479%;
  bottom: -30px;
}
.top-links .links__item .links__text {
  margin-bottom: 60px;
}
.top-links .links__item .links__button {
  width: 340px;
}
.top-links .links__img-bottom {
  margin-top: 200px;
}

/*
# top-lesson
------------------------*/
#top-lesson {
  padding: 165px 0 190px;
}
#top-lesson .lesson__inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
#top-lesson .lesson__wrap {
  background: var(--accent-color);
  border-radius: 28px;
  padding: 65px 7.8125% 80px;
  position: relative;
  z-index: 1;
}
#top-lesson .lesson__wrap::before {
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  inset: 0;
  margin: auto;
  border: 1px solid #e2ebcf;
  z-index: -1;
  border-radius: inherit;
}
#top-lesson .lesson__title {
  padding-bottom: 35px;
}
#top-lesson .lesson__content {
  width: 46.8518%;
}
#top-lesson .lesson__content .lesson__button {
  margin-top: 50px;
}
#top-lesson .lesson__img {
  width: 45.8333%;
  position: relative;
}
#top-lesson .lesson__img::before, #top-lesson .lesson__img::after {
  position: absolute;
  content: "";
}
#top-lesson .lesson__img::before {
  width: 47.4747%;
  height: 346px;
  background: url(../../img/top/lesson-l_deco.png) top center/100% no-repeat;
  inset: -15px auto auto -22.2424%;
}
#top-lesson .lesson__img::after {
  width: 16.9696%;
  height: 189px;
  background: url(../../img/top/lesson-r_deco.png) bottom center/100% no-repeat;
  inset: auto -3.0505% -20px auto;
}

/*
# top-sns
------------------------*/
#top-sns {
  padding: 195px 0 200px;
  background: url(../../img/top/sns-top_deco.png) top center/100% no-repeat;
}
#top-sns .sns__inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
#top-sns .sns__content {
  background: rgba(var(--color-white-rgb), 0.8);
  border-radius: 28px;
  padding: 75px 0 95px;
  position: relative;
}
#top-sns .sns__content::before {
  position: absolute;
  content: "";
  width: 278px;
  height: 209px;
  inset: auto 6.09375% -50px auto;
  background: url(../../img/top/sns-content_deco.png) center/100% no-repeat;
}
#top-sns .sns__content .sns__text {
  text-align: center;
  margin-bottom: 60px;
}
#top-sns .sns__content .sns__sns-list {
  justify-content: center;
  gap: 15px 40px;
}
#top-sns .sns__content .sns__sns-list .youtube__button {
  height: 45px;
  width: 188px;
  font-size: var(--font-size-16);
}

/*==========================================
profile
===========================================*/
/*
# profile-greeting
------------------------*/
#profile-greeting {
  padding: 135px 0 60px;
}
#profile-greeting .greeting__inbox {
  position: relative;
}
#profile-greeting .greeting__title::after {
  position: absolute;
  content: "";
  width: 142px;
  height: 230px;
  background: url(../../img/profile/greeting-ttl_deco.png) center/100% no-repeat;
  inset: auto -40px -50px auto;
}
#profile-greeting .greeting__img {
  position: absolute;
  inset: 0 auto auto -160px;
}
#profile-greeting .greeting__content {
  width: 505px;
  margin-left: auto;
  min-height: 815px;
}

/*
# profile-awards
------------------------*/
#profile-awards {
  padding: 100px 0 85px;
}
#profile-awards .awards__title::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 387px;
  background: url(../../img/profile/awards-ttl_deco.png) center/100% no-repeat;
  inset: -100px auto 0 -85px;
}
#profile-awards .awards__list {
  background: var(--color-white);
  padding: 50px 150px;
}
#profile-awards .awards__list .awards__item {
  font-size: var(--font-size-18);
  padding-left: 30px;
  background: url(../../img/profile/awards-item_ic.png) left top 12px no-repeat;
  margin-bottom: 10px;
}
#profile-awards .awards__list .awards__item:last-child {
  margin-bottom: 0;
}

/*
# profile-activities
------------------------*/
#profile-activities {
  padding: 85px 0 135px;
}
#profile-activities .activities__item {
  margin-bottom: 50px;
  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: 15px;
  padding-bottom: 10px;
  line-height: 1.6;
}
#profile-activities .activities__item-title .activities__item-date {
  display: block;
  font-size: var(--font-size-18);
  margin-bottom: 10px;
}
#profile-activities .activities__item-title-ja {
  font-size: var(--font-size-20);
  margin-bottom: 20px;
}
#profile-activities .activities__item-title .activities__item-date {
  font-size: var(--font-size-14);
  width: 100px;
}
#profile-activities .activities__item-content {
  width: 630px;
  margin-left: auto;
  min-height: 270px;
}
#profile-activities .activities__item-img {
  width: 396px;
  height: 270px;
  position: absolute;
  inset: 0 auto auto 0;
}

/*==========================================
concert-info
===========================================*/
#concert-info-single .concert-info__headline {
  margin-bottom: 60px;
}
#concert-info-single .concert-info__headline .concert-info__img {
  width: 556px;
}
#concert-info-single .concert-info__headline .concert-info__summary {
  width: 475px;
}
#concert-info-single .concert-info__body {
  background: var(--color-white);
  padding: 65px 55px;
  margin-bottom: 55px;
}
#concert-info-single .concert-info__button {
  width: 750px;
  margin: 0 auto 80px;
}
#concert-info-single .concert-info__gallery {
  gap: 45px;
}
#concert-info-single .concert-info__gallery .gallery__item {
  max-width: 517px;
  text-align: center;
}

/*==========================================
video-archive
===========================================*/
#video-archive .video__list {
  gap: 50px 30px;
}
#video-archive .video__list .video__item {
  width: 340px;
}
#video-archive .video__list .video__item-link {
  display: block;
}
#video-archive .video__list .video__item-img {
  width: 100%;
  height: 440px;
}
#video-archive .video__list .video__item-title {
  font-size: var(--font-size-20);
  padding: 10px 0;
}

/*
# video-single
------------------------*/
#video-single .video__title {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 10px;
}
#video-single .video__img {
  text-align: center;
  margin-bottom: 60px;
}
#video-single .video__body {
  background: var(--color-white);
  padding: 60px;
  margin-bottom: 55px;
}
#video-single .video__list {
  gap: 40px;
}
#video-single .video__list .video__item {
  width: 520px;
}
#video-single .video__list .video__item iframe {
  width: 100%;
  height: 287px;
}

/*==========================================
onlineshop
===========================================*/
#onlineshop-archive .onlineshop__text {
  text-align: center;
  margin-bottom: 80px;
  font-size: var(--font-size-20);
}
#onlineshop-archive .online__list {
  gap: 35px 40px;
}
#onlineshop-archive .online__list .online__item {
  width: 520px;
}
#onlineshop-archive .online__list .online__item-link {
  display: block;
}
#onlineshop-archive .online__list .online__item-img {
  width: 100%;
  height: 344px;
}
#onlineshop-archive .online__list .online__item-title {
  padding: 10px 0;
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--color-gray);
}
#onlineshop-archive .online__list .online__item-price {
  font-size: var(--font-size-20);
}

#onlineshop-single .online__title {
  border-bottom: 1px solid var(--color-gray);
}
#onlineshop-single .online__price {
  font-size: var(--font-size-22);
  margin-bottom: 20px;
}
#onlineshop-single .online__img {
  text-align: center;
  margin-bottom: 55px;
}
#onlineshop-single .online__body {
  padding: 60px;
  background: var(--color-white);
  margin-bottom: 60px;
}
#onlineshop-single .online__button {
  width: 750px;
  margin: 0 auto;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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