@charset "UTF-8";

:root {
  --color-black: #333;
  --color-white: #ffffff;
  --color-brown: #9D7A4F;

  --ja-zenkaku: "Zen Kaku Gothic Antique", sans-serif;
  --ja-noto: "Noto Sans JP", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 0.5208333vw;
  scroll-behavior: smooth;
}

body {
  font-family: var(--ja-zenkaku);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  background: var(--color-white);
  color: var(--color-black);
}


a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }

  .wrap {
    width: 69rem;

  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}




/*================================================
 *  header
 ================================================*/
header.new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3rem 8rem;
  box-sizing: border-box;
}

header h1 {
  width: 31rem;
}

header .hd_btn {
  width: 33rem;
}

@media screen and (max-width: 750px) {
  header.new {
    padding: 3rem 2rem;
  }

  header h1 {
    width: 24rem;
    margin-top: 1rem;
  }

  header .hd_btn {
    width: 27rem;
  }
}

/*================================================
 *  campaign
 ================================================*/

#campaign {
  /* margin-top: -7rem; */

  margin-top: -4rem;
  margin-bottom: -3rem;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  #campaign {
    margin-top: -4rem;
    margin-bottom: -2rem;
  }
}

/*================================================
 *  about
 ================================================*/
.loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
}


#about {
  background: url(../../assets/img/over/about_bg.png) no-repeat center bottom/cover;
  height: 119rem;
  position: relative;
}

/* loop_swiper */
#about .loop_swiper {
  padding-top: 4rem;
}

#about .loop_swiper .swiper-slide,
#about .loop_swiper .swiper-slide img {
  width: 203rem;
}

#about .loop_swiper .swiper-slide {
  margin-right: 5rem;
}

/* about_catch */
.about_catch {
  position: absolute;
  width: 62rem;
  top: 20rem;
  left: 7rem;
}

.about_catch h2 {
  width: 22rem;
  margin: 0 auto 8rem;
}

.about_catch h2 .about_ttl02 {
  width: 18rem;
  margin: 3rem auto 0;
  display: block;
}

.about_catch p {
  font-size: 2.8rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #about {
    background: url(../../assets/img/over/about_bg_sp.png) no-repeat center top/cover;
    height: 148rem;
  }

  #about .loop_swiper {
    padding-top: 4rem;
  }

  #about .loop_swiper .swiper-slide,
  #about .loop_swiper .swiper-slide img {
    width: 150rem;
  }

  #about .loop_swiper .swiper-slide {
    margin-right: 3rem;
  }

  .about_catch {
    width: 63rem;
    top: 15rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .about_catch h2 {
    width: 17rem;
    margin: 0 auto 50rem;
  }

  .about_catch h2 .about_ttl02 {
    width: 14rem;
    margin: 3rem auto 0;
  }

}

/*================================================
 *  about
 ================================================*/
#osusume {
  position: relative;
  padding: 7rem 0 10rem;
}

#osusume::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 7rem);
  left: 0;
  top: -7rem;
  background: url(../../assets/img/over/osusume_bg.png) no-repeat center/cover;
  z-index: -1;
}

#osusume h2 {
  width: 55rem;
  margin: 0 auto 6rem;
}

#osusume ul {
  display: flex;
  justify-content: center;
}

#osusume ul li {
  width: 28rem;
  margin-right: -4rem;
  position: relative;
}

#osusume ul li:nth-child(even) {
  margin-top: 11rem;
}

#osusume ul li:nth-child(2) {
  z-index: -1;
}


#osusume ul li:nth-child(5) {
  z-index: -1;
}

/* loop_swiper */
#osusume .loop_swiper {
  padding-top: 7rem;
}

#osusume .loop_swiper .swiper-slide {
  margin-right: 3rem;
}

#osusume .loop_swiper .swiper-slide,
#osusume .loop_swiper .swiper-slide img {
  width: 196rem;
}



