@charset "UTF-8";

/* #topmain
----------------------------------------- */
#topmain {
  width: 100%;
  text-align: center;
  position: relative;
  /*ページャー*/
  /*prev next*/
  z-index: 2;
}

#topmain .sliderWrap {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  position: relative;
}

#topmain .bx-wrapper {
  width: 100%;
  position: relative;
  z-index: 0;
}

#topmain .sliderWrap h1 {
	position: absolute;
	bottom: 6rem;
	left: 0;
	padding-left: 6rem;
	-webkit-transition: all .6s;
	transition: all .6s;
	/*width: -webkit-calc(867 / 1920 * 100%);
    width: calc(867 / 1920 * 100%);*/
    z-index: 2;
}
#topmain .sliderWrap h1::before {
	content: "";
	display: block;
	position: absolute;
	top: -3rem;
	left: 0;
	width: 50rem;
	height: 0.1rem;
	background-color: #FFFFFF;
    z-index: 2;
}

#topmain .sliderWrap h1 img {
	filter:drop-shadow(0 0 20px #000000);
	transform: translateZ(0);
	width: 100%;
	height: auto;
}

#topmain .sliderWrap h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}

#topmain .sliderWrap h2 img {
	filter:drop-shadow(0 0 10px #000000);
	transform: translateZ(0);
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1280px) {
#topmain .sliderWrap .slider li:first-child h2 {
	width: -webkit-calc(153 / 1280 * 100%);
    width: calc(153 / 1280 * 100%);
}
#topmain .sliderWrap .slider li:nth-child(2) h2 {
	width: -webkit-calc(442 / 1280 * 100%);
    width: calc(442 / 1280 * 100%);
	
}
#topmain .sliderWrap .slider li:nth-child(3) h2 {
	width: -webkit-calc(153 / 1920 * 100%);
    width: calc(153 / 1280 * 100%);
}
}


#topmain .img_wrap {
	width: 100%;
	height : 100vh;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}


@media (min-width: 768px) and (max-height: 400px) and (orientation: landscape) {
#topmain .img_wrap {
	 min-height: 56vw;
}
}

#topmain .link_btn {
	position: absolute;
	bottom: 6rem;
	right: 6rem;
    z-index: 2;
	
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
    width: auto;
    height: 5rem;
	border-radius: 2.5rem;
	padding: 0 3.5rem;
	padding-right: 7rem;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	color: #8cd3bc;
}
#topmain .link_btn:hover {
	background-color: #8cd3bc;
	color: #FFFFFF;
}

#topmain .link_btn:before,
#topmain .link_btn:after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
}
#topmain .link_btn:before {
    width: 2.8rem;
	height: .6rem;
	right: 2.5rem;
    border-bottom: 2px solid #8cd3bc;
    -webkit-transition: all .6s;
    transition: all .6s;
	transform-origin: left bottom;
	transform: translate(0,-66%);
}
#topmain .link_btn:after {
    width: 0.7rem;
	right: 2.5rem;
    border-bottom: 0.6rem solid #8cd3bc;
    border-right: 0.7rem solid transparent;
    -webkit-transition: all .6s;
    transition: all .6s;
	transform: translate(100%,-66%);
}
#topmain .link_btn:hover:before {
    border-bottom: 2px solid #FFFFFF;
}
#topmain .link_btn:hover:after {
    border-bottom: 0.6rem solid #FFFFFF;
}

#topmain .bx-controls {
	display: none;
}

@media screen and (max-width: 1680px) {
#topmain .sliderWrap h1 {
	width: -webkit-calc(867 / 1680 * 100%);
    width: calc(867 / 1680 * 100%);
}
}

@media screen and (max-width: 1280px) {
  #topmain .sliderWrap {
    width: 100%;
    min-width: auto;
  }
	#topmain .img_wrap {
	height : -webkit-calc(100vh);
	height : calc(var(--vh, 1vh) * 100);
}
	#topmain .sliderWrap h1 {
	width: -webkit-calc(660 / 1280 * 100%);
    width: calc(660 / 1280 * 100%);
}
}

@media screen and (max-width: 768px) {
	#topmain {
}
	/*#topmain .bx-viewport {
	height : -webkit-calc(100vh) !important;
	height : calc(var(--vh, 1vh) * 100) !important;
	}*/
	
	#topmain .img_wrap {
	height : -webkit-calc(100vh);
	height : calc(var(--vh, 1vh) * 100);
}
	
	#topmain .sliderWrap h2 {
    transform: translate(-50%,-100%);
}
	#topmain .sliderWrap .slider li:first-child h2 {
	width: -webkit-calc(76 / 320 * 100%);
    width: calc(76 / 320 * 100%);
}
#topmain .sliderWrap .slider li:nth-child(2) h2 {
	width: -webkit-calc(136 / 320 * 100%);
    width: calc(136 / 320 * 100%);
	
}
#topmain .sliderWrap .slider li:nth-child(3) h2 {
	width: -webkit-calc(76 / 320 * 100%);
    width: calc(76 / 320 * 100%);
}
	
	#topmain .sliderWrap h1 {
	padding-left: 1.5rem;
	width: 30rem;
	bottom: 10rem;
}
	#topmain .sliderWrap h1 img {
	width: 100%;
}
	
	#topmain .sliderWrap h1::before {
    top: -2rem;
    width: 16.5rem;
}
	
	#topmain .link_btn {
	position: absolute;
	bottom: 3.5rem;
	right: auto;
	left: 50%;
		transform: translate(-50%,0);
    z-index: 2;
	
	font-size: 1.1rem;
	white-space: nowrap;
    height: 3.5rem;
	border-radius: 2.5rem;
	padding: 0 2rem;
	padding-right: 4.7rem;
}
	#topmain .link_btn::before {
    width: 1.5rem;
	right: 2rem;
}
	#topmain .link_btn::after {
	right: 2rem;
}

}

