html,
body{
    overflow-x: clip;
}

.dotsukimegane-wap p{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    padding-block: 30px;
    padding-inline: 50px;
    @media (max-width: 768px) {
        font-size: 16px;
        padding-inline: 20px;
        line-height: 1.8;
        margin-top: 0;
        padding-block: 20px;
}
}

.dotsuki_ranking{
margin-top: 0;
background-color: #E5F9FF;
padding-block: 40px;
}


.dotsuki-movie{
    max-width: 1200px;
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
    margin-block: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 768px) {
        margin-block: 50px;
        width: 90%;
    }
}

.dotsuki-movie iframe{
    width: 100%;
    height: 100%;
    @media (max-width: 768px) {
    }
}


.dotsuki-inner.first-dotsuki-inner{
    margin-top: 0;
}


.dotsuki-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 130px;
    @media (max-width: 768px) {
        padding: 0 10px;
        margin-top: 80px;
        width: auto;
    } 
}



.dotsuki-flex-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    @media (max-width: 768px) {
     gap: 20px;
    }
}

.mokuteki-flex-item {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   @media (max-width: 768px) {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
   }
}

.dotsuki-inner .subtit {
    text-align: center;
    font-size: 38px!important;
    font-weight: bold;
    padding: 0 0 8px 0;
    line-height: 1.5;
    position: relative;
    margin: 0 auto 5px auto;
    color: #000;
    @media (max-width: 768px) {
        font-size: 28px!important;
    }

}

.dotsuki-inner .subtit::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 312px;
    height: 1px;
    background-color: #000;
}

.dotsuki-inner h2 {
    font-size: 30px!important;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px 0;
    line-height: 1.5;
    @media (max-width: 768px) {
        font-size: 20px!important;
    }
}

.dotsuki-ranking_list{
 padding-inline: 20px;
}

