@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background: #282828;
  letter-spacing: 0.08rem;
  font-feature-settings: "palt";
}

body.is-fixed-body {
  overflow: hidden;
}

body.is-fixed-body #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2; /* menu(z-index:3)より下、コンテンツより上 */
  cursor: pointer;
}

ol,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/
.column {
  padding: 95px 0 110px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 35px 0;
  }
}
.column--pdt {
  padding-top: 0;
}
.column--bg-top {
  padding-top: 20px;
  background: #f9f8f1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .column--bg-top {
    margin-top: 32px;
  }
}
.column--pdg {
  padding-top: 0;
  padding-bottom: 0;
}

.inner {
  max-width: 1728px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1366px) {
  .inner {
    width: 100%;
  }
}

.lower_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lower_inner {
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 820px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .pt30 {
    padding-top: 15px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .pb90 {
    padding-bottom: 50px;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .pb30 {
    padding-bottom: 15px;
  }
}

.pb160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 820px) {
  .pb160 {
    padding-bottom: 40px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.center_bnr {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/
.btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  line-height: 1.2;
  padding: 20px 0;
  margin: 30px 0;
  background: #b59523;
  margin: 0 auto;
  display: block;
  position: relative;
  box-shadow: 3px 0 6px #9f9d9f;
}
.btn:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 1;
}

.close_btn {
  display: block;
  padding: 10px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #b59523;
  position: relative;
}
@media screen and (max-width: 767px) {
  .close_btn {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
	TAB
----------------------------------------------------*/
.tab_wrap {
  position: relative;
  margin-top: 30px;
}
.tab_wrap .tab_btn {
  width: calc(25% - 0px);
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  background: #f4f4f4;
  padding: 5px;
  font-size: 1.8rem;
}
.tab_wrap .tab_btn:hover {
  cursor: pointer;
}
.tab_wrap .tab_btn.show {
  background: #b59523;
  color: #fff;
}
.tab_wrap .tab_btn:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1180px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 0px);
  }
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_btn {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .tab_wrap .tab_btn {
    width: 48%;
    text-align: center;
    font-size: 1.4rem;
    margin-right: 0;
  }
  .tab_wrap .tab_btn.show {
    padding: 10px 0;
  }
}
.tab_wrap .tab_list {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .tab_wrap .tab_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab_wrap .panel_area {
  position: relative;
  border-top: 2px solid #ccc;
}
.tab_wrap .tab_contents {
  display: none;
}
.tab_wrap .tab_contents.show {
  display: block;
}

/*----------------------------------------------------
	FONTS
----------------------------------------------------*/
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.sec_title {
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  color: #23160f;
  font-family: YakuHanJP_Narrow, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 7px;
  }
}

.column_sub_txt {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: center;
  padding: 25px 0;
  color: #fff;
}

.line-text {
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.line-text::before, .line-text::after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .line-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 520px) {
  .line-text {
    text-align: center;
    line-height: 1.1;
  }
}

.breadcrumbs {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 5px;
}
.breadcrumbs a {
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

main {
  position: relative;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000; /* 余白が出た時の背景 */
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 全画面にフィット（はみ出しトリミング） */
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.fixed_bnrs {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1001;
}
.fixed_bnrs .btns_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.foot_fixed_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #70625f;
  background-size: cover;
  padding: 13px 0;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr {
    padding: 0;
    height: 100px;
  }
}
.foot_fixed_bnr .flex {
  gap: 10px;
}
.foot_fixed_bnr .inner {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.foot_fixed_bnr .inner .lady {
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 1180px) {
  .foot_fixed_bnr .inner .lady {
    position: static;
    height: 100%;
  }
}

.footer_floating_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_floating_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.8588235294);
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding-bottom: env(safe-area-inset-bottom); /* iOSの安全域 */
    -webkit-tap-highlight-color: transparent;
  }
  .footer_floating_sp .time_attend {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  .footer_floating_sp .time_attend .time {
    color: #fff000;
  }
  .footer_floating_sp .flex {
    gap: 5px;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/
#header {
  width: 100%;
}
#header .head_belt {
  position: relative;
  padding: 20px 15px 0;
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 10px 0 0;
  }
}
#header .head_belt.fixed {
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  max-height: 80px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header .head_belt.fixed .inner {
    padding: 0;
  }
}
#header .head_belt.fixed .inner .head_l {
  max-width: 60px;
}
#header .head_belt.fixed .sp_menu .youtube_link {
  position: fixed;
  right: 90px;
  top: 17px;
}
@media screen and (max-width: 767px) {
  #header .head_belt.fixed .sp_menu .youtube_link {
    right: 73px;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  max-width: 1600px;
}
@media screen and (max-width: 1180px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    height: 100%;
  }
}
#header .head_belt .inner .head_l {
  max-width: 100px;
}
@media screen and (max-width: 1180px) {
  #header .head_belt .inner .head_l {
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    max-width: 80px;
    width: 100%;
  }
}
#header .head_belt .inner .head_l h1 {
  display: none;
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1090px) {
  #header .head_belt .inner .head_r {
    gap: 10px;
  }
}
#header .head_belt .inner .head_r nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1090px) {
  #header .head_belt .inner .head_r nav ul {
    gap: 10px;
  }
}
#header .head_belt .inner .head_r nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
}
@media (max-width: 1090px) {
  #header .head_belt .inner .head_r nav ul li a {
    font-size: 1.4rem;
  }
}
#header .head_belt .inner .head_r nav ul li a img {
  display: block;
}
#header .head_belt .inner .head_r .head_cv_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 2px 13px;
  min-width: 230px;
  height: 60px;
  background: linear-gradient(-45deg, #996e00 0%, #b59523 35%, #bfa45f 50%, #b59523 70%, #996e00 100%);
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-radius: 2px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 1366px) {
  #header .head_belt .inner .head_r .head_cv_btn a {
    min-width: 200px;
  }
}
#header .head_belt .inner .head_r .head_cv_btn a img {
  display: block;
  width: 24px;
  height: 24px;
}
#header .head_belt .inner .head_r .head_cv_btn__text {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #header .head_belt .inner .head_r {
    display: none;
  }
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  /* ハンバーガーメニュー本体 */
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .sp_menu {
    top: 15px;
    right: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_menu .youtube_link {
    position: relative;
    z-index: 100;
  }
  .hamburger-wrap {
    position: relative;
    z-index: 1000;
  }
  .hamburger-wrap.is-fixed {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 2000;
  }
  .hamburger {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: linear-gradient(-45deg, #996E00 0%, #b59523 35%, #bfa45f 50%, #b59523 65%, #996e00 100%);
    position: relative;
    z-index: 100;
  }
  .hamburger .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger.active {
    background: #000;
  }
  .line {
    height: 1px;
    background: #000;
    display: block;
    margin: 7px 0;
    transition: 0.3s;
  }
  .line.top {
    width: 30px;
  }
  .line.bottom {
    width: 17px;
    position: relative;
    right: -13px;
  }
  .hamburger.active .line {
    margin: 0;
    background: #fff;
  }
  .hamburger.active .top {
    transform: rotate(45deg);
  }
  .hamburger.active .bottom {
    transform: rotate(-45deg);
    width: 30px;
    right: 0;
  }
  .menu {
    display: block;
    position: fixed;
    left: -300px;
    bottom: 0;
    background: url(../img/common/ham_bg.png) no-repeat center/cover;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    width: 100%;
    height: 100vh;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
  .menu .menu_list {
    position: fixed;
    top: 100px;
    width: 100%;
    padding: 0 20px 20px;
    pointer-events: auto;
    height: calc(100% - 116px);
    overflow: auto;
  }
  .menu .menu_list ul li {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .menu .menu_list ul li a {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2;
  }
  .menu .menu_list ul li .menu_syb_txt {
    color: #fff;
    font-size: 1.4rem;
  }
  .menu .menu_list ul li .menu_syb_txt a {
    line-height: 2;
    font-size: 1.5rem;
    display: block;
  }
  .menu .menu_list .menu_cv_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 2px 13px;
    min-width: 100%;
    height: 50px;
    background: linear-gradient(-45deg, #996e00 0%, #b59523 35%, #bfa45f 50%, #b59523 70%, #996e00 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    border-radius: 2px;
    box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
  }
  .menu .menu_list .menu_cv_btn a::before {
    content: "";
    background: url(../img/common/contact_icon.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
  }
  .menu .menu_list .menu_cv_btn__text {
    white-space: nowrap;
  }
  .menu.open {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}
.tit_bg {
  position: relative;
  padding-top: 30px;
}
.tit_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/*------お問い合わせコーナー------------------------------*/
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.contact_form .textarea-hight {
  height: 150px;
}
.contact_form .group-100 {
  margin-top: 10px;
}
.contact_form dt,
.contact_form dd {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.contact_form dt {
  width: 30%;
  background: #fafafa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt .hissu,
.contact_form dt .nini {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #e21628;
  color: #fff;
  padding: 4px 5px;
  border-radius: 5px;
  line-height: 1;
}
.contact_form dt .nini {
  background-color: #ccc;
}
.contact_form dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd .input_wrap.name {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact_form dd .input_wrap.f_start {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
}
.contact_form dd.pay .receipt {
  margin: 10px 0 5px;
  display: block;
}
.contact_form dd.pay .text {
  font-size: 1.6rem;
}
.contact_form dd.pay .radio-note {
  font-size: 1.4rem;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 5px;
}
.contact_form .group {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 820px) {
  .contact_form .group {
    flex-wrap: wrap;
  }
}
.contact_form select {
  padding: 5px 10px;
}
.contact_form .privacy_agree {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.contact_form .privacy_agree label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  cursor: pointer;
}
.contact_form .privacy_agree input[type=checkbox] {
  transform: scale(1.2);
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #282828;
  color: #fff;
  font-size: 1.5rem;
  padding: 90px 0 40px;
}
@media screen and (max-width: 1180px) {
  #footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  #footer {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 45px 0 90px;
  }
}
#footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
  gap: 60px;
}
#footer .footer_inner__l {
  flex-shrink: 0;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__l {
    width: 100%;
    top: 0;
  }
}
#footer .footer_inner__l a:hover {
  opacity: 1;
}
#footer .footer_inner__l figure {
  max-width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  background: #282828;
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__l figure {
    max-width: initial;
    height: initial;
  }
}
#footer .footer_inner__l figure img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
#footer .footer_inner__l p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__l p {
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_inner__r {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
  width: 50%;
}
@media screen and (max-width: 1500px) {
  #footer .footer_inner__r {
    width: 55%;
    gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__r {
    width: 100%;
  }
}
#footer .footer_inner__r .footer_menu__list {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1500px) {
  #footer .footer_inner__r .footer_menu__list {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__r .footer_menu__list {
    width: 40%;
  }
}
#footer .footer_inner__r .footer_menu__list a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 520px) {
  #footer .footer_inner__r .footer_menu__list a {
    font-size: 1.3rem;
  }
}
#footer .footer_inner__r .footer_menu__list .head {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #footer .footer_inner__r .footer_menu__list .head {
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_inner__r .sp_menu_list {
    width: 57%;
  }
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer .copy {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
左から右に伸びて出現
===================================*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*----------------------------------------------------
	下からふわっと
----------------------------------------------------*/
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ★ ここを transition-delay にする */
.delay-0 {
  transition-delay: 0s;
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

/*----------------------------------------------------
	オープニング アニメーション
----------------------------------------------------*/
.opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}
.opening__logo {
  display: block;
  margin: 0 auto;
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  animation: logoReveal 0.9s ease-out forwards;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .opening__logo {
    animation: logoReveal 0.5s ease-out forwards;
    animation-delay: 0.1s;
  }
}
.opening__bg {
  position: absolute;
  inset: 0;
  background: #0f0f0f;
}
.opening__inner {
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12em;
}
.opening.is-hide {
  opacity: 0;
  visibility: hidden;
}

@keyframes logoReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes openingIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.faq_wrap {
  border: 1px solid #d2cac8;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.faq_wrap:last-child {
  margin-bottom: 0;
}
.faq_wrap .question {
  position: relative;
  background: #f9f8f1;
  padding: 20px 20px 20px 60px;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .question .title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  color: #23160f;
}
.faq_wrap .question:before {
  position: absolute;
  content: "Q.";
  display: inline-block;
  color: #b59523;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .question:before {
    left: 13px;
  }
}
.faq_wrap .answer {
  padding: 20px 20px 20px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer {
    padding: 15px 15px 15px 40px;
  }
}
.faq_wrap .answer:before {
  position: absolute;
  counter-increment: number;
  content: "A.";
  display: inline-block;
  color: #f37887;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 2.5rem);
  left: 20px;
  top: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_wrap .answer:before {
    left: 13px;
  }
}
.faq_wrap a {
  color: #f37887;
  text-decoration: underline;
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 150px;
}
#pagetop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 50px;
  height: 50px;
  background: #b59523;
  border-radius: 50%;
}
#pagetop a:after {
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 1180px) {
  #pagetop {
    display: none !important;
  }
}

.gold-gradient {
  background: linear-gradient(-45deg, #996E00 0%, #b59523 43%, #fdf3dc 50%, #b59523 55%, #996e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/*----------------------------------------------------
	フッターフローティングメニュー
----------------------------------------------------*/
.sp-floating-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-floating-menu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background: #000;
    z-index: 2;
    border-top: 1px solid #515151;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .sp-floating-menu.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .sp-floating-menu .float-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #515151;
  }
  .sp-floating-menu .float-item:last-child {
    border-right: none;
  }
  .sp-floating-menu .float-item .title {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .sp-floating-menu .float-item .subtitle {
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1;
  }
  .sp-floating-menu .float-item .icon {
    height: 20px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (min-width: 1180px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none !important;
  }
}
/*1101px以上*/
@media only screen and (min-width: 1181px) {
  .pc_over_hide {
    display: none !important;
  }
}
/*821px以上*/
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
/*768px以上*/
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */