#mainvisual {
	width: 100%;
	height: 100vh;
	position: relative;
}
.mv-ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 3px;
	text-align: center;
	line-height: 160%;
	height: 300px;
}
.mv-ttl::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-10%);
  width: 100%;
  height: 5px;
  box-shadow: 0 40px 15px rgba(0, 0, 0, .2);
  background-color: transparent;
  border-radius: 60px / 4px;
}
.mv-ttl span {
	display: block;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-size: 6em;
	letter-spacing: 4px;
	position: relative;
	margin-left: 70px;
	margin-top: -30px;
}
.mv-ttl img {
	width: 140px;
	position: absolute;
	bottom: -25px;
	left: 0;
	margin-left: -180px;
}
#mainvisual .yeeaaah {
	top: 50%;
	left: 0;
	transform: translate(0%, -90%);
}
/* スクロール */
.scrolldown2{
	position:absolute;
	bottom:15px;
	left:15px;
}
.scrolldown2 span{
	position: absolute;
	left:2px;
	bottom:10px;
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-3px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background:#000;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 50px;
	background:#000;
}
@media (max-width: 992px) {
	.mv-ttl {
	}
	.mv-ttl span {
        font-size: 4em;
        margin-top: -10px;
    }
}
@media (max-width: 768px) {
	#mainvisual {
		max-height: 625px;
	}
	.mv-ttl {
		left: 40%;
		font-size: 1em;
		letter-spacing: 1px;
		transform: translate(-50%, -50%);
		height: 160px;
	}
	.mv-ttl span {
		margin-left: 40px;
	}
	.mv-ttl::after {
		left: 50%;
		height: 2px;
		box-shadow: 0 40px 5px rgba(0, 0, 0, .2);
		border-radius: 40px / 4px;
	}
	.mv-ttl img {
		width: 80px;
		margin-left: -40px;
		bottom: -20px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
}
#sec01 .introduction {
	margin-bottom: 150px;
}
#sec01 .introduction .catch {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 6px;
	line-height: 180%;
}
#sec01 .introduction .catch .br-clear {
	display: none;
}
#sec01 .introduction p {
	max-width: 600px;
	width: 85%;
	margin: 0 auto 15px;
	line-height: 180%;
}
#sec01 .zawa {
	max-width: 400px;
	width: 40%;
	margin: 5% auto 20%;
	position: relative;
}
#sec01 .dodo {
	margin: 5% auto 0 0;
}
#sec01 .uoo {
	width: 50%;
	margin: -35% -5% 0 auto;
}
#sec01 .box {
	max-width: 700px;
	width: 80%;
	padding: 150px;
	border-top: #000 3px solid;
	border-left: #000 2px solid;
	border-right: #000 3px solid;
	border-bottom: #000 5px solid;
	background-color: #fff;
	border-radius: 81% 19% 70% 30% / 21% 84% 16% 79%;
	position: absolute;
	left: 8%;
	bottom: 7%;
}
#sec01 .box .ttl,
#sec02 .box .ttl,
#sec03 .box .ttl {
	line-height: 110%;
	margin-bottom: 20px;
}
#sec01 .box .ttl strong,
#sec02 .box .ttl strong,
#sec03 .box .ttl strong {
	display: block;
	font-family: "Stick", sans-serif;
	font-weight: 400;
	font-size: 5em;
	line-height: 120%;
}
#sec01 .box .ttl span,
#sec02 .box .ttl span,
#sec03 .box .ttl span {
	font-weight: 700;
}
#sec01 .box .txt,
#sec02 .box .txt,
#sec03 .box .txt {
	line-height: 180%;
}
@media (max-width: 992px) {
	#sec01 .box {
		padding: 100px;
	}
}
@media (max-width: 768px) {
	#sec01 .box {
        max-width: none;
        width: 90%;
        padding: 30px;
        border-radius: 5%;
        position: static;
		margin: -40px auto;
		left: auto;
		bottom: auto;
		position: relative;
		z-index: 1;
    }
	#sec01 .introduction .catch {
        font-size: 1.4em;
        letter-spacing: 5px;
    }
}
@media (max-width: 580px) {
	#sec01 .introduction .catch {
        font-size: 1.2em;
        letter-spacing: 2px;
		line-height: 170%;
    }
	#sec01 .introduction .catch .br-clear {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec02 {
	position: relative;
}
#sec02 .oo {
	width: 80%;
	margin: 5% auto 5% 0;
}
#sec02 .box {
	max-width: 700px;
	width: 80%;
	padding: 150px;
	border-top: #000 3px solid;
	border-left: #000 2px solid;
	border-right: #000 3px solid;
	border-bottom: #000 5px solid;
	background-color: #fff;
	border-radius: 39% 61% 58% 42% / 42% 50% 50% 58% ;
	position: absolute;
	right: 8%;
	bottom: 7%;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec02 .box {
        max-width: none;
        width: 90%;
        padding: 30px;
        border-radius: 5%;
        position: static;
		margin: -40px auto;
		right: auto;
		bottom: auto;
		position: relative;
		z-index: 1;
    }
}
/* --------------------------------------------------- */
#sec03 {
	position: relative;
}
#sec03 .don {
	max-width: 800px;
	width: 80%;
	margin: 5% 10% 0 auto;
}
#sec03 .gogo {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto 5% 0;
	padding-top: 51.59%;
	position: relative;
}
#sec03 .box {
	max-width: 700px;
	width: 80%;
	padding: 8%;
	border-top: #000 3px solid;
	border-left: #000 2px solid;
	border-right: #000 3px solid;
	border-bottom: #000 5px solid;
	background-color: #fff;
	border-radius: 59% 41% 70% 30% / 34% 64% 36% 66% ;
	position: absolute;
	left: 5%;
	top: 7%;
}
#sec03 .gokuri {
	max-width: 200px;
	width: 40%;
	margin: 30vh auto;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec03 .box {
        max-width: none;
        width: 90%;
        padding: 30px;
        border-radius: 5%;
        position: static;
		margin: -40px auto;
		left: auto;
		top: auto;
		position: relative;
		z-index: 1;
    }
	#sec03 .gokuri {
        margin: 20vh auto;
    }
}
/* --------------------------------------------------- */
#sec04 {
	position: relative;
	margin-bottom: 20vh;
}
#sec04 .we-are {
	width: 180px;
	margin: 5% auto;
}
#sec04 .we-are .pc {
	width: 80%;
}
#sec04 .we-are .sp {
	display: none;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec04 .we-are {
        width: 120px;
        margin: 5% auto;
    }
    #sec04 .we-are .pc {
		display: none;
    }
    #sec04 .we-are .sp {
        display: block;
    }
}
/* --------------------------------------------------- */
#sec05 {
}
#sec05 .waa {
	width: 60%;
	margin: 5% auto;
}
#sec05 .txt {
	max-width: 600px;
	width: 90%;
	margin: 0 auto 50px;
}
#sec05 .btn-style01 {
	margin: 0 auto 50px;
}
#sec05 ul {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec05 li {
	width: 32%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 140%;
	background: url("../images/maru.png") no-repeat center;
	background-size: 100% 100%;
	padding-top: 22%;
	position: relative;
}
#sec05 li:nth-child(2) {
	background-image: url("../images/maru2.png");
}
#sec05 li:nth-child(4) {
	background-image: url("../images/maru3.png");
}
#sec05 li:nth-child(6) {
	background-image: url("../images/maru4.png");
}
#sec05 li p {
	position: absolute;
	text-align: center;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec05 li span {
	display: block;
	text-align: center;
	font-size: 9px;
}
@media (max-width: 992px) {
	#sec05 ul {
		width: 88%;
	}
	#sec05 li {
		width: 49%;
	}
}
@media (max-width: 768px) {
	#sec05 li {
		font-size: 1.1em;
	}
}
@media (max-width: 580px) {
	#sec05 ul {
		width: 80%;
		display: block;
		margin-bottom: 30px;
	}
	#sec05 li {
		width: 100%;
		padding-top: 35%;
		border-bottom: #333 2px dashed;
	}
	#sec05 li,
    #sec05 li:nth-child(2),
    #sec05 li:nth-child(4),
    #sec05 li:nth-child(6) {
		background-image: none;
    }
}
/* --------------------------------------------------- */
#sec06 {
	width: 100%;
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec06 .yeeaaah {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}
.col{
  width: calc(32% - 2rem);
  margin: 1rem;
  cursor: pointer;
}
a.col {
  display: block;
  text-decoration: none;
  color: inherit;
}
.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}
.front,
.back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 600px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.2rem;
}
.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}
.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.front.sports { background-image: url('../images/ph1.jpg'); }
.front.music  { background-image: url('../images/ph2.jpg'); }
.front.event  { background-image: url('../images/ph3.jpg'); }
.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	font-size: .9rem;
	font-weight: 400;
}
.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.container:hover .front {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.front .inner {
	text-align: center;
}
.front .inner p{
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
	text-align: center;
	font-weight: 700;
}
.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}
.front .inner span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
	text-align: center;
}
@media (max-width: 992px) {
	.col{
        width: calc(33% - 1rem);
        margin: .2rem;
    }
	.front,
    .back {
        min-height: 450px;
    }
}
@media (max-width: 768px) {
	.col{
        width: calc(49% - 1rem);
    }
}
@media (max-width: 680px) {
	#sec06 {
		margin: 0 auto 30px;
		padding-bottom: 100px;
	}
	#sec06 .yeeaaah {
		top: auto;
		bottom: -20px;
		transform: translate(0%, 0%);
	}
	.col{
        width: calc(99% - 1rem);
		margin: .5rem;
    }
	.front,
    .back {
        min-height: 350px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */