@charset "UTF-8";
@media print, screen and (min-width: 751px) {
  /* -----------------------------------------------------------------------------

  	TOP page

  ----------------------------------------------------------------------------- */
  header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  #wrapper {
    background: #efefef;
  }
  /* news
  ---------------------------------------------*/
  #news {
    position: relative;
    padding: 1px 0 0;
  }
  #news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 180%;
    margin: 12% -10% 0;
    background: #efefef;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #news .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 4.2% auto 80px;
    position: relative;
    z-index: 2;
  }
  #news .bnrWrap ul {
    font-size: 0;
    text-align: center;
  }
  #news .bnrWrap ul li {
    display: inline-block;
    width: 31.66%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  #news .bnrWrap ul li + li {
    margin: 0 0 0 2.51%;
  }
  #news .bnrWrap ul li a {
    display: block;
  }
  #news .bnrWrap ul li img {
    width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #news .bnrWrap .bx-wrapper {
    display: none;
  }
  #news .newsWrap, #news .informationWrap {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
  }
  #news .newsWrap .ttl, #news .informationWrap .ttl {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
  }
  #news .newsWrap .ttl h2, #news .informationWrap .ttl h2 {
    font-size: 2.6rem;
    display: inline-block;
  }
  #news .newsWrap .ttl .more, #news .informationWrap .ttl .more {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 4px;
  }
  #news .newsWrap .ttl .more li, #news .informationWrap .ttl .more li {
    float: left;
    padding-left: 18px;
    margin-left: 20px;
  }
  #news .newsWrap .ttl .more li.rss, #news .informationWrap .ttl .more li.rss {
    background: url(../common/img/sp/icon_rss.png) no-repeat left center;
    background-size: 12px;
  }
  #news .newsWrap .ttl .more li.list, #news .informationWrap .ttl .more li.list {
    padding-left: 15px;
    background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
    background-size: 7px;
  }
  #news .newsWrap .ttl .more li a, #news .informationWrap .ttl .more li a {
    font-size: 1.3rem;
  }
  #news .newsWrap .ttl .more li a:hover, #news .informationWrap .ttl .more li a:hover {
    text-decoration: underline;
  }
  #news .newsWrap .ttl .tab, #news .informationWrap .ttl .tab {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  #news .newsWrap .ttl .tab li, #news .informationWrap .ttl .tab li {
    float: left;
    padding: 0 15px;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
  }
  #news .newsWrap .ttl .tab li.active, #news .informationWrap .ttl .tab li.active {
    color: #e60012;
  }
  #news .newsWrap .ttl .tab li.active:after, #news .informationWrap .ttl .tab li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #e60012;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #news .newsWrap .newsList, #news .informationWrap .newsList {
    padding: 30px;
    min-height: 166px;
    box-sizing: border-box;
  }
  #news .newsWrap .newsList .newsBox, #news .informationWrap .newsList .newsBox {
    display: none;
  }
  #news .newsWrap .newsList .newsBox.active, #news .informationWrap .newsList .newsBox.active {
    display: block;
  }
  #news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
    position: relative;
  }
  #news .newsWrap .newsList .newsBox ul li + li, #news .informationWrap .newsList .newsBox ul li + li {
    margin-top: 20px;
  }
  #news .newsWrap .newsList .newsBox ul li span, #news .informationWrap .newsList .newsBox ul li span {
    font-size: 1.4rem;
    display: inline-block;
  }
  #news .newsWrap .newsList .newsBox ul li .date, #news .informationWrap .newsList .newsBox ul li .date {
    color: #666;
    width: 220px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .newsWrap .newsList .newsBox ul li .date .tag, #news .informationWrap .newsList .newsBox ul li .date .tag {
    width: 100px;
    margin-left: 20px;
    text-align: center;
    background: #666;
    font-size: 1.2rem;
    color: #fff;
  }
  #news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 220px;
  }
  #news .newsWrap .newsList .newsBox ul li a:hover, #news .informationWrap .newsList .newsBox ul li a:hover {
    color: #e60012;
    text-decoration: underline;
  }
  #news .newsWrap {
    margin-top: 30px;
  }
  #news .informationWrap {
    margin-top: 10px;
    position: relative;
    /* padding: 0 70px 0 40px; */
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #news .informationWrap h2 {
    font-size: 1.5rem;
    color: #E70012;
    display: inline-block;
    /* padding-left: 35px; */
    /* background: url(../common/img/icon_caution.png) no-repeat left center; */
    line-height: 60px;
    position: absolute;
    top: 0;
    /* left: 40px; */
    left: 30px;
  }
  #news .informationWrap .btnAcd {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 14px;
    height: 14px;
    background: url(../common/img/icon_plus_g.png) no-repeat;
    cursor: pointer;
  }
  #news .informationWrap.active .btnAcd {
    background: url(../common/img/icon_minus_g.png) no-repeat;
  }
  #news .informationWrap .ttlInfo {
    padding: 19px 0;
    font-size: 1.4rem;
  }
  #news .informationWrap .ttlInfo .date {
    color: #666;
    display: inline-block;
    margin-right: 18px;
    position: absolute;
  }
  #news .informationWrap .ttlInfo a {
    display: inline-block;
    margin-left: 90px;
  }
  #news .informationWrap .ttlInfo a:hover {
    color: #E70012;
    text-decoration: underline;
  }
  #news .informationWrap > .ttlInfo {
    /* margin-left: 180px; */
    margin-left: 234px;
  }
  #news .informationWrap ul {
    margin-left: 180px;
    margin-bottom: 20px;
    display: none;
  }
  #news .informationWrap ul li {
    font-size: 1.4rem;
  }
  #news .informationWrap ul li div {
    margin-bottom: 15px;
  }
  #news .informationWrap ul li div p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  /* insight
  ---------------------------------------------*/
  #insight {
    position: relative;
    padding: 80px 0;
    margin-bottom: -120px;
  }
  #insight:before {
    content: '';
    position: absolute;
    top: -19.5%;
    left: 0;
    width: 120%;
    height: 55%;
    margin: 12% -10% 0;
    background: url(../img/bg_insight.png) no-repeat center 8%, url(../img/bg_red.png) repeat center top;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 1;
  }
  #insight .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: -20px auto 0;
    padding: 10% 0 120px;
    position: relative;
    z-index: 2;
  }
  #insight .inner .ttlWrap {
    position: relative;
  }
  #insight .inner h2 {
    color: #fff;
    font-size: 6rem;
    text-align: center;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    position: relative;
    z-index: 2;
  }
  #insight .inner .lead {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  #insight .inner ul {
    margin: 0 -0.81%;
  }
  #insight .inner ul li {
    width: 23.36%;
    float: left;
    margin: 0 0.81% 30px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  }
  #insight .inner ul li a .figure {
    position: relative;
  }
  #insight .inner ul li a .figure figure {
    overflow: hidden;
  }
  #insight .inner ul li a .figure figure img {
    width: 100%;
  }
  #insight .inner ul li a .figure .label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    background: #222;
    font-size: 1.1rem;
    padding: 0 10px;
  }
  #insight .inner ul li a .text {
    background: #fff;
    font-size: 1.4rem;
    padding: 16px 20px;
    height: 75px;
    box-sizing: border-box;
  }
  #insight .inner .btn {
    margin: 10px auto;
  }
  /* contentsLink
  ---------------------------------------------*/
  #contentsLink {
    position: relative;
  }
  #contentsLink:before {
    content: '';
    position: absolute;
    background: #efefef;
    z-index: 1;
  }
  #contentsLink .inner {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    position: relative;
	  z-index: 2;
  }
  #contentsLink .inner > ul {
    background: #fff;
    display: table;
  }
  #contentsLink .inner > ul > li {
    width: 50%;
    display: table-cell;
  }
  #contentsLink .inner > ul > li a:hover .scale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #contentsLink .inner > ul > li .figure {
    position: relative;
  }
  #contentsLink .inner > ul > li .figure figure img {
    width: 100%;
    vertical-align: middle;
  }
  #contentsLink .inner > ul > li .figure p {
    position: absolute;
    bottom: 25px;
    left: 27px;
    color: #fff;
    font-size: 1.4rem;
  }
  #contentsLink .inner > ul > li .figure p b {
    font-size: 2.4rem;
    display: block;
    font-weight: 400;
  }
  #contentsLink .inner > ul > li ul.linkGroup {
    display: block !important;
    padding: 30px;
  }
  /* movie
  ---------------------------------------------*/
  #message {
    position: relative;
    padding: 60px 0;
    margin-top: -65px;
  }
  #message:before {
    content: '';
    position: absolute;
    top: -19.5%;
    left: 0;
    width: 120%;
    height: 90%;
    margin: 12% -10% 0;
    background: url(../img/bg_logo.png) no-repeat center -6%, url(../img/bg_red.png) repeat left top;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
  }
  #message .inner {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 120px;
    position: relative;
    top: -20px;
    z-index: 2;
  }
  #message .inner .ttlWrap {
    width: 38.333%;
    padding: 80px 0 33px;
    text-align: center;
    color: #fff;
  }
  #message .inner .ttlWrap h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 40px;
  }
  #message .inner .ttlWrap h2 b {
    font-size: 6rem;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    position: relative;
    z-index: 2;
  }
  #message .inner .ttlWrap .lead {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  #message .inner .ttlWrap .lead + p {
    font-size: 1.4rem;
  }
  #message .inner .portrait {
    width: 55.833%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  #message .inner .portrait img {
    width: 100%;
  }
  #message .inner .portrait video {
    width: 100%;
  }
  #message .inner .btnWrap {
    width: 38.333%;
    margin-bottom: 30px;
  }
  #message .inner .btnWrap .btn {
    margin: 0 auto;
  }
  /* contnetsLink
  ---------------------------------------------*/
  #pickup .inner {
    padding: 40px 0 80px;
  }
  #pickup .inner .ttlCenter01 {
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
  }
  #pickup .inner .listCol4 li a span.blank:after {
    content: "";
    width: 9px;
    height: 8px;
    background: url(../common/img/icon_blank02.png);
    display: inline-block;
    margin-left: 5px;
  }
  #pickup .inner .bnrSlider {
    margin-top: 50px;
  }
  #pickup .inner .bnrSlider ul li a img {
    border: 1px solid #ddd;
  }
  .bx-wrapper .bx-viewport {
    background: none;
  }
  .bx-wrapper .bx-prev {
    width: 16px !important;
    height: 28px !important;
    top: 50% !important;
    left: -35px;
    margin-top: -14px;
    background: url(../common/img/icon_arrow_prev_b.png) no-repeat;
  }
  .bx-wrapper .bx-next {
    width: 16px !important;
    height: 28px !important;
    top: 50% !important;
    right: -35px;
    margin-top: -14px;
    background: url(../common/img/icon_arrow_next_b.png) no-repeat;
  }
}
@media print, screen and (max-width: 1240px) {
  #message .inner .portrait {
    top: 0;
    right: 15px;
  }
  #pickup .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #pickup .inner .bnrSlider {
    margin: 50px 30px 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1240px) {
  section .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media print, screen and (max-width: 950px) {
  #news .newsWrap .ttl {
    padding: 20px 20px 20px 30px;
  }
  #news .newsWrap .ttl .tab {
    right: 15px;
  }
  #news .newsWrap .ttl .tab li {
    min-width: inherit;
    padding: 0 8px;
  }
  #message .inner .ttlWrap {
    padding-top: 0;
  }
}
/* -----------------------------------------------------------------------------

  	MV

  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  /* mv
  ---------------------------------------------*/
  #mv {
    position: relative;
    width: 100%;
    height: calc((100vh - 125px) + 135px);
    overflow: hidden;
  }
  #mv .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
  #mv .image.-i1 {
    background-position: center bottom 7%;
  }
  #mv #bgVideo {
    position: absolute;
    right: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 105%;
    z-index: 1;
    transform: translate(50%, -50%);
  }
  #mv .video-btn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 2;
  }
  #mv #mvImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }
  #mv .mvWrap {
    opacity: 0;
    transition: .3s;
  }
  #mv .mvWrap.show {
    opacity: 1;
  }
  #mv .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
  #news {
    margin-top: -260px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1500px) {
  #mv {
    height: 0;
    padding-bottom: 56.25%;
  }
  #news {
    margin-top: -14.5%;
  }
}

