@charset "UTF-8";
/* RS CSS (home.css) */
.mincho, #inst .inst_list ul li a, #release .tracklist ul li, #release .release_detail .txt, #release .release_detail .meta, #release .release_detail .tit, #character .single_character .character_detail p, #character .single_character .character_detail .character-name, #character .cast_box ul li .cast_detail p, .goods_window p, .goods_window h3, #glossary .glossary_box ul li p, #story .story_inner .story_cast ul li p, #story .story_inner .story_text p, #story .story_inner h3, #story .story_inner .story-meta, #profile .enkaku dl dd, #profile .enkaku dl dt, #profile .profile_txt, #profile .profile_visual .credit p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: -0.6px;
}

.shadow {
  -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -ms-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
}

.clearfix:before, .news_list ul li a:before, .news_list ul li span:before, .clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  content: "";
  display: table;
}
.clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  clear: both;
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
  margin-top: 0 !important;
  background: #000;
}

section {
  position: relative;
  margin: 0 auto;
  padding: 100px 40px 120px;
  max-width: 900px;
}
section h2 {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 32px;
  font-size: 2.6666666667rem;
}
section h2 img {
  margin-top: 0;
  height: auto;
  width: 60%;
  margin-left: 0;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}
section .more {
  margin: 50px 0 10px;
  text-align: right;
}
section .more p {
  display: inline-block;
  width: 35%;
  max-width: 150px;
  margin-right: 10px;
}
section .more a {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1rem;
  color: #000;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
section .more a::before {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #000;
  margin-right: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section .more a:hover::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #000;
  margin-right: 10px;
  margin-top: 1px;
}

.main_logo {
  width: 90%;
  margin: 5% auto;
  text-align: center;
}

.main_img {
  width: 100%;
}
.main_img img {
  width: 100%;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news {
  background-size: auto auto;
  background-color: #020102;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #100e0e 35px, #100e0e 63px);
}
#news .back {
  border-radius: 50px;
  max-width: 120px;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#news .news_txt p {
  margin-bottom: 10px;
}

.news_list ul li {
  position: relative;
  background-image: url("../images/keisen.png");
  background-size: contain;
  /* グラデーションの幅・高さを指定 */
  background-position: center bottom;
  /* 背景の開始位置を指定 */
  background-repeat: no-repeat;
  /* 横向きにのみ繰り返す */
  padding: 23px 5px 34px;
}
.news_list ul li a, .news_list ul li span {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_list ul li a:hover, .news_list ul li span:hover {
  text-decoration: none;
}
.news_list ul li a i, .news_list ul li span i {
  position: absolute;
  right: 5px;
  font-weight: bold;
  top: 34px;
  font-size: 20px;
  font-size: 1.6666666667rem;
}
.news_list ul li .news_date {
  position: relative;
  margin-bottom: 5px;
  color: #b30000;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.news_list ul li .news_date .new {
  margin-left: 5px;
  color: #b30000;
}
.news_list ul li .news_tit {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.news_list p {
  font-size: 12px;
  font-size: 1rem;
}
.news_list p a {
  color: #4294b3;
}
.news_list h4 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
  border-left: 10px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.news_list hr {
  display: block;
  width: 100%;
  outline: 0;
  border: none;
  background: #fff;
  height: 1px;
  margin: 20px auto;
}
.news_list .movie_wrap {
  margin: 20px auto;
  border: solid 1px #6d6d6d;
}
.news_list .movie_wrap .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.news_list .movie_wrap .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news_list dl {
  padding-bottom: 15px;
  padding-top: 15px;
}

.news_list dl:first-child {
  padding-top: 0;
  border-top: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.news_list dl dt {
  color: #ff0000;
  margin-bottom: 5px;
}

.news_list dl dd a {
  text-decoration: underline;
}

.news_list dl dd a:hover {
  text-decoration: none;
}

.news_list span.new {
  color: #ff0000;
}

.pager {
  width: 100%;
  height: 33px;
  margin: 35px 0 0;
  text-align: left;
}
.pager a, .pager span {
  display: block;
  padding: 0 8px;
  background: #fff;
  float: left;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
  color: #979797;
}
.pager a:hover, .pager span:hover {
  background: #830609;
  color: #fff;
  border: 1px solid #830609;
}
.pager span {
  background: #830609;
  color: #fff;
  border: 1px solid #830609 !important;
}
.pager span.extend {
  background: transparent;
  border: none !important;
  color: #979797;
}
.pager a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.pager .wp-pagenavi {
  clear: both;
  display: inline-block;
}

.pagination {
  display: inline-block;
}

/*-----------------------------------------------------------------
  profile
------------------------------------------------------------------*/
#profile {
  padding: 50px 0 70px;
  background: url("../images/contents/profile_bg.png") repeat;
}
#profile .inner {
  max-width: 700px;
  padding: 0 40px;
}
#profile .profile_visual {
  margin: 0 auto 20px;
  max-width: 900px;
}
#profile .profile_visual img {
  width: 100%;
}
#profile .profile_visual .credit {
  position: relative;
  margin-bottom: 60px;
}
#profile .profile_visual .credit p {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.6px;
  position: absolute;
  top: 0;
  font-size: 9px;
  font-size: 0.75rem;
}
#profile .profile_visual .credit p:first-child {
  left: 32%;
}
#profile .profile_visual .credit p:last-child {
  left: 52%;
}
#profile .profile_intro {
  width: 80%;
  margin: 40px auto;
}
#profile .profile_intro p {
  text-align: center;
  margin: 10px auto;
}
#profile .profile_intro p:last-child img {
  width: 66%;
}
#profile .profile_txt {
  font-size: 12px;
  font-size: 1rem;
}
#profile .profile_txt .sns {
  margin-top: 30px;
}
#profile .profile_txt .sns ul {
  display: flex;
  padding: 0;
}
#profile .profile_txt .sns ul li {
  margin: 0 7px;
}
#profile .profile_txt .sns ul li a {
  font-size: 24px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile .profile_txt .sns ul li a img {
  width: 20px;
  position: relative;
  top: 2px;
}
#profile .profile_list .artist {
  width: 90%;
  margin: 60px auto;
}
#profile .profile_list .artist .sns {
  margin-top: -4%;
}
#profile .profile_list .artist .sns ul {
  display: flex;
  padding: 0 10%;
}
#profile .profile_list .artist .sns ul li {
  margin: 0 7px;
}
#profile .profile_list .artist .sns ul li a {
  font-size: 24px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile .profile_list .artist .sns ul li a img {
  width: 20px;
  position: relative;
  top: 2px;
}
#profile .profile_list .artist .sns ul li.home a {
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#profile .profile_list .artist.rev .sns {
  margin-top: -1%;
}
#profile .profile_list .artist.rev .sns ul {
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
}
#profile .profile_list .artist.rev .sns ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}
#profile .profile_list .artist.rev .sns ul li a img {
  position: relative;
  top: 2px;
}
#profile .profile_list .artist.rev .sns ul li.home a {
  font-size: 22px;
  font-size: 1.8333333333rem;
}
#profile .profile_list .artist:last-child {
  margin-top: -3%;
}
#profile .enkaku {
  background: url(../images/contents/enkaku_top.png) center top/contain no-repeat, url(../images/contents/enkaku_bottom.png) center bottom/contain no-repeat;
  padding: 5% 0;
  width: 100%;
  margin: 70px auto 30px;
  max-width: 500px;
}
#profile .enkaku .enkaku_inner {
  width: 100%;
  height: 100%;
  background: url(../images/contents/enkaku_middle.png) center/contain repeat-y;
  padding: 10px 10%;
}
#profile .enkaku dl {
  margin-bottom: 20px;
}
#profile .enkaku dl:last-child {
  margin-bottom: 0;
}
#profile .enkaku dl dt {
  color: #b30000;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
