<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==========================================
矢印 &gt;
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 4vw;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.08em;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  width: 100%;
  inset: 0 0 auto;
  padding: 4%;
  z-index: 1001;
}
#header .hd-logo {
  width: 36%;
  text-align: left;
  line-height: 1;
}
#header .hd-tel {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vw;
  background: url(../img/top/mv/mv-left-top_deco.png) left top/87% no-repeat;
  position: relative;
}
#top-mv .mv-catch {
  position: absolute;
  width: 75%;
  inset: auto auto -9% 3.125%;
  z-index: 100;
}
#top-mv .mv-frame {
  width: 100%;
  margin-left: auto;
  position: absolute;
  inset: auto 0 0 auto;
  height: 75vw;
}
#top-mv .mv-frame #top-slider {
  height: 75vw;
  position: relative;
}
#top-mv .mv-frame #top-slider li {
  height: 100%;
}
#top-mv .mv-frame #top-slider li:nth-child(1) {
  background: url(../img/top/mv/mv-slide01_img.png) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(2) {
  background: url(../img/top/mv/mv-slide02_img.png) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(3) {
  background: url(../img/top/mv/mv-slide03_img.png) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(4) {
  background: url(../img/top/mv/mv-slide04_img.png) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv-frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv-frame .bx-pager {
  display: none;
}

/*==========================================
nav
===========================================*/
#nav {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 1.8;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.com-tel-wrp {
  line-height: 1.3;
}
.com-tel-wrp .tel-caution {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
.com-tel-wrp .tel-num {
  font-size: 8vw;
  color: var(--main-color);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.com-tel-wrp .tel-num small {
  color: var(--main-color);
  background: #e7f6f7;
  border-radius: 8px;
  font-size: 5.3333333333vw;
  font-weight: 400;
  padding: 3px 5px 5px;
  margin-right: 5px;
}

.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 17vw;
  color: #fff;
  border-radius: 8vw;
  position: relative;
  font-size: 4.2666666667vw;
}
.com-btn:after {
  position: absolute;
  content: "";
  width: 13vw;
  height: 2vw;
  inset: 0 6.4814% 0 auto;
  margin: auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  z-index: 1;
}
.com-btn:hover:after {
  right: 3%;
}

.com-btn.btn-type01 {
  background: var(--main-color);
}
.com-btn.btn-type01:hover {
  opacity: 1;
  background: #469ba1;
}

.com-btn.btn-type02 {
  background: var(--accent-color);
}
.com-btn.btn-type02:hover {
  opacity: 1;
  background: #ab657e;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  display: block;
  padding: 5% 0;
  border-bottom: 1px solid #cbcbcb;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th, .com-tbl tr td {
  display: block;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  color: var(--main-color);
  margin-bottom: 3%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--accent-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: #fff;
}
.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: #fff;
}

.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(--main-color);
}
#drawer-nav .drawer-logo {
  width: 30%;
  margin-bottom: 8%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 4.5% 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 4.5333333333vw;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  color: #fff;
}
#drawer-nav nav .drawer-link .nav-icon {
  width: 8vw;
  height: 7vw;
  margin-right: 4%;
}
#drawer-nav nav .drawer-link .nav-txt {
  width: 85%;
}
#drawer-nav nav .item-top .nav-icon {
  width: 8vw;
  height: 7vw;
}
#drawer-nav nav .item-beginner .nav-icon {
  width: 6vw;
  height: 9.5vw;
}
#drawer-nav nav .item-menu .nav-icon {
  width: 6vw;
  height: 8.5vw;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  text-decoration: underline;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx &gt; li &gt; .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx &gt; li &gt; .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  margin-bottom: 10%;
}
#drawer-nav .sns-list .sns-btn {
  margin-bottom: 10%;
}
#drawer-nav .sns-list .sns-btn:last-child {
  margin-bottom: 0;
}
#drawer-nav .sns-list .sns-btn .com-btn {
  border: 1px solid #fff;
}
#drawer-nav .sns-list .sns-insta .com-btn::before {
  position: absolute;
  content: "";
  background: url(../img/common/instagram_icon.png) center/100% no-repeat;
  inset: 0 auto 0 20%;
  margin: auto 0;
  width: 8vw;
  height: 8vw;
  z-index: 1;
}
#drawer-nav .sns-list .sns-facebook .com-btn::before {
  position: absolute;
  content: "";
  background: url(../img/common/facebook_icon.png) center/100% no-repeat;
  inset: 0 auto 0 20%;
  margin: auto 0;
  width: 8vw;
  height: 8vw;
  z-index: 1;
}
#drawer-nav .drawer-address {
  margin: 5% auto;
  text-align: center;
  color: #fff;
}
#drawer-nav .drawer-address li {
  margin-bottom: 8%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address .drawer-tel .tel-num {
  color: #fff;
}
#drawer-nav .drawer-address .adr-worktime .dl-item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}
#drawer-nav .drawer-address .adr-worktime .dl-item dt {
  background: #fff;
  color: var(--main-color);
  border-radius: 2vw;
  margin-right: 3%;
  padding: 0 1vw;
  width: 32%;
}
#drawer-nav .drawer-address .adr-worktime .dl-item dd {
  width: 75%;
  text-align: left;
  font-weight: 500;
}

