/* ///////////////////////////////////////




レビュー



/////////////////////////////////////// */
.top_alignmentArea_review{
padding:60px 40px 80px 40px;
width: 90%;
position:relative;
border-radius:20px;
margin:50px auto;
	
}

.review_wrap{
 display:flex;
 align-items:center;
 justify-content: center;
 background:#FFF;
}
.top_alignmentArea_review  a{
 position:absolute;
 width:100%;
 height:100%;
 top: 0;
 left: 0;
}

.review_text{
 width:45%;
}

.review_text h2{
font-size: 24px!important;
text-align: left!important;
font-family: "Shippori Mincho B1", serif;
}

.review_text p{
 margin-top:20px;
}

.review_image{
 width:50%;
 height:auto;
}

.review_image::after {
background: url(/img/arow_round_pink.svg);
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    width: 45px;
    height: 45px;
    right: 30px;
    background-size: cover;
	transition: transform 0.6s ease;
}



.review_wrap:hover .review_image::after {
 transform: scale(1.25);
}




@media screen and (max-width: 980px) {
.top_alignmentArea_review{
padding:40px 40px 80px 40px;
width: 90%;
max-width: 650px;
}	
	
.review_wrap{
 flex-direction: column-reverse;
 margin: 0 auto;
}
	
.review_text{
 width:100%;
}
	
.review_image{
 width:100%;
}
}


@media screen and (max-width: 650px) {
.top_alignmentArea_review{
padding:30px 20px 70px 20px;
 margin:30px auto;
}	


.review_image::after {
    bottom: 30px;
    width: 2.5em;
    height: 2.5em;
    right: 30px;
}

.review_text h2{
font-size: 1.25em!important;
}	
}
	
@media screen and (max-width: 480px) {
.review_image::after {
    bottom: 20px;
    right: 20px;
}
}



/* ///////////////////////////////////////




TOP 動画コンテンツ 



/////////////////////////////////////// */
.top_bnrareaWide{
padding:100px 40px 100px 40px;
}


.top-bannerLink_listWrapper .movie_wrap .video-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top: 30px;
}

.top-bannerLink_listWrapper .movie_wrap .video-wrapper iframe{
width:100%;
aspect-ratio:9/16;
border:0;
}
@media(max-width:768px){
.top-bannerLink_listWrapper .movie_wrap .video-grid{
grid-template-columns:repeat(2,1fr);
gap:10px;
}
}

.top-bannerLink_listWrapper .movie_wrap .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
}

.top-bannerLink_listWrapper .movie_wrap .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.top-bannerLink_listWrapper h3{
    font-size: 24px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #E3DBCC;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 40px;
}




@media screen and (max-width: 767px) {
.top-bannerLink_listWrapper {
    margin: 20px auto;
}
	
.top_bnrareaWide {
    padding:50px 16px 50px 16px;
}

.top-bannerLink_listWrapper h3{
font-size:18px;	
margin-bottom: 16px;
}
}