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

body {
	width: 100%;
	overflow-x: hidden;
}

html {
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
 font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
	scroll-behavior: smooth;
}
.wave {
 text-decoration-line: underline;
 text-decoration-color: #F70A29;
 text-decoration-style: wavy
}
.pc {
 display: inherit
}
.sp {
 display: none
}
@media screen and (max-width:768px) {
 .pc {
  display: none
 }
 .sp {
  display: inherit
 }
}
@media screen and (min-width: 768px) {
 .br-pc {
  display: block;
 }
 .br-sp {
  display: none;
 }
}
@media screen and (max-width: 768px) {
 .br-pc {
  display: none;
 }
 .br-sp {
  display: block;
 }
}



/********************************************************

header

********************************************************/

header {

	max-height: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
}
#visual {
		display: flex;
	justify-content: center;

}
#visual img {
	width: auto;
	height: 88vh;
	margin: 0;
	padding: 0 0 20px;
 animation: fadein 1s ease forwards;
}
@keyframes fadein {
 0% {
  opacity: 1;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);

 }
}


header::before {
 content: '';
 position: absolute;
 top: 256px;
 bottom: 0;
 left: 0;
 right: 0;
 background-size: 200% 200%;
 animation: bggradient 20s ease infinite;
 background-image: linear-gradient(62deg, #F70A29 0%, #C9122A 100%);
 transform: skewY(-7deg);
 z-index: -1;
}
@keyframes bggradient {
 0% {
  background-position: 0% 50%;
 }
 50% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}

.social {
	display: flex;
	justify-content: center;
	gap: 10px;
	list-style-type: none;
}


.scrolldown {
 position: absolute;
 left: 50%;
 bottom: 20px;
 height: 50px;
}

.scrolldown span {
 position: absolute;
 left: -20px;
 top: -15px;
 color: #FFF;
 font-size: 1.5rem;
 letter-spacing: 0.05em;
 text-align: center
}
.scrolldown::after {
 content: "";
 position: absolute;
 top: 0;
 width: 1px;
 height: 30px;
 background: #FFF;
 animation: pathmove 1.4s ease-in-out infinite;
 opacity: 0;
}
@keyframes pathmove {
 0% {
  height: 0;
  top: 0;
  opacity: 0;
 }
 30% {
  height: 30px;
  opacity: 1;
 }
 100% {
  height: 0;
  top: 50px;
  opacity: 0;
 }
}

@media screen and (max-width:767px) {
	header {
	padding: 0 0 100px;
}
#visual img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
 animation: fadein 3s ease forwards;
}

}
/********************************************************

section

********************************************************/


section {
	width: 100%;
	height: auto;
	margin: 150px auto;
	padding: 0 0 50px;
	position: relative;
}

section::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 background-size: 200% 200%;
 animation: bggradient 20s ease infinite;
 background-image: linear-gradient(62deg, #F70A29 0%, #C9122A 100%);
 transform: skewY(-7deg);
 z-index: -1;
}


.inner {
	width: 700px;
	margin: 0 auto;
	

}

.inner p {
	margin: 0 0 1em;
	font-size: 2.2rem;
	line-height: 2.0;

}

h2.red {
	margin-bottom: 80px;
	padding: 0;
	font-size: 4.0rem;
	text-align: center;
	position: relative;
 font-weight: 300;
 font-style: normal;
}

h2.red::after {
	width: 120px;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 60px);
	border-bottom: 7px solid #F70A29;
}

h2.white {
	margin-bottom: 80px;
	padding: 0;
	font-size: 4.0rem;
	text-align: center;
	position: relative;
 font-weight: 300;
 font-style: normal;
	color: #FFF;
}

h2.white::after {
	width: 120px;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 60px);
	border-bottom: 7px solid #FFFFFF;
}




h2.red span {
	width: 50px;
	height: 81px;
	margin: 0 auto 15px;
	display: block;
	
	background-image: url("../img/black_chair.png");
	background-size: 50px 81px;
}
h2.white span {
	width: 50px;
	height: 81px;
	margin: 0 auto 15px;
	display: block;
	
	background-image: url("../img/white_chair.png");
	background-size: 50px 81px;
}

h3 {
	margin: 2.4em auto 0.8em;
	padding: 0;
	color: #F70A29;
	font-size: 2.0rem;
	text-align: center;
	position: relative;
 font-weight: normal;
	background: #FFF;
	border-radius: 4px;
}

h4 {
	margin: 2em 0;
	padding: 0;
	font-size: 2.6rem;
}

span.chair {
	width: 50px;
	height: 81px;
	margin: 50px auto;
	display: block;
	
	background-image: url("../img/black_chair.png");
	background-size: 50px 81px;
}

