<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ----------------
 共通
------------------- */
p.lh-2{
 line-height: 2; 
}
/* -----------------
 home
-------------------- */
.new_ul li{
 position: relative; 
 text-align: left;
 padding-top: 15px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 border-bottom: 2px dotted #ccc;
 color: #333;
}
.new_ul li::after{
 position: absolute;
 content: " ";
 display: block;
 border-bottom:  2px solid #009ed8;
 bottom:  -2px;
 left: 0;
 width: 20%;  
}
.new_ul li a{
 text-align: left;
 display: block;
 color: #333;
}
.new_ul .date{
 float: left;
 margin-right: 15px;
 color: #333;
}
.new_ul .name{
 min-width: 81px;
 text-align: center;
 float: left;
 display: inline-block;
 margin-top: 4px;
 margin-right: 15px;
 padding-left: 10px;
 padding-right: 10px;
 color: #fff;
 font-size: 75%;
 line-height: 1.7;
 padding-bottom: 2px;
 background-color: #009ed8;
}
.modal-content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------
 home pc
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.Youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.Youtube iframe {
  width: 100%;
  height: 100%;
}


.inview.fadeup {
	opacity: 0;
	transition-duration: .8s;
	transform: translateY(20px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.sp_header,
.home_header{
 background: rgb(103,103,103);
 background: linear-gradient(180deg, rgba(103,103,103,0.891176538974965) 0%, rgba(185,185,194,0) 100%); 
 position: fixed;
 transition: padding .3s, background-color .3s; /* 背景色と高さをじんわり変更 */
 top: 0;
 left: 0;
}
.sp_header.under,
.home_header.under{
 background: rgba(255,255,255,.9) !important; 
}
.sp_header .second,
.home_header .second{
 display: none;
}
.sp_header.under .first,
.home_header.under .first{
 display: none;
}
.sp_header.under .second,
.home_header.under .second{
 display: block;
}
.home #contents{
 position: relative;
 width: 100%;
 overflow: hidden;
 background-color: #fff;
}
.home article h2.title_b{
 background: url(images/home/title-bg-2.png) no-repeat left center;
 padding-left: 80px;
 font-size: 260%;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 3px;
 color: #000;
}
.home article h2.title_c{
 background: url(images/home/title-bg-1b.png) no-repeat left center;
 padding-left: 80px;
 font-size: 260%;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 3px;
 color: #000;
}

.home article h2.title_w{
  -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
 background: url(images/home/title-bg-1c.png) no-repeat left center;
 padding-left: 80px;
 font-size: 260%;
 font-family: "Noto Sans JP";
 font-weight: 600;
 letter-spacing: 3px;
 color: #fff;
 margin-bottom: 40px;
}
.slide-arrow.prev-arrow{
 position: absolute;
 top: 50%;
 left: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
 cursor: pointer;
}
.slide-arrow.next-arrow{
 position: absolute;
 top: 50%;
 right: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
 cursor: pointer;
}

.home article .inner{
 max-width: 1150px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 1%;
 padding-right: 1%;
}
.home #contents article{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.home .slide{
 padding-left: 10%;
 padding-bottom: 10%;
 position: relative;
 margin-bottom: 1%;
 background: url(images/common/bg-gray.jpg) repeat-x left bottom;
}
.home .slide .slide_title{
 position: absolute;
 top: 55%;
 left: 5%;
 width: 490px;
 padding: 30px; 
 background-color: #fff;
 z-index: 100;     
}

.t_right{
 text-align: right;
}


/* --------------------------- */
#header .outer{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 5;
}
#header .title{
 position: absolute;
 top: 20vw;
 left: 14%; 
}

.home article{
 position: relative;
 overflow: hidden;
}
.btn-link-1 {
 position: relative;
 transition-delay: 0.5s;
 width: 200px;
 text-align: right;
 margin-top: 20px;
}
.btn-link-1 span{
 position: absolute;
 top: 0;
 right: 0;
 width: 82px;
 height: 82px; 
}
.btn-link-1 span img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.btn-link-1:hover span img{
 opacity: 0.7;
}

