@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
#seikyu {
	background: #fff; 
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif; 
	color: #333;
    font-size: 16px;
}
		
main#case-movie {
    line-height: 1.8;
    letter-spacing: 0.08em;
}

main#case-movie * {
	box-sizing: border-box;
}

main#case-movie a {
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}

main#case-movie a:hover, main#case-movie a:focus {
	text-decoration: none;
	outline: 0;
}
	
h2, h3, h4 {
	font-weight: bold;
} 		

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  	margin: 0;
  	padding: 0;
}

img {
  	max-width: 100%;
  	height: auto;
	-webkit-backface-visibility: hidden;
}      

a:hover, a:focus, button:focus {
	text-decoration: none;
	outline: 0;
}

/* 共通css調整 */			
a:hover.cv_btn_header {
	color: #fff;
}	

@media (min-width: 64em) {
.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown.open a,
.drawer-navbar .drawer-menu-item {
    letter-spacing: 0;
}
}

.drawer-dropdown-menu.service-menu > li ul li a,
.drawer-dropdown .drawer-arrow,
.drawer-dropdown.open a {
   box-sizing: initial; 
}

.drawer-navbar a:hover {
    color: #fff;
}

.drawer-menu-item {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

@media (min-width: 64em) {
.drawer-dropdown.open a:hover {
    color: #333 !important;	
}
}
	
#breadcrumbs ol {
    line-height: 1.28;
}	
	
#breadcrumbs li img {
    vertical-align: baseline !important ;
}

#breadcrumbs.white ol li,
#breadcrumbs.white ol li a {
	color: #fff;
}	

#btn_Pagetop {
	z-index: 100 ;			
}	
		
#btn_Pagetop a::after {
    left: 13px;
}
	
@media (min-width: 1200px) {
.container {
    max-width: 1054px;
} 
}

/*section */
section {
    position: relative;
    padding: 4rem 0
}

@media (min-width: 64em) {
section {
    padding: 5rem 0
}
}

/* section_tittle */
.section_tittle {
    margin-bottom: 3rem;
}

.section_tittle h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
.section_tittle h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
}
}

/*text color */			
.color_theme {
	color: #267c3a;
}
		
.bgcolor_second {
	background-color: #f5faf5;
}
		
.yellow_mark {
	 background:linear-gradient(transparent 60%, #fffe966 60%);
}
		
.green_mark {
	 background:linear-gradient(transparent 60%, #b5ceb5 60%);
} 

/* mainv  */
	
@media (min-width: 64em) {
.mainv {
	margin-top: 115px; /* header+navbar */
}
}

.mainv_wrap {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 7rem; 
}

.mainv_wrap .mainv_text > * {
    color: #333;
}

.mainv_wrap .mainv_text h1 {
    margin-left: 2rem;
    max-width: 500px;
}

.mainv_wrap .mainv_text div.mainv_catch {
    margin-top: -100px;
    border: 1px solid #000;
    padding: 7rem 4rem 2rem 4rem;
    border-radius: 16px;
    background-color: #fff;
}

.mainv_wrap .mainv_text div.mainv_catch p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.0;
}

@media (min-width: 64em) {
.mainv_wrap {
    margin-top: 4rem;
    padding-top: 0;
}
} 

@media (max-width: 992px) {
.mainv_wrap .mainv_text h1 {
    max-width: 340px;
}  
    
.mainv_wrap .mainv_text div.mainv_catch {
    margin-top: -70px;
    padding: 5rem 2rem 2rem 2rem;
}
    
.mainv_wrap .mainv_text div.mainv_catch p {
    font-size: 16px;
}
}

@media (max-width: 575px) {
.mainv_wrap .mainv_text h1 {
    margin-left: 1rem;
    max-width: 280px;
}
    
.mainv_wrap .mainv_text div.mainv_catch {
    margin-top: -50px;
    padding: 4rem 1rem 1rem 1rem;
}
}

/* movie_list  */
#movie_list_section {
    padding-bottom: 8rem;
    position: relative;
    z-index: 0;
}

#movie_list_section::after{
    content: '';
    position: absolute;
    left: 0;
    top: -60PX;
    transform: skewY(4deg);
    transform-origin: top right;  
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d9e9d9;
}

.movie_list > div:nth-child(odd) {
}

