@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-line__button
------------------------*/
.c-line__button {
  width: 240px;
  text-align: center;
}
.c-line__button-text {
  position: relative;
  font-size: var(--font-size-14);
  margin-bottom: 5px;
}
.c-line__button-text::before, .c-line__button-text::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 18px;
  background: var(--body-font-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-line__button-text::before {
  left: 7px;
  transform: rotate(-35deg);
}
.c-line__button-text::after {
  right: 7px;
  transform: rotate(35deg);
}
.c-line__button-link {
  min-height: 58px;
  background: var(--body-font-color);
  color: var(--color-white);
  font-size: var(--font-size-16);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 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: 55px;
}

.com-text.align-center {
  text-align: center;
}
.com-text.text--lg {
  font-size: var(--font-size-20);
  line-height: 2.25;
}

#g-map .map {
  height: 400px;
}

/*
# com-button
------------------------*/
.com-button {
  border-radius: 40px;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-button::after {
  position: absolute;
  color: inherit;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 5% 0 auto;
  margin: auto 0;
  line-height: 1;
  letter-spacing: 0;
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-medium);
  z-index: 1;
  content: "\f135";
}

/*==========================================
共通タイトル
===========================================*/
.primary-title {
  text-align: center;
  margin-bottom: 80px;
}
.primary-title span {
  display: block;
  letter-spacing: var(--body-letter-spacing);
}
.primary-title .title-en {
  font-family: var(--font-secondary);
  font-size: 9.5rem;
}
.primary-title .title-ja {
  font-size: var(--font-size-28);
}

.secondary-title {
  font-size: var(--font-size-25);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/*==========================================
header
===========================================*/
#header {
  padding: 40px 3.6458%;
}
#header .header__logo img {
  width: 161px;
}
#header .header__right {
  width: 980px;
  gap: 10px 35px;
  margin-left: auto;
}
#header .header__right ul {
  font-size: var(--font-size-12);
  gap: 14px;
  margin-top: 5px;
}
#header .header__nav {
  padding-top: 20px;
}
#header .header__nav-list {
  gap: 10px 35px;
}
#header .header__nav-link {
  font-size: var(--font-size-18);
}
#header .c-line__button-link {
  min-height: 58px;
}
#header .c-line__button-link::after {
  content: "";
}