/* #interview movie
----------------------------------------- */
#interview {
  width: 100%;
	height: auto;
	padding: 15rem  0rem 5rem;
	position: relative;
}
#interview h1 {
	width: 100%;
  text-align: center;
	position: relative;
}
#interview h1 span {
    line-height: 1;
    color: #c8c8c8;
    display: block;
}
#interview h1 span.fAbc {
    font-size: 9rem;
    letter-spacing: 0.1em;
	line-height: .75;
	font-weight: 700;
}
#interview h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
}

.swiper_interview {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 5rem;
	z-index: 1;
	margin-top: 6rem;
	display: block;
}
.swiper_interview .swiper-wrapper {
  width: 100%;
	height: auto;
  z-index: 1;
  display: flex;
}
.swiper_interview .swiper-slide {
	flex-shrink: 0;
	width: auto;
	height: auto;
	position: relative;
	display: block;
}
.swiper_interview a img {
	aspect-ratio: 16 / 9;
}

.swiper-button-next .swiper-button-prev{
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #505050;
  top: 50%;
  left: 0;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  cursor: pointer;
  z-index: 10;
}
.swiper-pagination-bullet {
  background: #a8a8a8;
}
.swiper-pagination-bullet-active {
  background: #8cd3bc;
}
.swiper-button-next, .swiper-button-prev {
	color: #8cd3bc;
}
.swiper-pagination {
	z-index: 999;
	position: absolute;
}

@media screen and (max-width: 768px) {
	#interview {
		padding: 8rem  0rem 3rem;
	}
	#interview h1 {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#interview h1 span.fAbc {
		font-size: 3.8rem;
		letter-spacing: 0.1em;
	}
	#interview h1 span.sub {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		margin-top: 1.5rem;
	}
	.swiper_interview {
		margin-top: 3rem;
	}
}



/* #news
----------------------------------------- */
#news {
   position: relative;
   width: 100%;
	height: auto;
	padding: 20rem 0;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

#news::before {
    content: "";
    display: block;
    width: -webkit-calc(630 / 1920 * 100%);
    width: calc(630 / 1920 * 100%);
    height: 56rem;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0,-55%);
    border-radius: 0;
    overflow: hidden;
    background: #eef8f5;
    z-index: -1;
}

#news .inner {
    /*width: -webkit-calc(960 / 1920 * 100%);
    width: calc(960 / 1920 * 100%);*/
	max-width: 96rem;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

#news .page_navi {
    width: 100%;
}
#news .page_navi > li {
    width: -webkit-calc(440 / 960 * 100%);
    width: 100%;
}

#news h1 {
	width: 100%;
    text-align: left;
	position: relative;
}
#news h1 span {
    line-height: 1;
    color: #c8c8c8;
    display: block;
}
#news h1 span.fAbc {
    font-size: 9rem;
    letter-spacing: 0.1em;
	line-height: .75;
	font-weight: 700;
}
#news h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
}

#news .news_list {
    width: 100%;
	height: 35rem;
	overflow-y: auto;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	margin-top: 6rem;
	padding-bottom: 1rem;
}
#news .news_list > li {
    width: 100%;
	padding: 3rem 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #c8c8c8;
}
#news .news_list > li .date {
    white-space: nowrap;
	font-size: 1.3rem;
    letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
	color: #6e6e6e;
	margin-bottom: 2rem;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
#news .news_list > li:hover .date {
	color: #6e6e6e;
}
#news .news_list > li h2 {
    line-height: 1;
}
#news .news_list > li h2 a {
	font-size: 1.6rem;
    letter-spacing: 0.05em;
	line-height: 1.5625;
	color: #6e6e6e;
}
#news .news_list > li:hover h2 a {
	opacity: .8;
}

#news h2.tw_icon {
    text-align: center;
	margin-bottom: 4rem;
}
#news h2.tw_icon img {
    width: 5.2rem;
	height: auto;
}

#news .tw_wrap {
    width: 100%;
	padding: 4rem 3rem;
	border-radius: 1rem;
	height: 62rem;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
}
#news .tw_wrap .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#news .tw_wrap iframe {
    width: 100% !important;
    /* height: 100% !important; */
}

@media screen and (max-width: 1280px) {
#news .inner {
    width: -webkit-calc(1440 / 1920 * 100%);
    width: calc(1440 / 1920 * 100%);
}
#news h1 span.fAbc {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
}
}

@media screen and (max-width: 768px) {
#news {
   width: 100%;
	height: auto;
	min-height: 0;
	padding-top: 8rem;
	padding-bottom: 0;
}
#news::before {
    width: 10.5rem;
    height: 63rem;
    position: absolute;
    top: 10rem;
    left: 0;
	transform: translate(0,0);
}
#news .inner {
    width: 26rem;
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#news .page_navi > li {
    width: 100%;
}
#news .page_navi > li:first-child {
    margin-bottom: 5rem;
}

#news h1 {
	width: 100%;
    text-align: left;
	position: relative;
}

#news h1 span.fAbc {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
}
#news h1 span.sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}