@media screen and (max-width: 750px) {
  #osusume {
    padding: 10rem 0 9rem;
  }

  #osusume::before {
    height: calc(100% + 14rem);
    top: -14rem;
    background: url(../../assets/img/over/osusume_bg_sp.png) no-repeat center/cover;
  }

  #osusume h2 {
    width: 55rem;
    margin: 0 auto 7.5rem;
  }

  #osusume ul {
    position: relative;
    width: 66.6rem;
    height: 68rem;
    margin: 0 auto;
    display: block;
  }

  #osusume ul li {
    width: 29rem;
    margin-right: 0;
    position: absolute;
  }

  #osusume ul li:nth-child(even) {
    margin-top: 0;
  }

  #osusume ul li:nth-child(1) {
    top: 1rem;
    left: -1rem;
  }

  #osusume ul li:nth-child(2) {
    top: 0;
    right: 3rem;
    z-index: 1;
  }

  #osusume ul li:nth-child(3) {
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }

  #osusume ul li:nth-child(4) {
    bottom: 0;
    left: 0rem;
    z-index: -1;
  }

  #osusume ul li:nth-child(5) {
    bottom: 7rem;
    right: 0;
  }

  #osusume .loop_swiper .swiper-slide,
  #osusume .loop_swiper .swiper-slide img {
    width: 160rem;
  }
}


/*================================================
 *  support
 ================================================*/
#support {
  background: url(../../assets/img/over/support_bg.png) no-repeat center top/cover;
  height: 100%;
  position: relative;
  padding: 10rem 0;
}


#support h3 {
  width: 16.8rem;
  margin-left: 20rem;
}

#support h2 {
  width: 25rem;
  margin: 7rem auto 4rem;
}

#support p {
  width: 80.5rem;
  margin: 0 auto 15rem;
}

#support ul {
  width: 132rem;
  margin: 0 auto;
}

#support ul li {
  width: 64rem;
}

#support ul li:not(:first-child) {
  margin-top: -36rem;
}

#support ul li:nth-child(even) {
  margin-left: auto;
}

#support ul li:nth-child(1) span {
  height: 54rem;
}

#support ul li:nth-child(2) span {
  height: 82.4rem;
}

#support ul li:nth-child(3) span {
  height: 84.3rem;
}

#support ul li:nth-child(4) span {
  height: 57.5rem;
}

@media screen and (max-width: 750px) {
  #support {
    background: url(../../assets/img/over/support_bg_sp.png) no-repeat center top/cover;
    padding: 10rem 0;
  }

  #support h3 {
    width: 12.5rem;
    margin-left: 7rem;
  }

  #support h2 {
    width: 25rem;
    margin-bottom: 7rem;
  }

  #support p {
    width: 44rem;
    margin: 0 auto 4rem;
  }

  #support ul {
    width: 61rem;
  }

  #support ul li {
    width: 100%;
  }

  #support ul li:not(:first-child) {
    margin-top: 5rem;
  }
}



/*================================================
 *  facility
 ================================================*/
#facility {
  padding: 9rem 0;
  position: relative;
  z-index: 1;
}

.facility_bg {
  overflow: hidden;
}

#facility::before {
  position: absolute;
  content: "";
  background: url(../img/over/facility_bg.webp) no-repeat center top/cover;
  width: 100%;
  height: calc(100% + 50rem);
  top: 0;
  left: 0;
  z-index: -2;
}

#facility::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/over/facility_top.png);
  width: 192rem;
  height: 132rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}


#facility .ttl_wrap {
  width: 132rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#facility h2 {
  width: 60rem;
  padding-bottom: 84rem;
}

.floor {
  width: 160rem;
  margin: 0 auto 10rem;
}


.facility_item {
  padding-top: 11rem;
}

.facility_item .item_wrap {
  width: 132rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: rgb(255 255 255 / 70%);
  border-radius: 7.5rem;
  padding-top: 53rem;
  padding-bottom: 22rem;
}


.facility_item h3 {
  width: 21rem;
  position: absolute;
  left: 17rem;
  top: -21.5rem;
}