/*==========================================
index.php
===========================================*/
/* #top-about
-------------------*/
#top-about {
  background: url(../img/top/about-left-center_deco.png) left top 342px/20.46875% no-repeat, url(../img/top/about-movie-footprint_deco.png) right 4.6875% bottom 70px/43.6979% no-repeat, url(../img/top/about-movie-right_bg.png) right bottom/53.9062% no-repeat;
  padding-bottom: 30%;
}
#top-about .about-intro {
  padding: 25% 0 16%;
  position: relative;
}
#top-about .about-intro .inbox {
  position: relative;
}
#top-about .about-intro .inbox:before {
  width: 19%;
  height: 27vw;
  position: absolute;
  content: "";
  inset: -4vw 3% auto auto;
  background: url(../img/top/about-btn_illust.png) center/100% no-repeat;
  z-index: 1;
}
#top-about .about-intro .about-intro-ttl {
  text-align: left;
  font-size: 6.9333333333vw;
  position: relative;
  margin-bottom: 8%;
}
#top-about .about-intro .about-intro-ttl .en {
  position: absolute;
  left: -3vw;
  top: -5vw;
  width: 25%;
}
#top-about .about-intro .about-intro-ttl .ja {
  display: block;
  position: relative;
  padding: 4% 0 4% 8%;
  z-index: 1;
}
#top-about .about-intro .about-intro-ttl .ja::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-ttl_deco.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
  width: 26%;
  height: 20vw;
  z-index: -1;
}
#top-about .about-intro .about-intro-ttl .ja:first-letter {
  font-size: 8vw;
  color: var(--main-color);
}
#top-about .about-intro .about-intro-img {
  margin-bottom: 10%;
}
#top-about .about-intro .about-more-btn {
  margin-top: 12%;
}
#top-about .about-movie {
  margin-top: 15%;
}
#top-about .about-movie .about-movie-ttl {
  font-size: 6.1333333333vw;
  padding-bottom: 8%;
  background: url(../img/top/about-movie-ttl_bdr.png) bottom center/100% no-repeat;
  margin-bottom: 13%;
}
#top-about .about-movie .about-movie-ttl:first-letter {
  font-size: 8vw;
}
#top-about .about-movie .about-movie-ttl span {
  color: var(--main-color);
  background: #eff9fa;
}
#top-about .about-movie .movie-frame {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
#top-about .about-movie .movie-frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #top-cast
-------------------*/
#top-cast {
  padding: 16% 0;
  position: relative;
  background: #ffe8f0;
  z-index: 1;
}
#top-cast::before {
  width: 100%;
  height: 10vw;
  position: absolute;
  content: "";
  background: url(../img/top/cast-top_bg.png) center/100% no-repeat;
  inset: -9vw 0 auto;
}
#top-cast:after {
  width: 100%;
  height: 10vw;
  position: absolute;
  content: "";
  background: url(../img/top/cast-btm_bg.png) center/100% no-repeat;
  inset: auto 0 -9vw;
}
#top-cast .inbox {
  position: relative;
  z-index: 1;
}
#top-cast .inbox::before {
  width: 100%;
  height: 85vw;
  background: url(../img/top/cast-shiba_illust.png) left 10% top/20% no-repeat, url(../img/top/cast-poodle_illust.png) right 8% top/24% no-repeat, url(../img/top/cast-rabbit_illust.png) right 3% bottom 24vw/22% no-repeat, url(../img/top/cast-hedgehog_illust.png) left 5% bottom 19vw/15% no-repeat;
  position: absolute;
  content: "";
  inset: -32vw 0 auto;
}
#top-cast .inbox:after {
  position: absolute;
  content: "";
  background: url(../img/top/cast-owl_illust.png) bottom right 7%/22% no-repeat, url(../img/top/cast-birds_illust.png) left 9% bottom/41% no-repeat;
  width: 100%;
  height: 45vw;
  inset: auto 0 -42vw;
}
#top-cast .cast-ttl {
  display: inline-block;
  font-size: 6.1333333333vw;
  padding: 4% 0;
  position: relative;
  z-index: 1;
  margin-bottom: 17%;
}
#top-cast .cast-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/top/cast-ttl-left_deco.png) center/100% no-repeat;
  inset: 0 auto 0 -5vw;
  margin: auto 0;
  width: 29%;
  height: 17vw;
  z-index: -1;
}
#top-cast .cast-ttl:after {
  position: absolute;
  content: "";
  background: url(../img/top/cast-ttl-top_deco.png) center/100% no-repeat;
  inset: -4vw -2vw auto auto;
  width: 15%;
  height: 10vw;
}
#top-cast .cast-ttl:first-letter {
  font-size: 8vw;
  color: var(--accent-color);
}
#top-cast .cast-txt {
  margin-bottom: 15%;
  text-align: left;
}
#top-cast .cast-more-btn {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

