@charset "UTF-8";

@import url('3e911a575a144268bffa8dfe67e6040d.css');
@import url('38ea2138485f43a7993f974f965da6a9.css');
@import url('520bd3c47a6b44f196f65dfbc0b77723.css');

body {
  font-family: 'Noto Sans JP','Noto Serif JP',sans-serif,'Roboto';
  color: #000;
}

.hovers {
  display: block;
  padding-bottom: 1rem;
  color: inherit;
}

.hovers:hover{
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
  background: #CFDBF6;
}

#demo-1{
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  background-color: #999;
}

.slide-img_01 {
  background-image: url(../img/top_pc.jpg);
}

.slide-img_02 {
  background-image: url(../img/top_02_pc.jpg);
}

.slide-img_03 {
  background-image: url(../img/top_03_pc.jpg);
}

.slide-img_04 {
  background-image: url(../img/top_04_pc.jpg);
}

.slide-img_05 {
  background-image: url(../img/top_05_pc.jpg);
}

.category-title {
  font-family: 'Noto Serif JP';
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 13px;
}

.divlink{
  position:relative;
}

.divlink .vision-link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.td-bottom {
  text-decoration: underline;
}

.pc-hidden {
  display: none;
}

.f-notoserif {
  font-family: 'Noto Serif JP';
}


.position-r {
  position: relative;
  margin-top: 18px;
}

#global-nav {
  position: absolute;
  top: 20%;
  right: 0;
  background: rgba(255,255,255,0);
  padding: 5px;
	opacity:1;
}

#global-nav.fixed {
  position: fixed;
  z-index: 11;
  top: 0;
  right:0;
	opacity:1;
}

#pagetop {
  position: fixed;
  right: 2%;
  bottom: 0;
  z-index: 6;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0 1 normal;
}

#pagetop a {
  display: block;
}

#pagetop a:hover {
  text-decoration: none;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

#pagedown {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
}

#pagedown a {
  display: block;
}

#pagedown a:hover {
  text-decoration: none;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.scroll {
  width: 46px;
}

.down-scroll {
  width: 46px;
}

#top {
  position: relative;
}

.top-title {
  position: absolute;
  max-width: 530px;
  top: 10%;
  left: 0;
  margin: auto;
  right: 0;
  z-index: 1;
  animation-delay: 2s;
}

#header {
  text-align: center;
}

.logo {
  max-width: 208px;
}

.fade01 {
  animation-name: fade-in1;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 3;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

#wrap {
}

#footer img {
  width: 100%;
}

/*ハンバーガーアニメーション*/
.box-area{
  position: relative;
  width: 100%;
  height: 100%;
}

.box{
  position: absolute;
  top: -25px;
  left: 100%;
  transform: translate(-50%,-50%);
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}
/*ニュースアンドトピックス*/
#news {
  background-color: #F2F2F4;
  padding-bottom: 71px;
}

.news-hr {
  
}
.vertical {
  width: 1px;
  height: 48.5px;
  background: black;
  margin-bottom: 8px;
}

#table {
  max-width: 810px;
  margin: 0 auto;
}

.news-category {
  display: flex;
  justify-content: space-around;
  padding-right: 0;
}

.news-date {
  font-family: 'Roboto';
}

.news-txt {
  font-size: 13px;
	display: inline-block;
}
.news-content .newMark {
	color:#ff0000;
	font-size:12px;
	margin-right:5px;
}

.btn-style {
  color: #fff;
  width: 81px;
  font-size: 9px;
  display: block;
  text-align: center;
  padding: 3px;
}

.btn-red {
  background: #FF0000;
}

.btn-perpul {
  background: #757CBB;
}

.btn-glay {
  background: #D4CAB4;
}

.list-link {
  display: block;
  color: inherit;
  margin-top: 6px;
  font-size: 15px;
}

.list-link:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
}

.btn-blue {
  width: 247px;
  margin: 0 15px;
  color: #fff;
  background: #0049D0;
  font-size: 13px;
  font-weight: 500;
  padding: 0 5px; 
	height:60px;
	line-height:18px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.btn-blue {
		margin:0 15px 15px;
	}
}
.btn-blue02 {
  width: 247px;
  margin: 0 15px;
  color: #fff;
  background: #0049D0;
  font-size: 13px;
  font-weight: 500;
  padding: 0 5px; 
	height:60px;
	line-height:18px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.btn-blue02 {
		margin:0 15px 15px;
	}
}

.btn-blue span {
  display:inline-block;
  vertical-align:middle;
	margin: 21px 0;
}
.btn-blue02 span {
  display:inline-block;
  vertical-align:middle;
	margin: 12px 0;
}

