@charset "utf-8";
html {
    font-size: 62.5%;
	margin: 0;
}

body {
    line-height: 1.4;
	background: #fff;
	padding: 0;
	margin: 0;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

* {
    box-sizing: border-box;
}

.wrap {
	overflow: hidden;
}


img,
video {
    max-width: 100%;
}

img {
    border-style: none;
	width: 100%;
	height: auto;
}

div {
	line-height: 0;
	max-width: 600px;
	margin: auto;
}



 .container{
        position: relative;
      }
      img{
        width: 100%;
      }

	
@media screen and (max-width: 479px){
	
	
	 .container p{
		 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        position: absolute;
	    top: 80%;
        left: 38%;
		
      }
      
       .container .txt01{
		font-size: 1.5rem;
		font-weight: bold;
		color: #fff;
      }
      
       .container .txt02{
		padding-top: 3.6%;
		font-size: 2.8rem;
		font-weight: bold;
		color: #fffb00;
		  width: 16ch; 
          white-space: nowrap; 
          overflow: hidden; 
		   padding-bottom: 10%;
		   animation: typing 1s steps(16), blink .5s step-end infinite alternate;
		   animation-delay:2s; /*1秒後にアニメーション開始*/
      }


       .container .txt03{
		padding-top: 12.7%;
		font-size: 2.1rem;
		font-weight: bold;
		color: #fff;

      }

	
	
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}



@keyframes typing {
   from {
     width: 0 
   }
 }


@keyframes poyo2 {

      0% { transform: scale(1); }

     30% { transform: scale(1); }

     40% { transform: scale(1.1); }

     50% { transform: scale(1); }

     60% { transform: scale(1.1); }

     70% { transform: scale(1); }

    100% { transform: scale(1); }

}





@media screen and (min-width: 479px){
	
	.txt{
		
	}
      .container p{
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        position: absolute;
	    top: 80%;
        left: 40.4%;
      }
      
       .container .txt01{
		font-size: 2rem;
		font-weight: bold;
		letter-spacing:0.1em;
		color: #fff;
      }
      
       .container .txt02{
		padding-top: 3.9%;
		font-size: 4rem;
			letter-spacing:0.05em;
		font-weight: bold;
		color: #fffb00;
		  width: 16ch; 
		  white-space: nowrap; 
          overflow: hidden; 
		   padding-bottom: 10%; 
		  animation: typing 1s steps(16), blink .5s step-end infinite alternate;
		   animation-delay:2s; /*1秒後にアニメーション開始*/
      }


       .container .txt03{
		padding-top: 13.4%;
		font-size: 2.5rem;
		font-weight: bold;
		color: #fff;
      }

}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}



 @keyframes typing {
   from {
     width: 0 
   }
 }


@keyframes poyo2 {

      0% { transform: scale(1); }

     30% { transform: scale(1); }

     40% { transform: scale(1.1); }

     50% { transform: scale(1); }

     60% { transform: scale(1.1); }

     70% { transform: scale(1); }

    100% { transform: scale(1); }

}






.js__fixed_btn {
	width: 26%;
    position: fixed;
    bottom: 20px;
    right: 10px;
    border: none;
    z-index: 100;
}


@media screen and (min-width: 479px){
.js__fixed_btn{
  animation: poyopoyo 2.5s ease-out infinite;
  opacity: 1;
}
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}












/* 調整用スタイル */

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}


/* ヘッダー */


.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}








/* ヘッダーのロゴ部分 */
.header__title {
  width: 80px;
}




.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header_line {
  width: 160px;
margin-left: 240px;
}


@media screen and (max-width: 479px){
.header_line{
margin-left: 60px;
}
}


.header_line img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 479px){

.header_line:hover
{
  animation: big 0.1s;
  animation-fill-mode: forwards;
}

.header_line:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}
}

@media screen and (max-width: 479px){

.header_line:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}
}




@keyframes big 
{
  0% {transform: scale(1); }
  100% {transform: scale(1.1);}
}

@keyframes small 
{
  100% {transform: scale(0.9);}
}








/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(300%);
  transition: ease .5s;
  background-color: #ff5f01;
}





.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
}





/* ナビのリンク */
.nav-items__item a {
 width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 57px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
}



.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 479px){

.nav-items__item a:hover
{
  animation: big 0.1s;
  animation-fill-mode: forwards;
}

.nav-items__item a:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}
}

@media screen and (max-width: 479px){

.nav-items__item a:active
{
  animation: small 0.01s;
  animation-fill-mode: forwards;
}
}




@keyframes big 
{
  0% {transform: scale(1); }
  100% {transform: scale(1.1);}
}

@keyframes small 
{
  100% {transform: scale(0.9);}
}




/* ハンバーガーメニュー */

.header__hamburger {
  width: 58px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
	display: inline-block;
}

@media screen and (min-width: 479px){

.hamburger:hover
{
  animation: big 0.1s;
  animation-fill-mode: forwards;
}

.hamburger:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}
}

@media screen and (max-width: 479px){

.hamburger:active
{
  animation: small 0.01s;
  animation-fill-mode: forwards;
}
}




@keyframes big 
{
  0% {transform: scale(1); }
  100% {transform: scale(1.1);}
}

@keyframes small 
{
  100% {transform: scale(0.9);}
}





/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #0d60d0;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
	background-color: #ffff01;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
	background-color: #ffff01;

}

.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
	background-color: #ffff01;
}







@media screen and (min-width: 479px){

.js__fixed_btn:hover
{
  animation: big 0.1s;
  animation-fill-mode: forwards;
}

.js__fixed_btn:active
{
  animation: small 0.1s;
  animation-fill-mode: forwards;
}
}




























@media screen and (max-width: 479px) {
.js__fixed_btn {
	width: 100%;
    bottom: 0px;
    right: 0px;
	background: rgba(255, 255, 255, 0.85);
	padding: 5px;
	display: inline-block;
animation-name:fadeUpAnime;
animation-duration:2.8s;
animation-fill-mode:forwards;
opacity:0;
transition: 0.5s;
}
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}




@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}






.youtube-box {
	padding: 20px 2%;
	background: url("../images/lp_04-2.jpg") repeat-y;
	background-size: cover;
}
.youtube-round {
	padding: 3%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1.6px 2.6px 0px 1px rgb(145 185 180 / 34%);
}
.youtube-wrap {
    position: relative;
    width: 96%;
    padding-top: 54%;
}
.youtube {
	position: absolute;
	width: 100%;
	padding-top: 56.25%;
	top: 0;
	left: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.privacy__body .footer {
  padding: 25px 0;
}

.content--privacy h2,
.content--privacy h3 {
  font-weight: bold;
}
.content--privacy h2 {
  margin-bottom: 1em;
  text-align: center;
}
.content--privacy h2 + p {
  text-align: center;
  margin-bottom: 1em;
}
.content--privacy h3 {
  margin-bottom: 1em;
}

.privacy__block {
  margin-bottom: 2em;
}
.privacy__block:last-child {
  margin-bottom: 0;
}