#profile .enkaku dl dd {
  color: #fff;
  font-size: 13px;
  font-size: 1.0833333333rem;
}
#profile .enkaku dl dd a {
  color: #4294b3;
  text-decoration: underline;
}

/*-----------------------------------------------------------------
  story
------------------------------------------------------------------*/
#story {
  background: url("../images/contents/bg_story.png") repeat;
  padding-bottom: 100px;
}
#story .inner {
  max-width: 650px;
}
#story .story_list ol li {
  margin: 30px auto;
}
#story .story_list ol li:last-child {
  margin-bottom: 0;
}
#story .story_inner {
  max-width: 1000px;
}
#story .story_inner .story_caption {
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 2.5px;
  color: #ab8741;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#story .story_inner .story-meta {
  margin: 30px auto 30px;
  text-align: center;
  font-size: 11px;
  font-size: 2.9333333333vw;
  letter-spacing: 1px;
}
#story .story_inner h3 {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-size: 6.4vw;
  margin-bottom: 50px;
}
#story .story_inner h3 span {
  color: #c80000;
}
#story .story_inner h4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
#story .story_inner h4 img {
  width: 50%;
}
#story .story_inner .movie_wrap {
  margin: 20px auto;
  border: solid 1px #6d6d6d;
}
#story .story_inner .movie_wrap .movie {
  position: relative;
  width: 100%;
}
#story .story_inner .movie_wrap .movie .yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
#story .story_inner .movie_wrap .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#story .story_inner .story_text p {
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.7;
  text-align: justify;
}
#story .story_inner .story_cast ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 0 -5%;
}
#story .story_inner .story_cast ul li {
  width: 45%;
  margin: 0 0 8% 5%;
}
#story .story_inner .story_cast ul li p.name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
  padding: 2px;
  color: #261212;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: 20px auto 10px;
  font-size: 12px;
}
#story .story_inner .story_cast ul li p {
  letter-spacing: 0.5px;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#story .back {
  border-radius: 50px;
  max-width: 120px;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

