@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Honk&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Honk&family=Kosugi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Honk&family=Kosugi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Honk&family=Kosugi&family=M+PLUS+1p:wght@300&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #ff9;
}

p {
  word-wrap: break-word;
}

h1 {
  font-weight:400;
  color: #000;
  opacity: 1;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

li {
  text-decoration: none;
  list-style: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body#top {
  position: relative;
	width: 100vw;
	height: 10000px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:'M PLUS 1p', sans-serif,'Honk', system-ui;
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
} 
#contents {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000;
}
#halfL{
  left:0;
  display: inline-block;
  position: absolute;
  height: 10000px;
  width: 55%;
  opacity: 1;
  background-color: #cf436b;
  background:rgb(0,0,0);
  transition: 0.5s;
  overflow-x: hidden;
	overflow-y: auto;
}
#halfL .logoImage {
  position: fixed;
  display: inline-block;
  width: 55%;
  height: 100%;
  background-image: url("../images/_svg/name.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 3em top;
}
#halfR{
  right:0;
  display: inline-block;
  position: absolute;
  height: 10000px;
  width: 100%;
  opacity: 1;
  background-color: #fdd900;
  overflow-x: hidden;
	overflow-y: auto;
  z-index: 2;
}
#halfR .logoImage {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/_svg/name.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #halfL{
    display: none;
  }
  #halfR{
    width: 100%;
  }
  #halfR .logoImage {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}

/* .arrowAbout{
  width:15%;
  position:absolute;
  top: 43%;
  right: 24%;
} */
.contents_box{
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: none;
}

.archivesNav .text40{
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

.archivesNav .text40::-webkit-scrollbar{
  display: none;
}

.archivesNav #area .circle a:hover{
   font-size: larger;
   transition: 0.3s;
}
.archivesNav #area .circle a,
.archivesNav #area .circle p{
  font-size: 0.8em;
  transition: 0.1s;
  color: #fff;
  display: inline-block;
  font-weight: 200;
  z-index: 2;
  margin-left: 0.5em;
}
.archivesNav .circle a+div{
  display: none;
}

.archivesNav .circle.hover a+div{
  display: inline-block;
  position: relative;
}
.archivesNav .circle.hover .menu1{
  position: absolute;
  display: inline-block;
  top: -40px;
  left: -5px;
}
.archivesNav .circle.hover .menu2{
  position: absolute;
  display: inline-block;
  top: 0px;
  left: -5px;
}
.archivesNav .circle.hover .menu3{
  position: absolute;
  display: inline-block;
  top: 30px;
  left: -5px;
}


@media screen and (max-width:800px) {
  .archivesNav{
    display: none;
  }
}

@media screen and (max-width:800px){
  .dispWide{
  display: none!important;
  }
}


.cover {
  width: 100%;
  height: auto;
}