.btn-link-1.black a{
 color: #000 !important;
}
.btn-link-1 a{
 position: absolute;
 top: 0;
 line-height: 83px;
 width: 200px;
 padding: 0;
 display: block;
 text-align: left;
 color: #fff;
 font-weight: bold;
 font-size: 120%;
 text-decoration: none;
 letter-spacing: 2px;
 height: 83px;
 top:0;
 left: 0;
 transition: 0.5s;
 transition-delay: 0.5s;
}
btn-link-1 .fr{
 float: right;
}
.btn-link-1.black a{
 color: #000 !important;
}
.btn-link-2 a{
 width: 400px;
 padding: 33px 0;
 display: block;
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 140%;
 text-decoration: none;
 background-color: #5292f6;
 border-radius: 60px;
 letter-spacing: 2px;
 margin-top: 20px;
}
/* --------------------------- group_1 */
.home .group_1{
 min-height: 600px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -10px;
 padding: 150px 0 150px 0;
}


ul.flow_step{
 margin-top: 4vw;
 margin-bottom: 20px;
}

.flow_step .slick-slide p.img{
 width: 47%;
 float: left;  
}



/* 中央以外のスライド */
.flow_step .slick-slide.slick-cloned p,
.flow_step .slick-slide.slick-active p{
 opacity: 0.3;
}

.flow_step .slick-slide,
.flow_step .slick-slide.slick-cloned {
  height: auto;
  opacity: .3; 
  transform: scale(.9); 
  transition: opacity .5s, transform .5s; 
  width: 100%;
}
/* 中央のスライド */
.flow_step .slick-slide.slick-center p{
  opacity: 1; 
}

.flow_step .slick-slide .title {
 margin-bottom: 2vw;
 text-align: left;
}
.flow_step li.slick-slide{
 position: relative;
 min-width: 610px;
 background-color: #fff;
 border-radius: 30px;
 box-shadow: 0px 0px 15px 0px #a5a5a5;
 padding: 3vw; 
}
.flow_step .text_box{
 float: right;
 width: 45%;
 font-family:'Noto Sans JP';
}


.flow_step li .right{
 width: 340px;
 height: 390px;
 float: right; 
}
.flow_step .slick-list{
 width: 100%;
 overflow: visible;
}
.flow_step .slick-slide.slick-center {
 opacity: 1;
 transform: scale(1); 
}

.flow_step .title{
 text-align: center;
 margin-top: 10px;
 margin-bottom: 15px;
 font-size: 2vw;
 font-weight: bold;
 letter-spacing: 2px;
}
.flow_step .text{
 font-size: clamp(80%, 80% + 1.3vw, 110%);
}
.flow_step .btn{
 margin-top: 3vh;
 text-align: right;
 float: right;
 width: 60%;
 max-width: 185px;
}
.arrow_box .slick-next{
 background: url(images/home/arrow-right.png) no-repeat center center;
 width: 52px;
 height: 52px;
 text-indent: -9999px;
 border: none;
 position: absolute;
 top: 15px;  
 right: 0;
 z-index: 20;
 background-size: 100% auto;
 transition: all .2s;
}
.arrow_box .slick-next:hover{
 background: url(images/home/arrow-right-hover.png) no-repeat center center;
}
.arrow_box .slick-prev{
 background: url(images/home/arrow-left.png) no-repeat center center;
 width: 52px;
 height: 52px;
 text-indent: -9999px;
 border: none;
 position: absolute;
 top: 15px; 
 left: 0;
 z-index: 20;
 background-size: 100% auto;
 transition: all .2s;
}
.arrow_box .slick-prev:hover{
 background: url(images/home/arrow-left-hover.png) no-repeat center center;
}
.group_1 .arrow_box{
 width: 230px;
 position: relative;
 float: right;
 margin: 20px 20% 0 0;
}
.slide_number{
 width: 76px;
 height: 76px;
 margin-left: auto;
 margin-right: auto;
}
/* --------------------------- */
.home .group_2{
 padding: 80px 0 80px 0;
 min-height: 600px;
 height: 46vw;
 background: url(images/home/g2-bg-02.jpg) no-repeat 0 top;
 background-size: cover;
 margin-left: auto;
 margin-right: auto;
 color: #fff;
}
.home .group_2 .btn-link-1{
 height: 83px;
 }