.facility_img {
  width: 96rem;
  position: absolute;
  right: -30rem;
  top: -13.5rem;
}


.facility_txt {
  width: 100rem;
  margin: 4rem auto 0;
}


.facility_txt p {
  font-size: 4rem;
  color: var(--color-brown);
  line-height: 1.5;
}

.facility_list {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  width: 108rem;
  margin: 6rem auto 0;
}

.st_name span,
.facility_list span {
  font-size: 3rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  border: 0.17rem solid;
  color: #333333;
  line-height: 1;
  padding: 0.5em;
  font-weight: 500;
}




/* st */


.st h3 {
  left: auto;
  right: 17rem;
  top: -14.5rem;
}

.st .facility_img {
  width: 96rem;
  right: auto;
  left: -30rem;
  top: -25.5rem;
}

.st .facility_txt {
  width: 69rem;
  margin-left: 12rem;
  margin-bottom: 10rem;
}

.st_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.st_swiper .swiper-slide {
  width: 34.6rem;
  margin: 0 1rem;
}

.st_name {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 90rem;
  margin: 4rem auto 0;
}

.st_name span {
  margin: 0;
}

/* fr */
.fr.facility_item .item_wrap {
  padding-top: 41rem;
}

.fr h3 {
  width: 30.5rem;
  top: -16.5rem;
}

.fr .facility_img {
  top: -21.5rem;
}

/* str */
.str .item_wrap {
  padding-top: 43rem;
  padding-bottom: 3rem;
}

/* .facility_other */
.facility_other {
  margin-top: 20rem;
  overflow: hidden;
}

#facility .facility_other h2 {
  width: 54.3rem;
  padding: 0;
  margin: 0 auto 2rem;
}

#facility .facility_other p {
  text-align: center;
  width: 110rem;
  margin: 0 auto 20rem;
  font-size: 4rem;
  color: var(--color-brown);
}

.facility_c-img {
  width: 86rem;
  left: -9rem;
  position: relative;
}

.facility_c-right .facility_c-img {
  width: 80rem;
  left: auto;
  right: -8rem;
  margin-left: auto;
}

.facility_c-img img {
  position: relative;
  z-index: 1;
}

.facility_circle-txt {
  width: 48rem;
  padding: 2rem;
  aspect-ratio: 1/1;
  background: rgb(157 122 79 / 80%);
  border-radius: 100%;
  text-align: center;
  font-size: 4rem;
  color: var(--color-white);
  display: grid;
  place-content: center;
  position: absolute;
  top: -10rem;
  right: -28rem;
}

.facility_c-right .facility_circle-txt {
  right: auto;
  top: auto;
  bottom: -10rem;
  left: -38rem;
}

.facility_c-right {
  margin-top: -70rem;
}

.f_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 20rem;
}

