@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;
}
a{
    display: block;
}
a:hover{
    opacity: .8;
}
.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-color: #fff;
    width: 100%;
text-align: center;
}
.menu img{
    max-width: 90%;
    margin: 0 auto;
}
.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 {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    bottom:10%
}
.cta a 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;
    margin-bottom: 130px;
}
section.access a{
    position: absolute;
    width:80%;
    left: 50%;
    top:22%;
    transform: translateX(-50%);
}
.footer{
    margin-bottom:25%;
    background: #fff;
}

@media(max-width: 1100px){
    .pc-logo,
    .pc-code{
        display: none;
    }
}
/**/
section.dr{
    background-color: #f8f0d4;
    padding-bottom: 3rem;
}
.slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.4s ease;
}

.slider picture {
  flex: 0 0 100%;
  display: block;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.nav-img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.nav-img.active {
  opacity: 1;
}

.nav-btn {
  position: absolute;
  top: 29.3%;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.nav-btn.prev,
.nav-btn.next{
  width: 83px;
  height: 21px;

}
.nav-btn.prev {
  left: 12px;
  background-image: url('/wp-content/themes/resonus/assets/img/lp_eye001/13-dr-nav-prev.svg');
background-repeat: no-repeat;
  background-size: contain;
}
.nav-btn.next {
  right: -10px;
background-image: url('/wp-content/themes/resonus/assets/img/lp_eye001/13-dr-nav-next.svg');
background-repeat: no-repeat;
  background-size: contain;
}