body {
	margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "halyard-text",'Noto Sans JP', sans-serif; */
  /* background-color: #1E1C1E; */
  width: 100%;
  overflow-x: hidden;
  color: #3E2723;
}







/* --------------------- */
/*ローディング関連 */
/* --------------------- */


.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.c-loader-dot {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  pointer-events: none;
}


.c-loader-dot>img {
  display: block;
  opacity: 0;
  width: 200px;
  height: 200px;
  z-index: 100001;
  -webkit-perspective: 1000;
      perspective: 1000;
}




/* --------------------- */
/*スマホPCの表示引き分け関連 */
/* --------------------- */



/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px){
  .pc-only{
      display: none;
  }
  .sp-only{
      display: block;
  } 
}  


/* --------------------- */
/*ナビゲーション関連 */
/* --------------------- */


.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: #FFF!important;
}


.navbar {
  --bs-navbar-nav-link-padding-x: 1.5rem;
  --bs-navbar-padding-y: 2px;
}


.nav-item {
  margin-top: auto;
  margin-bottom: auto;
  --bs-nav-link-padding-y: 0;
  }


  @media screen and (max-width: 991px){
  .nav-item {
    font-size: 1.5em;
    padding: 12px 0;
}
}  


  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


  .offcanvas-header {
    padding: 33px;
    margin-left: auto;
  }


  .btn-close {
    background: transparent url(assets/button-x.svg) center/1.5em auto no-repeat;
    --bs-btn-close-opacity: 1;
}




.offcanvas.offcanvas-end {
  width: 80%;
}



@media screen and (max-width: 991px){
.offcanvas.offcanvas-end {
  width: 80%;
  max-width: 400px;
}
}


/* --------------------- */
/* トップ関連 */
/* --------------------- */

#toplt {
	background-color: #FFECB3;
  background-size:cover;
  width: 100%;
  height: auto;
  background-position: left;
  position: relative;
  padding-bottom: 0;
}

#toplt2 {
	background-color: #F9A825;
  background-size:cover;
  width: 100%;
  background-position: left;
  position: relative;
  margin-top: 0px;
  margin: auto;
  padding-top: 0;
}



@media screen and (max-width: 768px){
#toplt {
	background-color: #FFECB3;
  background-size:cover;
  width: 100%;
  height: auto;
  background-position: center;
  position: relative;
  margin-top: 41px;
}
}



.text-lt {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 30px;
  /* height: auto; */
  height: auto;
  width: 100%;
  margin: auto;
  font-weight: bold;
}




.pkl-top-img {
	position: relative;
  width: 100%;
  height: auto;
}



.top-img-01 {
	position: absolute;
  right: 0;
  bottom: 5%;
  width: 40%;
  max-width: 550px;
}

.top-img-02 {
  position: absolute;
  right: 22%;
  top: 0;
  width: 40%;
  max-width: 600px;
}



.top-message-01{
  top: calc(55% - 3vw);
  left: 0;
}

.top-message-02 {
  top: calc(61% + 4vw);
  left: 0;
}


.top-message-01 span,
.top-message-02 span {
  /* font-size: 6.5vw; */
  font-size: calc(4.5vw + 1.5rem);
}

.top-message-01, 
.top-message-02 {
  /* background-color: #fff; */
  /* font-size: 4.5vw; */
  font-size: calc(2.5vw + 1.5rem);
  /* padding: 0 4%; */
  font-weight: bold;
  width: fit-content;
  position: absolute;
  z-index: 2;
  box-sizing: content-box;
}



.top-img-01,
.top-img-02,
.top-img-03,
.top-img-04{
  opacity: 0;
  transition-duration: .5s;
}

.top-img-active {
  opacity: 1;
  transition-duration: .5s;
}


.top-img-02{
  opacity: 0;
  /* transform: rotate(5deg) translateY(30px) translateX(20px); */
  transition-duration: 1s;
  transform-origin: bottom right;
  right: 25%;
    top: 3%;
}

.top-img-active3 {
  opacity:1;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
  transition-timing-function:linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
  transform: rotate(13deg) translateY(0px) translateX(0px);
  transition-duration: 1s;
  }