#news .news_list {
	height: 27rem;
	margin-top: 3rem;
	margin-bottom: 0;
}
#news .news_list > li {
    width: 100%;
	padding: 2rem 0;
	display: block;
}
#news .news_list > li .date {
    white-space: nowrap;
	font-size: 1.2rem;
    letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 0.5rem;
}

#news .news_list > li h2 a {
    font-size: 1.3rem;
    letter-spacing: 0;
}


#news h2.tw_icon {
    text-align: center;
	margin-bottom: 2rem;
}
#news h2.tw_icon img {
    width: 3.3rem;
	height: auto;
}

#news .tw_wrap {
	height: 49rem;
	padding: 1rem 1.5rem;
}
}



/* #about
----------------------------------------- */
#about {
   position: relative;
   width: 100%;
	height: auto;
	padding: 20rem 0 32rem;
	z-index: 1;
	background: url(/wp-content/uploads/2021/12/L4A5477-scaled.jpg) no-repeat center center;
	background-size: cover;
}

#about.b_over::before {
    background-color: rgba(110,110,110,0.5);
}


#about .inner {
}

#about h1 {
	width: 100%;
    text-align: right;
	position: relative;
}
#about h1 span {
    line-height: 1;
    color: #ffffff;
    display: block;
}
#about h1 span.fAbc {
    font-size: 9rem;
    letter-spacing: 0.1em;
	line-height: .75;
	white-space: nowrap;
}
#about h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
	white-space: nowrap;
}

#about h2 {
    text-align: center;
    filter: drop-shadow(0 0 20px #000000);
    margin-top: 10rem;
    color: #FFFF;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(25px, 0.115rem + 6.36vw, 50px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3em;
}

#about h2 span {
    display: block;
    font-size: .5em;
    line-height: 1.5;
    margin-bottom: 1em;
    letter-spacing: 0;
}

#about .txt_wrap {
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.08em;
	line-height: 2.375;
	font-weight: 500;
	text-shadow: 0 0 30px rgba(0,0,0,0.80);
	margin-top: 6rem;
}

#about .btn_wrap {
    margin-top: 8rem;
}


@media screen and (max-width: 1280px) {
#about h1 {
	width: 92%;
}
}


@media screen and (max-width: 768px) {
#about {
    padding: 9rem 0 0;
	background: none;
}
#about::before {
    display: none;
}
#about .inner {
    width: 100%;
	position: relative;
}
#about .inner::before {
    content: "";
    display: block;
    width: 10.5rem;
    height: -webkit-calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    right: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f4f4f4;
    z-index: -1;
}
#about h1 {
	width: 26rem;
	margin: auto;
    text-align: right;
	position: relative;
}
#about h1 span {
    color: #b4b4b4;
}
#about h1 span.fAbc {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
}
#about h1 span.sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}
	
#about .img_wrap {
	width: 100%;
	height: 24.5rem;
	background: url(/wp-content/uploads/2021/12/L4A5477-scaled.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 4rem;
}
	
#about h2 {
    text-align: center;
    filter: none;
    margin-top: 5rem;
    color: #000;
    padding-left: 0.7em;
    letter-spacing: 0.25em;
}

#about .txt_wrap {
	width: 26rem;
	text-align: left;
	color: #6e6e6e;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2.375;
	font-weight: 500;
	text-shadow: 0 0 0 rgba(0,0,0,0.00);
	margin: auto;
	margin-top: 4rem;
}
#about .btn_wrap {
    margin-top: 3rem;
    text-align: center;
}
}




/* #member
----------------------------------------- */
#member {
   position: relative;
   width: 100%;
	height: auto;
	padding: 20rem 0 0;
	z-index: 3;
}

#member .inner {
	width: 100%;
	max-width: none;
	position: relative;
}

#member .inner::before {
	content: "";
	display: block;
	width: -webkit-calc(380 / 1920 * 100%);
    width: calc(380 / 1920 * 100%);
	height: -webkit-calc(100% - 8rem);
	height: calc(100% - 8rem);
	position: absolute;
	top: 5rem;
	left: 0;
	border-radius: 0;
	overflow: hidden;
	background: #eef8f5;
	z-index: -1;
}

#member h1 {
	/*width: 100%;*/
	width: -webkit-calc(1440 / 1920 * 100%);
    width: calc(1440 / 1920 * 100%);
	margin: auto;
    text-align: left;
	position: relative;
}
#member h1 span {
    line-height: 1;
    color: #c8c8c8;
    display: block;
}
#member h1 span.fAbc {
    font-size: 10rem;
    letter-spacing: 0.1em;
	line-height: .75;
	font-weight: 700;
	display: flex;
	align-items: center;
}
#member h1 span.fAbc::after {
    content: "";
	display: block;
	/*width: -webkit-calc(950 / 1920 * 100%);
    width: calc(950 / 1920 * 100%);*/
	width: 100%;
	height: 0.1rem;
	background-color: #c8c8c8;
	margin-left: 6rem;
    margin-top: 3rem;
}
#member h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
}

#member .member_list {
	margin-top: 7rem;
	position: relative;
}

#member .member_list .slick-list {
    overflow: initial;
}
#member .member_list .slick-slide {
	width: 75rem;
	padding: 0;
	text-align: center;
}


#member .member_list .slick-slide a {
	display: block;
}

#member .member_list .slick-slide .img_wrap {
	width: 100%;
	padding-top: 66.742%;
    position: relative;
	
	-webkit-transition: all .6s;
    transition: all .6s;
	
	transform-origin: right bottom;
	transform: scale(.75);
}
#member .member_list .slick-slide .img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
	overflow: hidden;
}
#member .member_list .slick-slide .img:hover {
    transform: scale(1.08);
}

