@charset "UTF-8";

/*
 * htmlのフォンサイズ62.5%、1emが10pxになるように調整されている
 */


/* アニメーション */

@keyframes Show-ToUp {
    0% {
        display: none;
        opacity: 0;
        transform: translate3d(0, 7%, 0);
    }
    1% {
        display: block;
        opacity: 0;
        transform: translate3d(0, 7%, 0);
    }
    100% {
        display: block;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes FadeIn-Phrase {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes Rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.tp-megaDropMenu li.current .content {
    animation: Show-ToUp 0.3s ease-out forwards;
}
.tp-backgroundVisual li:first-child {
	background: url(/-/media/Corporate/jp/Movie/top_movie_bg.jpg) no-repeat left top;
	background-size: cover;
	opacity: 0;
}
.tp-backgroundVisual li:first-child video {
	opacity: 0;
}
.tp-backgroundVisual li.current {
    animation: FadeIn 0.3s ease-out forwards;
}
.tp-backgroundVisual .loader {
    animation: Rotating 1.4s infinite linear;
}
.tp-mainVisualNavi .navi-current > img.current {
    animation: FadeIn 0.17s ease-out 0.17s forwards;
}
.tp-mainVisualNavi .navi-current > img.prev {
    animation: FadeOut 0.17s ease-out forwards;
}
.tp-linkBlock > li.current .titleBlock h2,
.tp-linkBlock > li.current .titleBlock p {
    animation: FadeIn-Phrase 0.3s ease-out forwards;
}
.tp-linkBlock > li.current .titleBlock p {
    animation-delay: 0.2s;
}
.tp-linkBlock > li.current .titleBlock p + p {
    animation-delay: 0.4s;
}

@media only screen and (max-width: 767px) {
    .tp-linkBlock > li.current .linkList li {
        animation: FadeIn 0.3s ease-out forwards;
    }
    .tp-linkBlock > li.current .linkList li:nth-of-type(2) {
        animation-delay: 0.2s;
    }
    .tp-linkBlock > li.current .linkList li:nth-of-type(3) {
        animation-delay: 0.4s;
    }
    .tp-linkBlock > li.current .linkList li:nth-of-type(4) {
        animation-delay: 0.6s;
    }
    .tp-linkBlock > li.current .linkList li:last-of-type {
        animation-delay: 0.8s;
    }
}

/* End アニメーション */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/* Common Overwrite */

.theme-top header #l-globalHeader .l-headerLogo {
    padding: 0;
}

.theme-top header #l-globalHeader .l-headerLogo svg path {
  fill: #fff;
}

.theme-top header.is-fixed {
  padding: 0;
}

.theme-top header {
  height: auto !important;
  margin: 0;
}

.theme-top header #l-globalHeader {
  background: none;
}

.theme-top header .l-headerLogo {
  position: fixed;
  top: 25px;
  left: 55px;
  z-index: 99;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .theme-top header .l-headerLogo {
    top: 9px;
    left: 10px;
  }
}

.theme-top header .l-headerLogo svg path {
  fill: #fff;
}

.theme-top header ul.l-globalMenu {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
	.theme-top header ul.l-globalMenu {
		background-color: transparent;
	}
}

.theme-top header ul.l-globalMenu li i.fc-wht:before {
  color: #fff;
}

.theme-top footer {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 9px 5px 12px;
}

@media only screen and (max-width: 767px) {
  .theme-top footer {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}

.theme-top footer ul.l-extraFooter {
  width: auto;
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 767px) {
  .theme-top footer ul.l-extraFooter {
    margin: 39px 0 0 0;
  }
}

.theme-top footer ul.l-extraFooter li {
  margin: 0;
}

.theme-top footer ul.l-extraFooter li + li:before {
  content: "";
  margin: 0 0 0 2em;
}

@media only screen and (max-width: 767px) {
  .theme-top footer ul.l-extraFooter li + li:before {
    margin: 0;
  }
}

.theme-top footer .l-copy {
  margin-left: auto;
  width: auto;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .theme-top footer .l-copy {
    width: calc(100% - 20px);
    margin: 10px auto 13px auto;
  }
}

.scrolling header #l-globalHeader {
    background-color: #fff !important;
}

.scrolling header #l-globalHeader .l-headerLogo svg path {
  fill: #005bac !important;
}

