.back{
  padding: 0;
  margin: 0;
  text-align: center;
  justify-content: center;
  margin: 0 auto 0;
}
.back a{
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-weight: bolder;
  color: #000;
  padding: 0;
  margin: 0;
}
.back p{
  margin: 0;
}


body{
  margin: 0;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  color: #000000;
  box-sizing: border-box;
}
*{box-sizing: border-box;}
img{
  max-width: 100%;
}
.features{
  overflow: hidden;
}
header img {
  vertical-align: bottom;
  max-width: 100%; 
}
#video{
  vertical-align: bottom;
  z-index: -500;
}
header{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
}
ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.top{
  margin: 0;
  list-style-type: none;
  padding: 0;
  background-color:rgba(115,66,150,0.8);
  font-family: 'Cinzel', serif;
}
.top ul a{
  vertical-align: middle;
}
.menu a{
  text-decoration: none;
  color: azure;
}
.menu a:hover{
  opacity: 0.5;
}
.menuitem{
  font-size: 20px;
  width: 110px;
}
.bottombottom{
  z-index: 100;
  position: relative;
}
.bottombottom a{
  text-decoration: none;
}
.menu::after{
  content: '';
  display: block;
  clear: both;
}
.menu{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
}


/* １番目のスライドショー */
.onebox{
  margin: 0;
  padding: 0;
  background-color: #000000;
  width: 100%;
}
.container1{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide a:hover{
  opacity: 0.7;
}


/* ピクチャー固定設定 */
#toppicture{
  width: 100%;
}
body.is-fixed #toppicture{
  left: 0;
  z-index: -300;
  position: fixed;
}
.twobox,.threebox,.fourbox,.fivebox,.sixbox,.tantaibotan{
  background-color:rgb(255,255,255,0.8);
}
body.is-fixed .top{
  background-color:rgba(115,66,150,0.8);
}
/* アップルミュージック */
body.is-fixed .applemusic iframe{
  position: fixed;
  z-index: 8000;
  max-height: 12%;
}






/* ニュース */
.container{
  max-height: 100%;
  margin: 0 auto 0;
  text-align: center;
  justify-content: center;
}
.box3{
  width: 100%;
  margin: 0;
  padding-left: 10px;
}
.box3 ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.box3 h1{
  text-align: center;
  font-family: 'Cinzel', serif;
  margin: 0;
}
.box3 ul{
  margin-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.3);
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.box3 li:not(:last-child){
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.box3 ul li p{
  margin: 0;
  font-family: 'Cinzel', serif;
  color: #000;
}
.box3 li{
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 20px;
  padding-left: 8%;
  
}
.box3 li time{
  margin: 0;
  padding: 0;
  font-family: 'Cinzel', serif;
  font-weight: bolder;
  color: #000;
}
.box3 a{
  text-decoration: none;
}
.box3 li:hover{
  background-color: rgb(0,0,0,0.08);
}








/* ボタン */
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 0;
  /* padding: 0.3rem 4rem; */
  color: #fff;
  border-radius: 0;
  background: rgb(111,148,205);
}
a.btn-flat span {
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: small;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) ;
  transform: translateX(-98%) translateY(-25%) ;

  background:purple;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) ;
  transform: translateX(-9%) translateY(-25%) ;
}







.container3{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
/* ビデオ設定 */
.box4{
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.box4>h1{
  text-align: center;
  font-family: 'Cinzel', serif;
  margin: 0;
}
.box4 li{
  margin: 10px;
}
#slider{
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
#slider img{
  height: auto;
  width: 100%;
}
/*slick setting*/
#slick-prev:before,
#slick-next:before {
  color: #000;
}

.tantaibotan{
  margin: 0 auto 0;
  padding: 0;
  justify-content: center;
  width: 100%;
  display: flex;
}