#member .member_list .slick-slide .txt_wrap {
	width: 56.2rem;
    margin: 0 auto;
	margin-right: 0;
	margin-top: 3rem;
    letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #6e6e6e;
	
	-webkit-transition: all .6s;
    transition: all .6s;
}

#member .member_list .slick-active .img_wrap {
	transform-origin: center bottom;
}
#member .member_list .slick-active .txt_wrap {
	margin: 0 9.4rem;
	margin-top: 3rem;
}

#member .member_list .slick-current .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
}
#member .member_list .slick-current .txt_wrap {
	width: 75rem;
	margin: 0;
	margin-top: 5rem;
}

#member .member_list .slick-current + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#member .member_list .slick-current + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}


#member .member_list .is-active-next .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
}
#member .member_list .is-active-next .txt_wrap  {
	width: 75rem;
	margin: 0;
	margin-top: 3rem;
}

#member .member_list .is-active-next ~ .slick-slide .img_wrap {
}

#member .member_list .is-active-next + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#member .member_list .is-active-next + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}

#member .member_list .is-active-next + .slick-slide .img_wrap {
	transform-origin: center bottom;
}
#member .member_list .is-active-next + .slick-slide .txt_wrap{
	margin: 0 7.4rem;
	margin-top: 3rem;
}

#member .member_list .is-active .img_wrap {
	transform-origin: center bottom;
}
#member .member_list .is-active .txt_wrap {
	margin: 0 7.4rem;
	margin-top: 3rem;
}


#member .member_list .slick-slide h2 {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.583;
    margin-bottom: 2rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#member .member_list .slick-slide .position {
	font-size: 1.2rem;
    margin-bottom: 1rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#member .member_list .slick-slide h3 {
	font-size: 1.5rem;
    letter-spacing: 0.333em;
	text-align: center;
    margin-bottom: 1rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#member .member_list .slick-slide .info {
	font-size: 1.2rem;
    margin-bottom: 1rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}


#member .member_list .slick-current h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
#member .member_list .slick-current .position {
	font-size: 1.6rem;
}
#member .member_list .slick-current h3 {
	font-size: 2.0rem;
}
#member .member_list .slick-current .info {
	font-size: 1.6rem;
}

#member .member_list .is-active-next h2 {
	font-size: 2.4rem;
}
#member .member_list .is-active-next .position {
	font-size: 1.6rem;
}
#member .member_list .is-active-next h3 {
	font-size: 2.0rem;
}
#member .member_list .is-active-next .info {
	font-size: 1.6rem;
}


#member .member_list .arrow {
	position: absolute;
	top: 23rem;
	left: 50%;
	-webkit-transform: translate(34.5rem, 0);
	transform: translate(34.5rem, 0);
}

#member .member_list .prev {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-41rem, 0);
	transform: translate(-41rem, 0);
}
#member .member_list .next {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
}


#member .slick-dots {
    position: relative;
    bottom: 0;
	margin-top: 5rem;
}
#member .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.8rem;
    padding: 0;
    cursor: pointer;
}
#member .slick-dots li button {
    width: 1rem;
    height: 1rem;
}
#member .slick-dots li button:before {
    font-size: 0;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 1;
	border-radius: 1rem;
    background-color: #c8c8c8;
}
#member .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #8cd3bc;
}


@media screen and (max-width: 768px) {
#member {
	padding: 9.5rem 0 0;
}
#member .inner {
    max-width: none;
}
#member .inner::before {
    content: "";
    display: block;
    width: 10.5rem;
    height: -webkit-calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    left: 0;
    border-radius: 0;
    overflow: hidden;
    background: #eef8f5;
    z-index: -1;
}

#member .ttl_wrap {
    width: 100%;
	padding-left: 3rem;
    margin: auto;
}
#member h1 {
    padding-left: 0;
}
#member h1 span.fAbc {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
}
#member h1 span.sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}
#member h1 span.fAbc::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #c8c8c8;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#member .member_list {
    margin-top: 4rem;
}
#member .member_list .slick-slide {
    width: 26rem;
	margin: 0 3rem;
}
#member .member_list .slick-slide .img_wrap {
    width: 100%;
    padding-top: 66.742%;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
    transform-origin: center center;
    transform: scale(1);
}
#member .member_list .slick-slide .img_wrap .img.b_over::before {
	display: none;
}
#member .member_list .slick-slide .txt_wrap {
    width: 26rem;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#member .member_list .slick-slide h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
	
#member .member_list .slick-current h2 {
    font-size: 1.6rem;
}
#member .member_list .slick-current .txt_wrap {
    font-size: 1.3rem;
}
#member .member_list .slick-slide .position {
    font-size: 1.3rem;
}
#member .member_list .slick-current .position {
    font-size: 1.3rem;
}
#member .member_list .slick-current h3 {
    font-size: 1.5rem;
}
#member .member_list .slick-slide .info {
	font-size: 1.3rem;
    margin-bottom: 0;
}
#member .member_list .slick-current .info {
    font-size: 1.3rem;
}
	
#member .member_list .arrow {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    -webkit-transform: translate(11.5rem, 0);
    transform: translate(11.5rem, 0);
}
#member .member_list .prev {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_prev.svg) no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-transform: translate(-14.5rem, 0);
    transform: translate(-14.5rem, 0);
}
#member .member_list .next {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_next.svg) no-repeat;
    background-size: cover;
    z-index: 2;
}
	