.scrolling header ul.l-globalMenu li i:before
{ color: #005bac !important; }

/* End Common Overwrite */

@media only screen and (max-width: 767px) {
    #top-page .tp-mainContents + footer {
        padding-bottom: 64px;
    }
}

.tp-mainContentsInner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tp-mainContents {
    overflow: hidden;
}
.tp-mainContents a {
    transition: none;
}
.tp-mainContents p + p {
    margin-top: 0;
}
.tp-mainContents figure {
    display: block;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    html, body {
        height: 100%;
    }
    .tp-mainContents {
        box-sizing: border-box;
        padding-bottom: 54px; /* 4つのメガドロップメニューの高さ分取る */
        background-color: #000;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .tp-mainContents + footer {
        padding-bottom: 0;
    }
    .tp-mainContents + footer.hidden {
        display: none !important;
    }
    .tp-mainContentsInner {
        height: 100%;
    }
}


/* ▼ メインビジュアル */

.tp-backgroundVisual {
    width: 100%;
    height: 456px;
    background-color: #000;
    position: relative;
    z-index: 1;
}
.tp-backgroundVisual li {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.tp-backgroundVisual li.prev {
    display: block;
    z-index: 2;
}
.tp-backgroundVisual li.current {
    display: block;
    z-index: 3;
}
.tp-backgroundVisual li video,
.tp-backgroundVisual li img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    opacity: 1;
    transition: opacity 0.35s ease-out;
}
.tp-backgroundVisual li video.loading,
.tp-backgroundVisual li img.loading {
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .tp-backgroundVisual {
        height: 100%;
    }
    .tp-backgroundVisual li video,
    .tp-backgroundVisual li img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.tp-backgroundVisual .loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.tp-backgroundVisual .loader:before {
    content: "";
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-backgroundVisual .loader:after {
    content: "";
    margin: auto;
    width: 75%;
    height: 75%;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* ▼ メインビジュアルナビ */

.tp-mainVisualNavi {
    width: 100%;
    max-width: 484px;
    height: 80px;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}
.tp-mainVisualNavi > .prev,
.tp-mainVisualNavi > .next {
    width: 36px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.tp-mainVisualNavi > .prev {
    left: 0;
}
.tp-mainVisualNavi > .next {
    right: 0;
}
.tp-mainVisualNavi > .prev:hover,
.tp-mainVisualNavi > .next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.tp-mainVisualNavi > .prev:before,
.tp-mainVisualNavi > .next:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.tp-mainVisualNavi > .prev:before {
    border-right: none;
    transform: translate(-25%, -50%) rotate(-45deg);
}
.tp-mainVisualNavi > .next:before {
    border-left: none;
    transform: translate(-75%, -50%) rotate(45deg);
}
.tp-mainVisualNavi .navi {
    box-sizing: border-box;
    padding: 0 38px;
    position: relative;
}
.tp-mainVisualNavi .navi-current {
    width: 80px;
    height: 80px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ecf7fc 100%);
    z-index: 1;
}
.tp-mainVisualNavi .navi-current > img {
    display: none;
    width: 100%;
    height: auto;
}
.tp-mainVisualNavi .navi-current > img.current,
.tp-mainVisualNavi .navi-current > img.prev {
    display: block;
    opacity: 0;
}
.tp-mainVisualNavi .navi-current,
.tp-mainVisualNavi .navi-current > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tp-mainVisualNavi .navi-inner {
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.tp-mainVisualNavi .navi-inner ul {
    width: 1000%;
    height: 80px;
    overflow: hidden;
    transition: transform 0.35s ease-out;
}
.tp-mainVisualNavi .navi-inner li {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
}
.tp-mainVisualNavi .navi-inner li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.tp-mainVisualNavi .navi-inner li + li {
    margin-left: 2px;
}
.tp-mainVisualNavi .navi-inner li > img {
    display: block;
    width: 150%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .tp-mainVisualNavi {
        width: 170px;
        max-width: none;
        height: 638px;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .tp-mainVisualNavi > .prev,
    .tp-mainVisualNavi > .next {
        width: 170px;
        height: 60px;
    }
    .tp-mainVisualNavi > .prev {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        top: auto;
        bottom: 0;
    }
    .tp-mainVisualNavi > .next {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        left: 0;
        right: auto;
    }
    .tp-mainVisualNavi > .prev:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .tp-mainVisualNavi > .next:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    }
    .tp-mainVisualNavi > .prev:before,
    .tp-mainVisualNavi > .next:before {
        width: 12px;
        height: 12px;
    }
    .tp-mainVisualNavi > .prev:before {
        transform: translate(-50%, -75%) rotate(-135deg);
    }
    .tp-mainVisualNavi > .next:before {
        transform: translate(-50%, -25%) rotate(-45deg);
    }
    .tp-mainVisualNavi .navi {
        padding: 62px 0;
    }
    .tp-mainVisualNavi .navi-current {
        width: 170px;
        height: 170px;
    }
    .tp-mainVisualNavi .navi-inner {
        width: 170px;
        height: 514px;
    }
    .tp-mainVisualNavi .navi-inner ul {
        width: 170px;
        height: 500%;
    }
    .tp-mainVisualNavi .navi-inner li {
        width: 170px;
        height: 170px;
        float: none;
    }
    .tp-mainVisualNavi .navi-inner li + li {
        margin-left: 0;
        margin-top: 2px;
    }
}


/* ▼ メインビジュアルコピー */

.tp-linkBlock {
    margin: -290px auto 0;
    width: 100%;
    max-width: 480px;
    position: relative;
    z-index: 4;
}
.tp-linkBlock > li {
    display: none;
    padding: 0 10px;
}
.tp-linkBlock > li.current {
    display: block;
}
.tp-linkBlock .titleBlock {
    padding: 0 6px;
    min-height: 160px;
    color: #fff;
}
.tp-linkBlock .titleBlock h2,
.tp-linkBlock .titleBlock p {
    display: none;
    opacity: 0;
}
.tp-linkBlock .titleBlock h2 {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: HelveticaNeue;
    letter-spacing: 0.03em;
}
.tp-linkBlock .titleBlock p {
    margin-top: 10px;
    font-size: 1.4rem;
}
.tp-linkBlock > li.current .titleBlock h2,
.tp-linkBlock > li.current .titleBlock p {
    display: block;
}
.tp-linkBlock .titleBlock h2 + p {
    letter-spacing: 4px;
}
.linkList {
    margin-top: 30px;
}
.linkList a {
    color: #333;
}
.linkList li {
    display: none;
    opacity: 0;
    height: 150px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.linkList li + li {
    margin-top: 24px;
}
.tp-linkBlock > li.current .linkList li {
    display: block;
}
.linkList li .category {
    box-sizing: border-box;
    padding: 0 10px;
    width: 290px;
    height: 28px;
    line-height: 28px;
    background-color: #005bac;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: -14px;
    left: -10px;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.linkList li .category:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #003e75 transparent transparent;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 2;
}
.linkList li .thumbnail {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}
.linkList li .thumbnail img {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.linkList li .text {
    box-sizing: border-box;
    margin-left: -150px;
    padding: 24px 10px 10px 160px;
    width: 100%;
    height: 150px;
    border: solid 1px #eee;
    border-left: none;
    float: right;
}
.linkList li .text p {
    margin-top: 7px;
    font-size: 1.17rem;
}

@media only screen and (min-width: 768px) {
    .tp-linkBlock {
        display: none;
        margin-top: 0;
        max-width: 400px;
        position: absolute;
        top: 50%;
        left: 220px;
        transform: translate(0, -50%);
    }
    .tp-linkBlock > li {
        padding: 0;
    }
    .tp-linkBlock .linkList {
        display: none;
    }
    .tp-linkBlock .titleBlock {
        padding: 0;
        min-height: auto;
    }
    .tp-linkBlock .titleBlock h2 {
        font-size: 3.4rem;
        letter-spacing: 0.02em;
    }
    .tp-linkBlock .titleBlock p {
        margin-top: 20px;
        max-width: 300px;
    }
    .tp-linkBlock .titleBlock h2 + p {
        font-size: 1.8rem;
        letter-spacing: 6px;
    }
    .tp-linkBlock .titleBlock h2 + p + p {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
    }
}

@media only screen and (min-width: 1320px) {
    .tp-linkBlock {
        display: block;
    }
}


/* ▼ メインビジュアル キャンパスナビ */

.tp-linkBlock2 {
    display: none;
}

@media only screen and (min-width: 768px) {
    .tp-linkBlock2 {
        display: block;
        width: 710px;
        height: 760px;
        position: absolute;
        top: 50%;
        right: 30px;
        z-index: 3;
        transform: translate(0, -50%);
    }
    .tp-linkBlock2 canvas {
        display: block;
    }
}

@media only screen and (max-width: 920px) {
    .tp-linkBlock2 {
        left: 180px;
    }
}

.tp-megaDropMenu {
    display: table;
    width: 100%;
    height: 54px;
    box-shadow: 0 0 2px 2px #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 105;
}
.tp-megaDropMenu.active {
    box-shadow: none;
}
.tp-megaDropMenu > li {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 25%;
}
.tp-megaDropMenu a {
    color: #333;
}
.tp-megaDropMenu .btn {
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    font-weight: bold;
}
.tp-megaDropMenu .btn svg {
    display: block;
    margin: 0 auto;
    width: 70%;
}
.tp-megaDropMenu > li + li .btn {
    border-left: 1px solid #ccc;
}
.tp-megaDropMenu > li.current .btn {
    color: #005bac;
    border: none;
}
.tp-megaDropMenu > li.current .btn path {
    fill: #005bac;
}
.tp-megaDropMenu.active .btn {
    position: relative;
    z-index: 115;
}
.tp-megaDropMenu.active > li:not(.current) .btn {
    /* before、afterを使うとJS側でターゲットボタンが正常に取得できないので、グレーの色を直接設定した */
    border-color: #686868;
    background-color: #838383;
}
.tp-megaDropMenu .btn > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tp-megaDropMenu .btn > span span {
    display: none;
}

.tp-megaDropMenu .content {
    display: none;
    padding-bottom: 44px;
    width: 100%;
    background-color: #fff;
    font-size: 1.4rem;
    position: absolute;
    bottom: 54px;
    left: 0;
}
.tp-megaDropMenu > li.current .content {
    display: block;
    z-index: 110;
}
.tp-megaDropMenu .content .close-content {
    width: 40px;
    height: 40px;
    background: url(/static/common/images/icon-close-cancel.svg) no-repeat center center/14px auto;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.tp-megaDropMenu .content-inner h2 {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
    .tp-megaDropMenu {
        box-shadow: none;
        position: absolute;
    }
    .tp-megaDropMenu .content {
        padding-bottom: 0;
    }
    .tp-megaDropMenu .content-inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 40px 80px;
        max-width: 1440px;
        width: 100%;
        height: 100%;
    }
    .type-news .content-inner {
        padding: 40px 20px;
        max-width: 1280px;
    }

    .tp-megaDropMenu .btn {
        display: table;
        width: 100%;
        height: 100%;
        font-size: 1.4rem;
        color: #333;
    }
    .tp-megaDropMenu .btn br {
        display: none;
    }
    .tp-megaDropMenu .btn svg {
        width: 90px;
    }
    .tp-megaDropMenu li:first-of-type .btn br {
        display: inline;
    }
    .tp-megaDropMenu .btn > span span {
        display: inline;
        font-size: 1rem;
    }
    .tp-megaDropMenu .content .close-content {
        width: 60px;
        height: 60px;
        background-size: 22px auto;
    }
}

.type-news .content-tab {
    padding: 16px 10px;
}
.type-news .content-tab > div {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 6px;
    color: #999;
    cursor: pointer;
}
.type-news .content-tab > div + div {
    margin-left: 30px;
}
.type-news .content-tab > div.current {
    padding-bottom: 4px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000;
}
.type-news .content-column-inner {
    display: none;
}
.type-news .content-column-inner.current {
    display: block;
}
.type-news .content-column-inner h2 {
    display: none;
}
.type-news .content-column-inner > ul {
    padding: 0 14px 14px;
}
.type-news .content-column-inner > ul > li + li {
    margin-top: 22px;
}
.type-news .content-column-inner li p {
    font-size: 1.4rem;
}
.type-news .content-column-inner .text {
    margin-top: 10px;
}
.type-news .text > ul {
    margin-top: 5px;
    font-size: 0;
}
.type-news .text > ul > li {
    display: inline-block;
    margin: 0 5px 5px 0;
    height: 24px;
}
.type-news .text > ul > li a {
    display: inline-block;
    padding: 5px 12px;
    color: #0c419a;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #f4f4f4;
}

.type-has-thumbnail .content-inner > h2 {
    padding: 16px 10px 0;
}
.type-has-thumbnail .content-inner > h2 + div {
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .type-news .content-column-inner > ul {
        max-height: 360px;
        overflow-y: auto;
    }

    .type-has-thumbnail .content-2column > .content-column-inner:last-child {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
@media only screen and (min-width: 768px) {
    .tp-megaDropMenu .content-1column,
    .tp-megaDropMenu .content-2column {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .tp-megaDropMenu .content-column-inner {
        position: relative;
    }

    .type-news .content-tab {
        display: none;
    }
    .type-news .content-2column {
        padding-right: 40px;
    }
    .type-news .content-2column a:hover {
        text-decoration: underline;
    }
    .type-news .content-column-inner {
        width: 50%;
        height: 100%;
    }
    .type-news .content-2column > .content-column-inner:first-child {
        margin-right: 40px;
        float: left;
    }
    .type-news .content-2column > .content-column-inner:last-child {
        margin-right: -40px;
        float: right;
    }
    .type-news .content-column-inner,
    .type-news .content-column-inner h2 {
        display: block;
    }
    .type-news .content-column-inner h2 {
        font-size: 1.6rem;
    }
    .type-news .content-column-inner > ul {
        margin-top: 24px;
        padding: 0;
        max-height: 400px;
        overflow: auto;
    }
    .type-news .content-column-inner > ul > li {
        overflow: hidden;
    }
    .type-news .content-column-inner > ul > li + li {
        margin-top: 14px;
    }
    .type-news .content-column-inner .update {
        width: 90px;
        float: left;
    }
    .type-news .content-column-inner .text {
        box-sizing: border-box;
        margin-top: 0;
        margin-left: -100px;
        padding-left: 100px;
        width: 100%;
        float: right;
    }

    .type-has-thumbnail .content-inner > h2 {
        display: none;
    }
    .type-has-thumbnail .content-inner > h2 + div {
        margin-top: 0;
    }
    .type-has-thumbnail .content-2column > .content-column-inner {
        height: 100%;
    }
    .type-has-thumbnail .content-2column > .content-column-inner:first-child {
        box-sizing: border-box;
        margin-right: -250px;
        padding-right: 250px;
        width: 100%;
        float: left;
    }
    .type-has-thumbnail .content-2column > .content-column-inner:last-child {
        width: 220px;
        float: right;
    }
}


.tp-megaDropMenu .lead-all p a {
    display: inline-block;
    padding-left: 16px;
    color: #0c419a;
    font-size: 1.3rem;
    position: relative;
}
.tp-megaDropMenu .lead-all p a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .tp-megaDropMenu .lead-all {
        display: table;
        width: 100%;
        height: 44px;
        border-top: 1px dotted #999;
    }
    .tp-megaDropMenu .lead-all p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .tp-megaDropMenu .lead-all .large-screen {
        display: none;
    }

    .type-news .lead-all {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .type-has-thumbnail .lead-block-text > span {
        display: inline-block;
    }
    .type-has-thumbnail .lead-block-text > span + span {
        margin-left: 12px;
    }
}

@media only screen and (min-width: 768px) {
    .tp-megaDropMenu .lead-all .small-screen {
        display: none;
    }

    .type-news .lead-all {
        position: absolute;
        top: -5px;
        right: 0;
        z-index: 1;
    }
    .type-news .lead-all p a {
        padding-left: 16px;
    }
    .type-news .lead-all p a:before {
        width: 8px;
        height: 8px;
    }

    .type-has-thumbnail .lead-all {
        width: 220px;
        height: 100%;
        background-color: #f4f4f4;
    }
    .type-has-thumbnail .lead-all p {
        height: 100%;
    }
    .type-has-thumbnail .lead-all p a,
    .type-has-thumbnail .lead-block-text,
    .type-has-thumbnail .lead-block-text > span {
        display: block;
    }
    .type-has-thumbnail .lead-all p a {
        padding-left: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .type-has-thumbnail .lead-all p a:before {
        content: none;
    }
    .type-has-thumbnail .lead-block-text {
        padding: 62px 12px 0;
        width: 100%;
        background: url(/static/top/images/icon-lead-block.svg) no-repeat center top/44px auto;
        color: #999;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .type-has-thumbnail .lead-block-text > span + span {
        margin-top: 5px;
    }
}

.slide-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 50px;
    width: 320px;
    position: relative;
}
.slide-container .prev,
.slide-container .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slide-container .prev {
    left: 5px;
}
.slide-container .next {
    right: 5px;
}
.slide-container .prev:before,
.slide-container .next:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
.slide-container .prev:before {
    border-right: none;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.slide-container .next:before {
    border-left: none;
    transform: translate(-50%, -50%) rotate(45deg);
}
.slide-list {
    width: 100%;
    overflow: hidden;
}
.slide-list a:hover {
    text-decoration: underline;
}
.slide-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    transition: transform 0.35s ease-out;
}
.slide-list .slide-list-col4 {
    width: 400%;
}
.slide-list .slide-list-col5 {
    width: 500%;
}
.slide-list > ul > li {
    box-sizing: border-box;
    padding: 0 5px;
}
.slide-list-col4 > li {
    width: 25%;
}
.slide-list-col5 > li {
    width: 20%;
}
.slide-list-contents {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hasUpdate .slide-list-contents {
    padding-bottom: 20px;
}
.slide-list-contents .category {
    min-height: 25px;
    padding: 2px 5px;
    line-height: 1.88;
    width: 190px;
    background: #005bac;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.slide-list-contents > a {
    display: block;
    text-decoration: none;
}
.slide-list-contents figure {
    box-sizing: border-box;
    width: 210px;
    height: 210px;
    border: solid 1px #ccc;
    transition: border 0.3s;
    position: relative;
    overflow: hidden;
}
.slide-list-contents > a:hover figure {
    border-color: #005bac;
}
.slide-list-contents figure > img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide-list-contents .title {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
}
.slide-list-contents .tags {
    padding: 10px 0;
    width: 100%;
    overflow: auto;
}
.slide-list-contents .tags > ul {
    width: 100%;
    font-size: 0;
}
.slide-list-contents .tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.slide-list-contents .tags a {
    padding: 6px 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 1.2rem;
    background: #FFF;
    border-radius: 10px;
    border: solid 1px #ccc;
}
.slide-list-contents .update {
    position: absolute;
    left: 0;
    bottom: 0;
}
.slide-list-contents .update time {
    font-size: 1.4rem;
    color: #666;
}

@media only screen and (min-width: 768px) {
    .slide-container {
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .slide-container .prev,
    .slide-container .next {
        display: none;
    }
    .slide-list > ul > li {
        min-height: 380px;
    }
    .slide-list > ul > li {
        padding: 0 10px;
    }
    .slide-list .slide-list-col4,
    .slide-list .slide-list-col5 {
        width: 100%;
    }
    .slide-list .slide-list-col4 {
        max-width: 1016px;
    }
    .slide-list .slide-list-col5 {
        max-width: 1270px;
    }
    .slide-list-col4 > li,
    .slide-list-col5 > li {
        width: 254px;
    }
    .slide-list-contents figure {
        width: 234px;
        height: 234px;
    }
}

.tp-overLayer {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.active + .tp-overLayer {
    display: block;
}

.n-ad-britain {
	background-color: #fff;
	bottom: 0;
	border-bottom: solid 2px #333;
	box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
	display: none;
	font-size: 16px;
	left: 0;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
	padding: 0 60px;
	position: absolute;
	right: 0;
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	.n-ad-britain {
		border-bottom: solid 1px #ccc;
		padding: 0;
		position: fixed;
	}
}

.n-ad-britain.open {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: stretch;
}

@media only screen and (max-width: 767px) {
	.n-ad-britain.open {
		display: block;
	}
}

.n-ad-britain-inner {
	display: inline-block;
	padding: 20px 0;
	word-break: break-word;
}

@media only screen and (max-width: 767px) {
	.n-ad-britain-inner {
		padding: 20px 10px;
	}
}

.n-ad-britain-btn-close {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 2;
	margin: 5px 10px 0;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height: 30px;
	padding: 30px 0 0;
	width: 30px;
}

@media only screen and (max-width: 767px) {
	.n-ad-britain-btn-close  {
		position: relative;
	}
}

.n-ad-britain-btn-close:before,
.n-ad-britain-btn-close:after {
	background-color: #333;
	content: "";
	display: block;
	height: 30px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 2px;

}

.n-ad-britain-btn-close:before {
	left: 50%;
	transform: rotate(45deg);
}

.n-ad-britain-btn-close:after {
	transform: rotate(-45deg);
}

.n-ad-britain-align-right {
	text-align: right;
}

.n-ad-britain-align-left {
	text-align: right;
}