@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#all-wrapper{
  width: 100%;
}

/* header */
header {
  width: 100%;
  padding: 13px 0;
  text-align: center;
}
header.noline {
  border-bottom: none;
}

/* main */
main {
  width: 750px;
  margin: 0 auto;
}
main a {
  transition: opacity 0.4s;
}
main a:hover{
  opacity: 0.6;
}
main h1 a:hover{
  opacity: 1;
}

/* footer */
footer {
  width: 100%;
  padding: 30px 0 38px;
  border-top: 1px solid #000000;
  text-align: center;
  line-height: 1.6;
}
footer .pagetop {
  margin: 0 0 30px;
}
footer .footer-logo {
  width: 228px;
  margin: 0 auto;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-address {
  margin-top: 11px;
  font-size: 1.4rem;
}
footer .footer-contact {
  margin-top: 5px;
  font-size: 1.2rem;
}
footer .footer-contact a {
  color: inherit;
}
footer .copyright{
  margin-top: 17px;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 6.4vw 0;
  }
  footer .pagetop {
    width: 10vw;
    margin: 0 auto 6.4vw;
  }
  footer .pagetop img {
    width: 100%;
  }
  footer .footer-logo {
    width: 41.6vw;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .footer-address {
    margin-top: 2.93vw;
    font-size: 3.2vw;
  }
  footer .footer-contact {
    margin-top: 1.33vw;
    font-size: 3.2vw;
  }
  footer .copyright{
    margin-top: 6.93vw;
    font-size: 2.67vw;
  }
}



/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/

.btn-more-wrap {
  position: relative;
}
.btn-more {
  position: absolute;
  bottom: 95px;
  left: 60px;
  background: url(../img/index_btn_01_bg.png) no-repeat;
}

.tokuten-app {
  position: relative;
}
.btn-appstore {
  position: absolute;
  bottom: 266px;
  left: 73px;
  background: url(../img/btn_appstore_bg.png) no-repeat;
}
.btn-googleplay {
  position: absolute;
  bottom: 266px;
  right: 188px;
  background: url(../img/btn_googleplay_bg.png) no-repeat;
}

.f-wrapper {
  background: #c1da9e;
}
.f-bnr-link {
  width: 642px;
  margin: 0 auto 70px;
  background-color: #fff;
}
.f-txt {
  padding: 0 50px 50px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p {
  padding-left: 1em;
  text-indent: -1em
}





