@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 */
/* ====================jurassicworld_cp======================== */

/**
 * 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: #fff;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: block;
}

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.8;
  /*opacity: 0.65;
  -moz-opacity: 0.65;*/
  filter: brightness(90%) contrast(110%);
  -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 2.13vw;
  }
}

[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 10px;
  
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 272px;
}

@media (max-width: 768px) {
  .header {
  }
  .inner-header{
    max-width: 100%;
    padding: 1.6vw 0 2.3vw 2.666vw;
  }
  .logo_tv{
    width: 46.93vw;
    max-width: auto;
  }
}

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  
  background: #1b1b1b;
}
.main-content{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans",  Meiryo, sans-serif;
  color: #1b1b1b;
}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

@media (max-width: 768px) {
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
}



/*****************
mainArea
*****************/
.mainArea{
  width: min(93% ,1145px);/*1115 + 20px*/
  margin: auto;
  padding-top: calc(61px - 49px);
  padding-bottom: 50px;
  letter-spacing: 0.02em;
}
.mainArea .ttl{
  position: relative;
  top: min(8vw ,96px);
  width: min(57vw,689px);
}
.mainArea .inner{
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: min(8.75vw ,105px);
}
.mainArea .inner .img{
  margin-left: .5vw;
  width: min(18vw,228px);
}
.mainArea .inner .img img{
  border: 1px solid currentColor;
}
.mainArea .inner .sttl {
  flex: 1;
  padding-top: min(12vw ,144px);
}
.mainArea .txt {
  font-size: min(2.6vw, 30px);
  font-weight: 300;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .mainArea{
    width: 98.65%;
    padding-top: 6.2vw;
    padding-bottom: 19.3vw;
  }
  .mainArea .ttl{
    top: 0;
    width: calc(100% - 1.3vw * 2);
    margin: auto auto 7.3vw;
  }
  .mainArea .inner{
    flex-direction: column;
    margin-bottom: 4.6vw;
  }
  .mainArea .inner .img{
    margin: auto;
    width: 52.13vw;
  }
  .mainArea .inner .sttl {
    padding-top: 6.2vw;
  }
  .mainArea .txt {
    font-size: 4.2vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

/*****************
grayArea
*****************/
.grayArea{
  padding: 100px 0 170px;
  background: #434343;
}
.grayArea .container{
  width: min(93% ,1145px);/*1115 + 20px*/
  margin: auto;
}
.grayArea .inner{
  display: flex;
  margin-bottom: 32px;
}
.grayArea .img{
  width: min(17.5vw,210px);
  margin-right: min(1.6vw, 20px);
}
.grayArea .img img{
  border: 1px solid currentColor;
}
.grayArea .txt {
  margin-top: -10px;
  font-size: min(1.6vw, 20px);
  line-height: 1.9;
  flex: 1;
}
.grayArea dl{
  display: flex;
  align-items: center;
  line-height: 1;
}
.grayArea dt{
  position: relative;
  background: #1b1b1b;
  height: 64px;
  margin-right: 43px;
  padding: 0 15px 0 20px;
  line-height: 64px;
  font-size: min(1.8vw, 22px);
  font-weight: normal;
}
.grayArea dt:after{
  position: absolute;
  content: "";
  right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid #1b1b1b;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;  
}
.grayArea dd:not(:last-child){
  margin-right: 27px;
}
.grayArea dd img{
  max-width: 140px;
}
.grayArea dd:not(:last-child) img{
  max-width: 160px;
}
.grayArea .btn.dp_pc{
  margin-bottom: 125px;
}
.l_switchArea li:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .grayArea{
    margin-bottom: 8.26vw;
    padding: 7.3vw 0 14.13vw;
   }
  .grayArea .container{
    width: calc(100% - 1.2vw * 2);
  }
  .grayArea .inner{
    margin-bottom: 5.3vw;
  }
  .grayArea .img{
    width: 34.4vw;
    margin-right: 6.6vw;
  }
  .grayArea .txt {
    margin-top: 0;
    margin-bottom: 8.4vw;
    font-size: 3.7vw;
    line-height: 1.35;
  }
  .grayArea dl{
    flex-direction: column;
  }
  .grayArea dt{
    width: 48.1vw;
    height: auto;
    margin-right: 0;
    margin-bottom: 4.6vw;
    padding: 2.6vw 0;
    line-height: 1;
    font-size: 2.9vw;
    text-align: center;
  }
  .grayArea dt:after{
    border-left: none;
    border-top: none;
    border-bottom: none;  
  }
  .grayArea dd:not(:last-child){
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .grayArea dd:not(:last-child) img{
    max-height: 12.8vw;
  }
  .grayArea dd img{
    max-width: 34vw;
  }
  .grayArea dd:not(:last-child) img{
    max-width: 39.3vw;
  }
  .l_switchArea li:not(:last-child) {
    margin-right: 15px;
  }
  .l_switchArea{
    margin-right: calc(-2.13vw - 1.2vw);
    margin-left: calc(-2.13vw - 1.2vw);
    width: calc(100% + 2.13vw * 2 + 1.2vw * 2);
  }
}

/*slider*/
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.prev-arrow {
  left: -2vw;
  width: 11px;
  height: 18px;
  background: url(/library/dis/cms/img/dcp/feature/swicth_sp/slider_arrowL.png) no-repeat; 
  z-index: 10;
}
.next-arrow {
  right: -2vw;
  width: 11px;
  height: 18px;
  background: url(/library/dis/cms/img/dcp/feature/swicth_sp/slider_arrowR.png) no-repeat; 
  z-index: 10;
}
.slick-disabled{
  opacity: 0;
}
@media (max-width: 768px) {
  .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  .prev-arrow {
    left: 0;
    background: url(/library/dis/cms/img/dcp/feature/swicth_sp/slider_arrowL_black.png) no-repeat; 
    background-size: contain;
    z-index: 1;
  }
  .next-arrow {
    right: 0;
    background: url(/library/dis/cms/img/dcp/feature/swicth_sp/slider_arrowR_black.png) no-repeat; 
    background-size: contain;
    z-index: 1;
  }
}

.slick-track {
  display: flex !important;;
  align-items: flex-end;
}

/*****************
workWrap
*****************/
.workWrap{
}
.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-top: 30px;
  padding-bottom: 40px;
}
.l_workTtlArea .el_workTtl{
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l_workList{
  background: #434343;
  padding-top: min(48px,3.75vw);
  padding-bottom: min(48px,3.75vw);
  padding-right: min(55px,4.5vw);
  padding-left: min(55px,4.5vw);
}
.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: flex;
  /*align-items: flex-end;*/
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 3vw 4.1%;
}
.l_workList li{
  display: flex;
  width: min(26.3vw,330px);

}
.l_workList li a{
  display: flex;
  flex-direction: column;
}

.l_workList .btn{
  margin-top: 28px;
}
.l_workList .txt{
  margin-top: 18px;
  flex-grow: 1;
}
.l_workList .jkt img{
  border: 1px solid #ddd;
  
  display:block;/*画像下の余白を消す*/
  width:100%;
  height:min(38.6vw,464px);/*高さを指定*/
  object-fit:cover
}
.l_workList li:hover span{
  opacity: 0.7;
}
.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: 0;
  }
  .l_workTtlArea{
    max-width:100%;
    padding-top: 7.3vw;
    padding-bottom: 4.6vw;
  }
  .l_workTtlArea .el_workTtl{
    font-size: 4.6vw;
    }
  .l_workList{
    margin-right: -2.13vw;
    margin-left: -2.13vw;
    padding-top: 6vw;
    padding-bottom: 7.3vw;
    padding-right: 2.13vw;
    padding-left: 2.13vw;
  }
  .l_workListTitle{
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 4.6vw;
    letter-spacing: 0.08em;
  }
  .l_workList ul{
    justify-content: space-between;
    gap: 6.6vw 4.4vw;
  }
  .l_workList li{
    width: 28.6vw;
  }
  .l_workList .btn{
    margin-top: 2.13vw;
  }
  .l_workList .txt{
    margin-top: 2.13vw;
  }
  .l_workList .jkt img{
    height: 41.2vw;/*高さを指定*/
  }
  .l_workList li p{
    margin-top: 2.13vw;
    font-size: 1.6vw;
    text-align: center;
    line-height: 1.6;
    min-height: auto;
  }
}