.f_icon li {
  width: 38rem;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.f_icon li.started {
  opacity: 1;
  transform: translateY(0px);
}



.f_icon li:nth-child(2),
.f_icon li:nth-child(6) {
  transition-delay: 0.2s;
}

.f_icon li:nth-child(3),
.f_icon li:nth-child(7) {
  transition-delay: 0.3s;
}

.f_icon li:nth-child(4),
.f_icon li:nth-child(8) {
  transition-delay: 0.4s;
}

.f_icon span {
  display: block;
  font-size: 4rem;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 3rem;
  font-family: var(--ja-noto);
  line-height: 1.2;
  color: #543B18;
}

@media screen and (max-width: 750px) {
  #facility {
    padding: 9rem 0;
  }

  #facility::before {
    background: url(../img/over/facility_bg_sp.webp) no-repeat center top/cover;
  }

  #facility::after {
    background-image: url(../img/over/facility_top_sp.png);
    width: 75rem;
    height: 65.4rem;
  }




  #facility .ttl_wrap {
    width: calc(100% - (3.4rem * 2));
  }

  #facility h2 {
    width: 43rem;
    padding-bottom: 37rem;
  }

  .floor {
    width: 67.3rem;
  }

  .facility_item {
    padding-top: 7rem;
  }

  .facility_item .item_wrap {
    width: 65rem;
    border-radius: 7.5rem;
    padding-top: 25rem;
    padding-bottom: 11rem;
    border-radius: 4rem;
  }

  .facility_img {
    width: 47.8rem;
    right: -5rem;
    top: -10.5rem;
  }

  .facility_item h3 {
    width: 12rem;
    left: 5rem;
    top: -13.5rem;
  }

  .facility_txt {
    width: 57rem;
    margin: 4rem auto 0;
  }

  .facility_txt p {
    font-size: 2.5rem;
  }

  .facility_list {
    width: 61rem;
    gap: 1rem;
  }

  .st_name span,
  .facility_list span {
    font-size: 1.7rem;
  }



  .st .facility_img {
    width: 47.8rem;
    left: -5rem;
    top: -13.5rem;
  }

  .st h3 {
    left: auto;
    right: 5rem;
    top: -5.5rem;
  }

  .st .facility_txt {
    width: 39rem;
    margin-left: 2rem;
    margin-bottom: 4rem;
  }

  .st.facility_item .item_wrap {
    padding-top: 32rem;
  }


  .st_swiper .swiper-slide {
    width: 19.7rem;
    margin: 0 0.5rem;
  }

  .st_name {
    width: 56rem;
  }

  .fr h3 {
    width: 17.3rem;
    top: -9.5rem;
    left: 2.5rem;
  }

  .fr.facility_item .item_wrap {
    padding-top: 23rem;
  }

  .fr .facility_img {
    top: -11.5rem;
  }

  .str.facility_item .item_wrap {
    padding-top: 23rem;
    padding-bottom: 2rem;
  }


  .facility_other {
    margin-top: 13rem;
    padding-bottom: 5rem;
  }

  #facility .facility_other h2 {
    width: 39rem;
    margin: 0 auto 2rem;
  }

  #facility .facility_other p {
    width: 67rem;
    margin: 0 auto 12rem;
    font-size: 2.9rem;
  }

  .facility_c-img {
    width: 44rem;
    left: -8rem;
  }

  .facility_c-right .facility_c-img {
    width: 41rem;
    right: -8rem;
  }

  .facility_circle-txt {
    width: 24rem;
    padding: 2rem;
    font-size: 2.2rem;
    top: -7rem;
    right: -15rem;
  }

  .facility_c-right .facility_circle-txt {
    bottom: -3rem;
    left: -21rem;
  }

  .facility_c-right {
    margin-top: -20rem;

  }

  .f_icon {
    gap: 2rem;
    margin-top: 9rem;
  }

  .f_icon li {
    width: 21.5rem;
  }

  .f_icon span {
    font-size: 2.3rem;
  }

  .f_icon li:nth-child(1),
  .f_icon li:nth-child(4),
  .f_icon li:nth-child(7) {
    transition-delay: 0s;
  }

  .f_icon li:nth-child(2),
  .f_icon li:nth-child(5),
  .f_icon li:nth-child(8) {
    transition-delay: 0.2s;
  }

  .f_icon li:nth-child(3),
  .f_icon li:nth-child(6) {
    transition-delay: 0.3s;
  }


}

/*================================================
 *  personal
 ================================================*/
#personal {
  position: relative;
  padding: 54rem 0 36.5rem;
  overflow: hidden;
  z-index: 1;
}



.personal_bg {
  position: relative;
  background: url(../img/over/personal_bg.webp) no-repeat center/cover;
  padding-bottom: 9rem;
}

.personal_bg::before,
.personal_bg::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/over/personal_bg-circle.webp);
  width: 193rem;
  height: 48.6rem;
  top: -40.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.personal_bg::after {
  top: auto;
  bottom: -35.5rem;
  transform: translateX(-50%) rotate(180deg);
}