/* flexbox */
.flexBlock {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  justify-content: space-around;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.flexBlock1Row {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  justify-content: center;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.flexlist1 > li{
	width:20%;
}
.flexlist1 > li img{
	width:100%;
}
.flexlist2 > ul > li{
	width:20%;
}
.flexlist2 > ul > li img{
	width:100%;
}
.flexlist2Sp > ul > li{
	width:20%;
}
.flexlist2Sp > ul > li img{
	width:100%;
}
.flexlist3 > li{
	width:14.2857143%;
}
.flexlist4_ftr{
  width:18%;
  justify-content: space-around;
  margin-left: 2em!important;
}

.flexlist4_ftr > li{
  width: 18%;
} 
.flexlist4_ftr > li img{
  width:100%;
} 
.flexlist4_ftr > li a:hover{
  opacity: 0.75;
  transition: 0.25s;
}
.ftrTxt{
  margin-left: 3.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
  .flexList2{
    display: flex;
    width: 51%;
    margin-left: auto;
    margin-right: auto;
  }
  .flexList2Sp{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .flexlist3 > li{
    width:14.2857143%;
  }
  .flexlist4_ftr{
    width:40%;
    justify-content: space-around;
    margin-left: 2em!important;
  }
  .flexlist4_ftr > li a:hover{
    opacity:1;
  } 
  .ftrTxt{
    margin-left: 3em;
  }
}


/* lettercolor */
.letterWhite{
  color:#fff;
}
.letterBlack{
  color: #000000, !important;
  margin-left: 2em;
}
@media screen and (max-width: 800px) {
  .letterBlack{
  margin-left: 1em;
  }
}
.letterGrey{
  color:#ccc;
}
.letterRed{
  color:#ff0048;
}
.letterU {
  text-decoration: underline;
}
/* fontsize */
.text0 {
  font-size: 0px;
}
.text10 {
	font-size: 10px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text24{
  font-size: 24px;
}
.text32 {
  font-size: 32px;
}
.text40 {
  font-size: 40px;
}
.text12Vw{
  font-size: 12vw;
}
.text8Vw{
  font-size: 8vw;
}
.underLine{
  text-decoration: underline;
}

h2{
  font-size: 27px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .text40 {
    font-size: 4vw;
  }
  .text32 {
    font-size: 2.7vw;
  }
  .text24{
    font-size: 2vw;
  }
  .text18 {
    font-size: 1.40625vw;
  }
  .text16 {
    font-size: 1.2vw;
  }
  .text14 {
    font-size: 1.1vw;
  }
  .text10 {
    font-size: 1vw;
  }
  h2{
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .text40 {
    font-size: 6vw;
  }
  .text32 {
    font-size: 4.5vw;
  }
  .text24{
    font-size: 3.3vw;
  }
  .text18 {
	  font-size: 3.5vw;
	}
  .text16 {
    font-size: 2.9vw;
  }
  .text14 {
    font-size: 2.5vw;
  }
  .text10 {
    font-size: 2vw;
  }
  h2{
    font-size: 4vw;
  }
}

.alignCenter {
	text-align: center;
}
.alignLeft {
  text-align: left;
}
 /* margin */
 .marginTopHalf {
	margin-top: 0.5em;
}
 .marginTop1em {
	margin-top: 1em;
}
 .marginTop2em {
	margin-top: 2em;
}
 .marginTop3em {
	margin-top: 3em;
}
 .marginTop4em {
	margin-top: 4em;
}
.marginBtm3em{
  margin-bottom: 3em;
}
.marginLeft1em{
  margin-left: 1em;
}
.marginLeft2em{
  margin-left: 2em;
}
.marginLeft35em{
  margin-left: 3.5em;
}
.marginLeft2emSpCancel{
  margin-left: 2em;
}
.paddingBtm1em {
  padding-bottom: 1em;
}
.paddingBtm2em {
  padding-bottom: 2em;
}

/* lineHeight */
  .lineHeight120 {
	line-height: 120%;
}
  .lineHeight160 {
	line-height: 160%;
}
  .lineHeight200 {
	line-height: 200%;
}
  .lineHeight250 {
  line-height: 250%;
}
/* brプロパティ */

.dispWide {
 display: block;
}
.dispNarrow {
  display: none;
 }

.specifiedWidth50 {
  width: 50%!important;
}

 @media screen and (max-width: 800px){
   .dispWide {
    display: none;
   }
   .dispNarrow {
     display: block;
    }
    .marginLeft2emSpCancel{
      margin-left: 0;
    }
 }
.borderNeat{
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  width: 98%;
  height: 2px;
  display: block;
  position: relative;
  border-bottom: solid 1px #dfddc4;
}


.textIndent{
  text-indent: -4em;
  padding-left: 4em;
}




 #area {
  position: fixed;
  width: 100%;
  height: 100%;
}
.circle {
  position: absolute;
  height: 4em;
  width: 10em;
}

/* 動画レスポンシブ  */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}




/* センターハコ からのハンバーガー*/
.boxWrapper {
  position: fixed;
  top: 27%;
  left: 35%;
  width: 50em;
  height: 34em;
  max-width: 900px;
  max-height: 500px;
  background: #fff;
  opacity: 0.7;
  border: solid 0.5px #fff;
  z-index: 3;
}
.scrollBox {
  max-height: 255px;
  max-width: 446px;
  height: 20em;
  width: 38em;
  position: absolute;
  top:20%;
  left: 10%;
  z-index: 2;
  overflow-y: scroll;
  transition: 0.25s;
}
.squareBox{
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: -0.5;
  transition: 0.25s;
  z-index: 4;
  overflow: hidden;
  font-family:'M PLUS 1p', sans-serif,'Honk', system-ui;
}

@media screen and (min-width: 800px) {
  .squareBox.hover{
    opacity: 0.4;
    transition: 0.45s;
  }
  .squareBox span{
    display: none;
  }
}
.squareBox span{
  position: absolute;
  top: 47%;
  left: 25%;
}
.squareBox h1 {
  position: absolute;
  top: 46%;
  left: 37%;
}
.squareBox a {
  display: inline-block;
  height: 100%;
  width: 100%;
  /* color: #fff; */
}

@media screen and (max-width:800px){
  .boxWrapper {
    left:10%;
    height: 60vw;
    width: 80vw;
  }
  .squareBox{
    top: 13vw;
    right: 0vw;
    width: 10vw;
    height: 10vw;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: 0.5s;
    z-index: 3;
    overflow: visible;
    opacity:1 ;
  }
  .scrollBox {
    height: 37vw;
    width: 70vw;
    background-color: #fff;
  }
  .squareBox .squareBtn {
    display: none;
  }
  .squareBox .hamburger{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url("../images/_svg/line.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .squareBox .hamburger.selected {
    transform: rotate(45deg);
    transition: 0.5s;
  }
  .squareBox .hamburger+div {
    transition: 0.5s;
    font-size: 0px;
    list-style: none;
  }
  .squareBox .hamburger.selected+div {
    display: block;
    transform: rotate(270deg);
    transition: 0.25s;
    font-size: 50px;
    line-height: 80%;
    position: absolute;
    left: -90%;
    top: 230%;
    color: #fff;
    width: 80vw;
    height: 40vw;
    list-style: none;
  }
}


/* アコーディオン */
.l-accordion {
  position: fixed;
  display: none;
}

.l-accordion input {
  display: none;
}

.l-accordion .l-accordion-inside {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  font-size: 8vw;
}
.l-accordion .l-accordion-inside a{
  display: none;
}
.l-accordion input:checked~.l-accordion-inside a{
  height: auto;
  opacity: 1;
  color: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.l-accordion .l-accordion-inside p{
  background-color: #000000; 
}
.l-accordion .l-accordion-inside+div {
  background-color: #000; 
}



.l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
}

.l-accordion input:checked+label {
  background-color: #fff;
  color: #000;
  transition: 0.5s;
}
.l-accordion input+label {
  background-color: #000;
  transition: 0.5s;
}
.l-accordion .l-accordion-switch {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 8vw;
}

.eventPage .l-accordion div,
.aboutPage .l-accordion div {
  background-color: #000;
}

/* goBack */

#goBack{
  display: none;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  /* border: 1px solid #999; */
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  position: fixed;
  opacity: 1;
  bottom: 20px;
  right: -35px;
  z-index: 10;
  background-image: url("../images/_svg/arrow_top.svg");
  background-size: 7%;
  background-repeat: no-repeat;
}
#goBack:hover{
  opacity: 0.45;
  transition: 0.75s;
}
@media(max-width:800px){
  #goBack{
      width: 60px;
      height: 60px;
      opacity: 1;
  }
  #goBack:hover{
    opacity: 1;
  }
}