/* #top-other
-------------------*/
#top-other {
  padding: 41% 0 21%;
  background: url(../img/top/other-left-btm-footprint_deco.png) left bottom/43.177% no-repeat;
}
#top-other .other-list .other-list-item {
  width: 100%;
  margin-bottom: 12%;
}
#top-other .other-list .other-list-item:last-child {
  margin-bottom: 0;
}
#top-other .other-list .other-list-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5vw;
}
#top-other .other-list .other-list-item .other-ttl {
  position: absolute;
  inset: auto 0 0 auto;
  font-size: 6.1333333333vw;
  color: #fff;
  width: 100%;
  background: var(--main-color);
  border-radius: 3vw 0 0 0;
  padding: 2%;
  transition: all 0.3s;
  z-index: 10;
  box-sizing: border-box;
}
#top-other .other-list .other-list-item .other-ttl:after {
  position: absolute;
  content: "";
  width: 12vw;
  height: 3vw;
  inset: 0 6.4814% 0 auto;
  margin: auto 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  z-index: 1;
  transition: all 0.3s;
}
#top-other .other-list .other-list-item a:hover {
  opacity: 1;
}
#top-other .other-list .other-list-item a:hover .other-ttl {
  background: #469ba1;
}
#top-other .other-list .other-list-item a:hover .other-ttl:after {
  right: 4%;
}
#top-other .other-list .other-list-item a:hover .other-img {
  transform: scale(1.1);
}
#top-other .other-list .other-list-item .other-img {
  transition-duration: 0.3s;
}
#top-other .other-list .other-list-item .other-img img {
  border-radius: 5vw;
}

/* #top-sns
-------------------*/
#top-sns {
  padding: 0 6%;
}
#top-sns .inbox {
  padding: 8% 6% 31%;
  background: url(../img/top/sns_bg.png) left 35px center/89.3125% no-repeat, #fffad9;
  border-radius: 7vw;
  position: relative;
}
#top-sns .sns-ttl {
  font-size: 6.1333333333vw;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 12%;
}
#top-sns .sns-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-ttl_deco.png) center/100% no-repeat;
  inset: 0 auto auto -4%;
  margin: auto 0;
  width: 21%;
  height: 15vw;
  z-index: -1;
}
#top-sns .sns-ttl::after {
  position: absolute;
  content: "";
  inset: -15vw 5% auto auto;
  width: 30%;
  height: 15vw;
  background: url(../img/top/sns-ttl-check_txt.png) center/100% no-repeat;
}
#top-sns .sns-ttl:first-letter {
  font-size: 8vw;
  color: var(--main-color);
}
#top-sns .sns-ttl span {
  background: #fff1f6;
}
#top-sns .sns-list .sns-list-btn {
  margin-bottom: 10%;
}
#top-sns .sns-list .sns-list-btn:last-child {
  margin-bottom: 0;
}
#top-sns .sns-list .sns-list-btn .com-btn {
  font-size: 4.2666666667vw;
}
#top-sns .sns-list .sns-insta .com-btn::before {
  position: absolute;
  content: "";
  background: url(../img/common/instagram_icon.png) center/100% no-repeat;
  inset: 0 auto 0 20%;
  margin: auto 0;
  width: 8vw;
  height: 8vw;
  z-index: 1;
}
#top-sns .sns-list .sns-facebook .com-btn::before {
  position: absolute;
  content: "";
  background: url(../img/common/facebook_icon.png) center/100% no-repeat;
  inset: 0 auto 0 20%;
  margin: auto 0;
  width: 8vw;
  height: 8vw;
  z-index: 1;
}
#top-sns .sns-left-img {
  position: absolute;
  left: -3%;
  bottom: -14vw;
  width: 50%;
}
#top-sns .sns-right-img {
  position: absolute;
  right: -6%;
  bottom: -15vw;
  width: 51%;
}

/* #top-news
-------------------*/
#top-news {
  padding: 32% 0 0;
}
#top-news .news-ttl-wrp {
  margin-bottom: 12%;
}
#top-news .news-ttl-wrp .news-ttl {
  text-align: left;
  font-size: 7.2vw;
  position: relative;
  z-index: 1;
  padding-left: 6%;
}
#top-news .news-ttl-wrp .news-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/top/news-ttl-left_deco.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
  width: 28%;
  height: 22vw;
  z-index: -1;
}
#top-news .news-ttl-wrp .news-ttl:first-letter {
  font-size: 8.2666666667vw;
  color: var(--accent-color);
}
#top-news .news-ttl-wrp .news-more-btn {
  display: block;
  text-align: left;
  font-size: 4.2666666667vw;
  color: var(--main-color);
  position: relative;
  width: 50%;
  margin: 10% 0 auto auto;
}
#top-news .news-ttl-wrp .news-more-btn:hover {
  text-decoration: underline;
}
#top-news .news-ttl-wrp .news-more-btn:after {
  position: absolute;
  content: "";
  width: 13vw;
  height: 3vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  transform: skew(45deg);
  z-index: 1;
}
#top-news .news-ttl-wrp .news-more-btn:hover:after {
  right: -4%;
}
#top-news .news-list .news-post-item {
  text-align: left;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dedede;
}
#top-news .news-list .news-post-item:last-child {
  border-bottom: none;
}
#top-news .news-list .news-post-item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 5% 0;
}
#top-news .news-list .news-post-item time {
  width: 32%;
}
#top-news .news-list .news-post-item .category-label {
  width: 67%;
  row-gap: 1vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news-list .news-post-item .category-label li {
  color: var(--main-color);
  padding: 0 1.5vw;
  position: relative;
}
#top-news .news-list .news-post-item .category-label li::before, #top-news .news-list .news-post-item .category-label li::after {
  width: 1px;
  height: 4vw;
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  background: var(--main-color);
}
#top-news .news-list .news-post-item .category-label li::before {
  left: 0;
}
#top-news .news-list .news-post-item .category-label li:not(:first-child)::before {
  background: none;
}
#top-news .news-list .news-post-item .category-label li:after {
  right: 0;
}
#top-news .news-list .news-post-item .news-post-ttl {
  width: 100%;
  font-size: 4vw;
  margin-top: 3%;
}