.personal_fuki {
  width: 35rem;
  position: absolute;
  top: 4rem;
  right: 50rem;
  z-index: 2;
}

.personal_fuki img {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.personal_box h2 {
  width: 100rem;
  padding-bottom: 4rem;
  border-bottom: 1.2rem solid var(--color-white);
  margin: 0 auto;
}

.personal_box h2 img {
  width: 78rem;
  margin: 0 auto;
}

.personal_box h3 {
  width: 61rem;
  margin: 6rem auto;
}

.personal_circle {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  width: 85rem;
  margin: 7rem auto;
}

.personal_circle li {
  position: relative;
  color: var(--color-white);
}


.personal_circle li span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.2;
}


.personal_img {
  width: 148rem;
  margin-left: auto;
  margin-top: 9rem;
  position: relative;
}

.personal_img-txt {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.personal_img-txt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 5.4rem;
  background: var(--color-white);
  padding: 0.2rem 2rem;
  margin-top: 1rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-left: auto;
}

.personal_box.box02 {
  margin-top: 20rem;
}

.personal_box.box02 h2 img {
  width: 92rem;
}

.personal_box-lead {
  font-size: 3.7rem;
  width: 90rem;
  margin: 5rem auto;
  color: var(--color-white);
}

.personal_box.box02 .personal_img {
  margin-left: 0;
}

.personal_box.box02 .personal_img-txt span {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  #personal {
    padding: 27rem 0 30.5rem;
  }

  .personal_bg::before,
  .personal_bg::after {
    background-image: url(../img/over/personal_bg-circle_sp.webp);
    width: 75rem;
    height: 29.5rem;
    top: -21.5rem;
  }

  .personal_bg::after {
    top: auto;
    bottom: -21.5rem;
  }

  .personal_fuki {
    width: 20rem;
    right: 10rem;
    top: 2rem;
  }

  .personal_box h2 {
    width: 66.5rem;
    border-bottom: 0.8rem solid var(--color-white);
  }

  .personal_box h3 {
    width: 40.8rem;
    margin: 6rem auto;
  }

  .personal_box h2 img {
    width: 51rem;
  }

  .personal_box.box02 h2 img {
    width: 61rem;
  }

  .personal_img {
    width: 67rem;
    margin-top: 5rem;
  }

  .personal_circle {
    gap: 2rem;
    width: 57rem;
    margin: 4rem auto 0;
  }

  .personal_circle li span {
    font-size: 2.8rem;
  }

  .personal_img-txt span {
    font-size: 3.1rem;
  }

  .personal_box-lead {
    font-size: 2.5rem;
    width: 61rem;
  }
}

/*================================================
 *  gym
 ================================================*/
#gym {
  position: relative;
  padding: 11rem 0;
}

#gym::before {
  position: absolute;
  content: "";
  background: url(../img/over/gym_bg.webp) no-repeat center top/cover;
  width: 100%;
  /* height: 156.9rem; */
  height: 171.9rem;
  top: -50rem;
  left: 0;
  z-index: -1;
}

#gym h2 {
  width: 49rem;
  margin: 0 auto;
}

.gym_link {
  display: grid;
  gap: 0;
  width: 80rem;
  margin: 8rem auto 0;
  grid-template-columns: repeat(3, 1fr);
}

.gym_link li {
  padding: 0 3.3rem;
  position: relative;
}

.gym_link li:not(:last-child):before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/over/gym_line.png);
  width: 1.01rem;
  height: 33rem;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .gym_link {
    width: 55rem;
    margin: 8rem auto 0;

  }

  .gym_link li {
    padding: 0 2.3rem;
  }

  .gym_link li:not(:last-child):before {
    width: 0.655rem;
    height: 17.6rem;
  }
}

/*================================================
 *  price
 ================================================*/
#price {
  background: url(../img/over/price_bg.webp) no-repeat center top/cover;
  height: 100%;
  padding: 10rem 0;
  border-radius: 6rem 6rem 0 0;
}

