@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/***********************************************/
/*BASE*/
/***********************************************/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  width: 100%;
  min-height: 100%;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #000000;
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.img_alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

a.link-btn {
  color: #ffffff;
  display: inline-block;
  background: #00a040;
  padding: 0.5em 1em;
  border-radius: 1em;
  margin: 0.5em 0;
}
a.link-btn:hover {
  text-decoration: none;
}
a.link-btn i {
  display: inline-block;
  transform: rotate(90deg);
}

#pagetop {
  right: 0;
}

a.pagetop-btn {
  position: fixed;
  background-color: rgba(15, 152, 45, 0.6);
  color: #ffffff;
  z-index: 80;
}
a.pagetop-btn:hover {
  color: #ffffff;
  background-color: #0f982d;
}
a.pagetop-btn div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  width: 4em;
  height: 4em;
  line-height: 1em;
}

/***********************************************/
/* HEADER */
/***********************************************/
header {
  background-color: #ffffff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.3);
}

.header {
  width: 940px;
  height: 56px;
  padding-top: 3px;
  margin: 0 auto;
  display: flex;
}
@media all and (min-width: 766px) and (max-width: 1200px) {
  .header {
    width: 100%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 766px) {
  .header {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media all and (max-width: 766px) {
  .header {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.header_logo {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 766px) {
  .header_logo {
    margin-right: 1em;
  }
}
@media all and (max-width: 766px) {
  .header nav {
    order: 1;
    width: 100%;
  }
}
.header_navi {
  display: flex;
  line-height: 1;
}
@media all and (max-width: 766px) {
  .header_navi {
    background-color: #EEEEEE;
    width: 100%;
  }
}
.header_navi li {
  margin-left: 4px;
  position: relative;
}
@media all and (max-width: 766px) {
  .header_navi li {
    margin-left: 0;
  }
}

.header li {
  margin-left: 4px;
  position: relative;
}
@media all and (max-width: 766px) {
  .header li {
    margin-left: 0;
  }
}
.header li:hover > ul > li {
  overflow: visible;
  height: auto;
}
.header li.project ul li {
  margin-left: 0;
  width: 240px;
}
@media all and (max-width: 766px) {
  .header li.project ul li {
    z-index: 1;
  }
}
.header li.project ul li a {
  background-image: url(../img/navi_link-project.png);
}
.header li a {
  display: block;
  transition: 0.5s;
}
.header li ul {
  position: absolute;
}
.header li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.header li ul li a {
  padding: 16px 8px 16px 22px;
  background-color: #ffffff;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-bottom: solid 1px #ededed;
  line-height: 1.2em;
}

.header_navi li:hover > ul > li {
  overflow: visible;
  height: auto;
}
.header_navi li.campaign ul li {
  margin-left: 0;
  width: 240px;
}
.header_navi li.campaign ul li a {
  background-image: url(../img/navi_link-camp.png);
}
.header_navi li.concool ul li {
  margin-left: 0;
  width: 240px;
}
.header_navi li.log_in ul li {
  margin-left: -66px;
  width: 160px;
}
.header_navi li.concool ul li a,
.header_navi li.log_in ul li a {
  background-image: url(../img/navi_link-conc.png);
}
.header_navi li a {
  display: block;
  transition: 0.5s;
}
.header_navi li ul {
  position: absolute;
}
.header_navi li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.header_navi li ul li a {
  padding: 16px 8px 16px 22px;
  background-color: #ffffff;
  background-position: 8px center;
  background-repeat: no-repeat;
  border-bottom: solid 1px #ededed;
  line-height: 1.2em;
}
#BreadNavi{
  width:960px;
  margin-left:auto;
  margin-right:auto;
}
@media all and (max-width: 766px) {
  #BreadNavi {
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
  }
}
/***********************************************/
/* TOP */
/***********************************************/
.top_slider {
  background-image: url(../img/top_bg-1.png);
  background-repeat: repeat-x;
  padding: 40px 0 16px;
}
@media all and (max-width: 766px) {
  .top_slider {
    padding: 1em 0;
  }
}
.top_slider-list {
  display: none;
  width: 900px;
  height: 340px;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3);
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .top_slider-list {
    width: 100%;
    height: auto;
  }
}
.top_slider-list .slick-initialized {
  display: block;
}
.top_announcement {
  text-align: center;
  padding: 8px 0 5px;
}
@media all and (max-width: 766px) {
  .top_announcement {
    padding: 0.6em;
  }
}
.top_announcement a {
  padding: 0;
  text-decoration: none;
}
.top_menu-info dd li a:hover {
  text-decoration: none;
}
.top_announcement-text {
  font-size: 2.0rem;
  font-weight: bold;
  width: 900px;
  margin-left: auto;
  margin-right:auto;
  text-align: left;
}
@media all and (max-width: 766px) {
  .top_announcement-text {
    font-size: 1.2rem;
    width: 100%;
  }
}
.top_announcement-text .font_red {
  color: red;
}
.top_term {
  background-color: #00a040;
  text-align: center;
  padding: 25px 0 23px;
}
@media all and (max-width: 766px) {
  .top_term {
    padding: 1em;
  }
}
.top_menu {
  padding: 40px 0;
  background-color: #d6e6ae;
  background-image: url(../img/top_bg-2.png);
}
@media all and (max-width: 766px) {
  .top_menu {
    padding: 1px;
  }
}
.top_menu_cont {
  width: 940px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media all and (min-width: 767px) and (max-width: 1200px) {
  .top_menu_cont {
    width: 100%;
  }
}
@media all and (max-width: 766px) {
  .top_menu_cont {
    display: block;
    width: 100%;
  }
}
.top_menu_cont dl {
  width: 223px;
}
@media all and (max-width: 766px) {
  .top_menu_cont dl {
    margin: 4%;
    width: auto;
  }
}
.top_menu_cont dl dt {
  text-align: center;
  line-height: 1;
  padding: 16px 0;
}
.top_menu_cont dl li {
  border-bottom: solid 1px #ededed;
  line-height: 1.4em;
}
.top_menu_cont dl li a {
  display: block;
  padding: 16px 8px 16px 22px;
  background-color: #ffffff;
  background-position: 8px center;
  background-repeat: no-repeat;
}
.top_menu-info {
  font-size: 1.4rem;
  background-color: #ffffff;
  height: 295px;
}
.top_menu-info dt {
  background-color: #f9be00;
}
.top_menu-info dd {
  overflow: auto;
  max-height: 245px;
}
@media all and (min-width:737px) and (max-width:1200px) {
  .top_menu-info {
    height: 281px;
  }
  .top_menu-info dd {
    overflow: auto;
    max-height: 231px;
  }
}
@media all and (min-width:0px) and (max-width:736px) {
  .top_menu-info dd {
    overflow: auto;
    max-height: 245px;
  }
}
.top_menu-info dd li {
  border: none;
  margin: 10px;
}
.top_menu-info dd li a {
  padding: 0;
  text-decoration: underline;
  color: #1D78CC;
}
.top_menu-info dd li a:hover {
  text-decoration: none;
}
.top_menu-info dd li p.date {
  color: #666666;
}
.top_menu-camp dt {
  background-color: #ea613b;
}
.top_menu-camp dd ul li a {
  background-image: url(../img/navi_link-camp.png);
}
.top_menu-conc dt {
  background-color: #9000d0;
}
.top_menu-conc dd ul li a {
  background-image: url(../img/navi_link-conc.png);
}
.top_menu-conc dd ul li a.top_menu-concmovie {
  background-image: none;
}
.top_menu-down dt {
  background-color: #e3007f;
}
.top_menu-down dd ul li a {
  background-image: url(../img/navi_link-down.png);
}
.top_menu-downmusic {
  background-color: #ffffff;
  padding: 16px 0 6px 8px;
}
.top_menu-downmusic ul {
  margin: 5px 0 0 5px;
}
.top_menu-downmusic ul li {
  border-bottom: none;
}
.top_menu-downmusic ul li a {
  padding: 4px 8px 4px 22px;
}

/***********************************************/
/* MAIN */
/***********************************************/
#information .page_title h1 {
  border-color: #f9be00;
}
#information h2 {
  border-color: #f9be00;
}

#project .page_title h1 {
  border-color: #f9be00;
}
#project h2 {
  border-color: #f9be00;
}