#glossary {
  background-size: auto auto;
  background-color: #020102;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #100e0e 35px, #100e0e 63px);
}
#glossary .glossary_box {
  margin: 0 auto;
  padding: 30px;
  background: url("../images/contents/bg_GLOSSARY.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
#glossary .glossary_box h3 {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 22px;
  font-size: 1.8333333333rem;
  line-height: 1.1;
  color: #000;
  margin-bottom: 30px;
}
#glossary .glossary_box h3 span {
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-size: 1rem;
}
#glossary .glossary_box ul li {
  padding: 15px;
  background: url("../images/contents/story_soshoku.png") center bottom no-repeat;
  background-size: contain;
}
#glossary .glossary_box ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #000;
}
#glossary .glossary_box ul li p {
  font-size: 20px;
  font-size: 1.6666666667rem;
  margin-bottom: 15px;
  font-weight: bold;
}
#glossary .glossary_box ul li img {
  width: 20%;
}

.fancybox-container {
  z-index: 1000000;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-infobar {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

.fancybox-bg {
  background: url("../images/contents/bg_GLOSSARY.jpg") no-repeat;
  background-size: cover;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.goods_window {
  width: 80%;
  max-width: 900px;
  flex-wrap: wrap;
  padding: 50px 30px;
  margin: 30px auto;
  margin: 0px !important;
  background: url(../images/contents/story_soshoku.png) center 2%/contain no-repeat, url(../images/contents/story_soshoku.png) center 98%/contain no-repeat;
}
.goods_window .window_inner {
  max-width: 600px;
  padding: 30px 0;
}
.goods_window h3 {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  color: #000;
  margin: 20px auto 35px;
  text-align: left;
}
.goods_window h3 small {
  font-size: 80%;
}
.goods_window p {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #000;
}
.goods_window p strong {
  font-size: 15px;
  font-size: 1.25rem;
}
.goods_window .close {
  border-radius: 50px;
  max-width: 120px;
  width: 50%;
  color: #fff;
  padding: 10px 30px;
  margin: 40px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

/*-----------------------------------------------------------------
  character
------------------------------------------------------------------*/
#character {
  background: url("../images/contents/bg_story.png") repeat;
}
#character .inner {
  max-width: 650px;
}
#character .chara_list {
  margin-bottom: 50px;
}
#character .chara_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3.66% -2.66%;
}
#character .chara_list ul li {
  width: 14%;
  margin: 0 0 3.66% 2.66%;
}
#character .chara_list ul li a {
  display: block;
}
#character .chara_list.subnav {
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(13, 13, 25, 0) 100%, #00d4ff 100%);
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 70px 25px 0;
  top: -100%;
  left: 0;
}
#character .chara_list.subnav ul {
  margin: 0 0 -1.66% -1.66%;
}
#character .chara_list.subnav ul li {
  width: 10.8%;
  margin: 0 0 1.66% 1.66%;
  opacity: 0.9;
}
#character .chara_list.subnav.active {
  top: 0;
}
#character .cast_box h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#character .cast_box h3 img {
  width: 50%;
}
#character .cast_box ul li {
  margin-bottom: 20px;
}
#character .cast_box ul li .cast_detail h4 {
  font-size: 24px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Bodoni Moda", serif;
  margin: 6px 0;
}
#character .cast_box ul li .cast_detail h4 span {
  color: red;
}
#character .cast_box ul li .cast_detail h4 small {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#character .cast_box ul li .cast_detail p {
  font-size: 13px;
  font-size: 1.0833333333rem;
  line-height: 1.8;
}
#character .single_character .character_wrap {
  display: flex;
  justify-content: center;
}
#character .single_character .character_img {
  width: 80%;
  position: relative;
  margin-top: -20%;
}
#character .single_character .character_img img {
  position: relative;
  width: 150%;
  max-width: 150%;
  left: -25%;
}
#character .single_character .character_catchy {
  width: 20%;
}
#character .single_character .character_detail {
  position: relative;
  margin-top: -80%;
  margin-bottom: 70px;
}
#character .single_character .character_detail .character-name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#character .single_character .character_detail .character-name h3 {
  letter-spacing: 2px;
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#character .single_character .character_detail .character-name h3 span {
  color: #c80000;
}
#character .single_character .character_detail .character-name h4 {
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
#character .single_character .character_detail p {
  letter-spacing: 1px;
}
#character .arrow_right {
  font-size: 24px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 20%;
  padding: 10px;
  right: -30px;
}
#character .arrow_left {
  font-size: 24px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 20%;
  padding: 10px;
  left: -30px;
}