/* #top-reserve-faq
-------------------*/
#top-reserve-faq {
  padding: 34% 0 59%;
  background: url(../img/top/top-btm-pug_illust.png) bottom left 22%/33% no-repeat, url(../img/top/top-btm-footprint_deco.png) right 10.677% bottom 22vw/54% no-repeat, url(../img/top/top-btm_bg.png) center bottom/100% no-repeat;
}
#top-reserve-faq .top-reserve {
  width: 100%;
  background: var(--fourth-color);
  padding: 16% 6% 8%;
  position: relative;
  border-radius: 4vw;
  margin-bottom: 30%;
}
#top-reserve-faq .top-reserve::before {
  position: absolute;
  content: "";
  background: url(../img/top/reserve-hamster_illust.png) center/100% no-repeat;
  inset: auto auto -16vw 5%;
  width: 22%;
  height: 22vw;
}
#top-reserve-faq .top-reserve .reserve-ttl {
  height: 15vw; /*リボンの高さ*/
  text-align: center;
  padding: 0 4%; /*横の大きさ*/
  font-size: 6.1333333333vw;
  background: var(--accent-color); /*塗りつぶし色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93%;
  margin: 0 auto;
  position: absolute;
  inset: -7.5vw 0 auto;
}
#top-reserve-faq .top-reserve .reserve-ttl::before, #top-reserve-faq .top-reserve .reserve-ttl:after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 10vw;
  height: 15vw;
  top: 0;
}
#top-reserve-faq .top-reserve .reserve-ttl::before {
  left: -6.36vw;
  clip-path: polygon(63% 0, 100% 50%, 63% 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(255, 232, 240) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-reserve-faq .top-reserve .reserve-ttl:after {
  right: -6.36vw;
  clip-path: polygon(37% 2%, 0 50%, 37% 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgb(255, 232, 240) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-reserve-faq .top-reserve .reserve-txt {
  margin-bottom: 10%;
  text-align: left;
}
#top-reserve-faq .top-reserve .reserve-txt span {
  font-size: 4.2666666667vw;
  color: var(--accent-color);
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+75,ffe8f0+75 */
  background: linear-gradient(to bottom, transparent 75%, #ffdce8 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-reserve-faq .top-reserve .reserve-more-btn {
  width: 100%;
  margin: 0 auto;
  height: 16vw;
}
#top-reserve-faq .top-faq {
  margin-bottom: 23%;
  position: relative;
  border-radius: 4vw;
  background: var(--third-color);
  padding: 16% 6% 10%;
  box-sizing: border-box;
}
#top-reserve-faq .top-faq::before {
  width: 25%;
  height: 34vw;
  position: absolute;
  content: "";
  background: url(../img/top/faq-owl_illust.png) center/100% no-repeat;
  inset: auto auto -11vw -5%;
}
#top-reserve-faq .top-faq .faq-ttl {
  height: 14vw; /*リボンの高さ*/
  text-align: center;
  padding: 0 4%; /*横の大きさ*/
  font-size: 6.1333333333vw;
  background: var(--main-color); /*塗りつぶし色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  inset: -7vw 0 auto;
}
#top-reserve-faq .top-faq .faq-ttl::before, #top-reserve-faq .top-faq .faq-ttl:after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 10vw;
  height: 15vw;
  top: 0;
}
#top-reserve-faq .top-faq .faq-ttl::before {
  left: -6.36vw;
  clip-path: polygon(63% 0, 100% 50%, 63% 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #d3eef0 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-reserve-faq .top-faq .faq-ttl:after {
  right: -6.36vw;
  clip-path: polygon(37% 2%, 0 50%, 37% 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, #d3eef0 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-reserve-faq .top-faq .faq-txt {
  margin-bottom: 10%;
  text-align: left;
}
#top-reserve-faq .top-faq .faq-contact .com-tel-wrp {
  margin-bottom: 8%;
}
#top-reserve-faq .top-faq .faq-contact .com-tel-wrp .tel-num small {
  background: var(--main-color);
  color: #fff;
}
#top-reserve-faq .top-calendar .calendar-ttl {
  font-size: 6.1333333333vw;
  background: url(../img/top/calendar-ttl_bdr.png) bottom center no-repeat;
  padding-bottom: 5%;
  margin-bottom: 8%;
}
#top-reserve-faq .top-calendar .calendar-btn {
  width: 100%;
  margin: 12% auto 0;
}
#top-reserve-faq .top-calendar .calendar-btn::after {
  border: none;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--main-color);
  padding: 12% 0 8%;
}
#footer .ft-left {
  margin-bottom: 15%;
}
#footer .ft-left .ft-logo {
  display: block;
  width: 50%;
  margin: 0 auto 8%;
}
#footer .ft-left .ft-adr {
  color: #fff;
}
#footer .ft-left .ft-adr .adr-locate {
  margin-bottom: 8%;
}
#footer .ft-left .ft-adr .ft-worktime {
  margin-bottom: 12%;
}
#footer .ft-left .ft-adr .ft-worktime .dl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5%;
}
#footer .ft-left .ft-adr .ft-worktime .dl-item:last-child {
  margin-bottom: 0;
}
#footer .ft-left .ft-adr .ft-worktime .dl-item dt {
  width: 30%;
  background: #fff;
  border-radius: 2vw;
  color: var(--main-color);
  text-align: center;
  margin-right: 5%;
}
#footer .ft-left .ft-adr .ft-worktime .dl-item dd {
  font-size: 4.8vw;
  font-weight: 500;
  text-align: left;
}
#footer .ft-left .ft-register {
  color: #fff;
}
#footer .ft-left .ft-register .dl-item {
  font-size: 3.4666666667vw;
  font-weight: 500;
  margin-bottom: 3%;
  display: flex;
  width: 100%;
  text-align: left;
}
#footer .ft-left .ft-register .dl-item:last-child {
  margin-bottom: 0;
}
#footer .ft-left .ft-register .dl-item dt {
  width: 50%;
  position: relative;
}
#footer .ft-left .ft-register .dl-item dt:after {
  position: absolute;
  content: "";
  inset: 1vw 0 auto auto;
  background: #fff;
  width: 1px;
  height: 4vw;
}
#footer .ft-left .ft-register .dl-item dd {
  width: 50%;
  box-sizing: border-box;
  padding-left: 3%;
}
#footer .ft-right .ft-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 6vw 0;
  margin-bottom: 65px;
}
#footer .ft-right .ft-nav-list {
  width: 49%;
  text-align: left;
  font-weight: 500;
}
#footer .ft-right .ft-nav-list li {
  font-size: 3.4666666667vw;
  margin-bottom: 12%;
}
#footer .ft-right .ft-nav-list li:last-child {
  margin-bottom: 0;
}
#footer .ft-right .ft-nav-list li a {
  color: #fff;
  padding-left: 3vw;
  position: relative;
}
#footer .ft-right .ft-nav-list li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
#footer .ft-right .ft-nav-list li a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  color: #fff;
}
#copyright small {
  font-size: 2.6666666667vw;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

#gt_float_wrapper {
  bottom: auto !important;
  top: 4vw;
  right: 24% !important;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 12%;
  position: fixed;
  bottom: 8%;
  right: 2%;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 57vw;
  position: relative;
}
.lower-sv::before {
  background: url(../img/top/mv/mv-left-top_deco.png) center top/100% no-repeat;
  width: 87%;
  height: 38vw;
  inset: 0 auto auto 0;
  position: absolute;
  content: "";
  z-index: 1;
}
.lower-sv .sv-ttl {
  width: 100%;
  font-size: 6.6666666667vw;
  position: absolute;
  bottom: 23%;
  left: 3%;
  z-index: 10;
  text-align: left;
}
.lower-sv .sv-ttl::before {
  width: 7%;
  height: 10vw;
  position: absolute;
  content: "";
  inset: -6vw auto auto 0;
  background: url(../img/sv/sv-ttl_deco.png) center/100% no-repeat;
}
.lower-sv .sv-ttl span {
  background: #fff;
  border-radius: 4vw;
  padding: 2vw 2.5vw;
  box-sizing: border-box;
  box-shadow: 6px 6px 8px rgba(207, 207, 207, 0.16);
}
.lower-sv .sv-frame {
  width: 81.7187%;
  margin-left: auto;
  position: absolute;
  inset: auto 0 0 auto;
  height: 32vw;
}

#about-sv .sv-frame {
  background: url(../img/sv/about-sv_bg.png) center/100% no-repeat;
}

#beginner-sv .sv-frame {
  background: url(../img/sv/beginner-sv_bg.png) center/100% no-repeat;
}

#menu-sv .sv-frame {
  background: url(../img/sv/menu-sv_bg.png) center/100% no-repeat;
}

#faq-voice-sv .sv-frame {
  background: url(../img/sv/faq-voice-sv_bg.png) center/100% no-repeat;
}
#faq-voice-sv .sv-ttl {
  font-size: 5.8666666667vw;
}

#cast-sv .sv-frame {
  background: url(../img/sv/cast-sv_bg.png) center/100% no-repeat;
}

#news-sv .sv-frame {
  background: url(../img/sv/news-sv_bg.png) center/100% no-repeat;
}

#contact-sv .sv-frame {
  background: url(../img/sv/contact-sv_bg.png) center/100% no-repeat;
}

#complete-sv .sv-frame {
  background: url(../img/sv/complete-sv_bg.png) center/100% no-repeat;
}

#privacy-sv .sv-frame {
  background: url(../img/sv/privacy-sv_bg.png) center/100% no-repeat;
}

#site-sv .sv-frame {
  background: url(../img/sv/site-sv_bg.png) center/100% no-repeat;
}

#e404-sv .sv-frame {
  background: url(../img/sv/e404-sv_bg.png) center/100% no-repeat;
}
#e404-sv .sv-ttl {
  font-size: 5.8666666667vw;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 6.1333333333vw;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin-bottom: 10%;
}
.ttl01::first-letter {
  font-size: 6.9333333333vw;
}
.ttl01::before {
  position: absolute;
  content: "";
  inset: 0 auto 0 -7vw;
  margin: auto 0;
  width: 20vw;
  height: 22vw;
  z-index: -1;
}

.ttl01.cl-type01::before {
  background: url(../img/top/about-ttl_deco.png) center/100% no-repeat;
}
.ttl01.cl-type01::first-letter {
  color: var(--main-color);
}

.ttl01.cl-type02::before {
  background: url(../img/top/cast-ttl-left_deco.png) center/100% no-repeat;
}
.ttl01.cl-type02::first-letter {
  color: var(--accent-color);
}

.ttl02 {
  padding-left: 11%;
  background: url(../img/common/ttl02_icon.png) left top 2.35vw/5vw no-repeat;
  letter-spacing: 0.1em;
  font-size: 5.8666666667vw;
  margin-bottom: 5%;
  text-align: left;
}

/*==========================================
about.php
===========================================*/
/* about-concept
------------------*/
#about-concept {
  padding: 16% 0;
  background: url(../img/about/concept_footprint.png) left top 15vw/55% no-repeat;
}
#about-concept .ttl01 {
  margin-bottom: 15%;
}
#about-concept .concept-list .concept-list-item {
  width: 100%;
  box-sizing: border-box;
  background: var(--fifth-color);
  border-radius: 4vw;
  padding: 13% 6% 8%;
  position: relative;
  margin-bottom: 16%;
}
#about-concept .concept-list .concept-list-item:last-child {
  margin-bottom: 0;
}
#about-concept .concept-list .concept-list-item .item-ttl {
  margin-bottom: 6%;
}
#about-concept .concept-list .concept-list-item .item-ttl .ttl-num {
  width: 15vw;
  height: 15vw;
  background: #fff;
  border-radius: 50%;
  font-size: 5.8666666667vw;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: -7.5vw 0 auto;
  margin: 0 auto;
}
#about-concept .concept-list .concept-list-item .item-ttl .ttl-txt {
  font-size: 5.6vw;
  color: var(--main-color);
  line-height: 1.7;
  display: block;
}
#about-concept .concept-list .concept-list-item .item-img {
  margin-bottom: 6%;
}
#about-concept .concept-list .concept-list-item .item-txt {
  text-align: left;
  margin-bottom: 6%;
}
#about-concept .concept-list .concept-list-item .item-txt:last-child {
  margin-bottom: 0;
}
#about-concept .concept-list .concept-list-item .item-txt a {
  text-decoration: underline;
}