.movie_list > div:nth-child(even) {
    position: relative;
    top: 90px;
}

.movie_list > div {
    margin-bottom: 5rem;
}

.movie_inner {
    width: 96%;
}

.box_shadow_stripe {
    background: linear-gradient(-45deg, #545b62 10%, transparent 10%, transparent 50%, #545b62 50%, #545b62 60%, transparent 60%);
    background-size: 6px 6px;
    bottom: -1rem;
    height: 100%;
    position: absolute;
    right: -1rem;
    width: 100%;
}

a.movie_box {
	display: block;
	position: relative;
	border: 1px solid rgba(0,0,0,.2);
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

.movie_box figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.movie_box figure img {
    transition: .3s;
}

a:hover.movie_box figure img {
  transform: scale(1.1);
}

.movie_box.label_new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #c12748; 
    position: absolute;
    z-index: 100;
}

.movie_box.label_new::after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 101;
}

.movie_box .txt {
    position: relative;
	padding: 2rem;
    background-color: #fff;
}
	
.movie_box .txt h3 {
	margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #000;
    font-size: 16px;
	line-height: 1.6;
}	
	
.movie_box .txt p {
	line-height: 1.6;
}
	
.movie_box .txt p + p {
    margin-top: 0.5rem;
}
    
@media (max-width: 767px) {
.movie_list > div:nth-child(even) {
    top: 0;
}

.movie_list > div {
    margin-bottom: 3rem;
}

.movie_list > div::last:child {
    margin-bottom: 0;
}
}     
        
.indexSeikyu_inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    background: #edf5ed;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 20%);
    border: 1px solid #267c3a;
}

.indexSeikyu_inner * {
    position: relative;
}       

.indexSeikyu_inner a {
    display: block;
}       

.indexSeikyu_inner a:hover {
    box-shadow: 0 16px 30px rgb(0 0 0 / 30%), 0 12px 10px rgb(0 0 0 / 22%);
}
    
.indexSeikyu_inner h4 {
    display: inline-block;
    position: relative;
    margin: 1rem 0 0 -8px;
    padding: 0.8rem 1rem;
    background-color: #231815;
    color: #fff;
    font-size: 18px;
}
    
.indexSeikyu_inner h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 8px #000;
}
    
.indexSeikyu_inner .flex {
    display: flex;
    padding: 2rem;
    justify-content: space-between;
}
     
.indexSeikyu_inner h3 {
    margin-left: 140px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
}       

.indexSeikyu_inner h3 span.note-block {
    display: block;
}       

.indexSeikyu_inner h3 span.note {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.indexSeikyu_inner .flex .indexSeikyu_image {
    margin-top: -40px;
}
    
.indexSeikyu_inner .flex .indexSeikyu_image img {
    width: 290px;
} 
    
.indexSeikyu_inner .logo img {
    width: 320px;
}   
    
.indexSeikyu_inner .awards {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 120px;
} 
    
@media (max-width: 991px) {
.indexSeikyu_inner .flex .indexSeikyu_image img {
    width: 200px;
} 
    
.indexSeikyu_inner .logo img {
    width: 280px;
} 
    
.indexSeikyu_inner h3 {
    margin-left: 110px;
    font-size: 24px;
}
    
.indexSeikyu_inner .awards {
    width: 90px;
}

.indexSeikyu_inner .flex .indexSeikyu_image {
    margin-top: -30px;
}
}
    
@media (max-width: 767px) {
.indexSeikyu_inner .flex {
    flex-direction: column;
    padding: 2rem 1rem;
    align-items: center;
}  
    
.indexSeikyu_inner h4 {
    font-size: 14px;
}       

.indexSeikyu_inner h3 {
    margin-left: 0;
    font-size: 22px;
}

.indexSeikyu_inner .flex .indexSeikyu_image {
    margin-top: 0;
}
    
.indexSeikyu_inner .logo img {
    width: 260px;
}
}

.moreLinkText {
    color: #267c3a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
    
.lineArrow {
    margin: -0.5rem 0 0 -0.5rem;
    width: 100%;
    height: 12px;
    border-bottom: 2px solid #267c3a;
    border-right: 2px solid #267c3a;
    transform: skew(45deg);
} 

/* modaal.css add */  
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #444;  
} 