#member .slick-dots {
    margin-top: 2rem;
}
#member .slick-dots li {
    margin: 0 0.5rem;
}
#member .btn_wrap {
    margin-top: 4rem;
    text-align: center;
}
}




/* #blog
----------------------------------------- */
#blog {
   position: relative;
   width: 100%;
	height: auto;
	padding: 20rem 0 27rem;
	z-index: 1;
}

#blog .inner {
	width: 100%;
	max-width: none;
}
#blog .inner {
	width: 100%;
	max-width: none;
	position: relative;
}
#blog .inner::before {
	content: "";
	display: block;
	width: -webkit-calc(380 / 1920 * 100%);
    width: calc(380 / 1920 * 100%);
	height: -webkit-calc(100% - 8rem);
	height: calc(100% - 8rem);
	position: absolute;
	top: 5rem;
	right: 0;
	border-radius: 0;
	overflow: hidden;
	background: #f4f4f4;
	z-index: -1;
}


#blog h1 {
	/*width: 100%;*/
	width: -webkit-calc(1440 / 1920 * 100%);
    width: calc(1440 / 1920 * 100%);
	margin: auto;
    text-align: right;
	position: relative;
}
#blog h1 span {
    line-height: 1;
    color: #c8c8c8;
    display: block;
}
#blog h1 span.fAbc {
    font-size: 10rem;
    letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#blog h1 span.fAbc::before {
    content: "";
	display: block;
	/*width: -webkit-calc(950 / 1920 * 100%);
    width: calc(950 / 1920 * 100%);*/
	width: 100%;
	height: 0.1rem;
	background-color: #c8c8c8;
	margin-right: 6rem;
    margin-top: 3rem;
}
#blog h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
}

#blog .blog_list {
	margin-top: 7rem;
	position: relative;
}

#blog .blog_list .slick-list {
    overflow: initial;
}
#blog .blog_list .slick-slide {
	width: 59rem;
	padding: 0;
	text-align: center;
}


#blog .blog_list .slick-slide a {
	display: block;
}

#blog .blog_list .slick-slide .img_wrap {
	width: 100%;
	padding-top: 66.742%;
    position: relative;
	
	-webkit-transition: all .6s;
    transition: all .6s;
	
	transform-origin: right bottom;
	transform: scale(.75);
}
#blog .blog_list .slick-slide .img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
	overflow: hidden;
}
#blog .blog_list .slick-slide .img:hover {
    transform: scale(1.08);
}

#blog .blog_list .slick-slide .txt_wrap {
	width: 44.2rem;
    margin: 0 auto;
	margin-right: 0;
	margin-top: 3rem;
    letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	
	-webkit-transition: all .6s;
    transition: all .6s;
}

#blog .blog_list .slick-active .img_wrap {
	transform-origin: center bottom;
}
#blog .blog_list .slick-active .txt_wrap {
	margin: 0 7.4rem;
	margin-top: 3rem;
}

#blog .blog_list .slick-current .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
}
#blog .blog_list .slick-current .txt_wrap {
	width: 59rem;
	margin: 0;
	margin-top: 5.5rem;
}

#blog .blog_list .slick-current + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#blog .blog_list .slick-current + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}


#blog .blog_list .is-active-next .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
}
#blog .blog_list .is-active-next .txt_wrap  {
	width: 59rem;
	margin: 0;
	margin-top: 3rem;
}

#blog .blog_list .is-active-next ~ .slick-slide .img_wrap {
}

#blog .blog_list .is-active-next + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#blog .blog_list .is-active-next + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}

#blog .blog_list .is-active-next + .slick-slide .img_wrap {
	transform-origin: center bottom;
}
#blog .blog_list .is-active-next + .slick-slide .txt_wrap{
	margin: 0 7.4rem;
	margin-top: 3rem;
}

#blog .blog_list .is-active .img_wrap {
	transform-origin: center bottom;
}
#blog .blog_list .is-active .txt_wrap {
	margin: 0 7.4rem;
	margin-top: 3rem;
}


#blog .blog_list .slick-slide h2 {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.583;
	margin-top: 1.5rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#blog .blog_list .slick-slide .info_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#blog .blog_list .slick-slide .info_wrap li.date {
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#blog .blog_list .slick-slide .info_wrap li.date::after {
	content: "|";
	display: block;
	margin: 0 1rem;
}
#blog .blog_list .slick-slide .info_wrap li.cate a {
	font-size: 1.1rem;
}


#blog .blog_list .slick-current h2 {
	font-size: 2.4rem;
	margin-top: 2rem;
}
#blog .blog_list .slick-current .info_wrap li.date {
	font-size: 1.4rem;
}
#blog .blog_list .slick-current .info_wrap li.cate a {
	font-size: 1.4rem;
}

#blog .blog_list .is-active-next h2 {
	font-size: 2.4rem;
}
#blog .blog_list .is-active-next .info_wrap li.date {
	font-size: 1.4rem;
}
#blog .blog_list .is-active-next .info_wrap li.cate a {
	font-size: 1.4rem;
}


#blog .blog_list .arrow {
	position: absolute;
	top: 18rem;
	left: 50%;
	-webkit-transform: translate(26.5rem, 0);
	transform: translate(26.5rem, 0);
}

#blog .blog_list .prev {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_g_prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-32.5rem, 0);
	transform: translate(-32.5rem, 0);
}
#blog .blog_list .next {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_g_next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
}


