@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: var(--primary-color);
  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: 2px;
  background: var(--color-white);
}
.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-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.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: 15% 6%;
  background: url(../../img/common/com-orange_bg.jpg);
}
#drawer__nav .drawer__nav {
  background: rgba(var(--color-white-rgb), 0.75);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-16);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
  background: url(../../img/top/mv/mv_ball.png) left center/6vw no-repeat;
}
#drawer__nav .drawer__court {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list .contact__item {
  margin-bottom: 8%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__list .contact__item-button {
  width: 70vw;
  margin: 0 auto;
  border-radius: 12vw;
  height: 16.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.c-contact__list .contact__item-button.tel__button {
  background: var(--color-red);
  line-height: 1.1;
}
.c-contact__list .contact__item-button.tel__button .tel__num {
  background: url(../../img/common/tel_ic.png) left center/3.35vw no-repeat;
  padding-left: 4.5vw;
  font-size: var(--font-size-24);
}
.c-contact__list .contact__item-button.tel__button .tel__text {
  width: 65%;
  margin: 0 auto;
}
.c-contact__list .contact__item-button.mail__button {
  background: url(../../img/common/mail_ic.png) left 12% center/5vw no-repeat, var(--primary-color);
  padding: 0 2% 0 8%;
  line-height: 0.9;
  font-size: var(--font-size-15);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
}
.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 {
  border-radius: 8vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.12em;
  background: var(--primary-color);
  height: 16vw;
}
.com-button::before {
  right: 4.6296%;
}
.com-button:hover::before {
  right: 2%;
}

/*
# テニスコート
------------------------*/
.court__outer-style {
  position: relative;
  z-index: 1;
}
.court__outer-style::before, .court__outer-style::after {
  position: absolute;
  content: "";
}
.court__outer-style::before {
  width: 95%;
  height: 100%;
  border: 2vw solid var(--color-white);
  inset: 0;
  margin: auto;
  z-index: -3;
}
.court__outer-style::after {
  width: 100%;
  height: 2vw;
  inset: 0;
  margin: auto;
  z-index: -2;
  background: var(--color-white);
}
.court__outer-style.court-color--green::before {
  background: var(--color-green);
}
.court__outer-style.court-color--blue::before {
  background: var(--color-blue);
}
.court__outer-style.court-color--orange::before {
  background: var(--color-orange);
}
.court__outer-style .court__inner {
  padding: 15% 9%;
}

.court__line-center {
  position: relative;
  z-index: 1;
  height: 100%;
}
.court__line-center::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 70%;
  margin: auto;
  inset: 0;
  background: var(--color-white);
  z-index: -1;
}

.court__line--x {
  position: relative;
  height: 100%;
  z-index: 1;
}
.court__line--x::before, .court__line--x::after {
  position: absolute;
  content: "";
  width: 77%;
  margin: 0 auto;
  height: 2vw;
  background: var(--color-white);
  left: 0;
  right: 0;
  z-index: -2;
}
.court__line--x::before {
  top: 15%;
}
.court__line--x::after {
  bottom: 15%;
}

.court__line--y {
  position: relative;
  z-index: 1;
  height: 100%;
}
.court__line--y::before, .court__line--y::after {
  position: absolute;
  content: "";
  width: 2vw;
  height: 100%;
  background: var(--color-white);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.court__line--y::before {
  left: 11%;
}
.court__line--y::after {
  right: 11%;
}

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

.section-title {
  text-align: center;
  margin-bottom: 12%;
}
.section-title .title-ja {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--body-letter-spacing);
}
.section-title .title-ja.bg-pattern {
  padding: 0 1vw;
}
.section-title .title-ja em {
  color: var(--primary-color);
}
.section-title.align-left {
  text-align: left;
}