.home .catch_copy{
 letter-spacing: 2px;
 font-size: min(3.2vw, 600%);
 font-size: max(2.8vw, 370%);
 font-weight: 400 !important;
 -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.home .group_7 .left,
.home .group_6 .left,
.home .group_2 .left{
 width: 40%;
 float: left;
}
.home .group_7 .right,
.home .group_6 .right{
 width: 44%;
 float: right;
 font-size: 110%;
 line-height: 2;
 margin-top: 6vw;
}
.home .group_2 .right{
 width: 44%;
 float: right;
 line-height: 2;
 margin-top: 10vw;
 
}
.home .group_7 .right p,
.home .group_6 .right p,
.home .group_2 .right p{
 text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
 font-size: 110%; 
}

.home .group_6{
 padding: 80px 0 60px 0;
 min-height: 600px;
 height: 46vw;
 background: url(images/home/g6-bg.jpg) no-repeat top center;
 background-size: cover;
 color: #fff;
}
.home .group_7{
 padding: 80px 0 60px 0;
 min-height: 600px;
 height: 48vw;
 background:#98999b url(images/home/g7-bg.jpg) no-repeat top center;
 background-size: cover;
 color: #fff;
}
.group_7 .btn-link-1{
 margin-top: 18vw !important;
}
/* --------------------------- group_3 PC*/
.home .group_3 {
 padding-top: 8vw;
 padding-bottom: 3vw;
 margin-bottom: 5vw;
}
.group_3 h2{
 margin-bottom: 5vw;
}
.home .slider {
 width: 100%;
 font-family:'Noto Sans JP';
}
.swiper[data-main-list] {
  width: 50%;
  border-radius: 0;
  float: left;
}

.swiper[data-thumbnail-list] {
 width: 45%;
 float: right;
 position:static;
 display: inline-block !important;
}

.swiper-slide.menu{
 min-height: 50px;
 position:static;
 display: inline-block !important;
 overflow: hidden;
 border-bottom: 1px dotted #ccc;
}
.swiper-slide .title{
 padding-top: 10px;
 display: block;
 font-weight: bold;
 font-size: 1.4vw;
 width: 100% !important;
 letter-spacing: 2px;
 cursor: pointer;
 background: url(images/home/arrow-h1.png) no-repeat 97% center;
}
.swiper-slide a{
 color: #333;
}
.swiper[data-thumbnail-list] .swiper-slide::before {
 height: 100%;
}
.accodion .sub-menu{
  display: none;
  padding: 20px;
}
.swiper-slide.menu.active .sub-menu{
 display: block;
}
.accodion .sub-menu .text{
 width: 60%;
}
.accodion .sub-menu {
  position: relative;
}
.rollover {
  position: relative;
}
.accodion .sub-menu span{
 display: block;
 position: absolute;
 top: 45%;
 right: 5%;
 width: 50px;
 height: 50px;
}
.rollover span img {
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 100%;
 display: block;
 transition: 0.7s;
}
.rollover:hover img:nth-of-type(2) {
	opacity: 0;
}

/* --------------------------- group_4 */

.home .group_4 {
 padding-top: 7vw;
 padding-bottom: 7vw;
 background: #f3f4f6;
}
.home .group_4 ul{
 display: flex;
 justify-content: space-between;
}
.home .group_4 ul li{
 width: 23%;
}
.home .group_4 h2{
 margin-bottom: 50px;
}

.home .group_4 h3{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}
.home .group_4 a{
 color: #333;
 transition: 0.5s;
 transition-delay: 0.5s;
}
.home .group_4 a img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.home .group_4 a:hover img{
 opacity: 0.7;
}
.home .group_8 {
 padding: 50px 0;
}
.home .group_8 ul{
 max-width: 680px;
 margin-left: auto;
 margin-right: auto;
}
.home .group_8 ul li.left{
 float: left;
}
.home .group_8 ul li.right{
 float: right;
}

/* --------------------------- 新着情報 PC*/

.home .news_box{
 padding-top: 6vw;
 padding-bottom: 6vw;
 background: url(images/home/news-box-bg.gif) no-repeat center center;
 background-size: cover;
}
.news_box .inner{
 padding-right: 5% !important; 
}

.news_box table td{
 vertical-align: top;
 padding: 5px; 
}
.news_box .left{
 width: 28%;
 float: left;
}
.news_box ul.new_ul{
 width: 70%;
 float: right;
}
.new_ul li a{
 text-decoration: none;
}
.new_ul li a:hover{
 text-decoration: underline;
}
.new_ul .day{
 margin-right: 10px;
}

}/* pc end */