#price .inner {
  width: 126rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #price {
    background: url(../img/over/price_bg_sp.webp) no-repeat center top/cover;
  }

  #price .inner {
    width: 69rem;
    margin: 0 auto;
  }
}

/*================================================
 *  faq
 ================================================*/
#faq {
  padding: 10rem 0;
  background: var(--color-white);
  z-index: 2;
  position: relative;
  margin-top: -4rem;
  border-radius: 6rem 6rem 0 0;
}

#faq::before {
  position: absolute;
  content: "";
  background: url(../img/over/faq_bg.webp) no-repeat center top/cover;
  border-radius: 6rem 6rem 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#faq .wrap {
  width: calc(100% - (30rem * 2));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#faq h2 {
  width: 30rem;
}

#accordion {
  width: 120rem;
  margin: 10rem auto 0;
  color: #543B18;
}

#accordion li {
  border: 0.36rem solid #543B18;
  border-radius: 7.5rem;
  padding: 1.5rem;
  margin-bottom: 4rem;
}

#accordion .label {
  cursor: pointer;
  font-size: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  padding-right: 11.5rem;
  position: relative;
  line-height: 1.2;
}

#accordion .label::before,
#accordion .label::after {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 0.3rem;
  background: #543B18;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  border-radius: 3rem;
  transition: .4s;
}


#accordion .label::after {
  transform: translateY(-50%) rotate(90deg);
}

#accordion .label.open::after {
  opacity: 0;
}

#accordion .label span {
  display: block;
  min-width: 11rem;
  width: 11rem;
}

#accordion .detail {
  display: none;
  font-size: 4.4rem;

}

#accordion .detail p {
  padding: 2rem 6rem;
  width: 80%;
  margin: 2rem auto 0;
  border-top: 0.36rem solid #543B18;
}

@media screen and (max-width: 750px) {
  #faq .wrap {
    width: calc(100% - (3.5rem * 2));
  }

  #faq h2 {
    width: 23rem;
  }

  #accordion {
    width: 67rem;
    margin: 6rem auto 0;
  }

  #accordion .label {
    font-size: 2.5rem;
    gap: 2rem;
    padding-right: 4.5rem;
  }

  #accordion .label::before,
  #accordion .label::after {
    width: 2.5rem;
    height: 0.2rem;
    right: 1rem;
  }

  #accordion .label span {
    min-width: 6.6rem;
    width: 6.6rem;
  }

  #accordion .detail {
    font-size: 2.5rem;
  }
}


/*================================================
 *  access
 ================================================*/
#access {
  padding: 10rem 0;
  background: var(--color-white);
  z-index: 2;
  position: relative;
  margin-top: -4rem;
  border-radius: 6rem 6rem 0 0;
}

#access .wrap {
  width: calc(100% - (30rem * 2));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#access::before {
  position: absolute;
  content: "";
  background: url(../img/over/access_bg.webp) no-repeat center top/cover;
  border-radius: 6rem 6rem 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access h2 {
  width: 51rem;
}

.acc_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 10rem;
}

.acc_img {
  width: 53rem;
}

.acc_txt {
  width: 49.5rem;
  text-align: center;
}

.acc_logo {
  width: 36.2rem;
  margin: 0 auto 6rem;
}

.acc_meta {
  font-size: 2.9rem;
  margin-top: 6rem;
}

.acc_meta img {
  width: 19rem;
  margin: 0 auto;
}

.acc_add {
  text-align: center;
  font-size: 4rem;
  margin: 10rem 0;
}

.acc_add span {
  display: block;
  border: 0.4rem solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.3rem 2rem;
}