#campaign .page_title h1 {
  border-color: #ea613b;
}
#campaign h2 {
  border-color: #ea613b;
}

#concool .page_title h1 {
  border-color: #9000d0;
}
#concool h2 {
  border-color: #9000d0;
}

main .indent {
  padding: 40px;
}
main .ml1em {
  margin-left: 1em;
}
main .page_title {
  background-image: url(../img/top_bg-1.png);
  background-repeat: repeat-x;
  padding: 40px 0;
  text-align: center;
}
@media all and (max-width: 766px) {
  main .page_title {
    padding: 4%;
  }
}
main .page_title h1 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 1.2em;
  padding: 3.2rem;
  border-top: 4px solid;
}
@media all and (max-width: 766px) {
  main .page_title h1 {
    width: auto;
    font-size: 2rem;
    line-height: 1.4em;
    padding: 1.6rem;
  }
}
main .page_cont {
  padding: 40px 0;
  background-color: #d6e6ae;
  background-image: url(../img/top_bg-2.png);
}
@media all and (max-width: 766px) {
  main .page_cont {
    padding: 4%;
  }
}
main .page_cont-box {
  width: 940px;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  padding: 3.2rem;
}
@media all and (min-width: 767px) and (max-width: 1200px) {
  main .page_cont-box {
    width: 100%;
  }
}
@media all and (max-width: 766px) {
  main .page_cont-box {
    width: 100%;
    padding: 1.6rem;
  }
}
main .page_cont-box a {
  color: #1D78CC;
  text-decoration: underline;
}
main .page_cont-box a:hover {
  text-decoration: none;
}
main .page_cont-box h2 {
  font-size: 1.8rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  border-left: solid 6px;
  padding-left: 8px;
}
main .page_cont-box h2.first {
  margin-top: 0;
}
main .page_cont-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
main .page_cont-box h4 {
  font-weight: bold;
}
main .page_cont-box p {
  margin-bottom: 1em;
  text-indent: 1em;
}
main .page_cont-box p.attention {
  color: #EF6C28;
}
main .page_cont-box p.no-indent {
  text-indent: 0;
}
main .page_cont-box ul {
  margin: 0 1em 1em;
}
main .page_cont-box ul.list-disc {
  list-style-type: disc;
  margin: 0 1em 1em 2.5em;
}
main .page_cont-box ul.list-decimal {
  list-style-type: decimal;
  margin: 0 1em 1em 2.5em;
}
main .page_cont-box ul.list-hiragana {
  list-style-type: hiragana;
  margin: 0 1em 1em 2.5em;
}
@media all and (max-width: 766px) {
  main .page_cont-box ul.list-hiragana {
    margin: 0 0 0 1.75em;
  }
}
main .page_cont-box ul.list-katakana {
  list-style-type: katakana;
  margin: 0 1em 0 1.75em;
}
@media all and (max-width: 766px) {
  main .page_cont-box ul.list-katakana {
    margin: 0 0 0 1.75em;
  }
}