@media screen and (max-width: 1210px) {/* 以下 */

}/*  */


@media screen and (max-width: 768px) {/* sp */
.sp_header{
 background-color: rgba(0,0,0, .4);
 height: 80px;
}
.sp_header.under{
 background-color: rgba(255,255,255, .9);
}

#contents,
.outer_block{
 z-index: 1 !important;
}

#sp_header{
 position: fixed !important;
 z-index: 10;
}
#sp_header h1 .second{
 display: none;
}
#sp_header.under h1 .first{
 display: none;
}
#sp_header.under h1 .second{
 display: block !important;
}

#sp_header .logo{
 position: absolute;
 top: 0;
 left: 0;
}
#sp_header .title{
 position: absolute;
 top: 70vw;
 left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home article{
 position: relative;
 overflow: hidden;
}
.home article h2.title_b{
 text-align: left;
 background: url(images/home/title-bg-2.png) no-repeat left center;
 background-size: auto 100%;
 padding-left: 13vw;
 font-size: 7vw;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 1px;
 color: #000;
 display: table;
}
.home article h2.title_c{
 text-align: left;
 background: url(images/home/title-bg-1b.png) no-repeat left center;
 background-size: auto 100%;
 padding-left: 13vw;
 font-size: 7vw;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 1px;
 color: #000;
 display: table;
}

.home article h2.title_w{
 background: url(images/home/title-bg-1c.png) no-repeat left center;
 background-size: auto 100%;
 padding-left: 13vw;
 font-size: 7vw;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 1px;
 color: #fff;
 display: table;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 40px;
}

.home article h3{
 font-size: 110%;
 font-weight: bold;
 margin-bottom: 25px;
}

.btn-link-1 a{
 max-width: 185px;
 margin: 20px auto 0 auto;
}
.btn-link-2 a{
 max-width: 185px;
 margin: 20px auto;
}

.arrow_box .slick-next{
 background: url(images/home/arrow-right.png) no-repeat center center;
 width: 52px;
 height: 52px;
 text-indent: -9999px;
 border: none;
 position: absolute;
 bottom: -100px;
 top: 18%; 
 right: 2%;
 z-index: 101;
 background-size: 100% auto;
}
.arrow_box .slick-prev{
 background: url(images/home/arrow-left.png) no-repeat center center;
 width: 52px;
 height: 52px;
 text-indent: -9999px;
 border: none;
 position: absolute;
 bottom: -100px;
 top: 18%;
 left: 2%;
 z-index: 101;
 background-size: 100% auto;
}
.group_1 .arrow_box{
 width: 230px;
 position: relative;
 margin: 30px auto 0 auto;
}
.slide_number{
 width: 76px;
 height: 76px;
 margin-left: auto;
 margin-right: auto;
}

.flow_step .slick-slide .title {
 margin-bottom: 2vw;
 text-align: left;
 font-size: 120%;
 font-weight: bold;
}
.flow_step li.slick-slide{
 position: relative;
 background-color: #fff;
 border-radius: 20px;
 box-shadow: 0px 0px 15px 0px #a5a5a5;
 padding: 20px 15px;
 margin: 20px;
}
.flow_step .text_box{
 margin-top: 20px;
}