.headline-title {
  padding-bottom: 3%;
  margin-bottom: 6%;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  color: var(--primary-color);
  border-bottom: 1px solid;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
  width: 100%;
}
#header .header__logo {
  width: 35%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 105vw;
  background: url(../../img/top/mv/mv_ball.png) right 5% center/35% no-repeat, url(../../img/top/mv/mv_base.jpg) center/cover no-repeat;
  position: relative;
}
#top-mv .mv__text {
  width: 64%;
  position: absolute;
  inset: auto auto 21.5053% 5%;
}
#top-mv .mv__text-catch {
  width: 95%;
}
#top-mv .mv__text-en {
  width: 65%;
  margin: -2% 0 0 auto;
  text-align: right;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 18% 4% 0;
}
#footer .footer__inbox {
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 4vw 4vw 0 0;
  padding: 15% 6% 10%;
  text-align: center;
}
#footer .footer__calendar {
  margin-bottom: 17%;
}
#footer .footer__calendar-title {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#footer .footer__calendar-content {
  margin-bottom: 5%;
}
#footer .footer__calendar-links {
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  display: block;
  text-align: right;
  padding-right: 6%;
}
#footer .footer__calendar-links::before {
  color: var(--primary-color);
  inset: 0 0 0 auto;
  content: "\f138";
}
#footer .footer__logo {
  width: 65%;
  display: inline-block;
  margin-bottom: 15%;
}
#footer .footer__contact-list {
  justify-content: center;
  margin-bottom: 12%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-bold);
}
#footer .footer__nav-item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  margin-bottom: 12%;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  display: block;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
  color: var(--primary-color);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--primary-color);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 57vw;
  background: url(../../img/top/mv/mv_ball.png) left 8% bottom 11.4285%/7% no-repeat, url(../../img/sv/sv_base.jpg) center/cover no-repeat;
  position: relative;
}
.lower-sv .sv__text {
  position: absolute;
  inset: auto auto 25.7142% 4%;
  z-index: 1;
}
.lower-sv .sv__text .sv__text-title {
  display: block;
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  letter-spacing: var(--body-letter-spacing);
  margin-bottom: 2%;
}
.lower-sv .sv__text .sv__text-en {
  width: 25vw;
}
.lower-sv .sv__img {
  width: 65%;
  height: 61.4285%;
  border-radius: 4vw;
  inset: auto 2.0833% 10% auto;
  position: absolute;
}

#coach-sv .sv__img {
  background: url(../../img/sv/coach-sv_img.jpg) center/cover no-repeat;
}

#about-sv .sv__img {
  background: url(../../img/sv/about-sv_img.jpg) center/cover no-repeat;
}

#goods-sv .sv__img {
  background: url(../../img/sv/goods-sv_img.jpg) center/cover no-repeat;
}

#voice-sv .sv__img {
  background: url(../../img/sv/voice-sv_img.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  position: relative;
}
#top-about .about__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
#top-about .about__title .title-en {
  width: 35%;
  position: absolute;
  inset: -6vw 3% auto auto;
}
#top-about .about__img {
  width: 80%;
  margin: 0 auto 10%;
}
#top-about .about__content .about__text {
  position: relative;
  z-index: 1;
}
#top-about .about__content .about__button-list {
  margin-top: 15%;
}
#top-about .about__content .about__button-list .about__button-item {
  margin-bottom: 8%;
}
#top-about .about__content .about__button-list .about__button-item:last-child {
  margin-bottom: 0;
}

/*
# top-features
------------------------*/
#top-features .features__title {
  position: relative;
  margin-bottom: 18%;
}
#top-features .features__title .title-en {
  width: 32%;
  position: absolute;
  inset: -6vw 17% auto auto;
}
#top-features .features__list .features__card {
  width: 92%;
  margin: 0 auto 15%;
  border-radius: 15vw 15vw 0 0;
  position: relative;
}
#top-features .features__list .features__card::before {
  position: absolute;
  content: "";
  width: 39%;
  height: 13vw;
  inset: -8vw 0 auto;
  margin: 0 auto;
  background: url(../../img/top/features-item_deco.png) top center/100% no-repeat;
}
#top-features .features__list .features__card:last-child {
  margin-bottom: 0;
}
#top-features .features__list .features__card-img img {
  border: 0.85vw solid var(--primary-color);
  border-radius: 15vw 15vw 0 0;
}
#top-features .features__list .features__card-inner {
  padding: 8% 6%;
  color: var(--color-white);
}
#top-features .features__list .features__card-title {
  text-align: center;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  background: url(../../img/top/features-item-ttl_bdr.png) bottom center/100% no-repeat;
  padding-bottom: 5%;
  margin-bottom: 6%;
}
#top-features .features__list .features__card-title span {
  color: var(--color-yellow);
}

