@charset "UTF-8";
@font-face { 
  font-family: "gpb"; 
  src: url("../font/gpb.ttf") format("truetype") 
}

@media screen and (min-width: 1024px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}


a img {
    border-style:none;
}

a:hover img,
.top-banner img:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a img,
.top-banner img{
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}



/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #333;
	background:#fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	line-height: 44px;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

*, *:before, *:after {
box-sizing: border-box;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #7e7859;
	text-decoration:none;
}

a:hover{
	color: #aaa;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right {
	text-align:right;
}

.right2 {
	text-align:right;
	padding-right: 30px;
}

.b{
	font-weight:bold;
}



/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
}



.mv {
  width: 100%;
  height: 1200px;
  position: relative;
  overflow: hidden;
}
 
.mv-wrap {
  position: relative;
  height: 1200px;
}
 
video {
  display: block;
  width: 100%;
  height: 1200px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mv-bg {
  display: block;
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.top{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

.top2{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 6%;
  z-index: 3;
}

.live{
	position: absolute;
    top: 2%;
	right: 2%;
	z-index: 3;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s 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;}
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */

.title{
	margin: 50px auto;
	font-size: 80px;
	line-height: 90px;
	font-weight: bold;
	text-align:center;
	background: linear-gradient(90deg, #ec48b8 20%, #8476b2 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;

}

.title2{
	text-align: right;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 10px;
}

.title3{
	font-size: 75px;
	line-height: 85px;
	background: #000;
	color: #fff;
	padding: 3px 10px;
	font-family: "gpb"; 
}

.title4{
	font-size: 75px;
	line-height: 85px;
	background: linear-gradient(90deg, #ec48b8 20%, #8476b2 100%);
	color: #000;
	padding: 3px 10px;
	font-family: "gpb"; 
}

.txt{
	margin: 60px 40px;
	text-align: left;
}

.section{
	margin: 0 auto;
	max-width: 1200px;
}

.contents{
	width: 100%;
	padding: 60px 0;
	margin-bottom: 60px;
	background: #000;
	color: #fff;
}

.t-img{
	margin: 10px auto;
	text-align: center;
}

.faq{
	margin: 60px 40px;
}



.btn{
	margin: 120px auto;
	width: 650px;
	background: #000;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.btn a{
	color: #fff;
	display: block;
	padding: 50px 0;
}

.btn:hover{
	background: #ec48b8;	
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */


#footer{
	padding:0;
	text-align:center;
	background: #000;
	color: #fff;
	padding: 50px 0 0;
}

.accordion {
  width: 100%;
  margin: 30px auto 0;
  overflow: hidden;  
}


.accordion-trigger {
  width: 100%;
  background: #000;
  font-size: 20px;
  color: #fff;
  padding: 0;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.accordion-icon {
  transition: transform 0.2s;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: scale(1, -1);
  ;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content.open {
  max-height: 1400px;
}

.accordion-body {
  padding: 1rem;
}



address {
	margin:0px auto;
	padding:20px 0;
}

}

