*{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    font-size: 14px;
}
h1>img{
    width: 200px;
}
.yellow{
    background-color: #1D284D;
    color: #fff;
}
.washi{
    background-image: url(../img/bg_white.webp);
     background-repeat: repeat;
     background-size: 300px;
}
.kodawari1{
    margin: 0 10px 0 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 60px 0 0 60px;
    color: #fff;
    font-size: 1.2rem;
    
}
.kodawari2{
    margin: 0 10px 0 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 60px 0 0 60px;
    color: #fff;
    font-size: 1.2rem;
}
.contents1 {
    background-image: url(../img/TOP1.webp);
    background-position: center;
    background-size: cover;
    color: white;
    background-color: #1D284D;
    height: 100vh;
    /* padding: 60px 30px 120px; */
    clip-path: polygon(100% 0%, 100% 80%, 0 100%, 0 0);
}
.contents2{
    height: 50vh;
    clip-path: polygon(100% 0%, 100% 80%, 0 100%, 0 0);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    color: white;
}
.contents3{
    height: 100vh;
    background-image: url(../img/contents3.webp);
    clip-path: polygon(100% 20%, 100% 100%, 0 100%, 0 0);
    background-position: center;
    background-size: cover;
    color: white;
}
.contents4{
    height: 100vh;
    background-image: url(../img/contents4.webp);
    clip-path: polygon(100% 0%, 100% 80%, 0 100%, 0 0);
    background-position: center;
    background-size: cover;
    padding-top: -20%;

}
.mains{
    padding: 30px 0 40px 0;
    position: relative;
}
.main{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}
.meibutu_logo>img{
    max-width: 70px;
}
.meibutu_logo{
    padding: 0 20px 0 20px;
}
.mains>img{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.main>p{
    padding: 0 20px 0 0;
}
h3{
    border-right: 1px solid black ;
    border-left: 1px solid black ;
    padding: 0 1.5em 0 1.5em ;
    font-size: 30px;

}
a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 340px;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border: 1px solid ;
    background-color: hsl(0, 0%, 100%);
	color: #1D284D;
	border-radius: 100vh;
	transition: 0.5s;
    line-height: 1.2em;
    font-weight: 400;
    margin: 10px auto;
    font-size: 15px;
}
a.btn_04:hover {
    color: #fff;
	background: #1D284D;
}
.shop h3{
  color: #fff;
}
.shop_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    max-width: 700px;
    margin: 0 auto;
}
/* .shop_flex>a{
    width: 200px;
} */
.shop{
    background-color: #1D284D;
    padding: 40px 0 40px 0;
}
.shop_title>img{
    max-width: 300px;
    width: 300px;
    margin: 0 auto;
}
.shop_title{
    margin: 0 auto;
}
.footer{
    background-color: #fff;
}
.footer>div{
    width: 200px;
    margin: 0 auto;
    padding: 30px 0;
}
/* 雲を動かす */
.kumo1{
    position: absolute;
    top: 30%;
    right: 0%;
    width: 20%;
    /* opacity: 0.3; */
    z-index: 2;
  }
  .kumo2{
    position: absolute;
    top: 10%;
    right: 80%;
    width: 20%;
    /* opacity: 0.3; */
  }
.kumo1{
    animation-name: return1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

@keyframes return1 {
    50% {
      right: 150px;
    }
    100% {
      right: 0px;
    }
  }
  .kumo2{
    animation-name: return2;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    /* animation-timing-function: ease; */
  }
  @keyframes return2 {
    0% {
        left: 0px;
      }
    50% {
      left: 150px;
    }
    100% {
      left: 0px;
    }
  }
  /* .return {
    width:  200px;
    height: 200px;
    background-color: Lavender;
    position: relative;
    left: 0px;
    top: 0;
  
    animation-name: return;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
  } */
  /* .fadeIn {
    opacity: 0;
    transition: 2s;
  }
  .fadeIn.is-show {
    opacity: 1;
  } */
  /* その場で */
/* その場で */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:3.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
    .delay-time05{  
        animation-delay: 0.5s;
      }
      
      .delay-time1{  
        animation-delay: 1s;
      }
      
      .delay-time15{  
        animation-delay: 1.5s;
      }
      
      .delay-time2{  
        animation-delay: 2s;
      }
      
    
    /* 画面推移 */
    /*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Loading アイコンの大きさ設定　*/
  #splash_logo img {
    width:100px;
  }
  
  /* fadeUpをするアイコンの動き */
  
  .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(50px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #1D284D;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:3s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
iframe{
  filter: grayscale(1);
  width: 100%;
}