@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    display: flex;
    justify-content: center;
	color: #555;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: sans-serif;
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
	-webkit-font-smoothing: antialiaced;
	-moz-osx-font-smoothing: grayscale;
    background: #fafafa;
}
img{
	max-width: 100%;
	height: auto;
}
html.fixed{
    overflow: hidden;
}
a,
button{
    transition: all 0.3s ease-in-out;
}
.pc-logo,
.pc-code{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: calc((100vw - 500px) / 2 );
    height: 100vh;
}
.pc-code{
    left: auto;
    right: 0;
}
.pc-logo img{
    display: block;
    margin: auto;
    width: 250px;
}
.pc-code img{
    display: block;
    margin: auto;
    width: 170px;
}
.pc-code p{
    margin-top: 2rem;
    font-size: 1.3rem;
    font-family: san-serif;
    text-align: center;
}
/* btn */
.menu{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5px;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
    z-index: 30;
    background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255,255,255,0) 16%, #fff 16%, #fff 100%);
}
.container{
    position: relative;
    text-align: center;
}

.lpimg{
    position: relative;
    margin: auto;
    max-width: 500px;
    width: 100%;
    background: #fff;
}
.lpimg img{
    display: block;
}
.cta {
    position: relative;
}
.cta a.campaign {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}
.cta a.campaign img {
    display: block;
    width: 100%;
    height: auto;
}
/*********/
section.qa{
    background-image: url(../images/10-qa-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}

.accordion-content{
  width: 85%;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  border-radius: 27px;
  overflow: hidden;
  padding: 0;
}

.faq-toggle {
  display: none;
}

.faq-toggle-wrap .img-open {
  display: none !important;
}
.faq-toggle:checked + label .img-closed {
  display: none !important;
}
.faq-toggle:checked + label .img-open {
  display: block !important;
}

/******************/
section.access{
    position: relative;
}
section.access a{
    position: absolute;
    width: 35%;
    left: 40px;
    bottom:30%
}
.footer{
    margin-bottom:33%;
    background: #fff;
}

@media(max-width: 1100px){
    .pc-logo,
    .pc-code{
        display: none;
    }
}

.cta_new{
    position: relative;
}
.cta_new .wrap_cta {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    bottom:.5%;
}
.wrap_cta_fixed{
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%);
    z-index: 30;
text-align: center;
    background-color: #fff;
}
.wrap_cta{
    left: 50%;
    width: 100%;
    text-align: center;
}
.wrap_cta .flex,
.wrap_cta_fixed .flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap:0;
    z-index: 30;
    width: 100%;
text-align: center;
}
.flex img{
    max-width: 100%;
    margin: 0 auto;
}
.flex a:hover{
    opacity: 1;
  filter: brightness(1.1);
}