/*-----------------------------------------------------------------
  release
------------------------------------------------------------------*/
#release {
  background: url("../images/disco/bg_release.jpg") repeat;
}
#release h3 {
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  color: #750000;
  margin-top: 80px;
  margin-bottom: 30px;
}
#release .release_box {
  margin-bottom: 120px;
}
#release .release_box.release_other .release_jk {
  width: 80%;
  margin: 0 auto;
}
#release .release_box.release_other .release_jk img {
  width: 100%;
  max-width: none;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
}
#release .release_box.release_other .release_detail {
  width: 80%;
  margin: 0 auto;
}
#release .release_jk img {
  width: 100%;
  max-width: none;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
}
#release .release_detail {
  padding: 0% 1%;
}
#release .release_detail .date {
  margin-top: 15px;
  color: #ab8741;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#release .release_detail .tit {
  font-size: 20px;
  font-size: 1.6666666667rem;
  margin-bottom: 5px;
}
#release .release_detail .tit small {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#release .release_detail .meta {
  color: #fff;
  font-size: 12px;
  font-size: 1rem;
}
#release .release_detail .txt {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#release .release_detail .txt a {
  color: #4294b3;
  text-decoration: underline;
}
#release .tracklist {
  margin-top: 30px;
}
#release .tracklist ul li {
  font-size: 14px;
  font-size: 1.1666666667rem;
  padding: 2px 0;
}
#release .sepa {
  margin: 30px auto;
  text-align: center;
}

/*-----------------------------------------------------------------
  inst
------------------------------------------------------------------*/
#inst {
  background: url("../images/bg_inst.png") repeat;
}
#inst h3 {
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  color: #750000;
  margin-top: 80px;
  margin-bottom: 30px;
}
#inst .sepa {
  margin: 30px auto;
  text-align: center;
}
#inst .inst_list {
  padding: 10px 10px;
}
#inst .inst_list ul li {
  margin: 10px auto;
}
#inst .inst_list ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.5rem;
}
#inst .inst_list ul li a i {
  color: #4294b3;
}
#inst .btn_old {
  margin: 50px auto;
  text-align: center;
}
#inst .btn_old img {
  width: 60%;
}
#inst .guideline {
  margin: 80px auto;
  text-align: center;
}
#inst .guideline img {
  width: 100%;
}

/*-----------------------------------------------------------------
  campaign
------------------------------------------------------------------*/
#campaign {
  background-size: auto auto;
  background-color: #2c0e0e;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, #250707 35px, #250707 64px);
  padding: 100px 20px 120px;
}
#campaign .campaign_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  min-height: 600px;
}
#campaign .campaign_wrap .url01 {
  position: absolute;
  top: 45.7%;
  left: 25%;
  width: 50%;
}
#campaign .campaign_wrap .url02 {
  position: absolute;
  top: 82.6%;
  left: 10%;
  width: 80%;
}