/*
# top-links
------------------------*/
#top-links {
  background: url(../../img/top/links_bg.png) center/cover no-repeat;
}
#top-links .links__court {
  margin-bottom: 10%;
}
#top-links .links__court:last-child {
  margin-bottom: 0;
}
#top-links .court__inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
#top-links .court__inner .links__title {
  margin-bottom: 8%;
}
#top-links .court__inner .links__title .title-ja {
  font-size: var(--font-size-23);
}
#top-links .court__inner .links__text-wrap {
  padding: 8% 6%;
  border-radius: 3vw;
  font-size: var(--font-size-16);
}
#top-links .court__inner .links__img {
  width: 90%;
  margin: 0 auto 8%;
  position: relative;
}
#top-links .court__inner .links__img img {
  border-radius: 4vw;
}
#top-links .court__inner .links__img::before {
  position: absolute;
  content: "";
}
#top-links .court__inner .links__button {
  width: 100%;
  margin-top: 10%;
}
#top-links .links__court.court-color--green .links__text-wrap {
  background: var(--color-green-light);
}
#top-links .links__court.court-color--green .links__img::before {
  width: 31%;
  height: 32vw;
  background: url(../../img/top/links-goods_ill.png) center/100% no-repeat;
  inset: auto -5% -10vw auto;
}
#top-links .links__court.court-color--blue .links__text-wrap {
  background: var(--color-blue-light);
}
#top-links .links__court.court-color--blue .links__img::before {
  width: 18vw;
  height: 18vw;
  background: url(../../img/top/links-voice_ill.png) center/100% no-repeat;
  inset: 5vw auto auto -10%;
}
#top-links .links__court.court-color--orange .links__text-wrap {
  background: var(--color-orange-light);
}
#top-links .links__court.court-color--orange .links__img::before {
  width: 35%;
  height: 44vw;
  background: url(../../img/top/links-movie_ill.png) center/100% no-repeat;
  inset: auto -16% -10% auto;
}

/*
# top-profile
------------------------*/
#top-profile .profile__inbox {
  position: relative;
  z-index: 1;
}
#top-profile .profile__inbox::before {
  position: absolute;
  content: "";
  inset: auto 0 -15vw auto;
  width: 41%;
  height: 20vw;
  background: url(../../img/top/profile_ill.png) center/100% no-repeat;
  z-index: -1;
}
#top-profile .profile__title {
  position: relative;
}
#top-profile .profile__title .title-en {
  width: 55%;
  position: absolute;
  inset: -5vw 0 auto auto;
}
#top-profile .profile__table-item th,
#top-profile .profile__table-item td {
  display: block;
  padding: 4% 3%;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-medium);
}
#top-profile .profile__table-item th {
  background: #ffe1ce;
}
#top-profile .profile__table-item td {
  background: var(--color-white);
}
#top-profile .profile__table-item td .tel__text {
  filter: brightness(0.1);
  line-height: 1;
  display: block;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  position: relative;
  text-align: center;
}
#top-news .news__title .title-en {
  width: 22%;
  position: absolute;
  inset: -6vw 26% auto auto;
}
#top-news .news__post-list .news__post {
  font-size: var(--font-size-16);
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list .news__post-link {
  padding: 6% 0;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  color: var(--primary-color);
  font-size: var(--font-size-14);
}
#top-news .news__post-list .news__post-date {
  width: 25%;
}
#top-news .news__post-list .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 73%;
  gap: 1.5vw;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 3%;
}
#top-news .news__button {
  margin-top: 15%;
}