.btn-blue:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.btn-blue02:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.btn-blue:after {
  content: '';
  background-image:url(../img/arrow_white.png);
  position: absolute;
  top: 29px;
  right: 10px;
  width: 25px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.btn-blue02:after {
  content: '';
  background-image:url(../img/arrow_white.png);
  position: absolute;
  top: 29px;
  right: 10px;
  width: 25px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

/*/ニュースアンドトピックス*/

/*philosophy*/
.main-img {
  max-width: 3000px;
  margin: 0 5%;
}

.philosophy-title {
  font-size: 80px;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
}

.philosophy-subtitle {
  font-size: 37px;
  font-weight: 700;
}

.philosophy-kana {
  font-size: 15px;
}

#philosophy img{
  width: 100%;
}

#philosopy-top hr {
  margin-top: -0.1rem;
}

.motto-vision {
  border-left: 1px solid;
  border-right: 1px solid;
}

.motto-respect {
  border-right: 1px solid;
}

.motto-title {
  font-size: 40px;
  font-weight: 700;
}

.btn-enkaku {
  float: right;
}

.btn-message {
  float: left;
}

/* philosophy*/

/* vision*/

#vision {
/*
  max-width: 1005px;
  margin: 0 auto;
*/
}

.vision-bg {
  padding-bottom: 95px;
  background: linear-gradient(180deg,#fff 200px,#0049D0 100px);
}

.v-txt {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8rem;
}

.personal {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
}

.vision-top {
  width: 100%;
}

.vision-message {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 100px;
}

.vision-vertical {
  width: 1px;
  height: 48.5px;
  background: #fff;
  margin-bottom: 8px;
}

.vision-down {
  max-width: 20px;
}

.vision-item-m {
  margin: 0;
}

.vision-number {
  font-size: 12px;
  font-family: Noto Serif JP;
  margin-bottom: 8px;
}

.vision-btn {
  font-size: 12px;
  font-family: Noto Serif JP;
  color: #fff;
  background: #0049D0;
  font-weight: 500;
  padding: 0 3px 1px;
  display: inline-block;
  margin: 0 auto;
	width: 116px;
    height: 22px;
}

.vision-btn-s {
  font-family: Noto Serif JP;
  color: #fff;
  background: #0049D0;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 auto;
}

.vision-contents {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.vision-area {
  max-width: 30%;
  margin: 0 auto;
  padding: 0;
}

/*wisdom*/
.vision-item {
  max-width: 100%;
  padding: 0;
}

.vision-item img {
  width: 100%;
}

.vision-category {
  display: block;
  align-items: center;
  margin: 0px auto 20px;
  padding: 0;
}
.vision-icon {
	width:100%;
}

.category-btn {
  color: #fff;
  background: #0049D0;
  padding: 8px 0 8px 17px;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.category-btn:after {
  content: '';
  background-image: url(../img/arrow_white.png);
  position: absolute;
  top: 19px;
  right: 10px;
  width: 25px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.category-btn:hover {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.courage-area {
  width: 390px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.courage-btn {
  width: 390px;
  padding-left: 10px;
  padding-right: 0;
  margin-bottom: 62px;
  font-weight: 500;
  font-size: 14px;
}




.wisdom_sp {
  display: none;
}

#school-info {
  background: #F2F2F4;
  padding: 100px 0;
}

#school-info img {
  width: 100%;
}

.school-info-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.info-area {
  max-width: 1005px;
  margin: 0 auto;
}

.btn-area {
  background: #0049D0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-results {
  font-family: 'Noto Serif JP';
  color: #fff;
  background: #0049D0;
  font-size: 10px;
  font-weight: 500;
  width: 75px;
  height: 20px;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
}

.btn-area-w {
  max-width: 290px;
}

.btn-white {
  color: #000;
  width: 100%;
  margin: 0 auto 5px;
  background: #fff;
  font-weight: 500;
  padding: 8px 10px; 
  display: block;
  position: relative;
	font-size:13px;
}

.btn-white:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
}

.btn-white:after {
  content: '';
  background-image: url(../img/arrow_black.jpg);
  position: absolute;
  top: 19px;
  right: 10px;
  width: 25px;
  height: 5px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.img-sp {
  display: none;
}

.info-title {
  text-align: center;
  margin-bottom: 40px;
}

.info-area-mb {
  margin-bottom: 50px;
}

.vision-detail {
  max-width: 100%;
  position: relative;
}

.vision-detail-title {
  font-size: 60px;
  font-weight: 700;
}


.vision-position {
  font-family: 'Noto Serif JP';
  text-align: left;
}

.vision-title {
  margin-bottom: 5px;
  padding: 0;
	width:100%;
}

.vision-title-conts {
	width:100%;
}

.vision-subtitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* slick */
.slick-style_01 {
  max-width: 1200px;
  margin: 40px auto 30px;
}

.slick-area img {
 max-width: 100%; 
}

.slick-style_02 {
  max-width: 1200px;
  margin: 95px auto 100px;
}

.slick-prev {
  z-index: 1;
  left: 20px;
  margin: auto;
  width: 32px;
  height: 32px;
}

.slick-next {
  z-index: 1;
  right: 20px;
  margin: auto;
  width: 32px;
  height: 32px;
}

.slick-prev:before {
	content:'' !important;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/prev.png);
  background-size: contain;
}

.slick-next:before {
  content: '' !important;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/next.png);
  background-size: contain;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-slide {
  margin: 0 10px 0;
}

.w-3 {
  max-width: 300px;
  margin: 0 auto;
}

.w-12 {
  max-width: 1200px;
  margin: 0 auto;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-40 {
  font-size: 40px;
}

.fs-60 {
  font-size: 60px;
}

.fs-80 {
  font-size: 80px;
}

.fw-5 {
  font-weight: 500;
}

.fw-7 {
  font-weight: 700;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top 95px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.lh-18 {
  line-height: 1.8rem;
}

.lh-2 {
  line-height: 2.5rem;
}

.pl-10 {
  padding-left: 10px;
}

.pt-95 {
  padding-top: 95px;
}

.over-hidden {
  overflow: hidden;
}

/* tb用 768-992px*/
@media (max-width:991px) {
  
  .vision-tab {
    max-width: 82%;
    margin: 0 auto;
  }
  
  .hovers {
    padding-bottom: 0;
  }

  .main-img {
    max-width: 100%;
    margin: 0;
  }

  
  .position-r {
    margin-top: 10px;
  }

  
  #global-nav {
    position: absolute;
    top: 4%;
    right: 2%;
  }

  #global-nav.fixed {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
  }

  
  .slick-style_02 {
    margin: 83px auto 67px;
  }

  #header {
  }
  
  #school-info {
    padding: 0;
  }
  
  .school-info-w {
    max-width: 100%
  }
  
  .list-link {
    font-size: 15px;
  }
  
  .img-pc {
    display: none;
  }
  
  .img-sp {
    display: block;
  }
    
  .vision-title {
    margin-bottom: 20px;
  }
  
  .vision-number {
    font-size: 10px;
    font-family: 'Noto Serif JP';
    margin-bottom: 8px;
  }

	.vision-title-conts {
		text-align:center;
		width:100%;
	}
	
  .vision-item-m {
    margin: 100px 0;
  }

  .vision-icon {
    margin: 0;
  }
  
  .vision-category {
    font-family: Noto Serif JP;
    margin: 10px auto;
  }
  
  .vision-title {
    margin: 0;
  }
  
	.vision-title-conts .vision-title {
		display:inline-block;
		width:auto;
	}
	.vision-title-conts .vision-title .vision-title-style {
		display:inline-block;
		width:auto;
	}
	.vision-title-conts .vision-category {
		display:inline-block;
		width:auto;
	}
  .vision-title-style {
    font-size: 23px;
	margin-bottom:0 !important;
  }
	
	.vision-txt {
		margin-bottom:0 !important;
		font-size:16px;
	}
	
	.vision-title-conts .vision-title {
		display:block;
	}
	.vision-title-conts .vision-category {
		display:block;
		margin:0 auto 20px;
	}
  
  .vision-area {
    max-width: 100%;
    margin-bottom: 20px;
  }

  
  .wisdom-btn {
    float: left;
  }
  
  .courage-btn {
    float: left;
  }
  


  .courage-area {
    width: 100%;
    margin: 0 auto;
    position: inherit;
    top: 30%;
    padding:0 18%
  }
  
  .info-area-mb {
    margin-bottom: 0;
  }
  
  .vision-bg {
    background: linear-gradient(180deg,#fff 0%, 100px,#0049D0 100px);
  }

  .vision-message {
    text-align: left;
    margin-bottom: 70px;
  }

  .tab-hidden {
    display: none;
  }

  .motto-vision {
    border: none;
  }

  .motto-respect {
    border: none;
  }

  .motto-title {
    font-size: 36px;
    font-weight: 700;
  }
  
  .vision-contents {
    max-width: 82%;
    margin: 30px auto 10px;
  }

  .category-btn {
    width: 390px;
  }
  
  .scroll {
    width: 32px;
  }
  
  .vision-row {
    margin: 0;
  }
  

}



/* sp用 */
@media (max-width:767px) {
  
  #pagedown {
    bottom: 10%;
  }

  .vision-container {
    max-width: 100%;
  }
  
  .vision-contents {
    margin: 70px auto;
  }

  .margin-off {
    margin-left: 0;
  }
  
  .sp-hidden {
    display: none;
  }
  
  .tab-hidden {
    display: block;
  }
  
  .pc-hidden {
    display: block;
  }
  
  .motto-title {
    font-size: 36px;
    font-weight: 700;
  }
  
  .img-area {
    max-width: 100%;
  }
  
  .vision-number {
    font-size: 8px;
    margin-bottom: 0 !important;
  }

  .vision-btn {
    font-size: 8px;
  }


  .vision-img-box {
    flex: initial;
    max-width: inherit;
  }

  .vision-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .top-title {
    max-width: 272px;
  } 
  
  #header {
    text-align: left;
  }
  
  .logo {
    max-width: 152px;
  }
  
  .news-date {
    margin-bottom: 0;
  }
  
  .news-tag {
    margin-bottom: 8px;
  }
  .news-txt {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	  vertical-align: middle;
	  width:100%;
  }
  
  .news-category {
    justify-content: start;
    padding: 0 20px;
    margin-bottom: ０;
  }
	
	.news-category .entry_category {
		margin-left:15px;
	}
  
  .news-content {
    padding-left: 20px;
  }
	.news-content .newMark {
		vertical-align:0;
	}
  .btn-enkaku {
    float: none;
	  margin:15px auto;
	  display:block;
  }

  .btn-message {
    float: none;
	  margin:15px auto;
	  display:block;
  }
  
  .vision-category {
    margin: 10px auto;
  }

  .vision-title-style {
    font-size: 30px;
  }
  
  .info-btn-area {
    margin-bottom: 68px;
  }
  
  .wisdom-btn {
    width: 280px;
    font-size: 12px;
  }
  
  .courage-btn {
    width: 280px;
    font-size: 12px;
  }
  
  .sp-fs-10 {
    font-size: 10px;
  }
  
  .vision-message {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 25px;
  }
  
  .vision-position {
    left: 0;
    top: -70%;
  }

  
  #school-info {
    padding: 0;
  }
  
  .school-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
  }

  .personal {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .philosophy-title {
    font-size: 38px;
  }

  .hidden {
    display: inherit;
  }

  .philosophy-subtitle {
    font-size: 20px;
    font-weight: 700;
  }

  .motto-title {
    font-size: 26px;
  }

  .philosophy-kana {
    font-size: 9px;
    margin-bottom: 40px;
  }

  .vision-item-m {
    margin: 0;
  }

  .vision-w {
    margin: 85px 0 80px;
  }

  .vision-detail-title {
    font-size: 40px;
    font-weight: 700;
  }

  .category-btn {
    width: 100%;
    font-size: 13px;
    width: 390px;
  }
  
  .scroll {
    width: 25px;
  }

  .down-scroll {
    width: 32px;
  }

  .v-txt {
    font-size: 16px;
  }
  
  .vision-tab {
    max-width: 95%;
  }
  
  .vision-contents {
    max-width: 95%;
  }
  
  .btn-area-w {
    max-width: 95%;
  }
  

}