#access iframe {
  display: block;
  width: 108rem;
  height: 50rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 750px) {
  #access .wrap {
    width: 100%;
  }

  #access h2 {
    width: 37rem;
    margin-left: 3.5rem;
  }

  .acc_box {
    position: relative;
    justify-content: start;
    margin-top: 13rem;
  }

  .acc_img {
    position: absolute;
    top: -5rem;
    left: -6rem;
    width: 37rem;
  }


  .acc_txt {
    width: 35rem;
    margin-left: 36rem;
  }

  .acc_logo {
    width: 25.2rem;
    margin: 0 auto 3rem;
  }

  .acc_meta {
    font-size: 2rem;
    margin-top: 3rem;
  }

  .acc_meta img {
    width: 13.5rem;
  }

  .acc_add {
    font-size: 2.3rem;
    margin: 10rem 0 3rem;
  }

  #access iframe {
    width: 62rem;
    height: 43rem;
    margin: 0 auto 0;
  }
}

/*================================================
 *  ooter
 ================================================*/
footer {
  color: var(--color-white);
  background: #9D7A4F;
  padding: 7rem 0 25rem;
  text-align: center;

}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

footer ul li a {
  font-size: 4rem;
  padding: 0.3rem 1rem;
  border: 0.4rem solid;
}

footer p {
  font-size: 3.5rem;
  margin-top: 6rem;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 7rem 0 16rem;
  }

  footer ul li a {
    font-size: 2.3rem;
    padding: 0.3rem 0.6rem;
    border: 0.4rem solid;
  }

  footer p {
    font-size: 2rem;
    margin-top: 4rem;
  }
}


/*================================================
 *  fix_btn
 ================================================*/
#fix_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 2rem;
  z-index: 20;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

#fix_btn a {
  width: 77.8rem;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.fix_fuki {
  position: absolute;
  display: block;
  width: 24.4rem;
  left: 3rem;
  top: -5rem;
}

.fix_fuki img {
  animation: fluffy1 2s ease infinite;
}

@media screen and (max-width: 750px) {
  #fix_btn {
    gap: 2rem;
  }

  #fix_btn a {
    width: 33.3rem;
  }

  .fix_fuki {
    width: 13.7rem;
    left: 2rem;
    top: -3rem;
  }
}


/*================================================
 *  
 ================================================*/
@media screen and (max-width: 750px) {}


/*================================================
 *  
 ================================================*/
@media screen and (max-width: 750px) {}

/*================================================
 *  
 ================================================*/
@media screen and (max-width: 750px) {}

/*================================================
 *  ani
 ================================================*/

/* fadeup */
.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fadeup.started {
  opacity: 1;
  transform: translateY(0px);
}

.fadeRight {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.8s ease;
}

.fadeRight.started {
  opacity: 1;
  transform: translateX(0px);
}

.fadeLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease;
}

.fadeLeft.started {
  opacity: 1;
  transform: translateX(0px);
}

.zoom img {
  opacity: 0;
  -webkit-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -webkit-transition: opacity .4s ease, -webkit-transform 0s .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, -webkit-transform 0s .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, transform 0s .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, transform 0s .4s cubic-bezier(0.54, 0.35, 0.17, 1.32), -webkit-transform 0s .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  -webkit-transform: translateY(0.5rem) scale(0.6);
  transform: translateY(0.5rem) scale(0.6);
}

.zoom.started img {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, -webkit-transform .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, transform .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
  transition: opacity .4s ease, transform .4s cubic-bezier(0.54, 0.35, 0.17, 1.32), -webkit-transform .4s cubic-bezier(0.54, 0.35, 0.17, 1.32);
}

.delay02-pc,
.delay02 {
  transition-delay: 0.2s;
}

.delay03-pc,
.delay03 {
  transition-delay: 0.3s;
}

.delay04-pc,
.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}


/* fadeLeft-width */
.fadeLeft-width span {
  display: block;
  width: 0;
  overflow: hidden;
  transition: width .8s ease;
  /* transition-delay: 1s; */
}

.fadeLeft-width.started span {
  width: 100%;
}

.fadeLeft-width span img {
  display: block;
  height: 100%;
  width: auto;
  max-width: unset;
}



@media screen and (max-width: 750px) {}



/*================================================
 *  about
 ================================================*/


@media screen and (max-width: 750px) {}