/*==========================================
coach
===========================================*/
/*
# coach-hope
------------------------*/
#coach-hope .hope__title {
  text-align: center;
}
#coach-hope .hope__inbox {
  position: relative;
}
#coach-hope .hope__img {
  width: 75%;
  padding: 2%;
  position: relative;
  margin: 0 auto 15%;
}
#coach-hope .hope__img img {
  border-radius: 4vw;
}
#coach-hope .hope__img::before, #coach-hope .hope__img::after {
  position: absolute;
  content: "";
}
#coach-hope .hope__img::before {
  width: 100%;
  height: 100%;
  border-radius: 4vw;
  border: 1px solid var(--primary-color);
  inset: 0;
  margin: auto;
}
#coach-hope .hope__img::after {
  width: 25%;
  height: 35vw;
  background: url(../../img/coach/hope-img_ill.png) center/100% no-repeat;
  inset: auto 3% -15vw auto;
}
#coach-hope .hope__content .hope__text:nth-of-type(1) {
  font-size: var(--font-size-21);
}
#coach-hope .hope__content .hope__list {
  margin: 3% 0 8%;
}
#coach-hope .hope__content .hope__list li {
  padding-left: 13%;
  margin-bottom: 5%;
}
#coach-hope .hope__content .hope__list li::before {
  position: absolute;
  inset: 0 auto auto 0;
  font-size: var(--font-size-30);
  line-height: 1.1;
}
#coach-hope .hope__content .hope__list li:last-child {
  margin-bottom: 0;
}
#coach-hope .hope__content .hope__list strong {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  display: inline;
  position: relative;
  background: linear-gradient(to bottom, transparent 60%, rgba(var(--color-yellow-rgb), 1) 60%);
}
#coach-hope .hope__content .name {
  text-align: right;
  color: var(--primary-color);
}

/*
# coach-interview
------------------------*/
#coach-interview .interview__title .title-ja {
  font-size: var(--font-size-21);
}
#coach-interview .interview__item {
  margin-bottom: 15%;
}
#coach-interview .interview__item:last-child {
  margin-bottom: 0;
}
#coach-interview .interview__item-title {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  padding: 2% 2% 2% 15%;
  position: relative;
  border-radius: 1vw;
  margin-bottom: 8%;
}
#coach-interview .interview__item-title::before {
  position: absolute;
  content: "";
  width: 11%;
  height: 14vw;
  background: url(../../img/coach/interview-ttl_ill.png) center/100% no-repeat;
  inset: -5vw auto auto 0;
}
#coach-interview .interview__item .interview__answer-icon {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  margin: 0 auto 8%;
}
#coach-interview .interview__item .interview__answer-icon img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
#coach-interview .interview__item .interview__answer-content {
  border-radius: 3vw;
  background: var(--color-white);
  padding: 10% 6%;
  position: relative;
  font-size: var(--font-size-16);
  box-shadow: 1vw 1vw var(--primary-color-light);
}
#coach-interview .interview__item .interview__answer-content .interview__answer-gallery {
  gap: 4vw 4%;
  margin-top: 12%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#coach-interview .interview__item .interview__answer-content .interview__answer-gallery .interview__gallery-item {
  width: 48%;
  height: 28vw;
}
#coach-interview .interview__item .interview__answer-content .interview__answer-gallery .interview__gallery-item img {
  border-radius: 3vw;
}

/*==========================================
about
===========================================*/
/*
# about-lesson
------------------------*/
#about-lesson .lesson__item {
  padding: 12% 6%;
  border-radius: 4vw;
  margin-bottom: 15%;
}
#about-lesson .lesson__item:last-child {
  margin-bottom: 0;
}
#about-lesson .lesson__item:nth-child(odd) {
  background: var(--primary-color-light);
}
#about-lesson .lesson__item:nth-child(even) {
  background: #dcf0d8;
}
#about-lesson .lesson__item-title {
  position: relative;
  padding-left: 15%;
}
#about-lesson .lesson__item-title::before {
  width: 9vw;
  height: 9vw;
  color: var(--color-white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  border-radius: 50%;
  position: absolute;
  inset: 0 auto auto 0;
  background: var(--primary-color);
  line-height: 1;
}
#about-lesson .lesson__item-check {
  background: var(--color-white);
  border-radius: 4vw;
  padding: 12% 6%;
  margin-bottom: 10%;
}
#about-lesson .lesson__item-check .lesson__check-item {
  margin-bottom: 4%;
  padding-left: 9%;
  font-weight: var(--font-weight-bold);
  background: url(../../img/about/type-check_ic.png) top 2vw left/4vw no-repeat;
}
#about-lesson .lesson__item-check .lesson__check-item:last-child {
  margin-bottom: 0;
}