/* about-route
------------------*/
#about-route {
  padding: 16% 0 8%;
  background: #f9f9f9;
}
#about-route .route-list .route-list-item {
  width: 85%;
  margin: 0 auto 22%;
  position: relative;
}
#about-route .route-list .route-list-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6vw 8vw 0 8vw;
  margin: 0 auto;
  border-color: var(--accent-color) transparent transparent transparent;
  inset: auto 0 -11vw 0;
}
#about-route .route-list .route-list-item:last-child {
  margin-bottom: 0;
}
#about-route .route-list .route-list-item:last-child::after {
  border: none;
}
#about-route .route-list .route-list-item .item-img {
  margin-bottom: 3%;
}
#about-route .route-list .route-list-item .item-img img {
  border-radius: 4vw;
}
#about-route .route-list .route-list-item .item-txt {
  text-align: left;
}

/* about-mood
------------------*/
#about-mood {
  padding: 16% 8%;
  background: #f9f9f9;
}
#about-mood .inbox {
  padding: 10% 6%;
  border-radius: 4vw;
  background: var(--fourth-color);
  position: relative;
}
#about-mood .inbox::before {
  width: 34%;
  height: 25vw;
  position: absolute;
  content: "";
  background: url(../img/about/mood_illust.png) center/100% no-repeat;
  inset: -5vw auto auto 2%;
}
#about-mood .mood-ttl {
  font-size: 6.6666666667vw;
  color: var(--accent-color);
  display: inline-block;
  position: relative;
  margin-bottom: 10%;
}
#about-mood .mood-ttl::after {
  width: 6.5vw;
  height: 7vw;
  position: absolute;
  content: "";
  background: url(../img/about/mood-ttl_deco.png) center/100% no-repeat;
  inset: -5vw -5vw auto auto;
}
#about-mood .mood-list .mood-list-item {
  margin-bottom: 8%;
}
#about-mood .mood-list .mood-list-item:last-child {
  margin-bottom: 0;
}

