@charset "utf-8";
.hummenu ul li.nav-reviews::before {
	width: 50% !important;
}
/* common */


.subhead{
    background: url(../img/reviews/subhead.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.best3_area{
    padding: 80px 0;
    position: relative;
    margin: 120px auto 180px;
}
.best3_area::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(120deg, #2979af 0%, #00b4e9, #2979af 100%);
    transform: skewY(-6deg);
    z-index: -1;
}

.best3_ttl_box{
    text-align: center;
    color: #fff;
    padding: 40px 0;
}
.best3_ttl01{
    font-size: 18px;
    display: inline-block;
    border-bottom: solid 4px #fff;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.best3_ttl02{
    font-size: 24px;
    letter-spacing: 0.2em;
}
.best3_ttl02 .en{
    font-size: 1.8em;
}
.best3_ttl02 .en .num{
    font-size: 1.5em;
}


.best3_flex{
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.best3_item{
    /* width: 46%; */
    max-width: 550px;
    margin: 0 auto;
}
.best3_item:not(:last-child){
    margin-bottom: 40px;
}


.best3_voice_flex{
    display: flex;
    flex-wrap: wrap;
}
.best3_voice_flex{
    display: flex;
    justify-content: space-between;
}
.best3_voice_item{
    width: 31%;
}

.best3_voice_square{
    aspect-ratio: 1/1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
}
.best3_voice_square .en{
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 14px;
}
.best3_voice_square .ja{
    height: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.3;
}
.no1 .best3_voice_square{
    background: #004645;
}
.no2 .best3_voice_square{
    background: #71505f;
}
.no3 .best3_voice_square{
    background: #113758;
}

.best3_rank{
    margin-bottom: 20px;
}
.best3_voice_lead{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 0.5em;
    line-height: 1.5;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}



.voice_btn_area{
    margin-bottom: 120px;
}
.voice_btn_area_ttl{
    text-align: center;
    font-size: 28px;
    color: #113758;
    margin-bottom: 2em;
}
.voice_btn_flex{
    display: flex;
    justify-content: space-between;
}
.voice_btn{
    width: 32%;
    transition: 0.3s;
}
.voice_btn:hover{
    opacity: 0.8;
}




.voice_link{
    margin-top: -60px;
    padding-top: 60px;
}
.voice_box{
    padding: 0px 0 80px;
    background: url(../img/reviews/voice_bg.jpg);
    background-size: auto;
    background-repeat: repeat;
    position: relative;
    margin: 0 auto 40px;
}

.voice_inner{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.voice_icon{
    position: absolute;
    top: 30px;
    right: 20px;
    max-width: 180px;
}

.voice01_1{
    border-top: solid 10px #004645;
}
.voice01_2{
    border-top: solid 10px #004645;
}
.voice02{
    border-top: solid 10px #71505f;
}
.voice03{
    border-top: solid 10px #113758;
}

.voice_box_text{
    padding: 140px 20px 0;
}
.voice_lead{
    width: 100%;
    line-height: 3;
    background-image: linear-gradient(#ccc 1px, transparent 1px);
    background-size: 100% 3em;
    padding-bottom: 1px;
}
.voice_ttl_en{
    font-size: 20px;
    margin-bottom: 1em;
}
.voice_ttl_ja{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}

.voice01_1 .voice_ttl_en, .voice01_1 .voice_ttl_ja{
    color: #004645;
}
.voice01_2 .voice_ttl_en, .voice01_2 .voice_ttl_ja{
    color: #004645;
}
.voice02 .voice_ttl_en, .voice02 .voice_ttl_ja{
    color: #71505f;
}
.voice03 .voice_ttl_en, .voice03 .voice_ttl_ja{
    color: #113758;
}


.voice01_1_content{
    margin: 80px auto 0;
}
.voice01_2_content{
    margin: 160px auto 0;
}
.voice01_img_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice01_img_max{
    width: 100%;
}
.voice01_half{
    width: 49%;
}
.voice01_img_flex > div:nth-child(n + 2){
    margin-top: 2%;
}
.voice01_1_ttl{
    /* max-width: 250px; */
    max-width: 315px;
    margin-left: 40px;
}

.voice01_1_content .voice_silhouette{
    position: absolute;
    right: 20px;
    top: -50px;
    max-width: 200px;
    width: 50%;
    z-index: 5;
}
.voice01_2_content .voice_silhouette{
    position: absolute;
    right: 20px;
    top: -150px;
    max-width: 150px;
    width: 50%;
    z-index: 5;
}
.voice02_content .voice_silhouette{
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 100px;
    width: 50%;
    z-index: 5;
}
.voice03_content .voice_silhouette{
    position: absolute;
    right: 0;
    top: -110px;
    max-width: 100px;
    width: 50%;
    z-index: 5;
}

.voice_tag{
    position: absolute;
    filter: drop-shadow(3px 3px 5px rgba(0, 6, 0, 0.7));
    z-index: 6;
}
.voice01_1 .voice_tag{
    top: -60px;
    right: 10px;
    max-width: 250px;
}
.voice01_2 .voice_tag{
    top: -60px;
    left: 10px;
    max-width: 250px;
}
.voice02 .voice_tag{
    bottom: 28%;
    right: 3%;
    width: 37%;
}
.voice03 .voice_tag{
    top: -40px;
    right: 120px;
    max-width: 250px;
}
.voice01_img_cap{
    background: rgb(0 32 32 / 80%);
    background-blend-mode: multiply;
    position: absolute;
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    font-size: 16px;
    align-items: flex-end;
}
.voice01_img_cap .big{
    font-size: 1.6em;
}
.voice01_img_cap .mid{
    font-size: 1.2em;
}



.page_link a{
    display: flex;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    max-width: 300px;
    white-space: nowrap;
    background: #000;
    border: none;
    font-size: 14px;
    padding: 1em 1em;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 80px auto 0;
    justify-content: center;
}
.voice01_1 .page_link a, .voice01_2 .page_link a{
    background: #004645;
}
.voice02 .page_link a{
    background: #71505f;
}
.voice03 .page_link a{
    background: #113758;
}
.page_link a::before{
    content: '';
    width: 0.6em;
    height: 0.6em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.voice02_map{
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.voice02_pinch{
    position: absolute;
    width: 17%;
    right: 2%;
    top: 32%;
    display: none;
}

.voice02_img_box{
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}
.voice02_img_text{
    background: #71505f;
    font-size: 28px;
    color: #fff;
    padding: 1em;
    line-height: 1.5;
}
.voice02_img_text .small{
    font-size: 0.7em;
    margin-top: 0.2em;
}

.voice03_content{
    background: #fff;
    padding: 80px 0px 0;
    margin: 120px auto 80px;
}
.menshin_inner{
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}


.menshin_ttl01{
    color: #113758;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
}
.menshin_ttl02{
    text-align: center;
    font-size: 20px;
    margin-bottom: 2em;
    line-height: 1.5;
}
.menshin_lead{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 2em;
}


.menshin_flex{
    display: flex;
    justify-content: space-between;
}
.menshin_illust{
    width: 46%;
}
.menshin_cap{
    font-size: 10px;
    text-align: right;
    margin: 2em 0 3em;
}

.menshin_content{
    padding: 0 20px;
    box-sizing: content-box;
}
.menshin_crown{
    max-width: 600px;
    margin: 0 auto 40px;
}
.menshin_crown_lead{
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.sliderArea{
    margin-bottom: 100px;
}


.hover{
    transition: 0.3s;
}
.hover:hover{
    opacity: 0.7;
}


@media(max-width: 1000px){
.best3_area {
    padding: 60px 0;
    margin: 80px auto 100px;
}
.best3_ttl01 {
    font-size: 16px;
}
.best3_ttl02 {
    font-size: 18px;
}
.voice_btn_area_ttl {
    font-size: 24px;
}
.voice_btn_area {
    margin-bottom: 80px;
}

}

@media(max-width: 850px){
.best3_item {
    max-width: 450px;
}
.best3_voice_square .ja {
    font-size: 20px;
}
.best3_voice_square .en {
    font-size: 12px;
}
.best3_voice_lead {
    font-size: 16px;
}
.voice_btn_flex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}
.voice_btn{
    width: 48%;
}
.voice_btn:last-child{
    margin-top: 4%;
}
.voice_ttl_ja {
    font-size: 20px;
}
.voice02_img_text {
    font-size: 22px;
}
.menshin_ttl01 {
    font-size: 24px;
}
.menshin_ttl02 {
    font-size: 18px;
}
.menshin_lead {
    font-size: 14px;
}
.menshin_crown {
    max-width: 500px;
}
.menshin_crown_lead {
    font-size: 16px;
}
.page_link a {
    margin: 60px auto 0;
}
.voice_box {
    padding: 0px 0 60px;
}
.best3_ttl_box {
    padding: 20px 0;
}
.voice01_img_cap {
    font-size: 14px;
}
}

@media(max-width: 650px){
.voice02_pinch{
    display: block;
}
.page_link a {
    margin: 40px auto 0;
}
.menshin_crown_lead {
    font-size: 14px;
}
.menshin_crown {
    margin: 0 auto 20px;
}
.voice03_content {
    margin: 120px auto 60px;
}
.best3_voice_square .ja {
    font-size: 16px;
}
.best3_voice_square .en {
    font-size: 10px;
    margin-bottom: 0.5em;
}
.best3_voice_lead {
    font-size: 14px;
    letter-spacing: 0;
}
.voice_btn{
    width: 100%;
}
.voice_btn:not(:first-child){
    margin-top: 4%;
}
.voice_btn_flex {
    max-width: 400px;
    margin: 0 auto;
}
.voice_lead {
    font-size: 14px;
}
.voice_icon {
    top: 20px;
    right: 20px;
    max-width: 140px;
}
.voice_box_text {
    padding: 80px 20px 0;
}
.voice01_1_ttl {
    margin-left: 10px;
    margin-right: 5px;
}
.best3_area {
    padding: 40px 0;
    margin: 60px auto 60px;
}
.best3_ttl01 {
    margin-bottom: 1em;
}
.best3_ttl02 {
    font-size: 16px;
}
.best3_ttl01 {
    font-size: 14px;
}
.voice_btn_area_ttl {
    font-size: 20px;
    margin-bottom: 1.5em;
}
.voice01_1_ttl.first{
    width: 46%;
}

.voice01_1_content .voice_silhouette {
    right: 10px;
    top: -20px;
    /* max-width: 140px; */
    width: 33%;
}
.voice01_1 .voice_tag {
    max-width: unset;
    width: 50%;
    top: -40%;
}
.page_link a {
    font-size: 12px;
}
.voice01_1_content {
    margin: 60px auto 0;
}

.voice01_2_content .voice_silhouette {
    width: 33%;
    min-width: 130px;
}
.voice01_2 .voice_tag {
    width: 50%;
}
.voice01_img_cap {
    font-size: 12px;
    letter-spacing: -0.05em;
    padding: 0.5em 0.2em;
}
.voice01_img_cap .big {
    font-size: 1.4em;
}
.voice01_img_cap .mid {
    font-size: 1em;
}
.voice_box {
    padding: 0px 0 40px;
    margin: 0 auto 20px;
}
.voice02_content .voice_silhouette {
    top: -40px;
    width: 25%;
}
.voice02_img_text {
    font-size: 18px;
}
.voice03_content .voice_silhouette {
    width: 27%;
}
.voice03 .voice_tag {
    top: -30px;
    right: 120px;
    max-width: 250px;
    width: 60%;
    right: unset;
    left: 10px;
}
.menshin_ttl01 {
    font-size: 20px;
}
.menshin_ttl02 {
    font-size: 16px;
}
}


.wid_800{
    max-width: 800px;
    margin: 0 auto;
}