/*==========================================
mv
===========================================*/
.top-mv {
  height: 712px;
  background: url(../img/mv/mv-rb_ill.png) right 7.3437% bottom/9.84375% no-repeat;
}
.top-mv .mv__catch {
  inset: auto 11.7708% 14.7471% auto;
  z-index: 10;
}
.top-mv .mv__catch-ja {
  font-size: var(--font-size-30);
  line-height: 2.2666666667;
  margin-bottom: 45px;
}
.top-mv .mv__catch-en {
  font-size: var(--font-size-18);
  line-height: 1.7777777778;
}
.top-mv .mv__imgs {
  height: 100%;
  width: 96.3542%;
  margin: 0 auto;
  inset: 0;
}
.top-mv .mv__imgs .mv__img:nth-child(1) {
  width: 26.0416%;
  inset: 0 auto auto 1.85%;
}
.top-mv .mv__imgs .mv__img:nth-child(2) {
  width: 15.514%;
  inset: auto auto 0 calc(50% - 250px);
}
.top-mv .mv__imgs .mv__img:nth-child(3) {
  width: 14.5833%;
  inset: 0 calc(50% - 220px) auto auto;
}
.top-mv .mv__imgs .mv__img:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 164px;
  height: 161px;
  inset: auto auto -16% -43%;
  background: url(../img/mv/mv-img02_ill.png) center/100% no-repeat;
}
.top-mv .mv__imgs .mv__img:nth-child(4) {
  width: 19.7916%;
  inset: 60px 1.85% auto auto;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 175px 0 115px;
  background: url(../img/common/ft_bg.jpg) center/cover no-repeat;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 480px;
}
#footer .footer__logo {
  filter: brightness(0) invert(1);
  margin-bottom: 80px;
  display: inline-block;
}
#footer .footer__logo img {
  width: 190px;
}
#footer .footer__buttons .footer__button {
  margin-bottom: 30px;
  color: var(--color-white);
}
#footer .footer__buttons .footer__button:last-child {
  margin-bottom: 0;
}
#footer .footer__buttons .footer__button .c-line__button {
  background: none;
}
#footer .footer__buttons .footer__button .c-line__button-text::before, #footer .footer__buttons .footer__button .c-line__button-text::after {
  background: var(--color-white);
}
#footer .footer__buttons .footer__button .c-line__button-link {
  background: none;
}
#footer .footer__buttons .footer__button .com-button {
  width: 250px;
  border: 1px solid var(--color-white);
  min-height: 58px;
  color: var(--color-white);
}
#footer .footer__buttons .footer__button .com-button::after {
  content: "";
}
#footer .footer__buttons .footer__button-link {
  background: url(../img/common/ft-btn_ic.png) right 20px center no-repeat;
}
#footer .footer__right {
  width: 540px;
}
#footer .footer__sns-list {
  gap: 15px 25px;
}
#footer .footer__sns-list .sns-button {
  min-height: 35px;
  padding: 0 12px;
  font-size: var(--font-size-16);
}
#footer .footer__sns-list .sns-button:hover {
  background: var(--color-white);
  color: var(--body-font-color);
  opacity: 1;
}
#footer .footer__nav {
  margin: 105px 0 0 auto;
  width: 335px;
}
#footer .footer__nav-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 30px 50px;
}
#footer .footer__nav-link {
  font-size: var(--font-size-20);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
#footer .footer__subnav-list {
  margin-top: 125px;
  gap: 10px 40px;
}
#footer .footer__subnav-list .footer__subnav-item {
  position: relative;
  font-size: var(--font-size-16);
}
#footer .footer__subnav-list .footer__subnav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  inset: 0 auto 0 -17px;
  margin: auto 0;
  background: var(--color-white);
}
#footer .footer__subnav-list .footer__subnav-item:first-child::before {
  background: none;
}
#footer .footer__subnav-list .footer__subnav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  bottom: 4%;
  right: 1.5%;
  z-index: 999;
  width: 70px;
  height: 70px;
  font-size: var(--font-size-35);
}
.pagetop:hover {
  background: var(--body-font-color);
  color: var(--color-white);
  transform: scale(0.95);
  opacity: 1;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(332px, 26.041vw, 500px);
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 9.84375%;
  height: 142px;
  inset: auto 7.03125% 0 auto;
  background: url(../img/sv/sv-rb_ill.png) bottom center/100% no-repeat;
}
.lower-sv .sv__title {
  width: 41.927%;
  inset: 0 0 0 auto;
  margin: auto 0;
}
.lower-sv .sv__title span {
  letter-spacing: var(--body-letter-spacing);
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-40);
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-18);
  margin-top: 45px;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) left 3.6458% center/44.27083% 100% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# about
------------------------*/
.about__inbox {
  padding: 195px 0 0;
}
.about__inbox::before, .about__inbox::after {
  position: absolute;
  content: "";
  width: 223px;
  height: 180px;
  bottom: 0;
  background: url(../img/about/about-btm_ill.png) center/100% no-repeat;
}
.about__inbox::before {
  left: 55px;
}
.about__inbox::after {
  right: 55px;
  transform: scale(-1, 1);
}
.about-btm__img {
  margin-top: 180px;
}

