@charset "UTF-8";
/*---------- header ----------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header .header-inn{
    border-bottom:1px solid #CF001C;
}

/*---------- mv ----------*/
.sub-mv-inn{
    /*padding:240px 0 140px;*/
	padding:180px 0 80px;
	
}
/* ttl */
.sub-mv-ttl{
    margin-bottom:100px;
}
.sub-mv-ttl-en{
    display: block;
    font-size: 4rem;
    color: #fff;
    font-family: "Allura", cursive;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25),0 0 5px rgba(0, 0, 0, 0.75);
}
.sub-mv-ttl-ja{
    display: block;
    font-size: 4.8rem;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25),0 0 5px rgba(0, 0, 0, 0.75);
}
.sec-sub-wrap{
   /* padding:20px 0 100px;*/
	padding: 100px 0
}
.sec-sub-ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    border-left:8px solid #CF001C;
    padding-left:17px;
    line-height: 1.6;
    margin-bottom:30px;
}
.sec-sub-ttl span{
    display: inline-block;
}

/* path */
.breadcrumb{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.breadcrumb li,
.breadcrumb li a{
    font-weight: 500;
    color:#fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.25),0 0 5px rgba(0, 0, 0, 0.75);
}
.breadcrumb li + li:before {
    content: '/';
    display: inline-block;
    margin: 0 10px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.25),0 0 5px rgba(0, 0, 0, 0.75);
}
@media (min-width: 1440px){
    .sub-mv-inn{
        /*padding:16vw 0 9vw;*/
		 padding:12vw 0 5vw;
    }
    .sub-mv-ttl{
        margin-bottom:7vw;
    }
}
@media (max-width: 768px){
    .sub-mv-inn{
       /* padding:29vw 0 14vw;*/
		padding:22vw 0 8vw;
    }
    .sec-sub-wrap {
       /* padding: 5vw 0 13vw;*/
		padding: 10vw 0 13vw;
    }
    .sec-sub-ttl{
        font-size: 5.0vw;
        border-left:1.15vw solid #CF001C;
        padding-left:2.5vw;
        margin-bottom:5vw;
    }
    /* h1 */
    .sub-mv-ttl{
        margin-bottom:15vw;
    }
    .sub-mv-ttl-en{
        font-size: 7.3vw;
    }
    .sub-mv-ttl-ja{
        font-size: 7.7vw;
    }

    /* path */
    .breadcrumb li,
    .breadcrumb li a{
        font-size: 3.4vw;
    }
    .breadcrumb li + li:before {
        margin: 0 2vw;
    }

}


/*---------- 　共通タイトル　center ----------*/

.sub-read{
    /*margin:-50px auto 70px;*/
	padding:2em 0
}


.sub-read-txt-top{
    font-size:4.4rem;
	color: #1A2C61;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.4;
	text-align: center;
	margin-top: 20px
}
.sub-read-txt-top .sub{
	font-size:0.6em
}
.sub-read-txt-top span{
	display: inline-block
}

.sub-read-txt-top::after {
    content: "";
    display: block;
    width: 80px;
    height: 7px;
    background: linear-gradient(to right, #d7001e 50%, #e5e5e5 50%);
	left:0;right:0;
	margin:20px auto 40px;
}
.sub-read-txt{
    font-size: 1.8rem;
    margin:0 auto ;
	text-align: center;
}



@media (max-width: 768px){
	
	.sub-read{
        /*margin:0 auto 10vw;*/
    }

   .sub-read-txt-top{
        font-size: 6.4vw;
	   margin-top: 0
    }
    .sub-read-txt-top::after {
        width: 11.429vw;
        height: 1vw;
        margin-top: 4vw;
		 margin-bottom: 6vw;
    }

	.sub-read-txt{
		 font-size: 3.4vw;
	}
}