/* ---------------------------  */
.btn-link-1 {
 position: relative;
 transition-delay: 0.5s;
 text-align: right;
 margin-top: 20px;
 display: table;
 max-width: 300px;
 max-height: 80px;
}
.btn-link-1 span{
 position: absolute;
 top: 0;
 right: 0;
 width: 50px;
 height: 50px; 
}
.btn-link-1 span img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.btn-link-1:hover span img{
 opacity: 0.7;
}

.btn-link-1,
.btn-link-1 a{
 width: 160px;
 height: 83px;
 margin-left: auto;
 margin-right: auto;
}
.btn-link-1 a{
 position: absolute;
 top: 0;
 line-height: 50px;
 max-width: 230px;
 padding: 0;
 display: block;
 text-align: left;
 color: #333;
 font-weight: bold;
 font-size: 120%;
 text-decoration: none;
 letter-spacing: 2px;
 height: 50px;
 top:0;
 left: 0;
 transition: 0.5s;
 transition-delay: 0.5s;
}
.btn-link-1.white a{
 color: #fff !important;
}
btn-link-1 .fr{
 float: right;
}



.home .group_1{
 min-height: 600px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 10vw;
 padding-bottom: 20vw;
}
.home .group_1 .inner{
 min-height: 20vw;
}
.home .group_1 .btn{
 width: 141px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
}
.home .group_2{
 color: #fff;
 padding-top: 11vw;
 padding-bottom: 11vw;
 background: rgba(0, 0, 0, 0.4) url(images/home/g2-bg-sp.jpg) no-repeat center top;
}
.home .catch_copy{
 font-size: 200%;
}
.home .group_7 .left,
.home .group_6 .left,
.home .group_2 .left{
 margin-bottom: 11vw;
}
.home .group_7 .right,
.home .group_6 .right,
.home .group_2 .right{
 margin-bottom: 4vw;
}
.home .group_7 .right p,
.home .group_6 .right p,
.home .group_2 .right p{
 font-size: 120%;
 line-height: 2;
 margin-bottom: 4vw;
}

.home .group_6{
 padding: 11vw 0 11vw 0;
  background: url(images/home/g6-bg-sp.jpg) no-repeat top center;
 background-size: cover;
 color: #fff;
}
.home .group_7{
 padding: 11vw 0 11vw 0;
 min-height: 120vw;
  background:#98999b url(images/home/g7-bg.jpg) no-repeat 15% top;
 background-size: cover;
 color: #fff;
}
/* --------------------------- group_3 SP*/
.home .group_3 {
 padding-top: 8vw;
 padding-bottom: 3vw;
 margin-bottom: 5vw;
}
.home .group_3 h2{
 margin-top: 50px;
 margin-bottom: 40px;
}
.home .slider {
 width: 100%;
}
.swiper[data-main-list] {
  width: 100%;
  border-radius: 0;
}

.swiper[data-thumbnail-list] {
 width: 100%;
 position:static;
 display: inline-block !important;
}

.swiper-slide.menu{
 min-height: 40px;
 position:static;
 display: inline-block !important;
 overflow: hidden;
 border-bottom: 2px dotted #ccc;
}
.swiper-slide .title{
 padding-top: 16px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 0;
 display: block;
 font-weight: bold;
 font-size: 120%;
 width: 100% !important;
 letter-spacing: 2px;
}
.swiper[data-thumbnail-list] .swiper-slide::before {
 height: 100%;
}
.accodion .sub-menu{
  display: block !important;
  padding: 10px 20px 20px 20px;
}
.accodion .sub-menu .text{
 width: 70%;
}
.accodion .sub-menu {
  position: relative;
}
.rollover {
  position: relative;
}
.accodion .sub-menu a{
 color: #333;
}
.accodion .sub-menu span{
 display: block;
 position: absolute;
 top: 45%;
 right: 0;
 width: 15vw;
 height: 15vw;
}
.rollover span img {
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 15vw;
 display: block;
 transition: 0.7s;
}
.rollover:hover img:nth-of-type(2) {
	opacity: 0;
}
/* -------------------------- group_4 sp */
.home .group_4{
 background-color: #f3f4f6;
 padding: 12vw 0;
}
.home .group_4 h2{
 max-width: 90%;
 margin: 0 auto 25px auto;
}
.home .group_4 ul{
 display: grid;
 grid-template-columns: repeat(auto-fit, 45%);
 justify-content: space-between;
}
.home .group_4 ul li a{
 color: #333;
 text-align: center;
 font-size: 90%;  
}
.home .group_4 ul li:nth-child(2), 
.home .group_4 ul li:nth-child(4) {
	justify-self: end;
}
.home .group_4 ul li:nth-child(1), 
.home .group_4 ul li:nth-child(2) {
 margin-bottom: 20px;	
}
/* --------------------------- group_7 SP */
.group_7 .btn-link-1{
 margin-top: 60vw !important;
}


