@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: #000;
  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: 1240px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
  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: #000;
}
.inner-header{
  max-width: 1110px;
  margin: auto;
  padding: 12px 15px 15px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 272px;
}

@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: #000;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}
/*.main-top {
  width: 100%;
  height: 658px;
  background-image: url(/library/dis/cms/img/dcp/feature/topic_ghibli/pc_title.png);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}*/
.main-top .img{
  max-width: 100%;
  width: 100vw;
  margin: auto;
}
.main-top .img img{
  max-width: 100%;
}

@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: 0;
  }
  
}

/*****************
common
*****************/


/*****************
prmWrap
*****************/
.prmWrap{
  margin-top: 100px;
  margin-bottom: 70px;
  text-align: center;
}
.prmWrap .el_leadTtl{
  padding-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 600;
}
.prmWrap .el_leadTxt{
  font-size: 2.0rem;
  font-weight: 500;
}
.prmWrap .el_leadTxt a{
  text-decoration: underline;
}
.prmWrap .el_leadTxt a:hover{
  text-decoration: none;
}
.prmWrap .youtube{
  margin-top: 30px;
  margin-bottom: 20px;
}
.youtubeWrap{
  max-width: 640px;
  margin: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 768px) {
  .prmWrap{
    margin-top: 7.3333vw;
    margin-bottom: 11.3333vw;
  }
  .prmWrap .el_leadTtl{
    padding-bottom: 2.6666vw;
    font-size: 1.5rem;
  }
  .prmWrap .el_leadTxt{
    font-size: 1.4rem;
    margin-bottom: -3vw;
  }
  .youtubeWrap{
    max-width: 85.33vw;
  }
}

@media (max-width: 374px) {
  .prmWrap .el_leadTtl{
    font-size: 1.4rem;
    letter-spacing: -0.1em;
  }
  .prmWrap .el_leadTxt{
    font-size: 1.3rem;
  }
}

/*****************
topicWrap
*****************/
.topicWrap{
  width: 90%;
  margin: 100px auto 150px;
}
.topicWrap .el_lead{
  padding-bottom: 23px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.topicWrap .el_topic{
  background: #eee;
  padding: 30px 100px 18px;
}
.el_topicTtl{
  padding-bottom: 30px;
  font-family: din-2014, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_topic li{
  padding-bottom: 22px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.el_topic li a{
  text-decoration: underline;
}
.el_topic li a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .topicWrap{
    width: 100%;
    margin: 7.3333vw auto 11.3333vw;
  }
  .topicWrap .el_lead{
    padding-bottom: 2vw;
    font-size: 1.4rem;
    line-height: 2;
  }
  .topicWrap .el_topic{
    padding: 4vw 4.6666vw 1.3333vw;
  }
  .el_topicTtl{
    padding-bottom: 3.3333vw;
    font-size: 2.1rem;
  }
  .el_topic li{
    padding-bottom: 3.3333vw;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*****************
workWrap
*****************/
.workWrap{
  margin-bottom: 120px;
}
.workWrap .el_category{
  min-width: 80px;
  margin-bottom: 11px;
  padding: 2px 14px 5px;
  display: inline-block;
  background: #000;
  border-radius: 5px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.l_workTtlArea{
  display: flex;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  justify-content:space-between;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  
  max-width:1200px;
  padding-bottom: 28px;
}
.l_workTtlArea .el_workTtl{
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l_workTtlArea .el_moreLink{
  margin-right: 10px;
  padding-right: 15px;
  font-size: 1.8rem;
  font-weight: 600;

  position: relative;
  display: block;
}
.l_workTtlArea .el_moreLink::after{
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
}
.l_workTtlArea .el_moreLink a:hover{
  opacity: 0.7;
}
.l_workList{
  background: #f8f8f8;
  padding: 2.3vw 5% 0;
}
.l_workListTitle{
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
}
.l_workList ul{
  overflow: hidden;
  font-size: 0;
}
.l_workList li{
  display: inline-block;
  max-width: 194px;
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.3vw;
  /*border: 1px solid #DDD;*/
  vertical-align: top;
}
.l_workList li:nth-of-type(5n){
  margin-right: 0;
}
.l_workList .jkt img{
  width: 100%;
  border: 1px solid #ddd;
}
.l_workList li:hover span{
  opacity: 0.7;
}
.l_workList .btn img{
  width: 100%;
  max-width: 198px;
  margin-top: 15px;
  }
.l_workList li p{
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  min-height: 50px;
}
.l_workList li i{
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-style: normal;
}

@media (max-width: 768px) {
  .workWrap{
    margin-bottom: 8vw;
  }
  .workWrap .el_category{
    min-width: inherit;
    margin-bottom: 2vw;
    padding: 2px 3vw 3px;
    font-size: 1.0rem;
  }
  .l_workTtlArea{
    max-width:100%;
    padding-bottom: 3.73vw;
  }
  .l_workTtlArea .el_workTtl{
    font-size: 1.8rem;
  }
  .l_workTtlArea .el_moreLink{
    margin-right: 0;
    padding-right: 1.3333vw;
    font-size: 1.1rem;
  }
  .l_workTtlArea .el_moreLink::after{
    bottom: 3px;
    right: 0;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #000 #000 transparent transparent;
  }

  .l_workList{
    background: #f8f8f8;
    margin: auto -2vw;
    padding: 5.3vw 0 0 2vw;
    width: 100vw;
    box-sizing: border-box;

  }
  .l_workListTitle{
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 0.08em;
  }
  .l_workList ul{
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

    }
  .l_workList li{
    display: inline-block;
    max-width: 27.46vw;
    width: 100%;
    margin-right: 2.5%;
    margin-bottom: 5.3vw;
    /*border: 1px solid #DDD;*/
    vertical-align: top;
  }
  .l_workList li:nth-of-type(5n){
    margin-right: 2.5%;
  }
  .l_workList li:last-child{
    margin-right: 2vw;
  }
  .l_workList .jkt img{

  }
  .l_workList li p{
    margin-top: 2.6666vw;
    font-size: 1.1rem;
    min-height: 50px;
    white-space: break-spaces;
  }
  .l_workList li i{
    font-size: 1.1rem;
  }

  /*アイテム数　2〜3*/
  .l_workList ul.el_less{
    display: flex;
    justify-content:space-between;
  }
  .l_workList .el_less li{
    max-width: 50vw;
  }
  .l_workList .el_less2 li{
    padding: 0 9.3333vw;
  }
  
  .l_workList .el_less li:only-child {
    width: 50%;
    margin: auto;
  }
  
}


@media (max-width: 374px) {
  .l_workTtlArea .el_workTtl{
    font-size: 1.5rem;
  }

}



/*****************
footer 追加
*****************/
.footer{
  background: #000;
}
.inner-footer{
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}



@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
  }
  .el_footerLogo{
    width: 40%;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}


/*****************
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: 150px;
}

.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;
  display: none;
}

#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: 13.3333vw;
  }

}
@media (min-width: 769px) {
    .main-top .img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
  }

}