@charset "utf-8";

  .fixBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    transition: 0.4s;
    z-index: 100;
  }
  .fixBottom.is-static {
    position: static;
    height: auto;
  }
@media (max-width: 768px) {
  .fixBottom {
    bottom: 42px;
  }
}

  .uspSection {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
  }
  .uspSection__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    min-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .uspSection__item {
    position: relative;
    margin-right: calc(25/1440*100%);
    padding-right: calc(25/1440*100%);
  }
  .uspSection__item:nth-of-type(1) {
    width: calc(328/1440*100%);
  }
  .uspSection__item:nth-of-type(2) {
    width: calc(408/1440*100%);
  }
  .uspSection__item:nth-of-type(3) {
    width: calc(313/1440*100%);
  }
  .uspSection__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .uspSection__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 56px;
    margin-top: -28px;
    background: #bfbfbf;
  }
  .uspSection__item:last-child::before {
    display: none;
  }
@media (max-width: 768px) {
  .uspSection {
    transition: 0.5s;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .fixBottom.is-static .uspSection {
    transition: 0.5s;
    padding-bottom: 0;
  }
  .uspSection__list {
    display: none;
  }
}

@media (max-width: 376px) {
  .uspSection img {
    height: 24vh;
    margin: 0 auto;
  }
}

  .obiSection {
    position: relative;
    padding: 29px 20px;
    background: url(../imgs/bg-obi.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
  }
@media (max-width: 768px) {
  .obiSection {
    padding: 0;
  }
}

  .lowpageNav {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .lowpageNav__list {
  }
  .lowpageNav__item {
  }

  .lowpageNav__link {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .lowpageNav__bg {
    transform: scale(1, 1);
    transition: all .8s ease;
  }
  .lowpageNav__texts {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    width: 100%;
    max-width: 280px;
    background: rgba(255, 255, 255, .85);
    text-align: center;
  }
  .lowpageNav__heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
  }
  .lowpageNav__heading .font__en {
    display: block;
  }
  .lowpageNav__heading .font__jp {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1;
    color: #1a4168;
  }

  .lowpageNav__more {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
  }
  .lowpageNav__more::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 110px;
    height: 15px;
    background: url(../assets/imgs/btn-arrow.png) no-repeat right bottom;
    transition: all .3s ease;
  }
  .lowpageNav__more .font__en {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1;
  }

  .lowpageNav__cap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
  }

  .lowpageNav__link--rev .lowpageNav__texts {
    left: auto;
    right: 40px;
  }

  .lowpageNav__access .lowpageNav__heading {
    margin-top: -80px;
  }
@media (min-width: 769px) {
  .lowpageNav__link:hover .lowpageNav__bg {
    transform: scale(1.05, 1.05);
  }
  .lowpageNav__link:hover .lowpageNav__more::before {
    right: -10px;
    background: url(../assets/imgs/btn-arrow.png) no-repeat right bottom;
  }
}
@media (max-width: 768px) {
  .lowpageNav {
    padding-top: 0;
  }
  .lowpageNav .wrap {
    padding: 0;
  }
  .lowpageNav__texts {
    display: none;
  }

  .lowpageNav__cap {
    padding: 5px;
  }
}


/* topMv */
  .topMv {
  }
  .topMv__heading {
    width: 50%;
    font-size: 26px;
    letter-spacing: .23em;
    line-height: 1;
    text-align: center;
    color: #000;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1),
                 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1),
                 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1), 0 0 8px rgba(255, 255, 255, 1),
                 20px 0 20px rgba(255, 255, 255, .8), 20px 0 20px rgba(255, 255, 255, .8), 20px 0 20px rgba(255, 255, 255, .8), 5px 0 20px rgba(255, 255, 255, .8);
  }

  .topMv__headings {
    position: absolute;
    bottom: 45px;/*280px*/
    right: 160px;
    width: auto;
/*
    transition: all .5s ease;
*/
    text-align: center;
    z-index: 10;
  }
  .topMv__headings.is-bottom {
    bottom: 45px;
  }

  .topMv__headings .topMv__heading {
    position: relative;
    left: 15px;
    width: auto;
    margin-top: 10px;
    font-size: 23px;
    letter-spacing: .4em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .35), 0 0 10px rgba(0, 0, 0, .8), 0 0 10px rgba(0, 0, 0, .35);
    color: #fff;
  }

  @media (min-width: 767px) {
    .relaxTxt {
      position: absolute;
      top: 90px;
      left: 67px;
    }
  }
  .scroll {
    position: fixed;
    bottom: 135px;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .5s ease;
    text-align: center;
  }
  .scroll.is-hidden {
    position: absolute;
    bottom: 20px;
  }
  .scroll::after {
    content: "SCROLL";
    position: absolute;
    top: 50%;
    left: calc(50% + 45px);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    color: #1a4168;
    transform: translate(-50%, -50%);
  }
