@charset "utf-8";
/* CSS Document */

/* コンテンツ */
body {
	margin:0 0;
	line-height:1.7em;
	font-family: 'sans-serif;
	font-feature-settings : "palt";
    letter-spacing: 0.1em;
    color:#fff;
    background-color: #000;
    background-image: url("img/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;

}
a {
    color:#fff;
}
a:visited{
    color:#fff;
}
.pc-hide {
    display: block;
}

.sp-hide {
    display: none;
}
.small {
    font-size:80%;
}

@media screen and (max-width: 768px) {
.pc-hide {
    display: none;
}

.sp-hide {
    display: block;
}
}

/* language */
.language{
    text-align: right;
    width:95%;
    margin:0 auto;
    font-size:70%;
}
@media screen and (max-width: 768px) {
.language{
    text-align: center;
    width:90%;
    margin:0 auto;
}
}

/* guest-title */
.frame-box-001 {
	padding: 40px 20px;
	position: relative;
}

.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.frame-box-001::before {
	border-left: solid 5px #fff;
	border-top: solid 5px #fff;
	top: 0;
	left: 0;
}

.frame-box-001::after {
	border-right: solid 5px #fff;
	border-bottom: solid 5px #fff;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
.frame-box-001 {
	padding: 40px 20px;
	position: relative;
    font-size:80%;
}

.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.frame-box-001::before {
	border-left: solid 3px #fff;
	border-top: solid 3px #fff;
	top: 0;
	left: 0;
}

.frame-box-001::after {
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	bottom: 0;
	right: 0;
}
}

/* Hero */
header {
    text-align: center;
    margin:0 auto;
    width:800px;
    z-index: 3;
    position: relative;
}
@media screen and (max-width: 768px) {
header {
    width:100%;
    margin:0 auto;
}
}

/* contents */
.container{
    background-color: #000;
    padding:0.5em 0 3em;
    width:800px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 768px) {
.container{
    background-color: #000;
    padding:1.5em 0 3em;
    width:100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
}

header img {
    width:100%;
    height:auto;
    vertical-align: bottom;
}
.guest-wrapper {
    text-align: center;
    margin:4em 0;
}
.guest {
    font-weight: bold;
    margin:0 auto;
    font-size:140%;
    display: inline-block;
}
@media screen and (max-width: 768px) {
.guest-wrapper {
    text-align: center;
    margin:1em 0;
}
.guest {
    font-weight: bold;
    margin:0 auto;
    font-size:140%;
    display: inline-block;
}
}
.icon-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin:0 0;
}

.icon {
    width: 30px;
    height: 30px;
}
.txt {
    width:80%;
    margin:1em auto 4em;
    text-align: left;
    font-size:80%;
}
@media screen and (max-width: 768px) {
.txt {
    width:90%;
    margin:0em auto 2em;
    font-size:80%;
}
}
.youtube-wrapper{
    width:100%;
    padding:0 0;
    background-color: #000;
}
.youtube-wrap {
    width:80%;
    margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 750px) {
.youtube-wrapper{
    width:90%;
    padding:10px 5% 0;
    background-color: #000;
}
.youtube-wrap {
    width:100%;
    margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin-top:0;
    margin-top: 10px;
}
}

.image {
    width:80%;
    margin:0 auto;
    text-align: center;
}
.image img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 768px) {
.image {
    width:90%;
    margin:0 auto;
    text-align: center;
}
}
.btn-wrapper{
    width:100%;
    margin:3em auto;
}
a.btn {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 60%;
	margin:1em auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #fff;
	border-radius: 100vh;
	position: relative;
    border:solid 1px #fff;
}

a.btn::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
a.btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
a.btn {
    font-size:70%;
}
a.btn::after {
	width: 30px;
}
}

.sakura {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 1;
    overflow: hidden;
}
.sakura li {
	width: 14px;
	position: absolute;
	list-style: none;
	top: -50px;
	animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li img{
    width: 14px;
    height:auto;
}
@keyframes fall {
	to {
		top: 120%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}
@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}
.sakura li:nth-child(1) {
	left: 12w;
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
	left: 15vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
	left: 8vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
	left: 10vw;
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
	left: 78vw;
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
	left: 80vw;
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
	left: 82vw;
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
	left: 84vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
    z-index:5;
}
.tictok-block {
  max-width: 100%;
    padding:2rem 0 ;
    background-color: #fff;
}
.copyright {
    font-size:70%;
    text-align: center;
    width:100%;
    margin:30px auto;
}

.form {
    width:100%;
    text-align: center;
    margin:20px 0;
}


.header {
  position: relative;

}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #000;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #333;
}