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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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: #fff;
  background: #1e1e1e;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
body .b-fixed {
  position: fixed;
  width: 100%;
}
body.is-fixed-body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

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: 90px 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .column {
    padding: 30px 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: 1730px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1390px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.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.2rem;
  }
}

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

.tit_box {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .tit_box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .tit_box {
    padding-top: 30px;
  }
}
.tit_box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tit_box::before {
    top: -13%;
  }
}

.sec_title {
  font-size: clamp(2.4rem, 3.5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  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;
  font-family: YakuHanJP_Narrow, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .sec_title {
    margin-bottom: 10px;
  }
}
.sec_title span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .sec_title span {
    font-size: 2.4rem;
  }
}

.tit-btm_txt {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 2rem;
  margin: 35px 0;
}
@media (max-width: 1200px) {
  .tit-btm_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tit-btm_txt {
    font-size: 1.4rem;
    text-align: left;
    margin: 20px 0;
  }
}

main {
  position: relative;
}

/*----------------------------------------------------
	固定要素
----------------------------------------------------*/
.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.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  background: url(../img/lp_bg.png) no-repeat center/cover;
  padding: 10px 15px;
}
#header #head_belt.is-fixed .head_l {
  max-width: 60px;
}
#header #head_belt.is-fixed .sp_menu {
  top: 7px;
  right: 5px;
}
#header .head_belt {
  background: url(../img/lp_bg.png) no-repeat center/cover;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #header .head_belt {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: none;
  }
}
#header .head_belt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1180px) {
  #header .head_belt .inner {
    flex-wrap: wrap;
    height: 100%;
  }
}
#header .head_belt .inner .head_l {
  max-width: 100px;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #header .head_belt .inner .head_l {
    max-width: 80px;
  }
}
#header .head_belt .inner .head_l .logo_area {
  position: relative;
  z-index: 200;
}
#header .head_belt .inner .head_l .logo_area img {
  display: block;
  width: 100%;
}
#header .head_belt .inner .head_r {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1150px) {
  #header .head_belt .inner .head_r {
    gap: 10px;
  }
}
@media screen and (max-width: 1115px) {
  #header .head_belt .inner .head_r {
    gap: 5px;
  }
}
#header .head_belt .inner .head_r nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1265px) {
  #header .head_belt .inner .head_r nav ul {
    gap: 5px;
  }
}
#header .head_belt .inner .head_r nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1150px) {
  #header .head_belt .inner .head_r nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .head_belt .inner .head_r {
    display: none;
  }
}

/* 外枠（背景はスクショの黒っぽい感じに） */
.cta-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  /* ボタン本体 */
  /* 上段（/ まずは無料相談 /） */
}
@media screen and (max-width: 1300px) {
  .cta-row {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .cta-row {
    flex-direction: column;
    gap: 10px;
  }
}
.cta-row .cta-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  min-width: 245px;
  height: 80px;
  overflow: hidden;
  background: linear-gradient(-45deg, #996e00 0%, #b59523 35%, #bfa45f 50%, #b59523 70%, #996e00 100%);
}
@media screen and (max-width: 1300px) {
  .cta-row .cta-btn {
    min-width: 200px;
    height: 75px;
  }
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn {
    min-width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .cta-row .cta-btn {
    min-width: 100%;
  }
}
.cta-row .cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine 2s ease-in infinite;
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 1;
  }
  50% {
    left: 200%;
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
.cta-row .cta-btn__kicker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1300px) {
  .cta-row .cta-btn__kicker {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn__kicker {
    font-size: 1.2rem;
  }
}
.cta-row .cta-btn__kicker::before, .cta-row .cta-btn__kicker::after {
  width: 13px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.cta-row .cta-btn__kicker::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn__kicker::before {
    margin-right: 5px;
  }
}
.cta-row .cta-btn__kicker::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn__kicker::after {
    margin-left: 5px;
  }
}
.cta-row .cta-btn__main {
  display: block;
  text-align: center;
  color: #101010;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.05;
}
@media screen and (max-width: 1265px) {
  .cta-row .cta-btn__main {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn__main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-row .cta-btn__main {
    font-size: 1.8rem;
  }
}
.cta-row .cta-btn__main--num {
  font-size: 3rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 1265px) {
  .cta-row .cta-btn__main--num {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1110px) {
  .cta-row .cta-btn__main--num {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-row .cta-btn__main--num {
    font-size: 3rem;
  }
}

.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: 820px) {
  .sp_menu {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .sp_menu {
    top: 15px;
    right: 13px;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-wrap {
    position: relative;
    z-index: 1000;
  }
  .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;
    width: 100%;
    height: 100vh;
    background: url(../img/ham_bg.png) no-repeat center/cover;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .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 p {
    line-height: 2;
  }
  .menu .menu_list ul li:last-child {
    border-bottom: none;
  }
  .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;
  }
}
/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/
#footer {
  background: #171717;
  color: #fff;
  font-size: 1.6rem;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0;
  }
}
#footer .footer_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
#footer .footer_inner .footer_menu {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer_inner .footer_menu {
    flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer_inner .footer_menu li {
    width: calc(50% - 20px);
  }
  #footer .footer_inner .footer_menu li:nth-child(1) {
    order: 1;
  }
  #footer .footer_inner .footer_menu li:nth-child(4) {
    order: 2;
  }
  #footer .footer_inner .footer_menu li:nth-child(2) {
    order: 3;
  }
  #footer .footer_inner .footer_menu li:nth-child(5) {
    order: 4;
  }
  #footer .footer_inner .footer_menu li:nth-child(3) {
    order: 5;
  }
  #footer .footer_inner .footer_menu li:nth-child(6) {
    order: 6;
  }
}
#footer .footer_inner .footer_menu li a {
  color: #fff;
}
#footer .footer_logo {
  margin-bottom: 50px;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
#footer .copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
.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;
  }
}

/*----------------------------------------------------
	アニメーション
----------------------------------------------------*/
.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;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error-404 {
  padding: 50px 15px;
}

.icon_404 {
  text-align: center;
  font-size: 5rem;
}

.not_found_text {
  text-align: center;
  margin-bottom: 20px;
}

/*----------------------------------------------------
	確認画面
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column_confirm {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .column_contact-thanks {
    padding-top: 120px !important;
  }
}

/*----------------------------------------------------
	改行
----------------------------------------------------*/
@media screen and (max-width: 1180px) {
  .pc {
    display: none !important;
  }
}
@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 */