.dotsuki-ranking_list li{
    display: flex;
    gap: 20px;
    @media (max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

.dotsuki-ranking_list li + li{
    margin-top: 80px;
    @media (max-width: 768px) {
        margin-top: 50px;
    }
}

.dotsuki-ranking-item-img {
    aspect-ratio: 1/1;
    max-width: 473px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.dotsuki-ranking-item-text {
    flex: 1;
}

.dotsuki-ranking-item-text-top {
    display: flex;
}

.dotsuki-ranking-number {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 2px solid #BCA944;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 768px) {
        width: 60px;
        height: 60px;
        
    }
}

.dotsuki-ranking-number-text {
    color: #BCA944;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 6px 8px 8px rgba(211, 211, 167, 0.3); 
    @media (max-width: 768px) {
        font-size: 20px;
    }
}

.dotsuki-ranking-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    flex: 1;
    @media (max-width: 768px) {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.dotsuki-ranking-item-text-bottom {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 30px;
    @media (max-width: 768px) {
        font-size: 15px;
        margin-top: 15px;
    }
}

.dotsuki-ranking-btn {
    margin-top: 30px;
    text-align: center;
    @media (max-width: 768px) {
        margin-top: 15px;
    }
}

.dotsuki-ranking-btn-link {
font-size: 25px;
font-weight: 600;
line-height: 1;
background: linear-gradient(to bottom, #27BCE7, #148AAC);
color: #fff!important;
border-radius: 900px;
display: grid;
place-items: center;
width: 639px;
height: 68px;
position: relative;
@media (max-width: 768px) {
    width: 280px;
height: 41px;
font-size: 15px;
margin-inline: auto;
}
&:hover{
    opacity: 0.7;
}
}

.dotsuki-ranking-btn-link::after{
    content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  width: 8px; 
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  @media (max-width: 768px) {
    right: 17px;
  }
}



/* ----お客様の声ーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.top-voice-section-content{
	padding-inline: 50px;
  @media screen and (max-width: 640px) {
    padding-inline: 0;
  }
}

.top-voice-section-content-item{
  padding-bottom: 34px;
  border-bottom: 1px solid #707070;
  @media screen and (max-width: 640px) {
    padding-bottom: 20px;
  }
}

.top-voice-section-content-item{
    margin-top: 26px;
    @media screen and (max-width: 640px) {
        margin-top: 47px;
    }
}



.top-voice-section-content-item-img{
	aspect-ratio: 1 / 1;
	width: 250px;
	height: 250px;
  @media screen and (max-width: 640px) {
    width: 110px;
    height: 110px;
  }
}

.top-voice-section-content-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-voice-section-content-item-text{
	margin-left: 20px;
	flex: 1;
  @media screen and (max-width: 640px) {

    margin-left: 0px;
  }
}

.top-voice-section-content-item a:hover{
    opacity: 0.7;
    color: #333;
}

.top-voice-section-content-item-text-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
  @media screen and (max-width: 640px) {
    align-items: flex-end;
  }
}

.date_voice{
    font-size: 18px;
    font-weight: 500;
    @media screen and (max-width: 640px) {
        font-size: 14px;
    }
}

.voice-shohin-name{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    @media screen and (max-width: 640px) {
     line-height: 2;
     font-size: 15px;
     margin-top: 8px;
     -webkit-line-clamp: 3;
    }

  }

.top-voice-section-content-item-text-p{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 38px;
    @media screen and (max-width: 640px) {
     line-height: 2;
     font-size: 15px;
     margin-top: 20px;
    }
}


.top-star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 24px;
    @media screen and (max-width: 640px) {
      font-size: 16px;
    }
}

.top-star5_rating:before, .top-star5_rating:after{
    content: '★★★★★';
}

.top-star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #ffcf32;
}

.top-star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.top-star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.top-star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.top-star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.top-star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.top-star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.top-star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.top-star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.top-star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.top-star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.top-star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


.customer-flex{
  display: flex;

}

.top-voice-section-content-item-text-header-rating{
  text-align : left;
  margin-top: 10px;
}            

.top-voice-section-content-item:nth-child(n+2){
  margin-top: 56px;
  @media screen and (max-width: 640px) {
    margin-top: 24px;
  }
}

.purpose-inner{
    padding-bottom: 100px;
}
/* ----お客様の声終わりーーーーーーーーーーーーーーーーーーーーーーーーーーーー */


.u-sp{
    display: block;
    @media screen and (min-width: 640px) {
        display: none;
    }
}

.u-pc{
    display: block;
    @media screen and (max-width: 640px) {
        display: none;
    }
}





/* ----QAーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



.faq-list__item + .faq-list__item {
    margin-top: 20px;
}

.faq-list__item-question {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #034EA0;
    background-color: #ECF4FE;
    border-radius: 36px;
    padding: 20px 70px 20px 17px;
    display: grid;
    align-items: center;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    line-height: 1.3;
    @media screen and (max-width: 640px) {
        font-size: 15px;
        padding: 17px 34px 17px 17px;
        border-radius: 15px;
    }
}

.faq-list__item-answer {
    padding: 20px 17px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 36px;
    padding: 20px 30px;
    line-height: 1.8;
    display: grid;
    grid-template-columns: 46px 1fr;
    @media screen and (max-width: 640px) {
        font-size: 15px;
        padding: 10px;
    }
}


.faq-list__item-question::before {
    content: "";
    position: absolute;
    top: 46%;
    right: 62px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #626262;
    border-right: 3px solid #626262;
    transform: translateY(-50%) rotate(135deg);
    transition: .3s;
@media screen and (max-width: 640px) {
    right: 14px;
}
}

.faq-list__item-question.is-open::before {
    transform: translateY(10%) rotate(315deg);
}

.faq-list__item-question span {
    color: #fff;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
    background-color: #034EA0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    
}

.faq-list__item-answer span {
    color: #034EA0;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
    border: 1px solid #034EA0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
}
.faq-list__item-answer {
    display: none;
  }

/* ----QAおわりーーーーーーーーーーーーーーーーーーーーーーーーーーーー */