/* about-info
------------------*/
#about-info {
  padding: 16% 0 0;
}
#about-info .info-tbl {
  margin-bottom: 15%;
}

/* about-sales
------------------*/
#about-sales {
  padding: 16% 8%;
  background: url(../img/about/sales_footprint.png) right bottom/55% no-repeat, url(../img/about/sales-left_bg.png) left top/9.0625% no-repeat, url(../img/about/sales-right_bg.png) right bottom 15vw/11.09375% no-repeat;
}
#about-sales .inbox {
  background: var(--fifth-color);
  border-radius: 4vw;
  padding: 10% 6%;
}
#about-sales .ttl01 {
  font-size: 5.6vw;
}
#about-sales .ttl01:before {
  inset: 0 auto auto 8vw;
}
#about-sales .sales-list .sales-list-item {
  margin-bottom: 15%;
}
#about-sales .sales-list .sales-list-item:last-child {
  margin-bottom: 0;
}
#about-sales .sales-list .sales-list-item .item-img {
  width: 100%;
  height: 52vw;
  margin-bottom: 5%;
}
#about-sales .sales-list .sales-list-item .post-ttl {
  font-size: 5.3333333333vw;
  margin-bottom: 3%;
}
#about-sales .sales-list .sales-list-item .item-price {
  text-align: left;
  color: var(--accent-color);
  margin-bottom: 4%;
}
#about-sales .sales-list .sales-list-item .item-txt {
  text-align: left;
}