.top-img-active2 {
  animation-name: topimg02Anime;/*アニメーションの定義名*/
  animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
  animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
  opacity:0;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
  /* transition-timing-function:linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
  transform: rotate(13deg) translateY(0px) translateX(0px); */
  transform-origin: bottom right; 
  }
  
  /*アニメーションの開始から終了までを指定する*/
  @keyframes fadeUlAnime{
    0% {
    opacity: 0;
    transform: rotate(5deg) translateY(30px) translateX(20px);
    }
    100% {
      opacity: 1;
      transform: rotate(13deg) translateY(0px) translateX(0px);
    }
  }


   /*アニメーションの開始から終了までを指定する*/
  @keyframes topimg02Anime{
  0% {
    transform: rotate(8deg) translateY(0px) translateX(0px);
    opacity: 0;
  }

  10% {
    transform: rotate(8deg) translateY(0px) translateX(0px);
    opacity: 0;
  }
  
  20% {
    transform: rotate(13.7deg) translateY(0px) translateX(0px);
    opacity: 0;
  }

  30% {
    transform: rotate(12.5deg) translateY(0px) translateX(0px);

  }

  40% {
    transform: rotate(13.4deg) translateY(0px) translateX(0px);

  }

  50% {
    transform: rotate(12.7deg) translateY(0px) translateX(0px);

  }

  60% {
    transform: rotate(13.2deg) translateY(0px) translateX(0px);

  }

  75% {
    transform: rotate(12.9deg) translateY(0px) translateX(0px);

  }

  90% {
    transform: rotate(13deg) translateY(0px) translateX(0px);

  }

  100% {
    transform: rotate(13deg) translateY(0px) translateX(0px);
    opacity: 1;
  }
} 



   /*アニメーションの開始から終了までを指定する*/
  /* @keyframes topimg02Anime{
  0% {
    transform: scale(0.8) rotate(13deg) translateY(0px) translateX(0px);
    opacity: 0;
  }
  
  20% {
    transform: scale(0.8) rotate(13deg) translateY(0px) translateX(0px);
    opacity: 0;
  }


  30% {
    transform: scale(1.05) rotate(13deg) translateY(0px) translateX(0px);

  }

  40% {
    transform: scale(0.96) rotate(13deg) translateY(0px) translateX(0px);

  }

  50% {
    transform: scale(1.03) rotate(13deg) translateY(0px) translateX(0px);

  }

  60% {
    transform: scale(0.98) rotate(13deg) translateY(0px) translateX(0px);

  }

  75% {
    transform: scale(1.01) rotate(13deg) translateY(0px) translateX(0px);

  }

  90% {
    transform: scale(1) rotate(13deg) translateY(0px) translateX(0px);

  }

  100% {
    transform: scale(1) rotate(13deg) translateY(0px) translateX(0px);
    opacity: 1;
  }
} */






/* @media screen and (max-width: 768px){ */
@media screen and (max-width: 1050px){


  .top-img-01 {
    position: absolute;
    right: 0;
    bottom: 2%;
    width: 76%;
    /* max-width: 550px; */
}

.top-img-02 {
  position: absolute;
  left: -12%;
  top: 28.5%;
  /* left: 13%;
  top: 25.5%; */
  width: 46%;
  max-width: 500px;
  transform: rotate( 13deg );
}

/* .top-img-02{
  opacity: 0;
  transform: rotate(5deg) translateY(30px) translateX(20px);
  transition-duration: 1s;
}

.top-img-active3 {
  opacity:1;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
  /* transition-timing-function:linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
  transform: rotate(13deg) translateY(0px) translateX(0px);
  transition-duration: 1s;
  } */




.top-message-01{
  top: calc(11% - 3vw);
  left: 0;
}


.top-message-02 {
  top: calc(16% + 4vw);
  left: 0;
}


.top-message-01 span,
.top-message-02 span {
  /* font-size: 6.5vw; */
  font-size: calc(2.5vw + 1.7rem);
}


.top-message-01, .top-message-02 {
  /* background-color: #fff; */
  /* font-size: 4.5vw; */
  font-size: calc(1.5vw + 1rem);
  /* padding: 0 4% 0 2%; */
  font-weight: bold;
  width: fit-content;
  position: absolute;
  z-index: 2;
}
}



@media screen and (max-width: 768px){
  .top-img-02 {
    position: absolute;
    left: -12%;
    top: 28.5%;
    /* left: -2%;
    top: 24.5%; */
    width: 35vh;
    max-width: 500px;
    transform: rotate( 13deg );
  }


  /* .top-img-02{
    opacity: 0;
    transform: rotate(5deg) translateY(30px) translateX(20px);
    transition-duration: 1s;
  }
  
  .top-img-active3 {
    opacity:1;
    /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
    /* transition-timing-function:linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
    transform: rotate(13deg) translateY(0px) translateX(0px);
    transition-duration: 1s;
    } */ 
  
}