@media (max-width:544px) {
  
  .sp-fs-10 {
    font-size: 10px;
  }

  .category-btn {
    width: 100%;
    font-size: 12px;
  }
  
  .news-box {
    margin: 0;
  }
  
  .slick-style_02 {
    margin: 45px auto 65px;
  }
  
  .vision-line {
    margin: 0;
  }
  
  .vision-icon {
        padding-right: 20px;
  }


}

@media (max-width:320px) {
  
  .category-btn {
    font-size: 10px;
  }
  
  .sp-fs-10 {
    font-size: 8px;
  }
}


/* 横からスライドアニメーション */

.img-box {
  width: 100%;
  overflow: hidden;
}

.img-inner {
  width: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #0049D0;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}


/*　ハンバーガーメニューアニメーション　*/

.loading2 {
  width: 30px;
  margin: 13px auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.loading2 > div {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background-color: #333;
}

/*テキストを下からフェードイン*/
.scroll-fade {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}



/*top画像のフェード*/

.slide-img {
  background-size: cover; 
  background-position: center;
  height: 100vh;
  width: 100vw;
}
  
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*1.15倍拡大させる指定*/
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*12秒かけて拡大させる*/
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { 
  -webkit-animation: zoomUp 6s linear 0s;
  animation: zoomUp 6s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





    /* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    overflow-x: hidden;
  }
  
  *::-ms-backdrop, .swiper-container {
    position: inherit;
    overflow: inherit;
  }
  
  *::-ms-backdrop, .position-r {
    z-index: 5;
    background: #fff;
    overflow: hidden;
    height: 80px;
    margin-top: 0;
    padding: 18px 0;
  }
    
  *::-ms-backdrop, #global-nav {
    top: 35%;
  }
  
  *::-ms-backdrop, .btn-area-w {
    margin: 0;
  }
  
}