/*
# experience
------------------------*/
.experience {
  padding: 180px 0;
}
.experience__list {
  row-gap: 10px;
  position: relative;
}
.experience__list::before, .experience__list::after {
  position: absolute;
  content: "";
}
.experience__list::before {
  background: url(../img/experience/experience-rc_ill.png) center/100% no-repeat;
  width: 170px;
  height: 257px;
  inset: 390px -205px auto auto;
}
.experience__list::after {
  background: url(../img/experience/experience-lb_ill.png) center/100% no-repeat;
  width: 178px;
  height: 238px;
  inset: auto auto 87px -218px;
}
.experience__card::before {
  color: var(--color-gray);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-50);
  margin-bottom: 15px;
  display: block;
}
.experience__card:nth-child(odd) {
  margin-top: 125px;
}
.experience__card-text {
  text-align: center;
  font-size: var(--font-size-26);
  margin-top: 45px;
}

/*
# pianist
------------------------*/
.pianist {
  padding: 180px 0;
}
.pianist__inbox {
  position: relative;
  padding-top: 65px;
}
.pianist__inbox::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 221px;
  inset: auto -134px 0 auto;
  background: url(../img/pianist/pianist-rb_ill.png) center/100% no-repeat;
}
.pianist__title {
  text-align: left;
  width: 475px;
  margin-bottom: 115px;
  background: url(../img/pianist/pianist-ttl_ill.png) right center no-repeat;
}
.pianist-top__img {
  position: absolute;
  inset: 0 -100px auto auto;
}
.pianist__fig-caption {
  text-align: left;
  margin-top: 40px;
}
.pianist__fig-caption .caption-en {
  font-size: var(--font-size-20);
}
.pianist__fig-caption .caption-ja {
  margin-top: 15px;
  font-size: var(--font-size-26);
}

/*
# pianistism
------------------------*/
.pianism {
  padding: 180px 0;
}
.pianism__inbox {
  position: relative;
  background: url(../img/pianism/pianism-cb_ill.png) left calc(50% + 92px) bottom no-repeat;
}
.pianism__title {
  text-align: left;
}
.pianism__content {
  min-height: 819px;
}
.pianism__img {
  position: absolute;
  inset: 0 -160px auto auto;
}

/*
# feel
------------------------*/
.feel {
  padding: 170px 0;
  position: relative;
}
.feel__title {
  text-align: left;
}
.feel__content {
  padding: 125px 0;
  width: 355px;
  margin-left: auto;
  position: relative;
}
.feel__content::before {
  position: absolute;
  content: "";
  width: 145px;
  height: 238px;
  inset: auto -180px 0 auto;
  background: url(../img/feel/feel-rb_ill.png) center/100% no-repeat;
}
.feel__movie-wrap {
  width: 51.0416%;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
  height: 65%;
}
.feel__movie-wrap .feel__movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
# gallery
------------------------*/
.gallery {
  padding: 180px 0;
  background: url(../img/gallery/gallery_bg.jpg) center/cover no-repeat;
}
.gallery__title {
  width: 1080px;
  margin: 0 auto 100px;
  text-align: left;
}
.gallery__list {
  height: 1340px;
  position: relative;
}
.gallery__img {
  position: absolute;
}
.gallery__img:nth-child(1) {
  inset: 0 auto auto 0;
}
.gallery__img:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 147px;
  height: 180px;
  inset: auto -76px -71px auto;
  background: url(../img/gallery/gallery_ill01.png) center/100% no-repeat;
}
.gallery__img:nth-child(2) {
  inset: 15.2985% 23.5714% auto auto;
}
.gallery__img:nth-child(3) {
  inset: -16.791% 0 auto auto;
}
.gallery__img:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 182px;
  height: 179px;
  inset: auto -91px -95px auto;
  background: url(../img/gallery/gallery_ill03.png) center/100% no-repeat;
}
.gallery__img:nth-child(4) {
  inset: 41.791% auto auto 10.7142%;
}
.gallery__img:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 213px;
  inset: auto auto -66px -123px;
  background: url(../img/gallery/gallery_ill04.png) center/100% no-repeat;
}
.gallery__img:nth-child(5) {
  inset: auto 0 11.3432% auto;
}
.gallery__img:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 149px;
  height: 227px;
  inset: auto -88px -66px auto;
  background: url(../img/gallery/gallery_ill05.png) center/100% no-repeat;
}
.gallery__img:nth-child(6) {
  inset: auto auto 0 18.9285%;
}