/***********************************************/
/* INFORMATION */
/***********************************************/
#information .info_photo {
  float: right;
  margin: 0 0 1em 1.5em;
  max-width: 300px;
}
@media all and (max-width: 766px) {
  #information .info_photo {
    float: none;
    margin: 0 auto 1em;
  }
}
#information .info_photo img {
  margin: 5px 0;
}
#information .information-date {
  text-align: right;
  color: #666666;
  margin-bottom: 1em;
}

/***********************************************/
/* CAMPAIGN */
/***********************************************/
#campaign .kit_photo {
  float: right;
  margin: 0 0 1em 1.5em;
  max-width: 300px;
  text-align: center;
}
@media print {
  #campaign .kit_photo {
    float: none;
    max-width: 100%;
  }
  #campaign .kit_photo img {
    display: inline-block;
    width: 50%;
  }
}
@media all and (max-width: 766px) {
  #campaign .kit_photo {
    float: none;
    margin: 0 auto 1em;
  }
}
@media all and (min-width:0px) and (max-width:736px) {
  #campaign .kit_photo img {
    display: inline-block;
    width: 50%;
  }
}

/***********************************************/
/* PROJECT */
/***********************************************/
#project .video_box {
  width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 766px) {
  #project .video_box {
    width: auto;
  }
}
#project .video_box video {
  width: 100%;
  height: auto;
}
#project .about_movie {
  border: solid 1px #f9be00;
  padding: 1.5em;
  margin: 15px 0;
}
#project .about_movie-title {
  margin-bottom: 8px;
}
#project .about_movie-text {
  float: left;
  width: 574px;
  text-indent: 0;
}
@media all and (max-width: 766px) {
  #project .about_movie-text {
    width: auto;
    float: none;
  }
}
#project .about_movie-poster {
  float: right;
  width: 180px;
  border: solid 1px #dddddd;
}
@media all and (max-width: 766px) {
  #project .about_movie-poster {
    float: none;
    margin: 0 auto;
  }
}
#project .about_movie-credit {
  font-size: 1.2rem;
}
#project .information-date {
  text-align: right;
  color: #666666;
  margin-bottom: 1em;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/***********************************************/