@media screen and (max-width: 400px){
  .top-img-02 {
    max-width: 285px;
    width: 35vh;
  }
}







/* --------------------- */
/* エンド関連 */
/* --------------------- */


.end-message-box {
  position: relative; height: 400px;
}



.end-message-01, 
.end-message-02 {
  background-color: #fff;
  /* font-size: 4.5vw; */
  font-size: calc(2vw + 1rem);
  padding: 0 4%;
  font-weight: bold;
  width: fit-content;
  position: absolute;
  z-index: 2;
}




.end-message-01 span,
.end-message-02 span {
  /* font-size: 6.5vw; */
  font-size: calc(4vw + 1rem);
}


.end-message-01{
  top: calc(55% - 6vw);
  left: 0;
}

.end-message-02{
  top: calc(75% - 3vw);
  left: 0;
}



.end-img-01 {
	position: absolute;
  right: 0;
  bottom: 5%;
  width: 40%;
  max-width: 500px;
}



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

  .end-message-box {
    height: 130px;
}


.end-message-01, 
.end-message-02 {
  font-size: calc(1.5vw + 1rem);
  padding: 0 3% 0 2%;
}



.end-message-01 {
  top: calc(15% - 6vw);
  left: 0;
}


.end-message-02 {
  top: calc(47% - 3vw);
  left: 0;
}
}




/* --------------------- */
/* LINEボタン */
/* --------------------- */

.pk-line-button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: calc(4.5vw + 1.5rem);
  font-weight: 600;
  background: #303F9F;
  border-radius: 100px;
  border-bottom: solid 10px #1A237E;
  text-decoration: none;
  margin-bottom: 5px;
}

.pk-line-button a:hover {
  border-bottom: solid 2px #1A237E;
  transform: translateY(8px);
  transition: 0.3s ease-in-out;
  margin-bottom: 13px;
  
}


.pk-line-button-nav {
  padding-top: 5px;
}


.pk-line-button-nav a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: 600;
  background: #FF9800;
  border-radius: 100px;
  border-bottom: solid 5px #E65100;
  text-decoration: none;
  margin-bottom: 5px;
}

.pk-line-button-nav a:hover {
  border-bottom: solid 2px #E65100;
  transform: translateY(3px);
  transition: 0.3s ease-in-out;
  margin-bottom: 8px;
  color: #FFF;
  
}


.nav-link {
  font-weight: bold;
}


@media screen and (max-width: 768px){
  .pk-line-button a {
    font-size: calc(2vw + 1rem);
}
}

/* --------------------- */
/* セクション関連 */
/* --------------------- */


section {
  padding-top: 80px; padding-bottom: 80px;
  position: relative;
}



.line-section {
  background-color: #EFEBE9; 
}

section#kaitori-kaiketsu {
  background-color: #FFF3E0;
  position: relative;
  padding-bottom: 130px;
}

section#kaitori-about,
section#privacy {
  background-color: #FFFDE7;
  position: relative;
}

section#kaitori-price {
  background-color: #F9A825;
  position: relative;
  padding-bottom: 160px;
}

section#top-step,
section#tarms,
section#pkb-qa {
  background-color: #FFF8E1;
  position: relative;
}

section#top-qanda,
section#sub-qanda,
section#pkb-step {
  background-color: #FFE082;
  position: relative;
}




section#kaitori-end {
  background-color: #FF9800;
}

section#pkb-end {
  background-color: #FFC400;
}






@media (max-width: 768px) {
  section {
    padding-top: 40px; padding-bottom: 40px;
    /* margin-top: 80px; */
      /* margin-bottom: -80px; */
  }

  .line-section {
    background-color: #EFEBE9;
    padding-top: 30px; padding-bottom: 20px;
  }

  section#kaitori-price {
    padding-bottom: 100px;
  }


}




.pk-topic {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: calc(6.5vw + 1.5rem);
  color: #FFCC80;

}

@media (max-width: 768px) {
.pk-topic {
  font-size: calc(5vw + 3rem);
}
}



.pk-topic2 {
  text-align: center;
  font-weight: bold;
  font-size: calc(0.5vw + 1rem);
}


.pk-topic22 {
  text-align: center;
  font-weight: bold;
  font-size: calc(0.5vw + 1rem);
}