/*
# about-steps
------------------------*/
#about-steps .steps__item {
  margin-bottom: 12%;
}
#about-steps .steps__item:first-child {
  position: relative;
}
#about-steps .steps__item:first-child::before {
  position: absolute;
  content: "";
  width: 23%;
  height: 36vw;
  inset: -15vw -9% auto auto;
  background: url(../../img/about/step-01_ill.png) center/100% no-repeat;
}
#about-steps .steps__item:last-child {
  margin-bottom: 0;
}
#about-steps .steps__item-title {
  padding: 2% 5%;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
}
#about-steps .steps__item-title span {
  color: var(--primary-color);
}
#about-steps .steps__item-inner {
  padding: 12% 6%;
  background: var(--color-white);
}
#about-steps .steps__item .steps__contact-list {
  margin-bottom: 10%;
}
#about-steps .steps__item .steps__inner-content {
  padding: 10% 6%;
  border-radius: 2vw;
  margin-bottom: 10%;
}
#about-steps .steps__item .steps__inner-content:last-child {
  margin-bottom: 0;
}
#about-steps .steps__item .steps__inner-content-title {
  margin-bottom: 3%;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-17);
}

/*==========================================
goods
===========================================*/
/*
# goods-archive
------------------------*/
#goods-archive .goods__text {
  margin-bottom: 12%;
}
#goods-archive .goods__card {
  padding: 12% 6%;
  margin-bottom: 12%;
  position: relative;
}
#goods-archive .goods__card:last-child {
  margin-bottom: 0;
}
#goods-archive .goods__card-img {
  width: 100%;
  height: 52vw;
  border-radius: 3vw;
  margin-bottom: 8%;
}
#goods-archive .goods__card-img img {
  border-radius: 3vw;
}
#goods-archive .goods__card-title {
  margin-bottom: 3%;
}
#goods-archive .goods__card-price {
  font-size: var(--font-size-16);
  color: var(--primary-color);
  margin-bottom: 5%;
  text-align: right;
}

/*==========================================
voice
===========================================*/
/*
# voice-section
------------------------*/
#voice-section .voice__title .title-ja {
  font-size: var(--font-size-21);
}
#voice-section .voice__card {
  margin-bottom: 15%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#voice-section .voice__card:last-child {
  margin-bottom: 0;
}
#voice-section .voice__card-icon {
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
#voice-section .voice__card-icon img {
  border-radius: 50%;
}
#voice-section .voice__card-content {
  width: 68%;
  border-radius: 4vw;
  padding: 12% 6%;
}
#voice-section .voice__card-title {
  font-size: var(--font-size-17);
}
#voice-section .voice__card-meta {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2vw;
  color: var(--color-white);
  font-size: var(--font-size-13);
  margin-bottom: 6%;
}
#voice-section .voice__card-meta:has(.voice__meta-age) .voice__meta-gender {
  padding-right: 2.5vw;
  margin-right: 2vw;
  position: relative;
}
#voice-section .voice__card-meta:has(.voice__meta-age) .voice__meta-gender::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
}
#voice-section .voice__card-body {
  font-size: var(--font-size-14);
}

/*
# movie-section
------------------------*/
#movie-section .movie__court {
  margin-bottom: 10%;
}
#movie-section .movie__court:last-child {
  margin-bottom: 0;
}
#movie-section .court__inner {
  padding: 15% 6%;
  min-height: 90vw;
}
#movie-section .movie__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 13vw;
}
#movie-section .movie__list .movie__item {
  width: 48%;
  position: relative;
  aspect-ratio: 16/9;
}
#movie-section .movie__list .movie__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================================
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: 96%;
}
#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フレーム時)
  ===========================================*/