/*==========================================
beginner.php
===========================================*/
/* beginner-enjoy
----------------------*/
#beginner-enjoy {
  padding: 16% 0;
  background: url(../img/beginner/enjoy-left_bg.png) left top 25vw/21.3541% no-repeat, url(../img/beginner/enjoy-right_bg.png) right bottom 25vw/18.3854% no-repeat;
}
#beginner-enjoy .enjoy-cont-wrp {
  position: relative;
  margin-bottom: 15%;
}
#beginner-enjoy .enjoy-cont-wrp:last-child {
  margin-bottom: 0;
}
#beginner-enjoy .enjoy-cont-wrp .enjoy-content .cont-ttl {
  margin-bottom: 8%;
}
#beginner-enjoy .enjoy-cont-wrp .enjoy-content .cont-ttl .ttl-num {
  display: block;
  font-size: 4.5333333333vw;
}
#beginner-enjoy .enjoy-cont-wrp .enjoy-content .cont-ttl .ttl-num em {
  font-size: 7.2vw;
  color: var(--main-color);
}
#beginner-enjoy .enjoy-cont-wrp .enjoy-content .cont-ttl .ttl-txt {
  font-size: 5.6vw;
  color: var(--accent-color);
}
#beginner-enjoy .enjoy-cont-wrp .enjoy-content .cont-txt span {
  color: #c7c7c7;
  font-size: 3.4666666667vw;
}
#beginner-enjoy .enjoy-cont-wrp .cont-img {
  margin-bottom: 10%;
}

/* beginner-notice
----------------------*/
#beginner-notice {
  padding: 16% 8%;
  position: relative;
}
#beginner-notice::before {
  width: 59%;
  height: 47vw;
  position: absolute;
  content: "";
  background: url(../img/beginner/notice_footprint.png) center top/100% no-repeat;
  inset: -8vw 0 auto auto;
}
#beginner-notice .inbox {
  background: var(--fourth-color);
  padding: 10% 6%;
  border-radius: 4vw;
}
#beginner-notice .notice-ttl {
  font-size: 6.6666666667vw;
  margin-bottom: 8%;
}
#beginner-notice .notice-leadtxt {
  font-size: 4.5333333333vw;
  color: var(--accent-color);
  margin-bottom: 10%;
}
#beginner-notice .notice-list .notice-list-item {
  text-align: left;
  margin-bottom: 8%;
}
#beginner-notice .notice-list .notice-list-item::before {
  content: "・";
}
#beginner-notice .notice-list .notice-list-item:last-child {
  margin-bottom: 0;
}

/*==========================================
menu.php
===========================================*/
/* menu-price
----------------------*/
#menu-price {
  padding: 16% 0;
}
#menu-price .ttl01 span {
  color: var(--main-color);
}
#menu-price .price-wrp {
  padding: 10% 6%;
  margin-bottom: 50px;
  background: var(--fifth-color);
  border-radius: 4vw;
}
#menu-price .price-wrp:last-child {
  margin-bottom: 0;
}
#menu-price .price-wrp .price-subttl {
  background: #fff;
  font-size: 6.1333333333vw;
  color: var(--main-color);
  padding: 2% 5%;
  border-radius: 4vw;
  margin-bottom: 8%;
}
#menu-price .price-wrp .price-post {
  margin-bottom: 10%;
}
#menu-price .price-wrp .price-post:last-child {
  margin-bottom: 0;
}
#menu-price .price-wrp .post-dl .dl-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 5% 0;
  border-bottom: 1px solid #cbcbcb;
}
#menu-price .price-wrp .post-dl .dl-item:last-child {
  border-bottom: none;
}
#menu-price .price-wrp .post-dl .dl-item dt {
  width: 55%;
  text-align: center;
  color: var(--main-color);
}
#menu-price .price-wrp .post-dl .dl-item dd {
  width: 38%;
  text-align: right;
}

/* menu-drink
----------------------*/
#menu-drink {
  padding: 16% 0;
  background: url(../img/menu/drink_footprint.png) left top 12vw/55% no-repeat, #f9f9f9;
}
#menu-drink .drink-list-wrp {
  border-radius: 4vw;
  padding: 4%;
  background: var(--fourth-color);
}
#menu-drink .drink-list-wrp .drink-list {
  padding: 8% 6%;
  background: #fff;
  border-radius: 4vw;
}
#menu-drink .drink-list-wrp .drink-list-item {
  padding: 5% 3%;
  border-bottom: 1px solid #cbcbcb;
  font-size: 4.2666666667vw;
}
#menu-drink .drink-list-wrp .drink-list-item:last-child {
  border-bottom: none;
}

/*==========================================
faq-voice.php
===========================================*/
/* faq-sec
----------------------*/
#faq-sec {
  padding: 16% 0;
}
#faq-sec .faq-post {
  margin-bottom: 15%;
}
#faq-sec .faq-post:last-child {
  margin-bottom: 0;
}
#faq-sec .faq-post .faq-q {
  background: var(--fourth-color);
  border-radius: 4vw;
  margin-bottom: 4%;
  padding: 3% 5% 3% 15%;
  position: relative;
}
#faq-sec .faq-post .faq-q .q-icon {
  font-size: 5.6vw;
  color: var(--accent-color);
  position: absolute;
  inset: 2vw auto auto 6%;
}
#faq-sec .faq-post .faq-q .q-txt {
  font-size: 5.3333333333vw;
  text-align: left;
  display: block;
}
#faq-sec .faq-post .faq-a {
  text-align: left;
}