#blog .slick-dots {
	position: relative;
    bottom: 0;
	margin-top: 5rem;
}
#blog .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.8rem;
    padding: 0;
    cursor: pointer;
}
#blog .slick-dots li button {
    width: 1rem;
    height: 1rem;
}
#blog .slick-dots li button:before {
    font-size: 0;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 1;
	border-radius: 1rem;
	background-color: #c8c8c8;
}
#blog .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #8cd3bc;
}


@media screen and (max-width: 768px) {
#blog {
	padding: 8rem 0 10rem;
}
#blog::before {
     border-radius: 2rem 0 0 2rem;
    background-size: 1.5rem;
}
#blog .inner {
    max-width: none;
}
#blog .inner::before {
    content: "";
    display: block;
    width: 10.5rem;
    height: -webkit-calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    right: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f4f4f4;
    z-index: -1;
}
	
#blog .ttl_wrap {
    width: 100%;
	padding-right: 3rem;
    margin: auto;
}
#blog h1 {
    padding-right: 0;
	text-align: right;
}
#blog h1 span.fAbc {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
}
#blog h1 span.sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}
#blog h1 span.fAbc::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #c8c8c8;
    margin-right: 2.5rem;
    margin-top: 0.5rem;
}
#blog .blog_list {
    margin-top: 4rem;
}
#blog .blog_list .slick-slide {
    width: 26rem;
	margin: 0 3rem;
}
#blog .blog_list .slick-slide .img_wrap {
    width: 100%;
    padding-top: 66.742%;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
    transform-origin: center center;
    transform: scale(1);
}
#blog .blog_list .slick-slide .img_wrap .img.b_over::before {
	display: none;
}
#blog .blog_list .slick-slide .txt_wrap {
    width: 26rem;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#blog .blog_list .is-active-next + .slick-slide .txt_wrap{
	margin: 0 auto;
	margin-top: 3rem;
}
	
#blog .blog_list .slick-slide h2 {
    font-size: 1.6rem;
    margin-top: 1rem;
}
	
#blog .blog_list .slick-current h2 {
    font-size: 1.6rem;
}
	
#blog .blog_list .slick-slide .info_wrap li.date {
    font-size: 1.2rem;
}
#blog .blog_list .is-active-next .info_wrap li.date {
    font-size: 1.2rem;
}
#blog .blog_list .slick-slide .info_wrap li.cate a {
    font-size: 1.2rem;
}
	
#blog .blog_list .arrow {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    -webkit-transform: translate(11.5rem, 0);
    transform: translate(11.5rem, 0);
}
#blog .blog_list .prev {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_g_prev.svg) no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-transform: translate(-14.5rem, 0);
    transform: translate(-14.5rem, 0);
}
#blog .blog_list .next {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_g_next.svg) no-repeat;
    background-size: cover;
    z-index: 2;
}
	
#blog .slick-dots {
    margin-top: 2rem;
}
#blog .slick-dots li {
    margin: 0 0.5rem;
}
#blog .btn_wrap {
    margin-top: 4rem;
    text-align: center;
}
}




/* #movie
----------------------------------------- */
#movie {
   position: relative;
   width: 100%;
	height: auto;
	padding: 20rem 0 27rem;
	z-index: 0;
}

#movie .inner {
	width: 100%;
	max-width: none;
	position: relative;
}
#movie .inner::before {
	content: "";
	display: block;
	width: -webkit-calc(380 / 1920 * 100%);
    width: calc(380 / 1920 * 100%);
	height: -webkit-calc(100% - 8rem);
	height: calc(100% - 8rem);
	position: absolute;
	top: 5rem;
	left: 0;
	border-radius: 0;
	overflow: hidden;
	background: #eef8f5;
	z-index: -1;
}

#movie h1 {
	/*width: 100%;*/
	width: -webkit-calc(1440 / 1920 * 100%);
    width: calc(1440 / 1920 * 100%);
	margin: auto;
    text-align: left;
	position: relative;
}
#movie h1 span {
    line-height: 1;
    color: #c8c8c8;
    display: block;
}
#movie h1 span.fAbc {
    font-size: 10rem;
    letter-spacing: 0.1em;
	line-height: .75;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#movie h1 span.fAbc::after {
    content: "";
	display: block;
	/*width: -webkit-calc(950 / 1920 * 100%);
    width: calc(950 / 1920 * 100%);*/
	width: 100%;
	height: 0.1rem;
	background-color: #c8c8c8;
	margin-left: 6rem;
    margin-top: 3rem;
}
#movie h1 span.sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 3rem;
	font-weight: 500;
}

#movie .movie_list {
	margin-top: 7rem;
	position: relative;
}

#movie .movie_list .slick-list {
    overflow: initial;
}
#movie .movie_list .slick-slide {
	width: 75rem;
	padding: 0;
	text-align: center;
}


#movie .movie_list .slick-slide a {
	display: block;
}

#movie .movie_list .slick-slide .img_wrap {
	width: 100%;
	padding-top: 58.9333%;
    position: relative;
	
	-webkit-transition: all .6s;
    transition: all .6s;
	
	transform-origin: right bottom;
	transform: scale(.75);
}
#movie .movie_list .slick-slide .img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .6s;
    transition: all .6s;
	overflow: hidden;
}
#movie .movie_list .slick-slide .img:hover {
    transform: scale(1.08);
}
#movie .movie_list .slick-slide .img_wrap::after {
	content: "";
	display: block;
	width: 6.9rem;
	height: 6.9rem;
	background: url(../images/top/play.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all .6s;
    transition: all .6s;
	z-index: 2;
}

#movie .movie_list .slick-slide .txt_wrap {
	width: 56.2rem;
    margin: 0 auto;
	margin-right: 0;
	margin-top: 3rem;
    letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	
	-webkit-transition: all .6s;
    transition: all .6s;
}