@media (max-width: 374px) {
  .l_workTtlArea .el_workTtl{
    font-size: 1.5rem;
  }
}



/*****************
l_artistName
*****************/
.workWrap.list_artist{
  padding-top: 50px;
}
.l_artistName{
  width: min(93% ,1145px);/*1115 + 20px*/
  margin: auto;
  padding-top: 40px;
}
.l_artistName ul{
  display: flex;
  gap: 40px 65px;
  flex-wrap: wrap;
}
.l_artistName li{
  width: calc((100% - 65px * 2) / 3);
}
.l_artistName li a{
  display: block;
  background: #434343;
  padding: 1.6vw 0 2vw 0;
  font-size: min(2.3vw, 29px);
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 16px;
  width: 100%;
  text-align: center;
}
.l_artistName li a:hover{
  opacity: 0.7;
}

@media (max-width: 768px) {
.workWrap.list_artist{
  padding-top: 6.6vw;
}
.l_artistName{
  width: 100%;
  padding-top: 2.6vw;
}
.l_artistName ul{
  gap: 3.3vw 5.3vw;
}
.l_artistName li{
  width: calc((100% - 5.3vw * 2) / 3);
}
.l_artistName li a{
  padding: 2.9vw 0 3.2vw 0;
  font-size: 2.4vw;
  border-radius: 8px;
}
}



/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  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%;
    padding: 2.33vw 4vw 3.33vw;
  }
  .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: 160px;
}

.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%;
}


#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-weight: 700;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
#page-top a {
    background-color: #fdd000;
    text-decoration: none;
    color: #000;
    width: 120px;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border: 3px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("/library/dis/cms/img/dcp/feature/swicth_sp/arrow_black_m.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media (max-width: 768px) {

  #page-top {
  	right: 2vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
  }
  #page-top a::after{
    width: 9px;
    height: 6px;
  }

}


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: 24vw;
  }

}