/* --------------------------- 新着情報SP */
.home .news_box{
 padding-top: 11vw;
 padding-bottom: 11vw;
 background: url(images/home/news-box-bg-sp.jpg) no-repeat center -130px;
}
.news_box .l_box{
 display: grid;
 grid-template-columns: 45% 45%;
 justify-content: space-between;
 margin-bottom: 18vw;
}
.news_box h2{
 margin-top: 3.3vw;
}

.news_box ul.new_ul{
 width: 100%;
}
.new_ul li a{
 text-decoration: none;
}
.new_ul li a:hover{
 text-decoration: underline;
}
.new_ul .day{
 margin-right: 10px;
}

.home .group_8{
 padding: 10vw 0;
}
.home .group_8 li{
 text-align: center; 
}
.home .group_8 li:first-child{
 margin-bottom: 10px; 
}
}/* sp end */
/* -------------------------------------
 追加のアクション等
---------------------------------------- */
/* ----------------------
 home slide pc
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.side_btn{
 position: fixed;
 top: 40%;
 right: 0;
 height: 264px;
 width: 55px;
 z-index: 101;
}
#header{
 z-index: 150;
}
/* ------------------------------------- */
.movie_box video{
 width: 100%;
}

.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.home .outer_block{
 background-color: #fff;
}

.sticky_container{
 z-index: 1;
}

.sticky_container .section {
  box-shadow:none !important;
  height: 100vh;
}
.bottom_title{
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 2;
}

.section:nth-of-type(2) {
 background: url(images/slide/slide-1.png) no-repeat center bottom;
 background-size: cover;
}

sticky_container .section:nth-of-type(4) {
 z-index: 1;
}
.section-4 .fadeIn_up img {
  width: auto;
  height: 100vh;
  object-fit: cover !important; 
}

.slide_left{
  transform: translateX(calc(-50vw - 50%));
}
.slide_right{
  transform: translateX(calc(50vw + 50%));
}
.show{
  transform: translateX(0);
}
.section{
 position: relative;
}

.section .fadeIn_up {
  opacity: 0;
  transform: translate(0, 0%);
  transition: 2s;
}
.section.stuck .fadeIn_up {
  transform: translate(0, 0);
  opacity: 1;
}
.section .fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
  position: absolute;
  top: 0%;
  right:0%;

}
.section.stuck .fadeIn_right {
  transform: translate(0, 0);
  opacity: 1;
  position: absolute;
  top: 0%;
  right:0%;
}
.section .fadeIn {
  opacity: 0;
  transition: 2s;
}
.section.stuck .fadeIn {
  opacity: 1;
}
/* ------------------------------------- */
#parallax{
 width: 100%;
 position: relative;
}
#parallax .container{
 position: relative;
}
.parallax-bg{
 position: relative;
min-width:100%;
min-height:100%;
width:100%;
height:100vh;
z-index:1;
display: flex;
   align-items: center;
   justify-content: center;

}
.parallax-bg span.bottom{
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 2;
 max-width: 100%;
}