#movie .movie_list .slick-active .img_wrap {
	transform-origin: center bottom;
}
#movie .movie_list .slick-active .txt_wrap {
	margin: 0 9.4rem;
	margin-top: 3rem;
}

#movie .movie_list .slick-current .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
	position: relative
}
#movie .movie_list .slick-current .img_wrap::after {
	width: 10.2rem;
	height: 10.2rem;
}

#movie .movie_list .slick-current .txt_wrap {
	width: 75rem;
	margin: 0;
	margin-top: 5.5rem;
}

#movie .movie_list .slick-current + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#movie .movie_list .slick-current + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}


#movie .movie_list .is-active-next .img_wrap {
	transform-origin: center bottom;
	transform: scale(1.0);
}
#movie .movie_list .is-active-next .txt_wrap  {
	width: 75rem;
	margin: 0;
	margin-top: 3rem;
}

#movie .movie_list .is-active-next ~ .slick-slide .img_wrap {
}

#movie .movie_list .is-active-next + .slick-slide + .slick-slide .img_wrap {
	transform-origin: left bottom;
}
#movie .movie_list .is-active-next + .slick-slide + .slick-slide .txt_wrap {
	margin-left: 0;
}

#movie .movie_list .is-active-next + .slick-slide .img_wrap {
	transform-origin: center bottom;
}
#movie .movie_list .is-active-next + .slick-slide .txt_wrap{
	margin: 0 7.4rem;
	margin-top: 3rem;
}

#movie .movie_list .is-active .img_wrap {
	transform-origin: center bottom;
}
#movie .movie_list .is-active .txt_wrap {
	margin: 0 7.4rem;
	margin-top: 3rem;
}


#movie .movie_list .slick-slide h2 {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.583;
	margin-top: 1.5rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#movie .movie_list .slick-slide .info_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#movie .movie_list .slick-slide .info_wrap li.date {
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#movie .movie_list .slick-slide .info_wrap li.date::after {
	content: "|";
	display: block;
	margin: 0 1rem;
}
#movie .movie_list .slick-slide .info_wrap li.cate a {
	font-size: 1.1rem;
}


#movie .movie_list .slick-current h2 {
	font-size: 2.4rem;
	margin-top: 2rem;
}
#movie .movie_list .slick-current .info_wrap li.date {
	font-size: 1.4rem;
}
#movie .movie_list .slick-current .info_wrap li.cate a {
	font-size: 1.4rem;
}

#movie .movie_list .is-active-next h2 {
	font-size: 2.4rem;
}
#movie .movie_list .is-active-next .info_wrap li.date {
	font-size: 1.4rem;
}
#movie .movie_list .is-active-next .info_wrap li.cate a {
	font-size: 1.4rem;
}


#movie .movie_list .arrow {
	position: absolute;
	top: 23rem;
	left: 50%;
	-webkit-transform: translate(34.5rem, 0);
	transform: translate(34.5rem, 0);
}

#movie .movie_list .prev {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-41rem, 0);
	transform: translate(-41rem, 0);
}
#movie .movie_list .next {
	width: 6.5rem;
	height: 0.6rem;
	background: url(../images/arrow_next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
}


#movie .slick-dots {
	position: relative;
    bottom: 0;
	margin-top: 5rem;
}
#movie .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.8rem;
    padding: 0;
    cursor: pointer;
}
#movie .slick-dots li button {
    width: 1rem;
    height: 1rem;
}
#movie .slick-dots li button:before {
    font-size: 0;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 1;
	border-radius: 1rem;
	background-color: #c8c8c8;
}
#movie .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #8cd3bc;
}



.modal_content {
width:60%;
height: auto;
margin:0;
margin-top: 0;
padding:0;
position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
display:none;
z-index:999999;
}

.modal_content.is-show { display: block; }

.modal_content .modal_inner {
position:relative;
}

.modal_content .modal_inner {
position:relative;
width:100%;
padding-top:56.25%;
}

.modal_content .modal_inner .player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay {
z-index:9999;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}

.l-modal { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index:9999;
}
.movie_close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0%;
  right: -50px;
  transform: translate(-50%, -60px);
}
.movie_close:before, .movie_close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  z-index: 3;
  left: 20px;
  top: 30px;
}
.movie_close:before {
  transform: rotate(-45deg);
}
.movie_close:after {
  transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
#movie {
	padding: 8rem 0 10rem;
}
	
#movie .inner {
    max-width: none;
}
#movie .inner::before {
    content: "";
    display: block;
    width: 10.5rem;
    height: -webkit-calc(100% - 4rem);
    height: calc(100% - 4rem);
    position: absolute;
    top: 2rem;
    left: 0;
    border-radius: 0;
    overflow: hidden;
    background: #eef8f5;
    z-index: -1;
}
	
#movie .ttl_wrap {
    width: 100%;
	padding-left: 3rem;
    margin: auto;
}
#movie h1 {
    padding-left: 0;
	text-align: left;
}
#movie h1 span.fAbc {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
}
#movie h1 span.sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}
#movie h1 span.fAbc::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #c8c8c8;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
	