@media print, screen and (min-width: 951px) and (max-width: 1110px) {
  #news .inner {
    margin-top: 3.5vw;
  }
}

@media print, screen and (min-width: 751px) and (max-width: 950px) {
  #news .inner {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------------------------

  Additional correction

  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  #news .newsWrap .newsList .newsBox ul li, #news .informationWrap .newsList .newsBox ul li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 220px;
  }
  #news .newsWrap .newsList .newsBox ul li a, #news .informationWrap .newsList .newsBox ul li a {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0;
  }
  #news .informationWrap .ttlInfo {
    padding: 19px 0;
    font-size: 1.4rem;
    /* padding-left: 90px; */
    position: relative;
  }
  #news .informationWrap .ttlInfo .date {
    color: #666;
    display: inline-block;
    margin-right: 18px;
    /* float: left; */
    position: absolute;
    left: 0;
  }
  #news .informationWrap .ttlInfo a {
    display: inline-block;
    margin-left: 0;
  }
  #news .informationWrap.ir .ttlInfo {
    padding-left: 0;
  }
  #news .informationWrap.ir h2 {
    color: #1e1572;
    background: none;
    left: 0;
  }
  #news .importantNotice {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    margin-bottom: 40px;
  }
  #news .importantNotice .title {
    font-weight: bold;
    font-size: 2.6rem;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
  }
  #news .importantNotice .content {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    padding: 25px 30px;
  }
  #news .importantNotice .content p {
    line-height: inherit;
  }
}