@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background-color: #D1E9F6;
}

.sticky-contner{
	margin: 0 auto;
}

.sticky-contner img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
}

.mv{
	margin: 0 auto 10%;
	font-family: "Noto Sans JP", sans-serif;
	color: #422a2d;
}

.mv-slider {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.mv-slider__window {
    display: flex;
    animation: slide-4-images 16s infinite;
}

.mv-slider__window img {
	width: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

@keyframes slide-4-images {
    /* 1枚目 */ 0%, 20%    { transform: translateX(0); }
    /* 2枚目 */ 25%, 45%   { transform: translateX(-100%); }
    /* 3枚目 */ 50%, 70%   { transform: translateX(-200%); }
    /* 4枚目 */ 75%, 95%   { transform: translateX(-300%); }
    /* 最後：1枚目のコピーへ移動して終了 */
    100%                 { transform: translateX(-400%); }
}

.mv-read{
	margin: 10% auto;
}

.mv-read h1{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5%;
}

.marker-animation{
	background-image: linear-gradient(transparent 80%, #FFFDD0 80%); /* 線の色と太さ */
	background-repeat: no-repeat;
	background-size: 0% 100%; /* 最初は横幅 0% */
	transition: background-size 1s ease-in-out; /* 1秒かけて線を引く */
}

.marker-animation.is-active{
	background-size: 100% 100%; /* 横幅を 100% に伸ばす */
}

.mv-read p{
	text-align: center;
	font-size: 13px;
	line-height: 2;
}

.all{
	display: block;
	width: 80%;
	margin: 15% auto 15%;
	text-align: center;
	background-color: #FFFDD0;
	color: #002060;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 2.5;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.title{
	width: 95%;
    display: flex;
    align-items: center;
    margin: 0 auto 5%;
	font-family: "cambria", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #002060;
	line-height: 1.5;
}

.title:after{
	content: "";
    border-top: 3px #002060 solid;
    flex-grow: 1;
    margin-left: 15px;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		padding-top: 5%;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left{
		width: 90%;
		margin: 0 auto;
	}
	
	.wrapper{
		width: 36%;
		margin: 0;
	}
	
	.pc-nk{
		display: none;
	}
	
.title{
	width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto 2%;
	font-family: "cambria", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: #002060;
	line-height: 1.5;
}

}