@media (max-width: 768px) {
.pk-topic22 {
  font-size: 0.8rem;
}
}


.pk-hr {
  width: 100px;
  margin: 50px auto;
  height: 5px!important;
  background-color: #FF9800;
  opacity: 1;
  color: #FF9800;

}

.pk-hr-or50 {
  width: 100px;
  margin: 50px auto;
  height: 5px!important;
  background-color: #FFF3E0;
  opacity: 1;
  color: #FFF3E0;
}

@media (max-width: 768px) {
.pk-hr,
.pk-hr-or50 {
  width: 50px;
  height: 3px!important;
  margin: 25px auto 40px auto;
}
}


.pk-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.pk-img-ab {
  position: absolute;
  top: -2%;
  right: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 768px) {
.pk-img-ab {
  width: 80%;
}
}

.pk-h2 {
  font-size: calc(2.7vw + 1.3rem);
  font-weight: bold;
}

.pk-h3 {
  font-size: calc(1.7vw + 1rem);
  font-weight: bold;
  margin-top: 10px;
}



.pk-h4 {
  font-size: calc(1vw + 1rem);
  font-weight: bold;
  margin-top: 10px;
}



.pk-p {
  font-size: calc(0.1vw + 1rem);
}

#worries .pk-p {
  padding: 10px 20px 10px 0;
}


@media (max-width: 768px) {
#worries {
    text-align: center;
}
#worries .pk-img {
  max-width: 90%;
}

#worries .pk-p {
  text-align: left;
  padding: 10px 5% 10px 5%;
}


}




.or-200 {
  color: #FFCC80;
}

.amb-300 {
  color: #FFD54F;
}






/* --------------------- */
/* 解決関連 */
/* --------------------- */



#kaitori-kaiketsu::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 70px solid #fff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 768px) {
#kaitori-kaiketsu::before {
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #fff;
}
}




.pk-kaiketsu-img {
  position: absolute;
  width: 17%;
  min-width: 100px;
  left: 12%;
  height: auto;
  max-width: 270px;
}


.kaiketsu-message {
  margin-top: 90px;
}


@media (max-width: 768px) {
.kaiketsu-message {
  margin-top: 55px;
}
.kaiketsu-message .pk-h3 {
  margin-top: 0px;
}
}


.custom-shape-divider-bottom-1691728603 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1691728603 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 140px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1691728603 .shape-fill {
  fill: #FFFDE7;
}


@media (max-width: 768px) {
.custom-shape-divider-bottom-1691728603 svg {
  height: 80px;
}
}


/* --------------------- */
/* ABOUT関連 */
/* --------------------- */




.pk-about-card {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  /* height: auto; */
  min-height: 540px;
}

@media (max-width: 768px) {
.pk-about-card {
  padding: 10px;
  min-height: 370px;
  /* height: 600px; */
}
}

.pk-about-card .pk-img {
  max-width: 250px;
}


.pk-about-card .pk-h3  {
  color: #FF9800;
}


@media (max-width: 768px) {
.about-col-sp {
  width: 60%;
  padding: 5px;
}

.about-col-sp:first-child{
  padding-left: 10px;
}

.about-col-sp:last-child{
  padding-right: 10px;
}


.pk-about-card .pk-p {
  font-size: 0.7em;
  padding: 5px 3px 10px 3px;
}

.pk-about-card .pk-img {
  width: 80%;
  max-width: 250px;
}

.pk-about-card .pk-h3  {
  font-size: calc(1.7vw + 1.4rem);
  margin-left: -3%;
}
.pk-about-card .pk-h4  {
  font-size: calc(1.7vw + 1.2rem);
}


}





/* --------------------- */
/* PRICE関連 */
/* --------------------- */



.pk-pricebox{
  /* display: flex;
  justify-content: center; */
  text-align: center;
  position: relative;
}


.pk-pricebox .pk-img {
  max-width: 90%;
}




.custom-shape-divider-bottom-1691741031 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1691741031 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 140px;
}

.custom-shape-divider-bottom-1691741031 .shape-fill {
  fill: #FFF8E1;
}

@media (max-width: 768px) {
  .custom-shape-divider-bottom-1691741031 svg {
    height: 60px;
  }
}


/* --------------------- */
/* STEP関連 */
/* --------------------- */




.step-container {
  /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 48.5%, rgba(255, 152, 0, 1) 48.5% 51.5%, rgba(255, 255, 255, 0) 51.5%); */
  position: relative;
  background-image: none;
}