@media screen and (max-width:767px) {
section {
	width: 100%;
	height: auto;
	margin: 60px auto;
	padding: 0 0 25px;
	
}


.inner {
	width: 94%;
	margin: 0 auto;
	

}

.inner p {
	font-size: 1.6rem;
	line-height: 1.8;

}
h2.red {
	margin-bottom: 80px;
	padding: 0;
	font-size: 3.0rem;
	text-align: center;
	position: relative;
 font-weight: 300;
 font-style: normal;
}

h2.red::after {
	width: 120px;
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 60px);
	border-bottom: 7px solid #F70A29;
}
h4 {
	margin: 2em 0;
	padding: 0;
	font-size: 5.0vw;
}
}


/********************************************************

about

********************************************************/

#about h2 {
	margin: 0 auto;
 padding-bottom: 50px;
	text-align: center
} 

#about h2 img {
	width: 700px;
	height: auto;
} 

@media screen and (max-width:767px) {
#about h2 {
 padding-bottom: 25px;

} 

#about h2 img {
	width: 90vw;
}
}
/********************************************************

ig

********************************************************/

section#ig::before {

 top: 0;

}



#ig {
	position: relative;
	padding-bottom: 100px
}


#ig h2 {
	margin: 0 0 40px 10%;
 padding: 120px 0 0 30px;
	font-size: 6.0rem;
	line-height: 1.4;
	color: #FFF;
	text-align: left;
	border-left: 7px solid #FFFFFF;
 font-weight: 300;
 font-style: normal;
	letter-spacing: .15em
}
#ig h2 span {
	display: block;
	margin: 0;
 padding: 20px 0 0;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0
}

#ig .inner {
	width: 1000px;
	margin: 0 auto;
	

}

#ig .inner p {
	color: #FFF;
	font-size: 1.3rem;
	text-align: center

}

#ig .logo {
	position: absolute;
	right: 50px;
	bottom: 120px;
	opacity: 0.4
}
#ig .logo img {
	width: 250px;
	height: auto
}

#ig .photo ul {
	
	margin: -160px auto 0;
	
	display: flex;
	justify-content: center;
	list-style-type: none;
	z-index: -1
 
}

@media screen and (max-width:1280px) {
	#ig .inner {
	width: 100%;
	margin: 0 auto;
	

}
#ig .photo ul {
	
	margin: -120px 50px 0 auto;
	
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
 
}
}
@media screen and (max-width:767px) {
	#ig h2 {
	margin: 0 0 20px 5%;
 padding: 60px 0 0 15px;
	font-size: 7.0vw;
	line-height: 1.4;
	color: #FFF;
	text-align: left;
	border-left: 3px solid #FFFFFF;
 font-weight: 300;
 font-style: normal;
	letter-spacing: .15em
}
#ig h2 span {
	display: block;
	margin: 0;
 padding: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0
}

#ig .inner {
	width: 100%;
	margin: 0 auto;
	

}
#ig .photo ul {
	
	margin: 0 auto 0;
	
	display: flex;
	justify-content: center;
	list-style-type: none;
 
}
#ig .logo {
	position: absolute;
	right: -25px;
	bottom: -25px;
	opacity: 0.4
}
}

/********************************************************

mosaic

********************************************************/



section#mosaic::before {

 top: 700px;
	bottom: 300px;

}
#mosaic .photo-main img {
	width: 700px;
	height: auto;
	
}
#mosaic .inner p {
	margin-top: 3em;
	color: #FFFFFF;
	font-size: 2.0rem;
	text-align: left

}

#mosaic .photo ul {
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#mosaic .photo ul li {
	list-style-type: none
}

.plate {
	width: 75%;
	margin: 30px auto;
	padding: 2em;
	background: #FFF;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
 border-radius: 2px;	
}




#mosaic .photo img {
	width: 300px;
	height: auto;
	border: 3px solid #FFF;
	
	
}

@media screen and (max-width:767px) {
section#mosaic::before {

 top: 700px;

}
	
#mosaic .inner p {
	margin-top: 3em;
	color: #FFFFFF;
	font-size: 1.6rem;
	text-align: center

}	
	
#mosaic .photo-main img {
	width: 100%;
	height: auto;
	text-align: center
}
	
#mosaic .photo ul {
	margin: 25px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}	
.plate {
	width: 75%;
	margin: 15px auto;
	padding: 1em;
	background: #FFF;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
 border-radius: 2px;	
}
}

/********************************************************

movie

********************************************************/

section#movie::before {

 top: 350px;
	bottom: 300px;

}

#movie .inner p {
	margin: 1em auto;
	font-size: 1.4rem;
	text-align: center;
	width: 75%;
	padding: 1em;
	background: #FFF;
	color: #333333;
	line-height: 1.8;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
 border-radius: 2px;	

}

@media screen and (max-width:767px) {

}


/********************************************************

profile

********************************************************/

#profile dl {
	width: 800px;
	margin: 0 auto 0;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

#profile dl dt img {
	width: 300px;
	margin: 0;
}


#profile .inner dt p.plate {
	margin: 0.3em auto;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	padding: 1em;
	background: #FFF;
	color: #333333;
	line-height: 1.8;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
 border-radius: 2px;	

}