/* voice-sec
----------------------*/
#voice-sec {
  padding: 16% 0;
  background: #f9f9f9;
}
#voice-sec .voice-post {
  margin-bottom: 13%;
  padding: 10% 5%;
  background: var(--fifth-color);
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#voice-sec .voice-post:last-child {
  margin-bottom: 0;
}
#voice-sec .voice-icon {
  width: 30%;
}
#voice-sec .voice-content {
  width: 65%;
}
#voice-sec .voice-content .post-ttl {
  margin-bottom: 10%;
}
#voice-sec .voice-content .post-ttl .ttl-txt {
  font-size: 4.8vw;
  color: var(--main-color);
}
#voice-sec .voice-content .post-ttl .post-gender {
  font-size: 3.2vw;
  display: block;
  text-align: right;
}

/*==========================================
cast.php
===========================================*/
/* 一覧ページ
--------------------*/
#cast-sec {
  padding: 16% 0;
}
#cast-sec .ttl01 span {
  color: var(--main-color);
}
#cast-sec .cast-catgery-list {
  row-gap: 4vw;
  margin-bottom: 12%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#cast-sec .cast-catgery-list .cast-catgery-list-item {
  font-size: 4.2666666667vw;
  position: relative;
}
#cast-sec .cast-catgery-list .cast-catgery-list-item::before {
  width: 1px;
  height: 4vw;
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--accent-color);
}
#cast-sec .cast-catgery-list .cast-catgery-list-item:last-child::before {
  background: none;
}
#cast-sec .cast-catgery-list .cast-catgery-list-item a {
  color: var(--accent-color);
  text-decoration: underline;
  padding: 0.85vw 3vw;
}
#cast-sec .cast-catgery-list .cast-catgery-list-item a:hover {
  opacity: 1;
  background: var(--accent-color);
  color: #fff;
}
#cast-sec .cast-catgery-list .cast-catgery-list-item.current a {
  background: var(--accent-color);
  color: #fff;
  text-decoration: none;
}
#cast-sec .cast-list .cast-post {
  border-radius: 4vw;
  margin-bottom: 12%;
}
#cast-sec .cast-list .cast-post:last-child {
  margin-bottom: 0;
}
#cast-sec .cast-list .cast-post a {
  display: block;
  padding: 10% 6%;
  border-radius: 4vw;
  background: var(--fourth-color);
  position: relative;
}
#cast-sec .cast-list .cast-post a::before, #cast-sec .cast-list .cast-post a::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#cast-sec .cast-list .cast-post a::before {
  width: 10vw;
  height: 10vw;
  background: var(--accent-color);
  inset: auto 6% 5vw auto;
}
#cast-sec .cast-list .cast-post a::after {
  position: absolute;
  bottom: 8vw;
  right: 10.5%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4vw;
  height: 4vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cast-sec .cast-list .cast-post a:hover {
  opacity: 0.9;
}
#cast-sec .cast-list .cast-post a:hover .com-img {
  transform: scale(1.1);
}
#cast-sec .cast-list .cast-post .category-label {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 7%;
}
#cast-sec .cast-list .cast-post .category-label li {
  background: #fff;
  border-radius: 6vw;
  color: var(--accent-color);
  padding: 0 3vw;
}
#cast-sec .cast-list .cast-post .post-thumb {
  width: 100%;
  height: 52vw;
  overflow: hidden;
  margin-bottom: 4%;
}
#cast-sec .cast-list .cast-post .post-thumb .com-img {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
#cast-sec .cast-list .cast-post .post-ttl {
  padding-right: 18%;
}

/* 詳細ページ
--------------------*/
#cast-single {
  padding: 16% 0;
}
#cast-single .single-content {
  border-radius: 4vw;
  background: var(--fourth-color);
  padding: 10% 6%;
}
#cast-single .single-content .category-label {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 7%;
}
#cast-single .single-content .category-label li a {
  color: var(--accent-color);
  border-radius: 6vw;
  background: #fff;
  display: inline-block;
  padding: 0 3vw;
}
#cast-single .single-content .category-label li a:hover {
  opacity: 1;
  background: var(--accent-color);
  color: #fff;
}
#cast-single .single-content .post-thumb-img {
  margin-bottom: 8%;
}
#cast-single .single-content .post-comment {
  text-align: left;
  margin-bottom: 10%;
}
#cast-single .single-content .post-dl .dl-item {
  border-bottom: 1px solid #cbcbcb;
  padding: 5% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#cast-single .single-content .post-dl .dl-item:last-child {
  border-bottom: none;
}
#cast-single .single-content .post-dl .dl-item dt {
  width: 40%;
  text-align: center;
  color: var(--accent-color);
}
#cast-single .single-content .post-dl .dl-item dd {
  width: 50%;
  text-align: left;
}
#cast-single .single-content .post-gallery-list {
  margin-top: 12%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 3vw 4%;
}
#cast-single .single-content .post-gallery-list li {
  width: 48%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 4vw;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6% 10% 6% 6%;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 14% 0;
}
.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}
.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 55%;
}
.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

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

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#contact .contact-form tr th {
  position: relative;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td li {
  list-style: none;
}
#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  border-radius: 0;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto 0;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 6% 7% 6% 4%;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: var(--main-font-family);
  color: var(--primary-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#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: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#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 {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 8%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 10%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}

#about-concept .concept-list .concept-list-item_wide .manga{
  margin: 10px 0;
}</pre></body></html>