@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', Meiryo, sans-serif;
  color: #134a89;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

  
  
/*****************/



.container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 2vw;
  }

}




[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/*****************
header
*****************/
.header {
  background: #000000;
}
.inner-header{
  max-width: 1200px;
  margin: auto;
  padding: 15px 10px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 80%;
  max-width: 388px;
}

@media (max-width: 768px) {
  .inner-header{
    max-width: 100%;
    padding: 1.333vw 3.999vw 2.666vw;
  }
  .logo_tv{
    width: 47.06vw;
    max-width: auto;
  }
}



/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
}
.main-content{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  color: #012e4f;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

.main-top {
  width: 100%;
    height: 350px;
    /* background-image: url(/library/dis/cms/img/dcp/feature/eigakan_go/main_pc_bg.png); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fae6ef;
    }
    
.main-top .img{
  max-width: 830px;
  margin: auto;
  padding-top: 32px;
}


@media (max-width: 768px) {
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  
  
  .main-top {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .main-top .img{
    max-width: 100%;
    width: 100%;
    padding-top: 8px;
  }
  
}

/*****************
pageNav
*****************/
.pageNav{
  text-align: center;
  background: #f941a7;
}
.pageNav ul{
 display: table;
 margin: auto;
}
.pageNav li{
  position: relative;
 display: table-cell;
 font-size: 3.2rem;
  font-weight: 500;
 padding: 30px 20px;
}
.pageNav li:after{
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 30px;
  background: #ffffff;
  content: "";
  transform: translateY(-50%);
}
.pageNav a:hover {
  opacity: 0.65;
}
.pageNav li:first-child{
 padding-left: 0;
}

@media (max-width: 768px) {
  .pageNav li{
   font-size: 1.6rem;
   padding: 2.86vw 2.6vw;
  }
  .pageNav li:after{
    width: 1px;
    height: 1.6rem;
  }
}
@media (max-width: 374px) {
  .pageNav li{
   font-size: 1.5rem;
   padding: 2.86vw 2.3vw;
  }
}


/*****************
common
*****************/
.el_atten{
  padding-top: 20px;
  text-align: center;
  color: #000;
}

@media (max-width: 768px) {
  .el_atten{
    font-size: 1.0rem;
    padding: 2.666vw 0.5vw 0;
    letter-spacing: -0.05em;
  }
}


/*****************
container 作品Wrap common
*****************/
.el_topic{
  overflow: hidden;
}
.imgArea{
  float: left;
}
.txtArea{
  float: right;
}
.el_topic .imgArea{
  width: 21.875%;
  max-width: 280px;
}
.el_topic .txtArea{
  width: 74.218%;
  max-width: 950px;
}
.el_topic .txtArea dl{
  margin-bottom: 45px;
}
.el_topic .txtArea dt{
  font-size: 3.2rem;
}
.el_topic .txtArea dd{
  font-size: 3.2rem;
  font-weight: 700;
}
.copy{
  text-align: right;
  font-size: 0.9rem;
}
/*.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}*/

@media (max-width: 768px) {
  .el_topic{
    overflow: hidden;
  }
  .imgArea{
    float: none;
    padding-bottom: 3.25vw;
  }
  .txtArea{
    float: none;
  }
  .el_topic .imgArea{
    width: 36.4vw;
    max-width: auto;
    margin: auto;
  }
  .el_topic .imgArea.youtube{
    width: 240px;
  }
  .el_topic iframe{
    width: 240px;
    height: 140px;
  }
  .el_topic .txtArea{
    width: 100%;
    max-width: auto;
  }
  .el_topic .txtArea dl{
    margin-bottom: 7.8vw;
    text-align: center;
  }
  .el_topic .txtArea dt{
    padding-bottom: 1vw;
    font-size: 1.6rem;
  }
  .el_topic .txtArea dd{
    font-size: 1.6rem;
  }
  .copy{
    text-align: center;
    font-size: 0.8rem;
  }
}

/*****************
container 作品Wrap common movieList
*****************/
.movieList{
  margin-top: 70px;
}
.movieListTitle{
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
}
.movieList ul{
  overflow: hidden;
  font-size: 0;
}
.movieList li{
  display: inline-block;
  max-width: 200px;
  width: 15.62%;
  margin-right: 1.25%;
  /*border: 1px solid #DDD;*/
}
.movieList li:nth-of-type(6n){
  margin-right: 0;
}
.movieList li:nth-of-type(n+7){
  margin-top: 2.6vw;
}
.movieList li img{
  width: 100%;
  border: 1px solid #DDD;
}

.movieList li span{
  display: block;
  margin-top: 1.3vw;
  padding: 12px 0px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #134a89;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.movieList li:hover span{
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .movieList li span{
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .movieList{
    margin-top: 4.55vw;
  }
  .movieList + .movieList{
    margin-top: 7.8vw;
  }
  .movieListTitle{
    font-size: 1.4rem;
    padding-bottom: 2.6vw;
    text-align: center;
  }
  .movieList li{
    display: inline-block;
    max-width: auto;
    width: 26.8vw;
    margin-right: 7.8vw;
  }
  .movieList li:nth-of-type(-n+3){
    padding-bottom: 6.24vw;
  }
  .movieList li:nth-of-type(3n){
    margin-right: 0;
  }
  .movieList li:nth-child(n+7):nth-child(-n+15) {
    margin-top: 6.24vw;
  }
  
  
  .movieList li span{
    margin-top: 1.6vw;
    padding: 8px 0px;
    font-size: 0.9rem;
    border-radius: 6px;
  }
}


@media (max-width: 374px) {

  .movieList li span{
    font-size: 0.8rem;
    }
}


/*****************
specialWrap
*****************/
.specialWrap{
  margin-top: 80px;
}
.specialWrap .youtube{
  margin-bottom: 20px;
}

.el_topic .lead{
  font-size: 2.4rem;
  padding-bottom: 30px;
}
.el_topic .el_linkBtn{
  border: 2px solid;
  display: inline-block;
  padding: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.el_topic .el_linkBtn a{
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding:30px 70px;
  border: 1px solid;
}
.el_topic .el_linkBtn a:after{
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 12px solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: "";
}
.el_topic .el_linkBtn:hover{
  opacity: 0.65;
}

@media (max-width: 768px) {
  .specialWrap{
    margin-top: 13vw;
  }
  .specialWrap .youtube{
    margin: auto;
    margin-bottom: 5.83vw;
    width: 240px;
  }
  .specialWrap .youtube iframe{
    width: 240px;
    height: 140px;
  }
  .el_topic .lead{
    font-size: 1.4rem;
    padding-bottom: 5.2vw;
  }
  .el_topic .el_linkBtn{
    width: 100%;
    margin-bottom: 3.25vw;
  }
  .el_topic .el_linkBtn a{
    width: 100%;
    font-size: 1.4rem;
    padding:3.9vw 0;
    text-align: center;
  }
  .el_topic .el_linkBtn a:after{
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

}

/*****************
monthWrap
*****************/
.monthWrap{
  margin-top: 100px;
}
.monthTitle{
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
}
.monthTitle:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #134a89;
}
.monthTitle:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 202px;
  height: 4px;
  transform: translateX(-50%);
  background: #f941a7;
  z-index: 2;
}
.monthTitle span{
  font-size: 4.4rem;
  transform: translateY(5px);
  display: inline-block;
}
.monthTitle i{
  display: block;
  font-size: 2.4rem;
  padding-top: 12px;
}
.l_topicWrap{
  margin-top: 125px;
}
.monthWrapTit{
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
.monthWrapDetail li{
  padding-bottom: 20px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.monthWrapDetail li:first-child{
  width: 100%;
}

.el_topic .el_link a{
  text-decoration: underline;
}
.el_topic .el_link:hover a{
  opacity: 0.65;
  text-decoration: none;
}
.l_topicWrap .copy{
  padding-top: 50px;
  text-align: left;
}



@media (max-width: 768px) {
  .monthWrap{
    margin-top: 9.1vw;
  }
  .monthTitle{
    font-size: 1.4rem;
    padding-bottom: 2.1vw;
  }
  .monthTitle:after{
    height: 2px;
  }
  .monthTitle:before{
    width: 26.26vw;
    height: 2px;
  }
  .monthTitle span{
    font-size: 2.2rem;
    transform: translateY(3px);
  }
  .monthTitle i{
    display: block;
    font-size: 1.2rem;
    padding-top: 1.4vw;
  }
  .l_topicWrap{
    margin-top: 9.1vw;
  }
  .l_topicWrap + .l_topicWrap{
    margin-top: 13.3vw;
  }
  .monthWrapTit{
    padding-bottom: 2.6vw;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
  .monthWrapDetail li{
    padding-bottom: 2.6vw;
    font-size: 1.2rem;
    text-align: center;
    display: block;
}

  .l_topicWrap .copy{
    padding-top: 1.95vw;
    text-align: center;
  }
}






/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  margin-top: 350px;
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
}

#back-to-top img {
  width: 100%;
}

body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

}

@media (max-width: 768px) {
  .footer {
    margin-top: 15.6vw;
  }

}