@media (max-width: 768px) {
  .topMv__heading {
    width: 100%;
    font-size: calc(40vw/750*100);
    letter-spacing: .2em;
    line-height: 1.5;
    color: #000;
  }

  .topMv__headings {
    bottom: 30px;
    left: calc(20vw/750*100);
    right: calc(20vw/750*100);
    width: auto;
  }
  .topMv__headings.is-bottom {
    bottom: 30px;
  }

  .topMv__headings .topMv__heading {
    left: auto;
    width: auto;
    margin-top: 10px;
    font-size: calc(25vw/750*100);
    letter-spacing: .28em;
    color: #fff;
  }

  .relaxTxt {
    position: absolute;
    top: 240px;
    left: calc(20vw/750*100);
    right: calc(20vw/750*100);
    margin: auto;
  }

  .scroll {
    bottom: 234px;
    left: 10px;
  }

  .scroll.is-hidden {
    bottom: 0;
  }

  .scroll::after {
    top: 16px;
    left: calc(50% + 20px);
    font-size: 9px;
  }
}

	#scrollArea {
		position: relative;
		overflow: hidden;
		width: 100%;
		background-color: #fff;
		color: #fff;
/*
    z-index: 9999;
*/
	}
	#scrollArea .block {
		position: relative;
	}

	#scrollArea .wrap {
		position: relative;
		width: 100%;
    max-width: inherit;
		height: 1200px;/* 100vh */
    box-sizing: border-box;
		z-index: 2;
	}
	#scrollArea #block-03 {
    position: relative;
  }
	#scrollArea #block-03 .wrap {
    height: auto;/* calc(100vh - 270px) */
    padding-top: 100px;
	}


	#scrollArea #bgArea {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#scrollArea #bgArea.fixed {
		position: fixed;
	}
	#scrollArea #bgArea.bottom {
		top: auto;
		bottom: 0;
	}
	#scrollArea #bgArea .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	#scrollArea #bgArea .bg li {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#scrollArea #bgArea.fixed .bg li#bg-02 {
		top: 120px;
  }

	#scrollArea #bgArea .bg li .cap {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px;
		text-align: right;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	#scrollArea #bgArea.fixed .bg li .cap {
		bottom: 115px;
  }
	#scrollArea #bgArea.bottom .bg li .cap {
		bottom: 0;
  }
	#scrollArea #bgArea.fixed .bg li#bg-02 .cap {
		bottom: 235px;
  }
	#scrollArea #bgArea .bg li .photo img {
		width: 100%;
		height: 100%;
	}

	#scrollArea #bgArea .pagenation {
    display: none;
    opacity: 0;
	}
@media (max-width: 768px) {
	#scrollArea .wrap {
		padding: 0 20px;
	}


	#scrollArea .wrap {
		height: 1200px;/* 100vh */
	}
	#scrollArea #block-03 .wrap {
    padding-top: 100px;
	}


	#scrollArea #bgArea.fixed .bg li#bg-02 {
		top: 56px;
  }

  #scrollArea #bgArea .bg li#bg-02 .photo {

  }

	#scrollArea #bgArea .bg li .cap {
		padding: 5px;
	}
	#scrollArea #bgArea.fixed .bg li .cap {
		bottom: 115px;
  }
	#scrollArea #bgArea.fixed .bg li#bg-02 .cap {
    top: 0;
		bottom: auto;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .8);
    color: #fff;
  }
}