#profile dl dd p {
	margin: 0.5em auto;
	font-size: 1.5rem;
	text-align: left;
	padding: 1em;
	color: #333333;
	line-height: 1.8;
}

#profile dl dd p strong {
	font-size: 1.8rem;
}

#profile .btn {

 margin: 50px 0 0;
	
}

#profile .btn a {
 width: 300px;
 height: 40px;
 margin: 0 0 0 10px;
	padding: 1em;
 border-radius: 40px;
 background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 color: #333333;
 font-size: 1.4rem;
 text-decoration: none;
 font-weight: normal;
 transition: 0.6s	
}

#profile .btn a:hover {
 border-radius: 40px;
 background: #F70A29;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #FFFFFF;
 text-decoration: none;
}


@media screen and (max-width:767px) {
	#profile dl {
	width: 300px;
	margin: 0 auto 0;
	padding-top: 30px;
	display: flex;
	justify-content: center;
		flex-wrap: wrap;
		
	align-items: center
}
	#profile .btn {

 margin: 0;
	
}

}
/********************************************************

outline

********************************************************/

section#outline {
 padding: 100px 0;
}

section#outline::before {
 top: 0px;
	bottom: 0px;
}

section#outline .inner {
 width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #FFF
}

.badge {
	position: absolute;
	top: -80px;
	right: -30px;
	z-index: 2;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.badge img {
	width: 120px;
	height: auto;
	
}

.badge {
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#outline .btn a {
 width: 300px;
 height: 40px;
 margin: 0 auto;
	padding: 1em;
 border-radius: 40px;
 background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 color: #333333;
 font-size: 1.4rem;
 text-decoration: none;
 font-weight: normal;
 transition: 0.6s	
}

#outline .btn a:hover {
 border-radius: 40px;
 background: #FFF;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #333;
 text-decoration: none;
}


@media screen and (max-width:767px) {
section#outline {
 padding: 50px 0;
}
section#outline .inner {
 width: 94%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #FFF;
	overflow-x: hidden
}
.badge {
	position: absolute;
	top: -10px;
	right: 0px;
	z-index: 2;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.badge img {
	width: 80px;
	height: auto;
	
}
}



/********************************************************

footer

********************************************************/

footer {
	width: 100%;
	margin: 100px auto 100px;
	padding: 0;
	text-align: center;
		overflow-x: hidden
	
}
footer p {
	margin: 0 auto 1.5em;	
}
footer .btn a {
 width: 300px;
 height: 40px;
 margin: 0 auto;
	padding: 1em;
 border-radius: 40px;
 background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 color: #333333;
 font-size: 1.2rem;
 text-decoration: none;
 font-weight: normal;
 transition: 0.6s	
}

footer .btn a:hover {
 border-radius: 40px;
 background: #F70A29;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #FFF;
 text-decoration: none;
}

#page-top {
 position: fixed;
 bottom: 30px;
 right: 20px;
 font-size: 100%;
 z-index: 9999;
}
#page-top a {
 background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
 text-decoration: none;
 color: #fff;
 width: 80px;
 height: 80px;
 margin: 0;
 padding: 0;
 line-height: 80px;
 text-align: center;
 display: block;
 transition: .6s;
 border-radius: 50%;
	border: 1px solid #FFF
}
#page-top a:hover {
 text-decoration: none;
	background-image: linear-gradient(62deg, #F70A29 0%, #F70A29 100%);
 color: #FFFFFF;
}
@media screen and (max-width:767px) {
#page-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  font-size: 77%;
  z-index: 3;
 }
 #page-top a {
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-align: center;
  display: block;
  transition: background .6s, color .6s;
 }
 #page-top a:hover {
  text-decoration: none;
 }
}


/********************************************************

video

********************************************************/

.video_wrapper {
 width: 100%;
	max-width: 720px;
 margin: 40px auto 20px;
 padding: 0;
	border: 3px solid #FFF;
}
.frame-wrapper__video {
 position: relative;
 width: calc(100% - 0px);
 height: 0;
 padding-bottom: 56.25%;
 overflow: hidden;
 margin: 0 auto;
}
@media screen and (max-width:1000px) {
 .video_wrapper {
  width: 100%;
		max-width: 100%;
  margin: 20px auto 20px;

 }
}
.frame-wrapper__video iframe {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}





/********************************************************

anim

********************************************************/

.fadeInDown {
 -webkit-animation-fill-mode: both;
 -ms-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 -ms-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translateY(20px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
 }
}
@keyframes fadeInDown {
 0% {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
 }
}
.fadeInDown2 {
 -webkit-animation-fill-mode: both;
 -ms-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-duration: 1.5s;
 -ms-animation-duration: 1.5s;
 animation-duration: 1.5s;
 -webkit-animation-name: fadeInDown2;
 animation-name: fadeInDown2;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown2 {
 0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
 }
}
@keyframes fadeInDown2 {
 0% {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
 }
}