@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #FFF; /* RGB */
  font-family: 'Noto serif JP', sans-serif, 'M PLUS Rounded 1c';
  /*左のフォントが優先*/
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #F5F3ED;
}
.main {
  display: block;
  background-color: #f5f0d6;
  padding-bottom: 80px;
}
h1 {
  font-size: 7vw;
  line-height: 10vw;
  color: #FFF;
}
h1 img {
  width: 240px;
  text-align: left;
}

h2 img {
  width: 230px;
}
h3 {
  margin-top:  40px;
}
a {
  color: #FFF;
  text-decoration: none;
}
p {
  text-align: left;
  line-height: 4.0rem;
  font-size: 1.6rem;
}
.header_pc {
display: none;
}
.footer {
  position: relative;
}
.footer img {
  width : 100%;
}
.footer p {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*--------------------------PC--------------------------*/
@media (min-width: 980px) {
  .header_sp {
   display: none;;
  }
  .header_pc {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100px;
  }
.header_pc ul {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
  }
  .header_pc ul li {
    padding-right: 10vw;
  }
  .header_pc ul li a {
    text-decoration: none;
  }
  .header_pc ul li:nth-last-child(-n+3) {
    padding-right: 1vw;
  }
  .header_pc ul li:nth-child(5) {
    padding-right: 5vw;
  }
  .header_pc ul li:last-child {
    padding-right: 0;
  }
  .header_pc ul li img {
    height: 130px;
}
.pc-nav {
  /*stickyで固定*/
  position: -webkit-sticky;/*Safari*/
  position: sticky;
  /*固定したい位置*/
  top: 100px;
  /*ナビゲーションの形状*/
  padding: 20px;
  width: 100%;
}
  h1 {
    font-size: 5rem;
  }
  p {
    font-size: 1.6rem;
  }
  .title-img img {
    width: 40vw;
  }
}

/*-------------------------ジャンプボタン--------------------------*/
.jump-btn {
  display: block;
  position: relative;
  margin: 85px auto 0;
  width: 250px;
  height: 60px;
  color: #707070;
  background-color: #F6F6F6;
  border: solid 3px #4E4E4E;
  text-decoration: none;
  box-shadow: 4px 4px;
  padding: 5px;
  line-height: 4.0rem;
  z-index: 1;
}
/*-------------------------ページトップのためのCSS--------------------------*/
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 100px;
  height: 100px;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.scroll-btn img {
  animation: 8s rotate-2d linear infinite;
  width: 70px;
}
@keyframes rotate-2d{
  0% {transform: rotate(0);}
  100% {transform: rotate(360deg);}
}
/*--------------------------フェードアップCSS--------------------------------------------*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
a.btn_04 {
  display: block;
	text-align: center;
	text-decoration: none;
  width: 30vw;
  margin: 10px auto;
  padding:  1vw 3vw 2vw;
	font-weight: bold;
	color: #FFF;
  border: 2px solid #FFF;
}
a.btn_04:hover {
	background: #9122FF;
  border: 2px solid #9122FF;
	transition: 0.5s;
}
a.btn_05 {
  display: block;
	text-align: center;
	text-decoration: none;
  width: 30vw;
  margin: 10px auto;
  padding:  1vw 3vw 2vw;
	font-weight: bold;
	color: #FFF;
  border: 2px solid #FFF;
}
a.btn_05:hover {
	background: #9122FF;
  border: 2px solid #9122FF;
	transition: 0.5s;
}
@media screen and (min-width:801px){ 
  .btn {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
    justify-content: center;
  }
a.btn_04 {
margin: 0 10px;
width: 14vw;
padding: 10px 10px 10px 10px;
z-index: 999;
}
a.btn_05 {
  margin: 0 auto;
  width: 14vw;
  padding: 10px 10px 10px 10px;
  z-index: 999;
  }
}
.sma{
  display: none;
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
  opacity: 0;
}
.contact_btn {
  width: 20vw;
  background-color: #29b84f;
  border-radius: 5px;
  box-shadow: 0 0 8px #29b84f;
  padding: 1vw;
  margin: 3vw auto;
}
.contact_btn:hover {
  background: #333;
	transition: 0.5s;
}
.contact_btn a:hover {
  color: #29b84f;
	transition: 0.5s;
}

.fixed_btn { 
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	padding: auto;
	background-color: #29b84f;
	z-index: 999;
	line-height: 49px;
	opacity: 0.9;
	box-shadow: 0 0 50px #29b84f;
	}
	.fixed_btn a {
		text-decoration: none;
		color: #FFF;
		font-size: 4rem;
		line-height: 1px;
		font-weight: 800;
		}
 @media (min-width: 601px) {
	.fixed_btn{
		display: none;
	}
	}

  .float{
    position:relative;
    top:0;
    transition: all .3s;
  }
  .float:hover {
    top:-20px;
  }
  .section-pin {
    padding: 20px;
    overflow: visible;
    view-timeline-name: --section-pin;
    view-timeline-axis: block;
  }
  .section-pin img {
   width: 22vw;
  }
  .section-sticky {
    width: 100%;
    position: sticky;
    top: 0;
    overflow-x: hidden;
  }
  
  .section {
    padding-bottom: 100px;
    height: 40vw;
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
  }
  .section::-webkit-scrollbar {
    display: none;
  }
  
  @keyframes horizontalScroll {
    from {
      transform: translateX(0);
    }
  
    to {
      transform: translateX(-100%);
    }
  }

  .tiktok-embed {
    margin: 0;
  }
  .tiktok {
    padding-right: 50px;
  }
  .section-pin {
    display: none;
  }
  .section-pin {
   display: none;
  }
  .liver_sp img{
    width: 100%;
   }



  @media(min-width: 1200px){
    .liver_sp {
      display: none;
    }
  .section-pin {
    display: block;
    padding: 20px;
  }
  .section {
    padding-bottom: 100px;
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    color: #fff;
  }
  .tiktok-embed {
    margin: 0;
  }
  .tiktok {
    padding-right: 50px;
    min-width: 200px;
  }
}