/*==========================================
  contact
  ===========================================*/
#s-contact {
  padding: 190px 0 185px;
  background: url(../img/contact/contact-lt_bg.png) left top/60.5208% no-repeat, url(../img/contact/contact-rb_bg.png) right bottom/60.5208% no-repeat;
}
#s-contact .contact__buttons {
  width: 845px;
  margin: 0 auto;
  gap: 40px 45px;
}
#s-contact .contact__buttons .c-line__button {
  width: 400px;
  margin: 0 55px;
}
#s-contact .contact__buttons .c-line__button-text {
  font-size: var(--font-size-20);
  display: inline-block;
}
#s-contact .contact__buttons .c-line__button-text:before {
  left: -18px;
}
#s-contact .contact__buttons .c-line__button-text:after {
  right: -18px;
}
#s-contact .contact__buttons .c-line__button-link {
  font-size: var(--font-size-24);
}
#s-contact .contact__buttons .contact__button-link {
  width: 400px;
  font-size: var(--font-size-20);
}
#s-contact .contact__form {
  width: 980px;
  margin: 110px auto 55px;
}
#s-contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#s-contact .contact__form-item .contact__form-input {
  padding: 15px 0;
}
#s-contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#s-contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#s-contact .contact__form-value {
  padding: 20px 15px;
}
#s-contact .contact__form-select {
  width: 200px;
}
#s-contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#s-contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#s-contact .contact__form #pc01,
#s-contact .contact__form #pc02 {
  width: 150px;
}
#s-contact .contact__form #address {
  margin-top: 15px;
}
#s-contact .contact__form #date1,
#s-contact .contact__form #date2,
#s-contact .contact__form #date3 {
  width: 300px;
}
#s-contact .contact__form textarea {
  height: 260px;
}
#s-contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#s-contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#s-contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#s-contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#s-contact input[type=button],
#s-contact input[type=submit],
#s-contact .contact__submits-wrap button {
  height: 75px;
}
#s-contact .contact__submits-wrap {
  gap: 35px;
}
#s-contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#s-contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#s-contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*
# news
------------------------*/
.news {
  padding: 230px 0 205px;
}
.news__inbox {
  position: relative;
}
.news__inbox::before, .news__inbox::after {
  position: absolute;
  content: "";
}
.news__inbox::before {
  width: 155px;
  height: 190px;
  background: url(../img/news/news-rt_ill.png) center/100% no-repeat;
  inset: -35px -187px auto auto;
}
.news__inbox::after {
  width: 202px;
  height: 151px;
  background: url(../img/news/news-lb_ill.png) center/100% no-repeat;
  inset: auto auto -125px -159px;
}
.news__title {
  text-align: left;
  margin-bottom: 60px;
}
.news__post-list {
  width: 670px;
}
.news__post {
  border-bottom: 1px solid var(--color-gray);
}
.news__post-link {
  padding: 30px 0;
  row-gap: 15px;
}
.news__post-link:hover {
  transform: translateX(10px);
}
.news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.news__post:first-child .news__post-link {
  padding-top: 0;
}
.news__post-date {
  font-size: var(--font-size-18);
  width: 120px;
}
.news__post-tags {
  width: calc(100% - 140px);
  gap: 7px;
}
.news__post-tags .news__post-tag {
  font-size: var(--font-size-15);
}
.news__post-title {
  font-size: var(--font-size-18);
}
.news .news__button {
  font-size: var(--font-size-22);
  min-height: 70px;
  background: #676767;
}

/*==========================================
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;
}

/*==========================================
  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フレーム時)
  ===========================================*/