/* CONCOOL */
/***********************************************/
#concool .video_box {
  width: 640px;
  margin: 0 auto 40px;
}
@media all and (max-width: 766px) {
  #concool .video_box {
    width: auto;
  }
}
#concool .video_box video {
  width: 100%;
  height: auto;
}
#concool dl.address {
  display: inline-block;
  border: solid 1px #00a040;
  padding: 1em 1.5em;
}
@media all and (max-width: 766px) {
  #concool dl.address {
    padding: 0.5em;
  }
}
#concool dl.address dt {
  float: left;
}
@media all and (max-width: 766px) {
  #concool dl.address dt {
    float: none;
  }
}
#concool dl.address dd {
  margin-left: 4em;
}
@media all and (max-width: 766px) {
  #concool dl.address dd {
    margin-left: 0;
  }
}
#concool .jikou-box {
  border: solid 1px #cccccc;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1em 1em 0;
  margin: 0 24px;
}
@media all and (max-width: 766px) {
  #concool .jikou-box {
    padding: 0.6em;
  }
}
#concool .movie_list-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#concool .movie_list-newbox {
  background-color: #fff9e6;
  padding: 15px 30px;
  margin-top: 20px;
  border: 1px solid #b25f00;
}
@media all and (-ms-high-contrast: none) {
  #concool .movie_list-newbox dl img {
    height:142px;
  }
}
#concool .movie_list-newtitle {
  text-align: center;
  margin: 0.8em 0 1em;
  color: #b25f00;
  font-weight: normal;
  font-size: 2.4rem;
}
#concool .movie_list-new dl {
  flex: 0 0 31%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 15px;
}
@media all and (max-width: 766px) {
  #concool .movie_list-new dl {
    flex: 0 0 48%;
  }
}
#concool .movie_list-new dl dt {
  order: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 8px;
}
#concool .movie_list-new::before {
  content: "";
  display: block;
  width: 31%;
  order: 1;
}
#concool .movie_list-new::after {
  content: "";
  display: block;
  width: 31%;
}
#concool .movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#concool .movie_list-title {
  text-align: center;
  margin: 1.5em 0 1em;
  color: #9000d0;
  font-weight: normal;
  font-size: 2.4rem;
}
#concool .movie_list dl {
  flex: 0 0 23%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 15px;
}
@media all and (max-width: 766px) {
  #concool .movie_list dl {
    flex: 0 0 48%;
  }
}
#concool .movie_list dl dt {
  order: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 8px;
}
#concool .movie_list::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
#concool .movie_list::after {
  content: "";
  display: block;
  width: 23%;
}
@media all and (-ms-high-contrast: none) {
  #concool .movie_list dl img {
    height:113px;
  }
}
#concool .awards_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#concool .awards_list-title {
  border-left: none;
}
#concool .awards_list-img {
  width: 100%;
  height: auto;
}
#concool .awards_list dl {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 15px;
}
@media all and (max-width: 766px) {
  #concool .awards_list dl {
    flex: 0 0 48%;
  }
}
#concool .awards_list dl dt {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 8px;
}
#concool .awards_list dl dt.above {
  margin-top: 0;
  margin-bottom: 8px;
}
#concool .awards_list dl dt.below {
  text-align: center;
}
#concool .awards_list::before {
  content: "";
  display: block;
  width: 48%;
  order: 1;
}
#concool .awards_list::after {
  content: "";
  display: block;
  width: 48%;
}
#concool .words-emphasized {
  color:#FF0000;
  font-size:20px;
  font-weight:bold;
}

/***********************************************/
/* FOOTER */
/***********************************************/


@media all and (max-width: 766px) {
  footer .copyright {
    line-height: 1.2em;
    padding: 0.4em;
  }
}

.footer_contact {
  color: #ffffff;
  padding: 36px;
}
@media all and (max-width: 766px) {
  .footer_contact {
    padding: 4%;
  }
}
.footer_contact-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer_contact dl {
  display: table;
  margin: 0 auto;
}
@media all and (max-width: 766px) {
  .footer_contact dl {
    display: block;
  }
}
.footer_contact dl dt {
  width: 180px;
  text-align: center;
}
@media all and (max-width: 766px) {
  .footer_contact dl dt {
    width: auto;
    margin-bottom: 1em;
  }
}
.footer_contact dl dt, .footer_contact dl dd {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 766px) {
  .footer_contact dl dt, .footer_contact dl dd {
    display: block;
    text-align: center;
  }
}
.footer_contact dd span {
  font-weight: bold;
}
.footer_link {
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
}
@media all and (max-width: 766px) {
  .footer_link {
    padding: 20px 40px;
  }
}
.footer_link ul {
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto;
}
@media all and (min-width: 767px) and (max-width: 1200px)  {
  .footer_link ul {
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    text-align:center;
  }
  .footer_link ul li {
    display: inline-block;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align:center;
  }
  .footer_link ul li img {
    display: inline;
    width: auto;
    height: 40px;
  }
}
@media all and (min-width: 501px) and (max-width: 766px)  {
  .footer_link ul {
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
  }
  .footer_link ul li {
    display: inline-block;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .footer_link ul li img {
    display: block;
    width: auto;
    height: 40px;
  }
}
@media all and (max-width: 500px) {
  .footer_link ul {
    width: auto;
    display: block;
  }
  .footer_link li {
    margin-bottom: .5em;
  }
  .footer_link li:nth-of-type(3) img {
    width: 170px;
  }
}

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