.init {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.init.action {
  opacity: 1;
  transition: 0.5s;
}


/* イベントページ */
@media screen and (min-width:800px) {
  .eventPage #contents .squareBox{
display: none;
  }
}

.eventPage {
  background: #000000;
  position: relative;
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:'M PLUS 1p', sans-serif,'Honk', system-ui;
  font-weight: 200;
  line-height: 300%;
}

.eventPage .widthWrapper{
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.eventPage .context p{
  z-index: 70;
  color: #fff;
  line-height: 120%;
}
.eventPage .context .contextWrap {
  margin-left: 21em;
  margin-right: 21em;
}
@media screen and (max-width: 800px) {
  .eventPage .context .contextWrap {
    margin-left: 1em;
    margin-right: 1em;
  }
}


.eventPage .mainPicture {
  width:25%; 
  margin-left: auto; 
  margin-right: auto;
}
.eventPage .mainPictureWide {
  width:50%; 
  margin-left: auto; 
  margin-right: auto;
}

@media screen and (max-width: 800px) {
  .eventPage .mainPicture {
    width:40%; 
  }
  .eventPage .mainPictureWide {
    width:70%; 
    margin-left: auto; 
    margin-right: auto;
  }
}



/* アバウトページ */
@media screen and (min-width:800px) {
  .aboutPage #contents .squareBox{
display: none;
  }
}