/*-----------------------------------------------------------------
  nev2022
------------------------------------------------------------------*/
#nev2022 {
  background: url("../images/nev2022/bg.jpg") no-repeat;
  background-size: cover;
  padding: 100px 20px 120px;
}
#nev2022 .nev2022_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  min-height: 600px;
}
#nev2022 .nev2022_wrap p {
  position: relative;
  margin: 30px auto;
}
#nev2022 .nev2022_wrap .url01 {
  position: absolute;
  top: 64%;
  left: 10%;
  width: 80%;
}
#nev2022 .nev2022_wrap .url02 {
  position: absolute;
  top: 54.6%;
  left: 1%;
  width: 35%;
}
#nev2022 .attention01, #nev2022 .attention02, #nev2022 .attention03 {
  position: relative;
  margin: 30px auto;
}
#nev2022 .attention {
  margin: 40px auto;
}
#nev2022 .attention01 {
  position: relative;
}
#nev2022 .attention01 .attention_url {
  position: absolute;
  top: 64%;
  left: 10%;
  width: 80%;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  #main_visual {
    position: relative;
  }
  #main_visual .main_logo {
    top: 43%;
    right: 8%;
    position: absolute;
    width: 43%;
    margin: 0;
    text-align: center;
  }
  #main_visual .main_img {
    width: 100%;
  }
  #main_visual .main_img img {
    width: 100%;
  }

  #section01_video-area {
    position: fixed;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

  #video_section01 {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    height: 59.25vw;
    min-height: 155%;
    min-width: 155%;
  }

  .video_mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mesh.png") repeat;
    opacity: 0.5;
  }

  .scroll {
    position: relative;
    margin: 30px auto 90px;
    text-align: center;
  }

  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
  /*スクロールダウン全体の場所*/
  .scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 1px;
    right: 50%;
    margin-right: -35px;
    width: 70px;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
  }

  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-bottom: 30px;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }

  .slick-slide {
    margin: 20px 15px;
    width: 500px;
  }
  .slick_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }

  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 110px;
  }

  .slick-dotted.slick-slider {
    margin: 0;
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ー";
    width: 110px;
    height: 60px;
    font-family: "slick";
    font-size: 110px;
    line-height: 50px;
    text-align: center;
  }

  #main {
    width: 100%;
  }

  section {
    position: relative;
    margin: 0 auto;
    padding: 100px 40px 160px;
    max-width: none;
  }
  section h2 {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.5px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
  section h2 img {
    margin-top: 0;
    height: auto;
    width: 40%;
    max-width: 340px;
    margin-left: 0;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin: 0 auto;
    max-width: 800px;
  }
  section .more {
    margin: 80px 0 10px;
    text-align: right;
  }
  section .more p {
    display: inline-block;
    width: 35%;
    max-width: 180px;
    margin-right: 10px;
  }
  section .more a {
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1rem;
    color: #000;
    text-decoration: none !important;
    display: flex;
    align-items: center;
  }
  section .more a::before {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  section .more a:hover::before {
    content: "";
    height: 1px;
    width: 30px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 1px;
  }

  .main_logo {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }

  .main_img {
    width: 100%;
  }
  .main_img img {
    width: 100%;
  }

  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    background-size: auto auto;
    background-color: #020102;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 55px, #100e0e 55px, #100e0e 123px);
  }
  #news .back {
    border-radius: 50px;
    max-width: 120px;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 120px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #news .news_txt p {
    margin-bottom: 20px;
  }

  .news_list p {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .news_list h4 {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-weight: bold;
    border-left: 10px solid #fff;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .news_list hr {
    display: block;
    width: 100%;
    outline: 0;
    border: none;
    background: #fff;
    height: 1px;
    margin: 30px auto;
  }
  .news_list ul li {
    background-image: url("../images/keisen.png");
    background-size: contain;
    /* グラデーションの幅・高さを指定 */
    background-position: center bottom;
    /* 背景の開始位置を指定 */
    background-repeat: no-repeat;
    /* 横向きにのみ繰り返す */
    padding: 23px 15px 50px;
  }
  .news_list ul li a, .news_list ul li span {
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .news_list ul li a:hover, .news_list ul li span:hover {
    text-decoration: none;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 10px;
    color: #b30000;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_list ul li .news_date .new {
    margin-left: 5px;
    color: #b30000;
  }
  .news_list ul li .news_tit {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .news_list ul li:first-child a {
    padding-top: 0;
  }
  .news_list .movie_wrap {
    margin: 20px auto;
    border: solid 1px #6d6d6d;
  }
  .news_list .movie_wrap .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .news_list .movie_wrap .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .news_list dl {
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  .news_list dl:first-child {
    padding-top: 0;
    border-top: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }

  .news_list dl dt {
    color: #ff0000;
    margin-bottom: 5px;
  }

  .news_list dl dd a {
    text-decoration: underline;
  }

  .news_list dl dd a:hover {
    text-decoration: none;
  }

  .news_list span.new {
    color: #ff0000;
  }

  #profile {
    background: url("../images/contents/profile_bg.png") repeat;
  }
  #profile .inner {
    max-width: 700px;
  }
  #profile .profile_visual {
    margin: 0 auto 20px;
    max-width: 800px;
  }
  #profile .profile_visual img {
    width: 100%;
  }
  #profile .profile_visual .credit {
    position: relative;
    margin-bottom: 80px;
  }
  #profile .profile_visual .credit p {
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.6px;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-size: 1rem;
  }
  #profile .profile_visual .credit p:first-child {
    left: 36%;
  }
  #profile .profile_visual .credit p:last-child {
    left: 52%;
  }
  #profile .profile_intro {
    max-width: 600px;
    margin: 50px auto 50px;
  }
  #profile .profile_intro p {
    text-align: center;
    margin: 10px auto;
  }
  #profile .profile_intro p:last-child img {
    width: 66%;
  }
  #profile .profile_txt {
    max-width: 600px;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .profile_txt .sns {
    margin-top: 40px;
  }
  #profile .profile_txt .sns ul {
    display: flex;
    padding: 0;
  }
  #profile .profile_txt .sns ul li {
    margin: 0 7px;
  }
  #profile .profile_txt .sns ul li a {
    font-size: 30px;
    font-size: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #profile .profile_txt .sns ul li a img {
    width: 25px;
    position: relative;
    top: 2px;
  }
  #profile .profile_txt .sns ul li.home a {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #profile .profile_list .artist {
    width: 70%;
    margin: 80px auto;
  }
  #profile .profile_list .artist .sns {
    margin-top: -4%;
  }
  #profile .profile_list .artist .sns ul {
    display: flex;
    padding: 0 10%;
  }
  #profile .profile_list .artist .sns ul li {
    margin: 0 7px;
  }
  #profile .profile_list .artist .sns ul li a {
    font-size: 30px;
    font-size: 2.5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #profile .profile_list .artist .sns ul li a img {
    width: 25px;
    position: relative;
    top: 2px;
  }
  #profile .profile_list .artist .sns ul li.home a {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #profile .profile_list .artist.rev .sns ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 10%;
  }
  #profile .profile_list .artist.rev .sns ul li a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  #profile .profile_list .artist.rev .sns ul li a img {
    position: relative;
  }
  #profile .profile_list .artist.rev .sns ul li.home a {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #profile .enkaku {
    background: url(../images/contents/enkaku_top.png) center top/contain no-repeat, url(../images/contents/enkaku_bottom.png) center bottom/contain no-repeat;
    padding: 5% 0;
    width: 100%;
    margin: 140px auto 50px;
  }
  #profile .enkaku .enkaku_inner {
    width: 100%;
    height: 100%;
    background: url(../images/contents/enkaku_middle.png) center/contain repeat-y;
    padding: 10px 10%;
  }
  #profile .enkaku dl {
    margin-bottom: 20px;
  }
  #profile .enkaku dl:last-child {
    margin-bottom: 0;
  }
  #profile .enkaku dl dt {
    color: #b30000;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .enkaku dl dd {
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #profile .enkaku dl dd a {
    color: #4294b3;
    text-decoration: underline;
  }

  /*-----------------------------------------------------------------
    story
  ------------------------------------------------------------------*/
  #story {
    background: url("../images/contents/bg_story.png") repeat;
  }
  #story .inner {
    max-width: 650px;
  }
  #story .story_list ol li {
    margin: 70px auto;
  }
  #story .story_inner .story_caption {
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 2.5px;
    color: #ab8741;
    font-size: 35px;
    font-size: 2.9166666667rem;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #story .story_inner .story-meta {
    margin: 30px auto 30px;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 1px;
  }
  #story .story_inner h3 {
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-size: 38px;
    font-size: 3.1666666667rem;
    margin-bottom: 50px;
  }
  #story .story_inner h3 span {
    color: #c80000;
  }
  #story .story_inner h4 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #story .story_inner h4 img {
    width: 50%;
  }
  #story .story_inner .movie_wrap {
    margin: 20px auto;
    border: solid 1px #6d6d6d;
  }
  #story .story_inner .movie_wrap .movie {
    position: relative;
    width: 100%;
  }
  #story .story_inner .movie_wrap .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #story .story_inner .movie_wrap .movie .yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
  }
  #story .story_inner .story_text p {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: justify;
  }
  #story .story_inner .story_cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 -3.33%;
  }
  #story .story_inner .story_cast ul li {
    width: 30%;
    margin: 0 0 5% 3.33%;
  }
  #story .story_inner .story_cast ul li p.name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 2px;
    color: #261212;
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    margin: 20px auto 10px;
    font-size: 12px;
  }
  #story .story_inner .story_cast ul li p {
    letter-spacing: 0.5px;
    font-size: 12px;
    font-size: 1rem;
  }
  #story .back {
    border-radius: 50px;
    max-width: 120px;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 120px auto 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }

  #glossary {
    background-size: auto auto;
    background-color: #020102;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 55px, #100e0e 55px, #100e0e 123px);
    max-width: 650px;
  }
  #glossary .glossary_box {
    margin: 0 auto;
    padding: 60px;
    background: url("../images/contents/bg_GLOSSARY.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 70px;
  }
  #glossary .glossary_box h3 {
    text-align: center;
    font-family: "Bodoni Moda", serif;
    font-size: 32px;
    font-size: 2.6666666667rem;
    line-height: 1.1;
    color: #000;
    margin-bottom: 60px;
  }
  #glossary .glossary_box h3 span {
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #glossary .glossary_box ul li {
    margin: 0 auto;
    max-width: 500px;
    padding: 35px;
    background: url("../images/contents/story_soshoku.png") center bottom no-repeat;
    background-size: contain;
  }
  #glossary .glossary_box ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #000;
  }
  #glossary .glossary_box ul li p {
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin-bottom: 20px;
  }
  #glossary .glossary_box ul li img {
    width: 70px;
  }

  .fancybox-container {
    z-index: 1000000;
  }

  .fancybox-slide--html {
    padding: 100px;
  }

  .fancybox-bg {
    background: url("../images/contents/bg_GLOSSARY.jpg") no-repeat;
    background-size: cover;
  }

  .fancybox-is-open .fancybox-bg {
    opacity: 1;
  }

  .goods_window {
    min-width: 500px;
    max-width: 900px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0px !important;
    background: url(../images/contents/story_soshoku.png) center top/contain no-repeat, url(../images/contents/story_soshoku.png) center bottom/contain no-repeat;
  }
  .goods_window .window_inner {
    max-width: 600px;
    padding: 40px 0;
  }
  .goods_window h3 {
    font-size: 26px;
    font-size: 2.1666666667rem;
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    color: #000;
    margin: 30px auto 45px;
    text-align: left;
  }
  .goods_window h3 small {
    font-size: 80%;
  }
  .goods_window p {
    line-height: 1.9;
    font-size: 18px;
    font-size: 1.5rem;
    color: #000;
  }
  .goods_window p strong {
    font-size: 17px;
    font-size: 1.4166666667rem;
  }
  .goods_window .close {
    border-radius: 50px;
    max-width: 120px;
    width: 50%;
    color: #fff;
    padding: 10px 30px;
    margin: 40px auto;
    text-align: center;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }

  /*-----------------------------------------------------------------
    character
  ------------------------------------------------------------------*/
  #character {
    background: url("../images/contents/bg_story.png") repeat;
  }
  #character .inner {
    max-width: 650px;
  }
  #character .chara_list {
    margin-bottom: 80px;
  }
  #character .chara_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -3.66% -2.66%;
  }
  #character .chara_list ul li {
    width: 14%;
    margin: 0 0 3.66% 2.66%;
  }
  #character .chara_list ul li a {
    display: block;
  }
  #character .chara_list.subnav {
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: fixed;
    width: 100%;
    padding: 85px 25px 0;
    top: -100%;
    left: 0;
  }
  #character .chara_list.subnav ul {
    margin: 0 0 -1.66% 6%;
    width: 90%;
  }
  #character .chara_list.subnav ul li {
    width: 5%;
    margin: 0 0 1.66% 1.66%;
    opacity: 1;
  }
  #character .chara_list.subnav.active {
    top: 0;
  }
  #character .cast_box h3 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 50px;
  }
  #character .cast_box h3 img {
    width: 50%;
  }
  #character .cast_box ul li {
    margin-bottom: 30px;
  }
  #character .cast_box ul li .cast_detail h4 {
    font-size: 32px;
    font-size: 2.6666666667rem;
    font-weight: bold;
    font-family: "Bodoni Moda", serif;
    margin: 6px 0;
  }
  #character .cast_box ul li .cast_detail h4 span {
    color: red;
  }
  #character .cast_box ul li .cast_detail h4 small {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #character .cast_box ul li .cast_detail p {
    font-size: 16px;
    font-size: 1.3333333333rem;
    line-height: 1.8;
  }
  #character .single_character .character_wrap {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
  }
  #character .single_character .character_img {
    width: 80%;
    position: relative;
    margin-top: -20%;
  }
  #character .single_character .character_img img {
    position: relative;
    width: 150%;
    max-width: 150%;
    left: -25%;
  }
  #character .single_character .character_catchy {
    width: 20%;
  }
  #character .single_character .character_detail {
    margin: -58% auto 100px;
  }
  #character .single_character .character_detail .character-name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  #character .single_character .character_detail .character-name h3 {
    letter-spacing: 2px;
    font-size: 45px;
    font-size: 3.75rem;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #character .single_character .character_detail .character-name h3 span {
    color: #c80000;
  }
  #character .single_character .character_detail .character-name h4 {
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #character .single_character .character_detail p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    position: relative;
    left: 80px;
    margin: 0 auto;
    max-width: 600px;
    letter-spacing: 1px;
  }
  #character .arrow_right {
    font-size: 50px;
    font-size: 4.1666666667rem;
    display: block;
    position: absolute;
    top: 200px;
    right: -100px;
  }
  #character .arrow_left {
    font-size: 50px;
    font-size: 4.1666666667rem;
    display: block;
    position: absolute;
    top: 200px;
    left: -100px;
  }

  /*-----------------------------------------------------------------
    release
  ------------------------------------------------------------------*/
  #release {
    background: url("../images/disco/bg_release.jpg") repeat;
  }
  #release h3 {
    text-align: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    color: #750000;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  #release .release_box {
    max-width: 550px;
    margin: 45px auto 120px;
  }
  #release .release_box.release_other .release_jk {
    width: 80%;
    margin: 0 auto;
  }
  #release .release_box.release_other .release_jk img {
    width: 100%;
    max-width: none;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
  }
  #release .release_box.release_other .release_detail {
    width: 80%;
    margin: 0 auto;
  }
  #release .release_jk img {
    width: 100%;
    max-width: none;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.57);
  }
  #release .release_detail {
    padding: 0% 1%;
  }
  #release .release_detail .date {
    margin-top: 15px;
    color: #ab8741;
    font-size: 17px;
    font-size: 1.4166666667rem;
  }
  #release .release_detail .tit {
    font-size: 26px;
    font-size: 2.1666666667rem;
    margin-bottom: 5px;
  }
  #release .release_detail .tit small {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #release .release_detail .meta {
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #release .release_detail .txt {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #release .release_detail .txt a {
    color: #4294b3;
    text-decoration: underline;
  }
  #release .tracklist {
    margin-top: 30px;
  }
  #release .tracklist ul li {
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 2px 0;
  }
  #release .sepa {
    margin: 30px auto;
    text-align: center;
  }

  /*-----------------------------------------------------------------
    inst
  ------------------------------------------------------------------*/
  #inst {
    background: url("../images/bg_inst.png") repeat;
  }
  #inst .inner {
    max-width: 600px;
  }
  #inst h3 {
    text-align: center;
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-family: "Bodoni Moda", serif;
    font-weight: bold;
    color: #750000;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  #inst .sepa {
    margin: 50px auto;
    text-align: center;
  }
  #inst .inst_list {
    padding: 20px 20px;
  }
  #inst .inst_list ul li {
    margin: 20px auto;
  }
  #inst .inst_list ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #inst .inst_list ul li a i {
    color: #4294b3;
  }
  #inst .btn_old {
    margin: 80px auto;
    text-align: center;
  }
  #inst .btn_old img {
    width: 40%;
  }
  #inst .guideline {
    margin: 120px auto;
    text-align: center;
  }
  #inst .guideline img {
    width: 80%;
  }
}

/*# sourceMappingURL=page.css.map */