.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.parallax-bg video {
 background-attachment: fixed;
 position:fixed;
 z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.kara_box{
 width: 100%;
 height: 100vh;
}

.scrollbox{
 width: 100%;
 height: 110vh;
 position: relative;
 z-index: 3;
}
.scrollbox img{
  width: 100%;
  height: 110vh;
  object-fit: cover !important; 
}
#parallax .container .scroll-fade{
background: rgb(40,177,227);
background: linear-gradient(0deg, rgba(40,177,227,0.529832001159839) 0%, rgba(40,177,227,0.07044824765843838) 100%);
}
.scroll-fade img{
  opacity: 0;
 transform: translate(0, 10%);
  transition: .3s;
  transition-delay: 1.5s;
}
.scroll-fade.is-show img{
 transform: translate(0, 0);
  opacity: 1;
}
#parallax .scroll{
 position: absolute;
 right: 7%;
 bottom: 0px;
 z-index: 10;
 width: 102px;
 height: 130px;  
}
#parallax .scroll span.text{
 font-family: "Barlow Condensed", sans-serif;
 font-weight: 400;
 font-size: 130%;
 font-style: normal;
 display: block;
 letter-spacing: 2px;
}
#parallax .scroll span.border{
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 0;
  height: 100px;
  width: 2px;
  background:#fff;
  display: inline-block;
}
#parallax .scroll span.border::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100px;
  background:#009ed8;
  animation: scroll 2s infinite;
  
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


}/* PC */
@media screen and (max-width: 768px) {/* SP */
#parallax .message {
 position: relative;
}
#parallax .message span{
 display: block;
 text-align: center; 
 position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} 


}/* SP */
/* ----------------------------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.modal_group{
 position: relative;
 z-index: 2;
}

/*モーダルを開くボタン*/
.modal-open {
width: 90px;
height: 115px;
z-index: 10;
transition: all 0.4s ease-out;
position: absolute;
bottom: 150px;
right: 10%;
opacity: 0;
}
.modal-open.hide {
 
}
.modal-open a{
 cursor: pointer;  
}
.modal-open span.img{
 display: block;  
 width: 88px;
 height: 88px;
 background:url(images/home/movie-botan.png) no-repeat center center;
}
.modal-open p.text{
 text-align: center;
 font-family: "Barlow Condensed";
 font-size: 100%;
 font-weight: 400;
 font-style: normal;  
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 20px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
  height: auto;
	background: rgba(255,255,255,.5);
	text-align: left;
  padding: 10px;	
}
/* --------------------------- hoverで背景丸くなるMOVIEボタン */
.home #slide{
 width: 100%;
 height: 100vh;
 position: relative;
}
.btn_m {
 text-align: center;
}
.btn_m span{
 display: block;
 width: 88px;
 height: 88px;
 background: url(images/home/movie-botan.png) no-repeat center center;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 float: right;
}
.btn_m a{
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 display: inline-block;
 cursor: pointer;
}

.btn_m span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background:#009ed8 url(images/home/movie-botan.png) no-repeat center center;
  z-index: 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.btn_m &gt; span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.btn_m a:hover span::before{
  width: 88px;
  height: 88px;
}

.btn_m span:hover::before {
  width: 88px;
  height: 88px;
}

/* ---------------------------------------- */
.animation .anm_mod{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    width: 50%;
    height: 100%;
}
.animation .anm_mod.full{
    width: 100%;
}
.animation .anm_mod.left{
    transform: translate3d(-50%, 0, 0);
}
.animation .anm_mod.right{
    transform: translate3d(30%, 0, 0);
}
.animation .anm_mod.delay_2s{
    transition: all 2s ease;
}
.animation .anm_mod.delay_3s{
    transition: all 3s ease;
}
.animation .anm_mod.fast{
    transition: all 0.8s ease;
}
.animation .anm_mod.active{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.anm_mod.example{
    font-size: 2.6em;
    color: #ffb7db;
    background-color: #a0a0a0;
    padding: 0.6em;
}
}/* PC */

@media screen and (max-width: 768px) {/* sp */
.side_btn,
.sticky_container{
 display: none;
}
.modal-container{
 display: none;
}
}

@media screen and (max-width: 1210px) {/* tab */
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100vh;
	transform: translate(-50%,-50%);
}

.sticky_container .section {
  box-shadow:none !important;
}
}</pre></body></html>