@charset "utf-8";
/* 要素表示/非表示をjsで制御 */
.u_control-view.is-invisible {
  display: none;
}
/*****************************************
    ボタン固定
*****************************************/
.fade-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto !important;
  z-index: 100;
  background-color: rgba(34,34,34,0.9);
  box-shadow: 0 0 10px 0;
  padding: 0 0 20px;
  display: none;
}
.fade-block > .res-contents {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.global-pagetop-box.shift-top .pagetop{
  bottom: 135px;
}
@media screen and (max-width: 767px) {
  .global-pagetop-box.shift-top .pagetop{
      bottom: 190px;
  }
}
.fade-block {
  text-align: center;
  font-size: 0;
}
.fade-block .res-contents-text {
  color: #fff;
  padding-top: 20px;
}
.fade-btn--2column > .res-contents {
  margin-top: 0;
  max-width: none;
  display: inline-block!important;
  width: auto;
}
.fade-btn--2column .res-btn-link.type-01 a {
  font-size: 1.6rem;
  margin-right: 20px;
  min-width: 26vw;
  width: auto;
}
.fade-btn--2column .res-contents:last-child a {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .fade-block {
    padding-left: 3%;
    padding-right: 3%;
  }
  .fade-block .res-textbox-content {
    font-size: 1.3rem!important;
  }
  .fade-btn--2column {
    white-space: nowrap;
  }
  .fade-btn--2column .res-contents {
    width: calc(50% - 10px);
    white-space: normal;
    vertical-align: top;
  }
  .fade-btn--2column .res-contents:first-child {margin-right: 10px;}
  .fade-btn--2column .res-contents:last-child {margin-left: 10px;}
  .fade-btn--2column .res-btn-link {
    margin-top: 15px;
  }
  .fade-btn--2column .res-btn-link.type-01 a {
    font-size: 1.3rem;
    padding:12px 0px 12px 14px;
    min-width: 0;
    margin-right: 0;
    width: 100%;
  }
  .en .fade-btn--2column .res-btn-link.type-01 a {
    min-height: 75px;
    display: flex;
    align-items: center;
  }
  .fade-btn--2column .res-btn-link.arrow-R a:after {
    right: 5px;
    font-size: 1.3rem;
    margin-top: -6px;
  }
}
@media all and (-ms-high-contrast:none) and (max-width: 767px){
  .en .fade-btn--2column .res-btn-link.type-01 a { height: 75px; }
}
img[src^="//dpm.demdex.net"] {
  display: none;
}


/* ===================================================
  h2
=================================================== */
.simpleHead {
  margin-top: 180px;
  text-align: center;
}
.simpleHead .headTxt {
  font-size: 4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .simpleHead {
    margin-top: 110px;
  }
  .simpleHead .headTxt {
    font-size: 2.4rem;
    line-height: 1.208;
  }

}
/* ===================================================
  TOPICS
=================================================== */
.topicsHead {margin-top: 95px;}
.topicsBnrs {margin-top: 45px;}
@media screen and (max-width: 767px) {
  .topicsHead {margin-top: 45px;}
  .topicsBnrs {margin-top: 35px;}
}
/* ===================================================
  スライダー
=================================================== */

/* スライダー調整 --------------------------------------------------*/
.slick-prev, .slick-next {
  width: 30px;
  height: 100px;
  background: rgba(51,51,51,0.8);
  z-index: 5;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: rgba(51,51,51,0.6);
}
.slick-prev:before,
.slick-next:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(45deg);
}
.slick-prev:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: -2px;
}
.slick-next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: -2px;
}
.slick-dotted.slick-slider {
  margin-bottom: 53px;
}
.slick-dots-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  font-size: 0;
}
.slick-dots {
  display: inline-block;
  width: auto;
  position: static;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button:before {
  content: '';
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #00146e;
  box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  background: #00146e;
  border: none;
}
.playToggle {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding-top: 5px;
  padding-right: 18px;
  border: none;
  border-right: 1px solid #00146e;
  vertical-align: middle;
  background: none;
}
.playToggle .startBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.playToggle .stopBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.playToggle .startBtn:before {
  content: '';
  display: inline-block;
  border-top:9px solid transparent;
  border-left:14px solid #00146e;
  border-bottom:9px solid transparent;
}
.playToggle .stopBtn:before,
.playToggle .stopBtn:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 4px;
  background: #00146e;
}
.playToggle .stopBtn:after {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 23px;
    height: 75px;
  }
  .slick-dots-wrap {
    bottom: -38px;
  }
  .playToggle {
    height: 25px;
  }
  .playToggle .stopBtn,
  .playToggle .startBtn {
    width: 20px;
    height: 20px;
  }
  .playToggle .startBtn:before {
    border-top: 9px solid transparent;
    border-left: 16px solid #00146e;
    border-bottom: 9px solid transparent;
  }
  .playToggle .stopBtn:before,
  .playToggle .stopBtn:after {
    width: 3px;
    height: 20px;
  }
  .playToggle .stopBtn:before {
    margin-right: 5px;
  }
  .slick-dots li {
    width: 11px;
    height: 11px;
  }
}
.slideItem {
  list-style: none;
}
/* ===================================================
  2カラムスライダー
=================================================== */
.colType-2-Slide {
  overflow: hidden;
}
.colType-2-Slide .slick-list {
  margin-right: -2.5%;
}
.colType-2-Slide .slideItem {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.colType-2-Slide .slideItem:nth-of-type(2n) {
   margin-right: 0;
}
.colType-2-Slide .slick-list .slideItem {
  margin-right: 0.5%;
}

.colType-2-Slide .slideItem img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .colType-2-Slide .slick-list {
    margin-right: 0;
  }
  .colType-2-Slide .slideItem {
    width: 100%;
    margin-right: 0 !important;
  }
}


/* ===================================================
  3カラムスライダー
=================================================== */
.colType-3-Slide {
  overflow: hidden;
}
.colType-3-Slide .slick-list {
  margin-right: -3.3%;
}
.colType-3-Slide .slideItem {
  float: left;
  width: 30%;
  margin-right: 3.33333%;
}
.colType-3-Slide .slideItem:nth-of-type(3n) {
   margin-right: 0;
}
.colType-3-Slide .slick-list .slideItem {
  margin-right: 30px;
}
.colType-3-Slide .slideItem img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .colType-3-Slide .slick-list {
    margin-right: 0;
  }
  .colType-3-Slide .slideItem {
    width: 100%;
    margin-right: 0 !important;
  }
}
.hideTag {
  position: absolute;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  z-index: -10;
  width: 0;
  height: 0;
}
.fade-block .res-contents-text {
    margin: 0 auto;
}

@media screen and (max-width: 767px){
.fade-block {
    min-height: 153px;
}
.en .fade-block {
    min-height: 170px;
}
.content-01 .fade-btn--2column .res-contents {
    width: calc(90% - 10px);
}
.en .content-01 .fade-btn--2column .res-btn-link.type-01 a {
    min-height: 55px;
}
}