.step-container-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}


.step-container-scroll {
  opacity: 1;
  /* animation-name: StepPlayPc;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1); */
  }


.step-container-scroll::after {
  content: '';
  width: 94%;
  height: 2.4%;
  background-color: rgba(255, 152, 0, 1);
  position: absolute;
  left: 50%;
  top: 48.8%;
  border-radius: 10px;
  z-index: 1;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transition: 1s; */
    opacity: 1;
    
}


.pk-step {
  display: flex;
}

.pk-step-img {
  width: 24.4%;
  height: auto;
  margin: 0.3%;
  z-index: 3;
}



@media (max-width: 768px) {
.step-container {
  position: relative;
  background-image: none;
  /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 48.5%, rgba(255, 152, 0, 1) 48.5% 51.5%, rgba(255, 255, 255, 0) 51.5%); */
}



.step-container-scroll {
  opacity: 1;
/* animation-name: StepPlaySp;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1); */
}


.step-container-scroll::after {
  content: '';
  width: 2.4%;
  height: 100%;
  background-color: rgba(255, 152, 0, 1);
  position: absolute;
  left:  50%;
  top: 0;
  border-radius: 10px;
  z-index: 1;
  transition-duration: 1s;
  opacity: 1;


}



.pk-step {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  padding: 30px 0;
}

.pk-step-img {
  width: 60%;
  height: auto;
  margin: 8px;
  z-index: 3;
}

}