.aboutPage {
  background: hsl(0, 0%, 0%);
  position: relative;
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:'M PLUS 1p', sans-serif,'Honk', system-ui;
	line-height: 300%;
}

.aboutPage .widthWrapper{
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.aboutPage .context p{
  z-index: 70;
  color: #fff;
  line-height: 120%;
}
.aboutPage .contextWrap {
  margin-left: 17em;
  margin-right: 17em;
}

@media screen and (max-width: 800px) {
  .aboutPage .contextWrap {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.aboutPage .mainPicture {
  width:30%; 
  margin-left: auto; 
  margin-right: auto;
}
.aboutPage .mainPictureWide {
  width:27%; 
  margin-left: auto; 
  margin-right: auto;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .aboutPage .mainPicture {
    width:40%; 
  }
  .aboutPage .mainPictureWide {
    width:80%; 
    margin-left: auto; 
    margin-right: auto;
  }
}



/* 追記箇所 */

@keyframes bg-color1 {
  0% { background-color: #494646; }
  20% { background-color: #000; }
  40% { background-color: #494646; }
  60% { background-color: #000; }
  80% { background-color: #494646; }
  100% { background-color: #494646; }
}

@keyframes bg-color2 {
  0% { background-color: #6838c1; }
  20% { background-color: #002afd; }
  40% { background-color: #5527eb; }
  60% { background-color: #4247d1; }
  80% { background-color: #69146f; }
  100% { background-color: #7146df; }
}

#halfL {
  background-color: #e74c3c;
  animation: bg-color1 7s infinite;
  animation-duration: 14s;
}

#halfR {
  background-color: #fff;
  animation: bg-color2 7s infinite;
  animation-duration: 14s;
}

.buruburu {
  display: inline-block;
  animation: none;
}

@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu:hover {
  animation: hurueru .1s  infinite;
}

/* slick */
.slickSlider{
  box-sizing: border-box;
  margin-left: 4em;
  margin-right: 4em;
}

.slickSlider div{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
	content:""!important;
}

.next-arrow{
width: 8%;
position: absolute;
right: -2%;
top: 110%;
}

.prev-arrow{
width: 8%;
position: absolute;
left: -2%;
top: 110%;
}


@media screen and (max-width: 800px) {
  .next-arrow{
    width: 30%;
    right: -13%;
    }
    
    .prev-arrow{
    width: 30%;
    left: -10%;
    }
    .buruburu:hover {
      animation: none;
    }
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}

.item {
  box-sizing: border-box;
  margin: 0;
  width: calc(19% - 20px / 5);
  margin: 0 10px 10px 0;

  &:nth-child(5n) {
    margin-right: 0;
  }
  &:nth-child(6n) {
    margin-left: 0;
  }
}

section {
  margin: 0 3rem;
}

@media screen and (max-width: 800px) {
  .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: center;
  }
  .item {
    margin: 0 50px 5px 0;
    width: 35%;

    &:nth-child(2n) {
      margin-right: 0;
    }
    &:nth-child(5n) {
      margin-right: 50px;
    }
    &:nth-child(10n) {
      margin-right: 0;
    }
  }
}





/* 以下転用 */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.contact-form {
  border: 1px solid #aaa;
  padding: 50px 30px;
}

.title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

form {
  width: 40em;
  margin: 0 auto;
}

.post {
  overflow: hidden;
  margin-bottom: 20px;
}

.label {
  float: left;
  width: 7em;
  /* border-left: solid 3px #724fc2; */
  padding-left: 1em;
  margin-left: 2em;
}

.inputs {
  float: left;
  width: 40%;
  height: 2em;
}

input[type="text"],
input[type="email"] {
  border: solid 1px #aaa;
}

textarea {
  border: solid 1px #aaa;
  height: 10em;
  width: 40%!important;
  font-size: 15px;
}

.button-area {
  text-align: center;
}

input[type="submit"] {
  background: #724fc2;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px black;
  cursor: pointer;
}

input[type="reset"] {
  background: #837a7a;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px black;

  cursor: pointer;
}
