@charset "utf-8";

/*------------------------

スライド

------------------------*/
#wpimage-1 {
    background: url(../img/top_im01.jpg?210802) center center no-repeat;
    background-size: cover;
	background-position: top center;
}

#wpimage-2 {
    background: url(../img/top_im02.jpg?210803) center center no-repeat;
    background-size: cover;
	background-position: top right;
}

.top-slide-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.top-slide-wrap>.top-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.top-slide-wrap>.top-slide .slide-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-30deg);
}

.top-slide-wrap>.top-slide .slide-content li {
    width: 0;
    height: 100%;
    transition: width 1.6s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.top-slide-wrap>.top-slide .slide-content li.current {
    width: 100%;
    transition: width 0s;
    z-index: 0;
}

.top-slide-wrap>.top-slide .slide-content li:before {
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 1.6s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-slide-wrap>.top-slide .slide-content li:not(.current):before {
    opacity: 1;
    background: linear-gradient(30deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

.top-slide-wrap>.top-slide .slide-content li .slide-image {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: rotate(30deg);
    transform-origin: right top;
}

/*------------------------

トップページ

------------------------*/
body {
  background-color: #fff;
  background:linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%);
  color: #333;
}
#main.top {
	padding: 75px 0!important;
}
footer {
  background-color: #000;
}
.sp_only {
  display: none;
}
.top_mv_wrap {
  overflow: hidden;
/*768〜1200pxでフォントサイズ24px(2.4rem)〜36px(3.6rem)で可変*/
  font-size: calc(2.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (38 - 24) / (1200 - 768)));
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.mv_copy {
	text-align: center;
	padding-top: 3.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: auto;
}

.mv_copy::after {
  content: '';
  position: relative;
  top: -.75em;
  left: calc(50vw - 50%);
  border-top: 2.5em solid #FFF;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
	z-index: 1;
}
.mv_copy h2 {
	z-index: 2;
}
.top_mv {
  background-size: cover;
  position: relative;
  width: auto;
  height: calc(100vh - 75px);
	max-height: 1200px;
	top: calc(-2.5em - .75em);
  z-index: -1;
  background-color: #787878;
}
.top_container {
  z-index: 1;
  margin-top: -15vw;
}
.top_container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	position: relative;
}

.top_3col {
  display: flex;
/*  justify-content: space-between;*/
/*  機能から選ぶクローズにつきスタイル調整↓*/
  justify-content: space-evenly;
}
.top_3col li{
  width: 31%;
  background-color: #fff;
  overflow: hidden;
}


.top_3col li h3{
  font-size: 2rem;
  font-weight: bold;
  padding-top: 55px;
	padding-bottom: .5em;
  text-align: center;
/*  position: relative;*/
}
/*.top_3col li h3::after {
  content: '';
  position: absolute;
  bottom: -3vw;
  right: 0;
  z-index: 2;
  border-top: 3vw solid #fff;
  border-right: 30vw solid transparent;
}*/
.top_txt_arrow {
  position: relative;
}
.top_txt_arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 48%;
}
.top_txt_arrow a div {
  overflow: hidden;
  position: relative;
}
.top_txt_arrow a div:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-top: 3vw solid #fff;
  border-right: 30vw solid transparent;
}
.col-top_movie {
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
}
.col-top_movie h3 {
	text-align: center;
  font-size: 2rem;
  font-weight: bold;
	margin-top: 80px;
	padding-bottom: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
.col-top_movie h3:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 3.5em);
  width: 4px;
  height: 1.6em;
  transform: skewX( -16deg);
  background-color: #005bac;
  content: "";
}
.col-top_movie h3:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: calc(50% - 3.5em);
  width: 4px;
  height: 1.6em;
  transform: skewX( -16deg);
  background-color: #005bac;
  content: "";
}
.top_movie_wrap {
  width: calc(33% - 1em);
  overflow: hidden;
}
.col-top_movie .top_movie {
  display: block;
  position: relative;
  width: 100%;  
  margin-bottom: 1em;
  padding: 0;
}
.col-top_movie .top_movie::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.col-top_movie .top_movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.col-top_movie h4 {
  margin-bottom: 1em;
  font-weight: bold;
}
.col-news {
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
}
.col-news h3 {
	text-align: center;
  font-size: 2rem;
  font-weight: bold;
	margin-top: 80px;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
  position: relative;
}
.col-news h3:before {
display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 3.5em);
    width: 4px;
    height: 1.6em;
    transform: skewX( -16deg);
    background-color: #005bac;
    content: "";
}
.col-news h3:after {
display: inline-block;
    position: absolute;
    top: 0;
    right: calc(50% - 3.5em);
    width: 4px;
    height: 1.6em;
    transform: skewX( -16deg);
    background-color: #005bac;
    content: "";
}
.col-news ul > li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	font-size: 1.6rem;
}
.col-news .day {
	flex-basis: 10em;
/*	padding: 1em 0;*/
}
.col-news .text-news,
.col-news li > a {
	flex-basis: calc(100% - 11em);
}
.col-news li > a > .text-news {
  flex-basis: 100%;
}
.col-news li > a {
	color: #005bac;
	display: block;
}
.col-news li > a:hover {
	text-decoration: underline;
}
.col-news .font-b {
	font-weight: bold;
}
.col-movie {
	text-align: right;
	padding: 0 2em 2em;
}
.col-movie a {
	width: 250px;
 display: inline-block;
}

.text-s {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
.top_3col li:hover{
  	background-color: #1A1A1C;
	color: #fff;
	transition: .3s;
}
.top_txt_arrow a:hover div:before {
    border-top: 3vw solid #1A1A1C;
    border-right: 30vw solid transparent;
	transition: .3s;
}
.top_txt_arrow a:hover img {
    transform: scale(1.2,1.2);
	opacity: 1;
}
}
@media (min-width: 1200px) {
.top_mv_wrap {
  font-size: 3.8rem;
}
.top_container {
  margin-top: -190px;
}
}
@media only screen and (max-width: 767px) {
#main {
	padding-bottom: 0;
}
#wpimage-1 {
    background: url(../img/top_im01_sp.jpg?210802) center center no-repeat;
	background-size: cover;
}

#wpimage-2 {
    background: url(../img/top_im02_sp.jpg?210802) right center no-repeat;
	background-size: cover;
}

.sp_only {
  display: inline-block;
}
.mv_copy {
	line-height: 1.4em;
	padding-top: .5em;
}
.top_mv_wrap {
	font-size: 2.4rem;
	height: calc(100vh - 56px);
	max-height: 640px;
}
.top_container {
	margin-top: -15vw;
	padding-bottom: 40px;
	position: relative;
}
.top_container::before {
  content: '';
  position: absolute;
  height: calc(100% - 15vw);
  width: 100%;
  background: #f6f6f6;
  top: 15vw;
}
.top_txt_arrow::before {
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #0d67b3;
  border-right: solid 3px #0d67b3;
  }
.top_mv {
  height: 75vh;
	max-height: 640px;
}
.top_3col {
  display: flex;
  flex-direction: column;
}
.top_3col li{
  width: 100%;
  margin-bottom: 30px;
}
.top_3col li h3{
  font-size: 1.8rem;
}
.top_txt_arrow img {
  width: 100%;
}
.top_txt_arrow a div:before {
  border-top: 8vw solid #fff;
  border-right: 100vw solid transparent;
}
.top_txt_arrow a:hover img {
	opacity: 1;
}
.col-top_movie {
  padding-top: 40px;
  margin-top: -40px;
}
.col-top_movie h3 {
	margin-top: 30px;
  margin-bottom: 0;
	}
.top_movie_wrap {
  width: 100%;
}
.col-news {
  padding-top: 40px;
  margin-top: -40px;
}
.col-news h3 {
	margin-top: 30px;
  margin-bottom: 0;
}
.col-news ul {
  margin-bottom: 30px;
}
.col-news ul > li {
  padding: .5em 0;
  font-size: 1.4rem;
}
.col-news .day {
	flex-basis: 100%;
	padding: .5em 0 0;
}
.col-news .text-news,
.col-news li > a {
	flex-basis: 100%;
	padding: .5em 0;
}
.col-movie {
	background: #f6f6f6;
}
.col-movie a {
	width: 200px;
}

}