/* ギャラリー設定 */
.box5{
  width: 100%;
  margin: 0;
}
.box5>h1{
  text-align: center;
  font-family: 'Cinzel', serif;
  margin: 0;
}
.gallery{
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
.gallery img{
 /* width: 360px;
 height: 250px; */
 transition: 200ms;
 z-index: 11000;
 opacity: 0.9;
}
/* クリックポップアップ */
.model{
  background: rgba(0,0,0,0.8)!important;
}

.close{
  margin: 0;
  padding: 0;
  color: white;
}
.close .material-icons{
  font-size: 70px!important;
  font-weight:small !important;
  cursor: pointer;
  cursor: hand;
}







/* プロフィールとアンケ的なやつ */
.container4{
  width: 700px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0;
  text-align: center;
  justify-content: center;
}
.box6{
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}
.box6 h1{
  text-align: center;
  font-family: 'Cinzel', serif;
  margin: 0;
}
/* .box6 img{
  box-shadow: 20px 20px  rgb(111,148,205,0.3);
} */
.naiyou p{
  text-align: left;
  font-family: "Tsukushi B Round Gothic","筑紫B丸ゴシック";
    /* padding: 20px;
  font-size: 19PX;
  position: absolute;
  top: 0;
  left: 20px; */
}

/* ぷろふをホバーした時 */
.naiyou {
	display: flex;
  /* justify-content: space-around; */
  justify-content: center;
	list-style: none;
	padding: 0;
	text-align: center;
}
/* .naiyou li,
.naiyou li dl {
	width: 200px;
	height: 180px;
} */
.naiyou li {
  position: relative;
}
.naiyou dl {
	box-sizing: border-box !important;
	position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  width: 100%;
  height: 100%;
	color: #fff;
	background: rgb(111,148,205,.9);
}
.naiyou dl dd {
	margin: 0;
	text-align: justify;
	word-break: break-all;
}
.naiyou dl dd:not(:first-child) {
	margin-top: .5em;
}
.naiyou dl dd:last-of-type {
	text-align: right;
}
/* .naiyou a {
	padding: .5em;
	background: #fff;
	text-decoration: inherit;
} */
.naiyou li {
  overflow: hidden;
}
.naiyou li dl{
  background: transparent;
}
.naiyou li:not(:hover) p{
  opacity: 0;
  transition-delay:0s;
}
.naiyou li dl dd{
  position: relative;
  z-index: 1;
  transition: opacity .3s .3s;
}
.naiyou li:not(:hover)dl dd{
  opacity: 0;
  transition-delay: 0s;
}
.naiyou li dl::before,
.naiyou li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background:rgb(111,148,205,.9);
	transition: opacity .3s, transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.naiyou li dl::before {
	left: 0;
}
.naiyou li dl::after {
	right: 0;
}
.naiyou li:not(:hover) dl::before,
.naiyou li:not(:hover) dl::after {
	opacity: 0;
	transition-duration: .6s;
}
.naiyou li:not(:hover) dl::before {
	transform: translateX(-175px) skew(-30deg);
}
.naiyou li:not(:hover) dl::after {
	transform: translateX(275px) skew(-30deg);
}












/* 真ん中のsliderのボタン変更 */
.slick-dots{
  bottom: -40px;
}
.slick-dots li button:before {
  width: 25px;
  height: 2px;
  content: '';
  background-color: #000;
}



/* フッダー */
footer{
  background:rgb(80, 43, 107);
  color: rgba(137, 135, 146, 0.8);
  text-align: center;
  font-size: 14px;
  font-family: 'Cinzel', serif;
}
footer p{
  margin: 0;
}
footer h1{
  margin: 0;
  font-weight: normal;
  font-size: 15px;
}
.last{
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.black{
  background-color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
}







/* パソコン */
@media screen and (min-width: 768px){
  /* スマホ版 */
  .sp{
    display: none!important;
    }
  .box1 {
    background-color: rgba(115,66,150, 0.8);
    padding: 0px;
    margin: 0;
    position: absolute;
    left: 85%;
    top: 75%;
    width: 230px;
    height: 290px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;/*余計な隙間を除く*/
    padding:0;/*余計な隙間を除く*/
    text-align: center;
    justify-content: center;
  }
  .box1>h1{
    font-size: 25px;
    color:white;
    font-family: 'Cinzel', serif;
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  .box1 p{
    font-size: 15px;
    color: white;
    font-family: 'Cinzel', serif;
    margin: 0;
    padding:0;
  }
  .box1 img{
    width: 100%;
  }
  .btnbox{
    background-color:rgb(193,123,177);
    box-shadow: 0px 0px 6px rgba(56,70,155,0.8);
    width: 160px;
    height: 40px;
    padding: 10px;
    margin: 0 auto 0;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    margin-top: 6px;
  }
  .btnbox>h1{
    color:white;
    font-size: 18px;
    font-family: 'Cinzel', serif;
    margin: 0;
    margin-top: -2px;
  }
  .btnbox:hover{
    background-color:rgb(111,148,205);
  }  
  .menutitle{
    font-size: 40px;
    width: 220px;
  }
  #video{
    margin-top: 110px;
    width: 100%;
  }
  header{
    background-position: center;
    background-size: cover;
  }
  .container1{
    width: 1300px;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  body.is-fixed #toppicture{
    top: 110px;
  }
  body.is-fixed .twobox{
    margin-top: 40%;
  }
  .container{
    width: 550px;
    max-width: 100%;
  }
  body.is-fixed .applemusic iframe{
    bottom: 5%;
    right: 0;
  }
  .box3 li time{
    font-size: 15px;
  }
  .box3 ul li p{
    font-size: 18px;
  }
  .box3 h1{
    font-size: 37px;
    padding-bottom: 20px;
  }
  .botan{
    padding-top: 50px;
  }
  a.btn-flat {
    padding: 0 60px 10px 60px;
  }
  .box4{
    padding-top: 200px;
  }
  .btn,
  a.btn,
  button.btn {
  font-size: 1.6rem;
  }
  .box5{
    padding-top: 200px;
  }
  .gallery a{
    width: 30%;
    margin: 1.6666%;
  }
  .box6{
    padding-top: 140px;
  }
  .box4>h1{
    padding-bottom: 20px;
    font-size: 37px;
  }
  .box5>h1{
    font-size: 37px;
    padding-bottom: 20px;
  }
  .box6 h1{
    font-size: 37px;
    padding-bottom: 20px;
  }
  .naiyou dl {
    padding: 70px 40px;
  }
  .top{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .close{
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .naiyou dl dd {
    font-size: 15px;
  }
  .box3{
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .box3 ul{
    max-height:480px;
  }
  .back{
    font-size: 13px;
    padding-top: 70px;
  }
  .back{
    font-size: 13px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .back a p{
    font-size: 13px;
  }
  .gallery img:hover{
    transform: scale(1.01);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    opacity: 1;
  }
  .menu ul li{
    vertical-align: middle;
    display: inline-block;
    line-height: 100%;
  }
}






/* スマホ */
@media screen and (max-width: 767px){
  /* パソコン版 */
  .pc{
    display: none!important;
  }
  .menutitle{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 25px;
  }
  #video{
    margin-top: 55px;
    width: 200%;
  }
  header{
    background-size: cover;
    background-position: center;
  }
  #video{
    width: 100%;
  }
  .container1{
    width: 767px;
    padding: 5px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  body.is-fixed #toppicture{
    top: 54px;
  }
  body.is-fixed .twobox{
    margin-top: 60%;
  }
  .container{
    width: 400px;
    max-width: 100%;
  }
  body.is-fixed .applemusic iframe{
    left: 0;
    bottom: 0;
    min-height: 140px;
    width: 100%;
  }
  .box3 li time{
    font-size:  14px;
  }
  .box3 ul li p{
    font-size: 13px;
  }
  .box3 h1{
    font-size: 30px;
    padding-bottom: 8px;
  }
  .botan{
    padding-top: 30px;
  }
  .box3{
    padding-left: 0;
  }
  a.btn-flat {
    padding: 0 40px 5px 40px;
  }
  .box4{
    padding: 10px;
    padding-top: 130px;
  }
  .btn,
  a.btn,
  button.btn {
  font-size: 1.2rem;
  }
  .box5{
    padding: 10px;
    padding-top: 170px;
  }
  .gallery a{
    width: 45%;
    margin: 1.6666%;
  }
  .box6{
    padding-top: 130px;
  }
  .box4>h1{
    font-size: 30px;
    padding-bottom: 8px;
  }
  .box5>h1{
    font-size: 30px;
    padding-bottom: 8px;
  }
  .box6>h1{
    font-size: 30px;
    padding-bottom: 8px;
  }
  .botan2{
    padding-top: 0;
  }
  .naiyou li{
    width: 70%;
  }
  .naiyou dl {
    padding: 40px 20px;
  }
  .close{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .naiyou dl dd {
    font-size: 13px;
  }

  /* ハンバーガーメニュー */
  .top{
    padding-left: 20px;
  }
  .drawer-open>span{
    top: 50%;
    transform: translateY(-50%);
  }
  /* チェックボックスは非表示に */
  .drawer-hidden {
    display: none;
  }
  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 21000;/* 重なり順を一番上に */
    cursor: pointer;
  }
  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: white;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }
  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }
  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/* メニューを画面の外に飛ばす */
    z-index: 20000;
    background: rgb(0,0,0,0.8);
    transition: .5s;
    justify-content: center;
    text-align: center;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
  }
  .iphonemenu{
    width: 70%;
    padding-top: 200px;
    margin: 0 auto 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .drawer-item{
    width: 100%;
    padding: 20px;
  }

  a.btn-border {
    font-size: 25px;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 2px 0px #4f6aa7, 0px 3px 0px #5470ad;
  }
  a.btn-border:active {
    top: 4px;
    text-shadow: none;
  }
  a.btn-border:hover {
    color: #fff;
    background: #000;
  }
  .box3{
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .box3 ul{
    max-height:350px;
  }
  .back{
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .last{
    padding: 0;
    padding: 20px 0 20px;
  }
  .close{
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drawer{
    position: absolute;
    right: 10px;
    top: 14px;
  }
  .top{
    padding: 11px 0 10px;
  }
  .menutitle{
    padding-left: 10px;
  }
}