@keyframes StepPlayPc {
  0% {
    /* transform: translateX(-100%); */
    opacity: 0;
    transform: translateX(-30px);
  }
  /* 80% {
    opacity: 0;
  } */
  
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  


@keyframes StepPlaySp {
0% {
  /* transform: translateX(-100%); */
  opacity: 0;
  transform: translateY(30px);
}
/* 80% {
  opacity: 0;
} */

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










/* --------------------- */
/* Q&A関連 */
/* --------------------- */


.accordion-box {
  max-width: 900px;
  margin: auto;
}



.accordion-button:not(.collapsed) {
  color: #3E2723;
  background-color: #fff;
  box-shadow: none;
}



.accordion-item {
  background-color: #fff0;
  border: none;
  margin-bottom: 10px;
}

.accordion-button {
  border-radius: 10px;
}


.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}



.qa-q-box {
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
  padding-right: 4%;
}



.qa-q {
    margin-right: 10px;
    font-weight: 900;
    font-size: 1.2em;
    color: #FF9800;
    margin-top: -3px;
}
  


.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(assets/pk-arrow-or500.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}


.accordion-button:not(.collapsed)::after {
  background-image: url(assets/pk-arrow-or500.svg);
  transform: rotate(-180deg);
}


.accordion-body span{
  color: #E65100;
}


.qa-more-box{
  color: #E65100;
  text-align: right;
  margin-top: 20px;
}

.qa-more-box a{
  color: #E65100;
  text-decoration: none;
}


*:focus,
*:active,
button {
outline: none!important;
}



/* --------------------- */
/* フッター関連 */
/* --------------------- */


.footer {
  background-color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3E2723;
  font-weight: bold;
}


.right{
  color: #3E2723;
}

.footer-link {
  color: #3E2723;
  display: flex;
  justify-content: center;
  
}

.footer-link a{
  color: #3E2723;
  text-decoration: none;
  margin: 0 10px;
}






/* --------------------- */
/* 規約関連 */
/* --------------------- */



.tarm-box {background-color: #fff; border-radius: 10px; padding: 20px;}
  
@media (max-width: 768px) {
  .tarm-box { padding: 10px;}
}



/* --------------------- */
/* スクロールアニメ */
/* --------------------- */

  

.card-01,
.card-02,
.card-03 {
  opacity: 0;
  transform: translateY(30px);
}









.box-white01,
.box-white02 {
  opacity: 0;
  /* transition-duration: 1s; */
  position: relative;
  background-color: #fff;
  /* top: -75px; */
  /* padding: 0 4%; */
  border: #fff;
  border-style: solid;
  border-width: 0 1em;
}

.box-white-scroll {
  animation-name: play;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  /* padding: 0 4%; */
  z-index: 2;
}


.box-white-scroll:before {
    animation-name: maskOut;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 109.6deg,  rgba(255, 255, 255, 0.95) 11.2%, rgb(255, 255, 255) 91.1% );
    /* padding: 0 4%; */
  }




@keyframes play {
  0% {
    /* transform: translateX(-100%); */
    opacity: 0;
  }
  /* 80% {
    opacity: 0;
  } */
  
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes maskOut {
  0% {
    transform-origin: top right;
    transform: translateX(0) scaleX(1);
    opacity: 1;
  }

  /* 80% {
    transform-origin: top right;
    opacity: 1;
  } */
  
  100% {
    transform-origin: top right;
    transform: translateX(0) scaleX(0);
    opacity: 1;
  }
}




.box-zoom,
.box-zoom01,
.box-zoom02,
.box-zoom03,
.box-zoom04,
.box-zoom05,
.box-zoom-step {
  opacity: 0;
  transition-duration: .5s;
  transform: scale(0.8, 0.8);
}



.box-zoom-scroll {
  opacity: 0;
  animation-name: ZoomUP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
}


.box-zoom-scroll-step {
  opacity: 0;
  animation-name: ZoomUPStep;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
}



@keyframes ZoomUP {
  0% {
    transform-origin: bottom center;
    transform: scale(0.8);
    opacity: 0;
  }
  
  20% {
    transform: scale(0.8);
    /* opacity: 1; */
  }


  30% {
    transform: scale(1.05);

  }

  40% {
    transform: scale(0.96);

  }

  50% {
    transform: scale(1.03);

  }

  60% {
    transform: scale(0.98);

  }

  75% {
    transform: scale(1.01);

  }

  90% {
    transform: scale(1);

  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


@keyframes ZoomUPStep {
  0% {
    transform-origin: bottom center;
    transform: scale(0.8);
    opacity: 0;
  }
  
  20% {
    transform: scale(0.8);
    opacity: 1;
  }


  30% {
    transform: scale(1.05);

  }

  40% {
    transform: scale(0.96);

  }

  50% {
    transform: scale(1.03);

  }

  60% {
    transform: scale(0.98);

  }

  75% {
    transform: scale(1.01);

  }

  90% {
    transform: scale(1);

  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}



.pk-center{
  text-align: center;
}



.pkb-about-col
{
  padding: 1%;
}



@media (max-width: 768px) {
  .pkb-about-col
  {
    padding: 2% 1%;
  }
}



.pkb-step-00 {
  background-color: #FFFDE7;
  position: relative;
  margin-bottom: 50px;
}

.pkb-step-00-last {
  background-color: #FFFDE7;
  position: relative;
  margin-bottom: 50px;
}

.pkb-step-message {
  padding: 0px 10px 0px 30px;
} 


.pkb-step-img {
  max-height: 200px;
}


.mt-0 {
  margin-top: 0;
}


.pkb-step-00::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 35px solid #FFFDE7;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



.pkb-allow {
  width: auto;
  max-height: 100px;
}



.pkb-pricefukidashi-img {
  position: absolute;
  width: 32%;
  min-width: 100px;
  left: 9%;
  height: auto;
  max-width: 300px;
}


.pkb-img-priceline01 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 40%;
  left: 0%;
}
.pkb-img-priceline02 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 60%;
  left: 0%;
}



#pkb-line01 {
  overflow: hidden;
  padding-top: 0;
}

.pkb-wrapcontent {
  background: #FFECB3;
  border-bottom-left-radius: 100% 200%;
  border-bottom-right-radius:100% 200%;
  height: 70px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  /* margin-bottom: 200px; */
}




/* --------------------- */
/* LINEボタン pkb */
/* --------------------- */

.pkb-line-button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: calc(1.5vw + 1.5rem);
  font-weight: 600;
  background: #303F9F;
  border-radius: 100px;
  border-bottom: solid 10px #1A237E;
  text-decoration: none;
  margin-bottom: 5px;
}

.pkb-line-button a:hover {
  border-bottom: solid 2px #1A237E;
  transform: translateY(8px);
  transition: 0.3s ease-in-out;
  margin-bottom: 13px;
  
}

@media screen and (max-width: 768px){
  .pkb-line-button a {
    font-size: calc(2vw + 1rem);
}
}





.pkb-priceline {
  opacity: 0;
  transition-duration: .5s;
}

.pkb-priceline-scroll {
  opacity: 0;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
}



@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



.pkb-step-sp{
  margin-bottom: 20px;
}




.ecs-img {
  opacity: 0;
  transition-duration: .5s;
}

.ecs-img-scroll {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1); */
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


