@charset "utf-8";
:root {
  --c_ye: #ffe600;
  --c_or: #fe6a01;
}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}

#appPage {
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
}
#appPage .container {
  max-width: 1200px;
}
.appMainArea {
  background: var(--c_ye) url(../img/app/main_bg.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 105px 0 315px;
  overflow: hidden;
}
.appMainWrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.appMainBox {
  width: 53%;
}
.appMainBox h2 {
  margin-bottom: 50px;
}
.appMainBox .logo {
  margin-bottom: 50px;
}
.storeBtn {
  display: flex;
  gap: 10px 15px;
  margin-top: 25px;
}
.appMainBox .storeBtn {
  max-width: 75%;
}
.storeBtn li {
  position: relative;
  border-radius: .5rem;
  transition: .3s;
}
.storeBtn li img {
  max-height: 66px;
  opacity: 1!important;
}
.storeBtn li:hover {
  transform: translateY(-.4rem);
  opacity: 1;
  box-shadow: 0 .4rem 0 rgba(0,0,0,.25);
}
.appMainImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.1666%;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .appMainArea {
    padding: 7.24vw 0 21.724vw;
  }
}
.appTtl {
  margin-bottom: 50px;
}
.appTtl .fo-hippo {
  color: var(--c_or);
  font-size: 30px;
  margin-bottom: 10px;
}
.appTtl h2 {
  font-size: 36px;
}
#appAbout {
  padding: 0;
}
.appAbout {
  gap: 30px 50px;
}
.appAbout .img {
  width: 50.84%;
  max-width: 610px;
}
.appAbout dl {
  flex: 1;
  padding-top: 50px;
  text-align: left;
  line-height: 1.8;
}
.appAbout dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.appAbout dd .txt {
  margin-bottom: 50px;
}
#appGuide {
  background: url(../img/app/guide_bg_img01.png) bottom 180px left 3%,url(../img/app/guide_bg_img02.png) top 180px right 3%,url(../img/app/guide_bg_top.png) top center,url(../img/app/guide_bg_btm.png) bottom center;
  background-color: #ffffca;
  background-repeat: no-repeat;
  background-size: auto,auto,100% auto,100% auto;
  padding: 320px 0;
  margin-top: -80px;
}
.appGuideWrap {
  padding-left: 50px;
}
.appGuideWrap > li {
  border-radius: 20px;
  max-width: 1050px;
  min-height: 300px;
  border: 1px solid #000;
  position: relative;
  background: var(--c_ye);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 37% 30px 8.5%;
  text-align: left;
}
.appGuideWrap > li + li {
  margin-top: 90px;
}
.appGuideWrap > li:nth-of-type(even) {
  margin-left: auto;
  background: #fff;
}
.appGuideWrap .img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 5%;
  width: 30%;
  max-width: 230px;
}
.appGuideWrap .img img {
  max-height: 334px;
}
.appGuideWrap dl {
  max-width: 525px;
}
.appGuideWrap dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.appGuideWrap dd {
  line-height: 1.8;
}
.appGuideWrap .storeBtn li img {
  max-height: 52px;
}
.appGuideWrap .num {
  border: 1px solid #000;
  border-radius: 50%;
  width: 14%;
  max-width: 118px;
  aspect-ratio: 1;
  background: var(--c_or);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: clamp(16px,1.04vw,20px);
  z-index: 10;
  position: absolute;
  top: -30px;
  left: -30px;
}
.appGuideWrap .num strong {
  display: block;
  font-size: 250%;
}
.appHowto {
	position: relative;
	margin: 0 50px;
  text-align: justify;
  line-height: 1.8;
  padding-top: 35px;
}
.appHowto::after {
	content: "";
	display: block;
	width: 14px;
  height: 30px;
  background-color: #000000;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
	position: absolute;
	top: 38%;
	right: -55px;
	z-index: 1
}
.appHowtoSlider .slick-arrow {
	z-index: 10;
	position: absolute;
	top: 36%;
	right: -2em;
	background: url("../img/app/how_arrow.svg") center center no-repeat;
	background-size: contain;
	width: 54px;
	aspect-ratio: 1;
	cursor: pointer
}
.appHowtoSlider .slick-arrow.prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: auto;
	left: -2em
}
.appHowtoSlider .slick-arrow.slick-disabled {
	display: none!important
}
.appHowto.slick-current + .appHowto + .appHowto::after {
	opacity: 0;
}
.appHowto .num {
  border: 1px solid #000;
  border-radius: 50%;
  width: 40%;
  max-width: 118px;
  aspect-ratio: 1;
  background: var(--c_ye);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: clamp(16px,1.04vw,20px);
  z-index: 10;
  position: absolute;
  top: 0;
  left: -45px;
}
.appHowto .num strong {
  display: block;
  font-size: 250%;
}
.appHowto h3 {
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 10px;
}
#appHowto {
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 50px;
}
#appHowto::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/app/wave.png) top left repeat-x;
  background-color: var(--c_ye);
  background-size: auto 28px;
  height: 500px;
  z-index: -10;
}
#appHowto::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/app/wave.png) top left repeat-x;
  background-color: var(--c_ye);
  background-size: auto 100%;
  transform: rotate(180deg);
  height: 28px;
  z-index: -5;
}
#appBnr .container {
  max-width: 1100px;
}
#appBnr h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 40px;
}
#appBnr h2::before,#appBnr h2::after {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-35deg);
}
#appBnr h2::after {
  right: auto; 
  left: 0;
  transform: skew(35deg);
}
.appBnrWrap {
  border-radius: 20px;
  border: 1px solid #000;
  background: var(--c_ye);
  position: relative;
  padding: 45px;
}
.appBnrWrap h3 {
  width: 46%;
  max-width: 457px;
  margin: 0 auto;
}
.appBnrWrap .storeBtn {
  justify-content: center;
  position: relative;
  z-index: 10;
}
.appBnrWrap .storeBtn img {
  max-height: 50px;
  max-height: clamp(40px,3vw,50px);
}
.appBnrWrap .img {
  width: 26%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.appBnrWrap .img._01 {
  left: 2%;
  max-width: 246px;
}
.appBnrWrap .img._02 {
  right: 0;
  max-width: 285px;
}
#appPage #btnArea {
  background-color: #ffa118;
}