#movie .movie_list {
    margin-top: 4rem;
}
#movie .movie_list .slick-slide {
    width: 26rem;
	margin: 0 3rem;
}
#movie .movie_list .slick-slide .img_wrap {
    width: 100%;
    padding-top: 66.742%;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
    transform-origin: center center;
    transform: scale(1);
}
#movie .movie_list .slick-slide .img_wrap .img.b_over::before {
	display: none;
}
#movie .movie_list .slick-slide .img_wrap::after {
	width: 3.5rem;
	height: 3.5rem;
}
#movie .movie_list .slick-slide .txt_wrap {
    width: 26rem;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#movie .movie_list .slick-slide h2 {
    font-size: 1.6rem;
    margin-top: 1rem;
}
	
#movie .movie_list .slick-current h2 {
    font-size: 1.6rem;
}
	
#movie .movie_list .slick-slide .info_wrap li.date {
    font-size: 1.2rem;
}
#movie .movie_list .is-active-next .info_wrap li.date {
    font-size: 1.2rem;
}
#movie .movie_list .slick-slide .info_wrap li.cate a {
    font-size: 1.2rem;
}
	
#movie .movie_list .arrow {
    position: absolute;
    top: 8.5rem;
    left: 50%;
    -webkit-transform: translate(11.5rem, 0);
    transform: translate(11.5rem, 0);
}
#movie .movie_list .prev {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_prev.svg) no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-transform: translate(-14.5rem, 0);
    transform: translate(-14.5rem, 0);
}
#movie .movie_list .next {
    width: 3.25rem;
	height: 0.3rem;
    background: url(../images/arrow_next.svg) no-repeat;
    background-size: cover;
    z-index: 2;
}
	
#movie .slick-dots {
    margin-top: 2rem;
}
#movie .slick-dots li {
    margin: 0 0.5rem;
}
#movie .btn_wrap {
    margin-top: 4rem;
    text-align: center;
}
	
.modal_content {
	width:90%;
}
}


/* #media
----------------------------------------- */

#media {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20rem 0 0;
	z-index: 1;
}

#media .inner {
	width: 100%;
	max-width: none;
}
#media .inner {
	width: 100%;
	max-width: none;
	position: relative;
}
#media .inner::before {
	content: "";
	display: block;
	width: -webkit-calc(380 / 1920 * 100%);
	width: calc(380 / 1920 * 100%);
	height: -webkit-calc(100% - 8rem);
	height: calc(100% - 8rem);
	position: absolute;
	top: 5rem;
	right: 0;
	border-radius: 0;
	overflow: hidden;
	background: #f4f4f4;
	z-index: -1;
}


#media h1 {
	/*width: 100%;*/
	width: -webkit-calc(1440 / 1920 * 100%);
	width: calc(1440 / 1920 * 100%);
	margin: auto;
	text-align: right;
	position: relative;
}
#media h1 span {
	line-height: 1;
	color: #c8c8c8;
	display: block;
}
#media h1 span.fAbc {
	font-size: 10rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#media h1 span.fAbc::before {
	content: "";
	display: block;
	/*width: -webkit-calc(950 / 1920 * 100%);
	width: calc(950 / 1920 * 100%);*/
	width: 100%;
	height: 0.1rem;
	background-color: #c8c8c8;
	margin-right: 6rem;
	margin-top: 3rem;
}
#media h1 span.sub {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-top: 3rem;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#media {
		padding: 8rem 0 0;
	}
	#media::before {
		border-radius: 2rem 0 0 2rem;
		background-size: 1.5rem;
	}
	#media .inner {
		max-width: none;
	}
	#media .inner::before {
		content: "";
		display: block;
		width: 10.5rem;
		height: -webkit-calc(100% - 4rem);
		height: calc(100% - 4rem);
		position: absolute;
		top: 2rem;
		right: 0;
		border-radius: 0;
		overflow: hidden;
		background: #f4f4f4;
		z-index: -1;
	}
		
	#media .ttl_wrap {
		width: 100%;
		margin: auto;
		padding-right:2rem
	}
	#media h1 {
		padding-right: 0;
		text-align: right;
		margin:0 0 0 auto;
	}
	#media h1 span.fAbc {
		font-size: 3.8rem;
		letter-spacing: 0.1em;
	}
	#media h1 span.sub {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		margin-top: 1.5rem;
	}
	#media h1 span.fAbc::before {
		content: "";
		display: block;
		width: 100%;
		height: 0.1rem;
		background-color: #c8c8c8;
		margin-right: 2.5rem;
		margin-top: 0.5rem;
	}
}



.media_box{
	display:flex;
	column-gap: min(3vw, 50px);
	align-items: center;
	max-width:1627px;
	width:100%;
	padding:0 5rem;
	margin:clamp(2.188rem, 1.808rem + 1.62vw, 3.75rem) auto;
}

@media screen and (max-width: 1300px) {
	.media_box {
		align-items: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.media_box {
		display: block;
		padding:0 2rem;
	}
}

.media_txt_box{
	width:50%;
}

@media screen and (max-width: 768px) {
	.media_txt_box {
		width:100%;
	}
}

.media_box img{
	width:50%;
}

@media screen and (max-width: 768px) {
	.media_box img {
		width:100%;
	}
}

.media_title{
	font-size: min(2vw, 25px);
	font-weight: bold;
}
/* 769px-1920px:15px-25px */

@media screen and (max-width: 768px) {
	.media_title {
		font-size: 1.536rem;
		margin-top:35px;
	}
}

.media_txt{
	font-size: clamp(13px, 1vw, 16px);
	margin-top:1.563em;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.media_txt {
		font-size: 1.109rem;
		margin-top:1.538em;
	}
}

.media_txt_box .btn_wrap{
	text-align: left;
}

@media screen and (max-width: 768px) {
	.media_box .btn_wrap{
		text-align: center;
		margin-top:35px;
	}
}