@media screen and (max-width: 620px) {
  .appMainArea {
    background: url(../img/app/main_bg_sp.jpg) bottom 150% center no-repeat;
    background-size: contain;
    padding: 8vw 0 3vw;
  }
  .appMainWrap {
    width: 75%;
  }
  .appMainBox {
    width: 100%;
  }
  .appMainBox .logo {
    margin-bottom: 5.5vw;
  }
  .appMainBox h2 {
    margin-bottom: 5.5vw;
  }
  .storeBtn {
    gap: 10px
  }
  .storeBtn li img {
    max-height: 20vw;
  }
  .appMainBox .storeBtn {
    max-width: 85%;
  }
  .appMainImg {
    position: relative;
    width: auto;
    margin: 5.5vw -14% 0 -5%;
  }
  .appTtl h2 {
    font-size: 20px;
  }
  .appAbout {
    flex-direction: column;
  }
  .appAbout .img {
    width: 80%;
    margin: 0 auto;
  }
  .appAbout dl {
    padding-top: 0;
  }
  .appAbout dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .appGuideWrap {
    padding: 0 5%;
  }
  .appGuideWrap > li {
    margin-top: 70px!important;
    padding: 50px 20px 0;
    min-height: auto;
  }
  .appGuideWrap .num {
    width: 70px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
  }
  .appGuideWrap dt {
    font-size: 20px;
  }
  .appGuideWrap .img {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 45%;
    margin-top: 20px;
  }
  #appGuide {
    padding: 120px 0;
    background-position: left -5% top 70px,right -5% bottom 60px,top center,bottom center;
    background-size: 50% auto, 50% auto, 100% auto, 100% auto;
  }
  .appHowto h3 {
    font-size: 20px;
    text-align: center;
  }
  .appHowto {
    margin: 0 30px;
  }
  .appHowtoSlider .slick-arrow {
    width: 40px;
    right: 0;
  }
  .appHowtoSlider .slick-arrow.prev {
    left: 0;
  }
  .appHowto::after {
    display: none;
  }
  .appHowto .img img {
    max-height: 320px;
  }
  .appHowto .num {
    width: 80px;
    left: -10px;
  }
  #appHowto {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  #appHowto::before {
    height: 285px;
    background-size: auto 12px;
  }
  #appHowto::after {
    height: 12px;
  }
  #appBnr h2 {
    font-size: 20px;
    white-space: nowrap;
  }
  .appBnrWrap {
    border-radius: 10px;
    padding: 30px 20px 145px;
  }
  .appBnrWrap h3 {
    width: 100%;
  }
  .appBnrWrap .img {
    width: 43%;
    top: auto;
    transform: none;
    bottom: 5px;
  }
  .appBnrWrap .img._01 {
    left: 3%;
    bottom: 10px;
  }
  .appBnrWrap .img._02 {
    width: 50%;
  }


}


/*appbtn coming soon*/
/* .storeBtn li {
  pointer-events: none;
}
.storeBtn li::after {
  content: "準備中";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(254,106,1,.75);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .1em;
  text-indent: .1em;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media screen and (max-width: 620px) {
.storeBtn li::after {
  font-size: 16px;
}
} */