@charset "UTF-8";
/*
--------------------------------
    font
--------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
/*
--------------------------------
    variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/*
--------------------------------
    mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- color --- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  /* for iOS, Android */
}
li {
  list-style: none;
}
a, button {
  -webkit-tap-highlight-color: transparent;
  /* for iOS, Android */
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}
strong, em, b {
  font-weight: bold;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
.txt_vertical {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/*
--------------------------------
    utilities
--------------------------------
*/
/* ---- media query ---- */
@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none;
  }
}
/* ---- margin ---- */
.mt0.bp, .bp .mt0 {
  margin-top: 0px !important;
}
.mt10.bp, .bp .mt10 {
  margin-top: 10px !important;
}
.mt20.bp, .bp .mt20 {
  margin-top: 20px !important;
}
.mt30.bp, .bp .mt30 {
  margin-top: 30px !important;
}
.mt40.bp, .bp .mt40 {
  margin-top: 40px !important;
}
.mt50.bp, .bp .mt50 {
  margin-top: 50px !important;
}
.mt60.bp, .bp .mt60 {
  margin-top: 60px !important;
}
.mt70.bp, .bp .mt70 {
  margin-top: 70px !important;
}
.mt80.bp, .bp .mt80 {
  margin-top: 80px !important;
}
.mt90.bp, .bp .mt90 {
  margin-top: 90px !important;
}
.mt100.bp, .bp .mt100 {
  margin-top: 100px !important;
}
.mt110.bp, .bp .mt110 {
  margin-top: 110px !important;
}
.mt120.bp, .bp .mt120 {
  margin-top: 120px !important;
}
.mt130.bp, .bp .mt130 {
  margin-top: 130px !important;
}
.mt140.bp, .bp .mt140 {
  margin-top: 140px !important;
}
.mt150.bp, .bp .mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 767px) {
  .mt0.bp, .bp .mt0 {
    margin-top: 0vw !important;
  }
  .mt10.bp, .bp .mt10 {
    margin-top: 1.5vw !important;
  }
  .mt20.bp, .bp .mt20 {
    margin-top: 3vw !important;
  }
  .mt30.bp, .bp .mt30 {
    margin-top: 4.5vw !important;
  }
  .mt40.bp, .bp .mt40 {
    margin-top: 6vw !important;
  }
  .mt50.bp, .bp .mt50 {
    margin-top: 7.5vw !important;
  }
  .mt60.bp, .bp .mt60 {
    margin-top: 9vw !important;
  }
  .mt70.bp, .bp .mt70 {
    margin-top: 10.5vw !important;
  }
  .mt80.bp, .bp .mt80 {
    margin-top: 12vw !important;
  }
  .mt90.bp, .bp .mt90 {
    margin-top: 13.5vw !important;
  }
  .mt100.bp, .bp .mt100 {
    margin-top: 15vw !important;
  }
  .mt110.bp, .bp .mt110 {
    margin-top: 16.5vw !important;
  }
  .mt120.bp, .bp .mt120 {
    margin-top: 18vw !important;
  }
  .mt130.bp, .bp .mt130 {
    margin-top: 19.5vw !important;
  }
  .mt140.bp, .bp .mt140 {
    margin-top: 21vw !important;
  }
  .mt150.bp, .bp .mt150 {
    margin-top: 22.5vw !important;
  }
  .sp-mt1vw.bp, .bp .sp-mt1vw {
    margin-top: 1vw !important;
  }
  .sp-mt2vw.bp, .bp .sp-mt2vw {
    margin-top: 2vw !important;
  }
  .sp-mt3vw.bp, .bp .sp-mt3vw {
    margin-top: 3vw !important;
  }
  .sp-mt4vw.bp, .bp .sp-mt4vw {
    margin-top: 4vw !important;
  }
  .sp-mt5vw.bp, .bp .sp-mt5vw {
    margin-top: 5vw !important;
  }
  .sp-mt6vw.bp, .bp .sp-mt6vw {
    margin-top: 6vw !important;
  }
  .sp-mt7vw.bp, .bp .sp-mt7vw {
    margin-top: 7vw !important;
  }
  .sp-mt8vw.bp, .bp .sp-mt8vw {
    margin-top: 8vw !important;
  }
  .sp-mt9vw.bp, .bp .sp-mt9vw {
    margin-top: 9vw !important;
  }
  .sp-mt10vw.bp, .bp .sp-mt10vw {
    margin-top: 10vw !important;
  }
  .sp-mt11vw.bp, .bp .sp-mt11vw {
    margin-top: 11vw !important;
  }
  .sp-mt12vw.bp, .bp .sp-mt12vw {
    margin-top: 12vw !important;
  }
  .sp-mt13vw.bp, .bp .sp-mt13vw {
    margin-top: 13vw !important;
  }
  .sp-mt14vw.bp, .bp .sp-mt14vw {
    margin-top: 14vw !important;
  }
  .sp-mt15vw.bp, .bp .sp-mt15vw {
    margin-top: 15vw !important;
  }
  .sp-mt16vw.bp, .bp .sp-mt16vw {
    margin-top: 16vw !important;
  }
  .sp-mt17vw.bp, .bp .sp-mt17vw {
    margin-top: 17vw !important;
  }
  .sp-mt18vw.bp, .bp .sp-mt18vw {
    margin-top: 18vw !important;
  }
  .sp-mt19vw.bp, .bp .sp-mt19vw {
    margin-top: 19vw !important;
  }
  .sp-mt20vw.bp, .bp .sp-mt20vw {
    margin-top: 20vw !important;
  }
}
/*
--------------------------------
    top page
--------------------------------
*/
/* ---- common parts ---- */
h2.top-common_heading {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.3;
}
h2.top-common_heading .en {
  display: inline-block;
  font-size: 6.4rem;
  letter-spacing: 0.05em;
  transform: translateY(0.06em);
}
@media screen and (max-width: 767px) {
  h2.top-common_heading {
    font-size: 4rem;
    text-align: center;
  }
  h2.top-common_heading .en {
    font-size: 5.2rem;
  }
}
/* ---- first view ---- */
.top-first_view {
  position: relative;
  height: calc(100vh - 100px);
}
.top-first_view .video {
  position: relative;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.top-first_view .video .player {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 177.7778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.top-first_view .emergency_info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 0 6%;
}
.top-first_view .emergency_info dl {
  display: flex;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 15px 40px;
  background-color: #dc4405;
}
.top-first_view .emergency_info dt {
  display: flex;
  align-items: center;
  width: 200px;
  height: 28px;
  padding: 0 0 1px 36px;
  background-image: url(../images/common/icon_info.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.top-first_view .emergency_info dd {
  width: calc(100% - 200px);
}
.top-first_view .emergency_info li {
  padding: 3px 0;
}
.top-first_view .emergency_info a {
  display: flex;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  opacity: 1;
  transition: opacity 0.2s;
}
.top-first_view .emergency_info a:hover, .top-first_view .emergency_info a:active {
  opacity: 0.7;
}
.top-first_view .emergency_info time {
  margin-right: 1em;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-first_view {
    height: auto;
  }
  .top-first_view .video {
    height: 56vw;
  }
  .top-first_view .emergency_info {
    position: static;
    padding: 0;
  }
  .top-first_view .emergency_info dl {
    display: block;
    max-width: none;
    margin: 0;
    padding: 3vw 6vw 2vw;
  }
  .top-first_view .emergency_info dt {
    display: block;
    width: 150px;
    margin: 0 auto 1vw;
    padding: 0;
    text-align: right;
    line-height: 28px;
  }
  .top-first_view .emergency_info dd {
    width: auto;
  }
  .top-first_view .emergency_info li {
    padding: 0 0 2vw;
  }
  .top-first_view .emergency_info a {
    display: block;
    transition: none;
  }
  .top-first_view .emergency_info a:hover, .top-first_view .emergency_info a:active {
    opacity: 1;
  }
  .top-first_view .emergency_info time {
    display: block;
    margin-right: 0;
  }
}
/* ---- first view: image cross fader ---- */
.top-first_view .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #ddd;
}
.top-first_view .loading div {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 64px;
  height: 16px;
  margin: -8px 0 0 -32px;
}
.top-first_view .loading div span {
  display: block;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 1;
  transform: scale(1);
}
.top-first_view .loading div span:nth-child(1) {
  left: 0;
  -webkit-animation: loading 1.8s 0s linear infinite both;
          animation: loading 1.8s 0s linear infinite both;
}
.top-first_view .loading div span:nth-child(2) {
  left: 24px;
  -webkit-animation: loading 1.8s 0.3s linear infinite both;
          animation: loading 1.8s 0.3s linear infinite both;
}
.top-first_view .loading div span:nth-child(3) {
  left: 48px;
  -webkit-animation: loading 1.8s 0.6s linear infinite both;
          animation: loading 1.8s 0.6s linear infinite both;
}
.top-first_view .images {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
}
.top-first_view .images div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s ease-in-out, transform 0s 1s ease-out;
}
.top-first_view .images div.is_show {
  opacity: 1;
  transition: opacity 2s ease-in-out, transform 9.5s ease-in;
}
.top-first_view .images div.is_zoom {
  transform: scale(1.1);
  transition: opacity 2s ease-in-out, transform 9.5s ease-in;
}
.top-first_view .images img {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-first_view .images {
    height: 56vw;
  }
}
@-webkit-keyframes loading {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loading {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
/* ---- featured banners ---- */
.top-featured_banners {
  padding: 60px 6% 80px;
  background-color: #eee;
}
.top-featured_banners .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.top-featured_banners ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.top-featured_banners li {
  width: 50%;
  padding: 20px 20px 0 0;
}
.top-featured_banners li.sp {
  display: none;
}
.top-featured_banners li.large {
  width: 100%;
}
.top-featured_banners a {
  opacity: 1;
  transition: opacity 0.2s;
}
.top-featured_banners a:hover, .top-featured_banners a:active {
  opacity: 0.7;
}
.top-featured_banners img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-featured_banners {
    padding: 5vw 6vw 8vw;
  }
  .top-featured_banners .inner {
    max-width: none;
    margin: 0;
  }
  .top-featured_banners ul {
    margin-right: -3vw;
  }
  .top-featured_banners li {
    width: 100%;
    padding: 3vw 3vw 0 0;
  }
  .top-featured_banners li.sp {
    display: block;
  }
  .top-featured_banners li.pc {
    display: none;
  }
  .top-featured_banners li.small {
    width: 50%;
  }
  .top-featured_banners a {
    transition: none;
  }
  .top-featured_banners a:hover, .top-featured_banners a:active {
    opacity: 1;
  }
}
/* ---- news ---- */
.top-news {
  padding: 110px 6% 120px;
}
.top-news .inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 16vw 6vw;
  }
  .top-news .inner {
    max-width: none;
    margin: 0;
  }
}
/* ---- news: pickup ---- */
.top-news .pickup {
  display: flex;
  margin-top: 40px;
}
.top-news .pickup h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  background-color: #dc4405;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.top-news .pickup .articles {
  width: calc(100% - 160px);
  height: 80px;
  background-color: #f8dacd;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.top-news .pickup ul {
  position: relative;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
.top-news .pickup li {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 10px 4%;
}
.top-news .pickup a {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.top-news .pickup a:hover, .top-news .pickup a:active {
  opacity: 0.7;
}
.top-news .pickup time {
  width: 110px;
  color: #867c77;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.top-news .pickup .category {
  width: 150px;
  padding: 6px 0;
  border-radius: 100px;
  background-color: #fff;
  color: #17171a;
  font-size: 1.3rem;
  text-align: center;
}
.top-news .pickup .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 260px);
  padding-left: 20px;
  color: #17171a;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-news .pickup {
    display: block;
    height: auto;
    margin-top: 10vw;
  }
  .top-news .pickup h3 {
    display: block;
    width: auto;
    padding: 8px 0;
    text-align: center;
  }
  .top-news .pickup .articles {
    width: auto;
    height: auto;
  }
  .top-news .pickup li {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .top-news .pickup a {
    flex-wrap: wrap;
    padding: 5vw 4vw 4vw;
    opacity: 1;
    transition: none;
  }
  .top-news .pickup a:hover, .top-news .pickup a:active {
    opacity: 1;
  }
  .top-news .pickup time {
    width: 100px;
  }
  .top-news .pickup .category {
    padding: 5px 0;
  }
  .top-news .pickup .title {
    width: 100%;
    padding: 1.5vw 0 0;
    letter-spacing: 0.1em;
  }
}
/* ---- news: tabs ---- */
.top-news .news {
  position: relative;
  margin-top: 40px;
  padding-top: 65px;
}
.top-news .news .tabs {
  position: relative;
  border: 5px solid #403d3a;
}
.top-news .news h3 {
  position: absolute;
  top: -70px;
  left: -5px;
  width: 240px;
  height: 70px;
  padding-top: 24px;
  border: 5px solid #403d3a;
  border-radius: 20px 20px 0 0;
  background-color: #e7e5e4;
  color: #535353;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s ease-out;
  cursor: pointer;
}
.top-news .news h3:hover, .top-news .news h3:active {
  color: #888;
}
.top-news .news h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background-color: #fff;
  opacity: 0;
  transition: opecity 0.2s ease-out;
}
.top-news .news h3:nth-child(3) {
  left: 242px;
}
.top-news .news h3.is_active {
  background-color: #fff;
  pointer-events: none;
}
.top-news .news h3.is_active:hover, .top-news .news h3.is_active:active {
  color: #535353;
}
.top-news .news h3.is_active::after {
  opacity: 1;
}
.top-news .news ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 60px 70px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.top-news .news ul.is_active {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.top-news .news li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.top-news .news .tabs a {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.top-news .news .tabs a:hover, .top-news .news .tabs a:active {
  opacity: 0.7;
}
.top-news .news time {
  width: 110px;
  color: #867c77;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.top-news .news .category {
  width: 150px;
  padding: 6px 0;
  border-radius: 100px;
  background-color: #f8dacd;
  color: #17171a;
  font-size: 1.3rem;
  text-align: center;
}
.top-news .news .title {
  width: calc(100% - 259px);
  padding-left: 20px;
  color: #17171a;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.top-news .news div.button {
  position: relative;
  margin-top: -35px;
  text-align: right;
}
.top-news .news .tabs button {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-news .news {
    margin-top: 7vw;
    padding-top: 0;
  }
  .top-news .news .tabs {
    margin-top: calc(9vw + 55px);
    border: 3px solid #403d3a;
  }
  .top-news .news h3 {
    top: -58px;
    left: -3px;
    width: calc(50% - 3px);
    height: 58px;
    padding-top: 20px;
    border: 3px solid #403d3a;
    border-radius: 15px 15px 0 0;
    transition: background-color 0.2s ease-out;
  }
  .top-news .news h3:hover, .top-news .news h3:active {
    color: #535353;
  }
  .top-news .news h3::after {
    height: 3px;
  }
  .top-news .news h3:nth-child(3) {
    left: auto;
    right: -3px;
  }
  .top-news .news ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120vw;
    padding: 4vw 6vw;
    overflow: hidden;
    transition: height 0.3s ease-out;
  }
  .top-news .news li {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .top-news .news .tabs a {
    flex-wrap: wrap;
    padding: 3.5vw 0;
    opacity: 1;
    transition: none;
  }
  .top-news .news .tabs a:hover, .top-news .news .tabs a:active {
    opacity: 1;
  }
  .top-news .news time {
    width: 100px;
  }
  .top-news .news .category {
    padding: 5px 0;
  }
  .top-news .news .title {
    width: 100%;
    padding: 1.5vw 0 0;
    letter-spacing: 0.1em;
  }
  .top-news .news div.button {
    margin-top: 8vw;
  }
  .top-news .news .tabs button {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    padding: 25px 0;
    background-color: #e7e5e4;
    color: #403d3a;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .top-news .news .tabs button::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .top-news .news .tabs button::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 12px;
    height: 12px;
    border-right: 2px solid #17171a;
    border-bottom: 2px solid #17171a;
    transform: rotate(45deg);
  }
}
/* ---- news: search ---- */
.top-news form {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 494px);
  max-width: 430px;
  height: 58px;
  border: 5px solid #403d3a;
}
.top-news form input {
  width: calc(100% - 48px);
  height: 48px;
  padding: 0 5%;
  color: #17171a;
  font-size: 1.5rem;
  line-height: 48px;
}
.top-news form input::-moz-placeholder {
  color: #a2a2a3;
}
.top-news form input:-ms-input-placeholder {
  color: #a2a2a3;
}
.top-news form input::placeholder {
  color: #a2a2a3;
}
.top-news form button {
  width: 48px;
  height: 48px;
  background-image: url(../images/common/icon_search_bk.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 22px;
  overflow: hidden;
  text-indent: -400px;
}
@media screen and (max-width: 767px) {
  .top-news form {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 6vw;
    border: 3px solid #403d3a;
  }
  .top-news form input {
    width: calc(100% - 52px);
    height: 52px;
    font-size: 1.6rem;
    line-height: 52px;
  }
  .top-news form button {
    width: 52px;
    height: 52px;
  }
}
/* ---- action: container, heading ---- */
.top-action {
  position: relative;
  padding: 140px 0 120px;
  background-color: #fff9d3;
}
.top-action::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 465px;
  background-image: url(../images/top/action_header_bg_pc.jpg);
  background-size: cover;
  background-position: 50%;
}
.top-action > .header {
  position: relative;
  z-index: 1;
  padding: 0 6%;
}
.top-action > .header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-right: 120px;
}
.top-action > .header .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: -100px;
  z-index: 0;
  width: 310px;
  height: 230px;
  /*background-image: url(../images/top/takushoku_symbol.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.12;
}
.top-action > .header h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 6.2rem;
  font-weight: bold;
}
.top-action > .header .arrows {
  display: flex;
  justify-content: space-between;
  width: 144px;
}
@media screen and (max-width: 999px) {
  .top-action::before {
    height: 430px;
  }
  .top-action > .header .inner {
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top-action {
    padding: 17vw 0 25vw;
  }
  .top-action::before {
    height: 72vw;
    background-image: url(../images/top/action_header_bg_sp.jpg);
  }
  .top-action > .header {
    padding: 0 6vw;
  }
  .top-action > .header .inner {
    display: block;
    max-width: none;
    margin: 0;
    padding-right: 0;
  }
  .top-action > .header .inner::before {
    left: 0;
    top: -12vw;
    width: 48vw;
    height: 36vw;
  }
  .top-action > .header h2 {
    padding-left: 5vw;
    font-size: 4rem;
  }
  .top-action > .header .arrows {
    width: 112px;
    margin: 8vw 0 0 auto;
  }
}
/* ---- action: slider ---- */
.top-action .slider {
  display: none;
  margin-top: 40px;
  overflow: hidden;
}
.top-action .slider.slick-initialized {
  display: block;
}
.top-action .slider .slick-list {
  z-index: 1;
  margin: 0 -100px;
  padding: 95px 0 !important;
}
.top-action .slider .slick-slide {
  position: relative;
  width: 500px;
  margin: 0 100px;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.top-action .slider .slick-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.top-action .slider .slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: auto;
}
.top-action .slider .slick-slide.slick-current, .top-action .slider .slick-slide.next_slide {
  transform: scale(1.6);
}
.top-action .slider .slick-slide.slick-current::after, .top-action .slider .slick-slide.next_slide::after {
  opacity: 0;
  pointer-events: none;
}
.top-action .slider .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
.top-action .slider .slick-dots li {
  padding: 0 2px;
}
.top-action .slider .slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d0cbad;
  overflow: hidden;
  text-indent: -400px;
  transition: backgound-color 0.2s;
}
.top-action .slider .slick-dots li.slick-active button {
  background-color: #dc4405;
}
@media screen and (max-width: 999px) {
  .top-action .slider .slick-list {
    margin: 0 -50px;
    padding: 70px 0 !important;
  }
  .top-action .slider .slick-slide {
    margin: 0 50px;
  }
  .top-action .slider .slick-slide.slick-current, .top-action .slider .slick-slide.next_slide {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 767px) {
  .top-action .slider {
    margin-top: 4vw;
  }
  .top-action .slider .slick-list {
    margin: 0;
    padding: 0 !important;
  }
  .top-action .slider .slick-slide {
    width: auto;
    margin: 0;
    padding: 0 6vw;
    transform: none;
    transition: none;
  }
  .top-action .slider .slick-slide img {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  }
  .top-action .slider .slick-slide::after {
    content: none;
  }
  .top-action .slider .slick-slide.slick-current, .top-action .slider .slick-slide.next_slide {
    transform: none;
  }
  .top-action .slider .slick-dots {
    margin-top: 5vw;
  }
  .top-action .slider .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
/* ---- action: articles ---- */
.top-action > .inner {
  padding: 0 6%;
}
.top-action .block {
  max-width: 1040px;
  margin: 130px auto 0;
}
.top-action .block > p:first-child {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.top-action .block h3 {
  position: relative;
  padding-left: 48px;
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.top-action .block h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 6px;
  width: 36px;
  background-image: url(../images/top/action_heading_lines.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.top-action .block h3.en {
  font-size: 5.8rem;
}
.top-action .block h3.en::before {
  bottom: 14px;
}
.top-action .block h3 span {
  display: inline-block;
}
.top-action .block .body {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  border: 5px solid #403d3a;
}
.top-action .block .body.neworange {
  background-color: #dc5016;
  background-image: url(../images/top/neworange_bg_pc.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
}
.top-action .block .body.active {
  background-color: #26357e;
  /*background-image: url(../images/top/active_bg_pc.png);*/
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
}
.top-action .block .body .row {
  display: flex;
}
.top-action .block .body .row picture {
  width: 70%;
}
.top-action .block .body .row .logo {
  width: 30%;
  padding-top: 6%;
  text-align: center;
}
.top-action .block .body .row .logo img {
  width: 58%;
}
.top-action .block .body .row .logo .button {
  margin-top: 10%;
  text-align: center;
}
.top-action .block .body.active .row .logo {
  padding-top: 13%;
}
.top-action .block .body.active .row .logo img {
  width: 82%;
}
.top-action .block .body.active .row .logo .button {
  margin-top: 15%;
}
.top-action .block .body p {
  display: none;
}
.top-action .block .body > .button {
  display: none;
}
.top-action .block .topics {
  display: flex;
  position: relative;
  z-index: 2;
  margin: -50px 10% 0 0;
  border: 5px solid #403d3a;
  border-left-style: none;
  background-color: #fff;
}
.top-action .block .topics.right {
  margin: -50px 0 0 10%;
}
.top-action .block .topics h4 {
  width: 40px;
  background-color: #403d3a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
}
.top-action .block .topics ul {
  display: flex;
  width: calc(100% - 40px);
  padding: 30px 0;
}
.top-action .block .topics ul li {
  width: 50%;
  padding: 0 4%;
}
.top-action .block .topics ul li:first-child {
  border-right: 1px solid #403d3a;
}
.top-action .block .topics ul li:last-child {
  border-left: 1px solid #403d3a;
}
.top-action .block .topics ul a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 60px;
  opacity: 1;
  transition: opacity 0.2s;
}
.top-action .block .topics ul a:hover, .top-action .block .topics ul a:active {
  opacity: 0.5;
}
.top-action .block .topics ul time {
  color: #b4b5b8;
  font-size: 1.5rem;
}
.top-action .block .topics ul .title {
  display: block;
  margin-top: 13px;
  color: #403d3a;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.top-action .block .topics ul .summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 3.6rem;
  padding-right: 40px;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  color: #858585;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-action > .inner {
    padding: 0 6vw;
  }
  .top-action .block {
    max-width: none;
    margin: 20vw 0 0;
  }
  .top-action .block > p:first-child {
    margin: 0 0 -1.3em 30px;
    font-size: 1.8rem;
  }
  .top-action .block h3 {
    padding-left: 30px;
    font-size: 3rem;
    letter-spacing: 0.04em;
  }
  .top-action .block h3::before {
    top: 5px;
    bottom: 2px;
    width: 24px;
  }
  .top-action .block h3.en {
    padding-top: 0.75em;
    font-size: 3.6rem;
  }
  .top-action .block h3.en::before {
    bottom: 9px;
  }
  .top-action .block .body {
    margin-top: 9vw;
    padding-bottom: 23vw;
    border: 3px solid #403d3a;
  }
  .top-action .block .body.neworange {
    background-image: url(../images/top/neworange_bg_sp.png);
    background-position: 0 0;
    background-size: 100% auto;
  }
  .top-action .block .body.active {
    /*background-image: url(../images/top/active_bg_sp.png);*/
    background-position: 0 0;
    background-size: 100% auto;
  }
  .top-action .block .body .row {
    display: flex;
  }
  .top-action .block .body .row picture {
    width: 64%;
  }
  .top-action .block .body .row .logo {
    width: 36%;
    padding-top: 5%;
  }
  .top-action .block .body .row .logo img {
    width: 78%;
  }
  .top-action .block .body .row .logo .button {
    display: none;
  }
  .top-action .block .body p {
    display: block;
    margin-top: 5vw;
  }
  .top-action .block .body p img {
    width: 90%;
  }
  .top-action .block .body > .button {
    display: block;
    margin: 8vw calc(5vw - 3px) 0 calc(5vw - 3px);
  }
  .top-action .block .topics {
    margin: -16vw 5vw 0 -6vw;
    border: 3px solid #403d3a;
    border-left-style: none;
  }
  .top-action .block .topics.right {
    margin: -16vw -6vw 0 5vw;
  }
  .top-action .block .topics h4 {
    padding-top: 18px;
    text-align: left;
  }
  .top-action .block .topics ul {
    display: block;
    width: auto;
    padding: 0 6vw;
  }
  .top-action .block .topics ul li {
    width: auto;
    padding: 8vw 0;
  }
  .top-action .block .topics ul li:first-child {
    border-bottom: 1px solid #403d3a;
    border-right-style: none;
  }
  .top-action .block .topics ul li:last-child {
    border-top: 1px solid #403d3a;
    border-left-style: none;
  }
  .top-action .block .topics ul a {
    height: auto;
    padding-bottom: 0;
    transition: none;
  }
  .top-action .block .topics ul a:hover, .top-action .block .topics ul a:active {
    opacity: 1;
  }
  .top-action .block .topics ul .title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  .top-action .block .topics ul .summary {
    -webkit-line-clamp: 3;
    position: static;
    max-height: 5.85rem;
    margin-top: 15px;
    padding-right: 30px;
    font-size: 1.3rem;
  }
}
/* ---- tact ---- */
.top-tact {
  position: relative;
  padding: 120px 6% 100px;
  overflow: hidden;
}
.top-tact::before {
  content: "";
  display: block;
  position: absolute;
  left: 28%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dc4405;
  transform-origin: 0 100%;
  transform: skew(-42deg);
}
.top-tact > .inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.top-tact h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 40px;
}
.top-tact h2 span:first-child {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-tact h2 span.en {
  margin-right: 10px;
  font-size: 5.8rem;
  letter-spacing: 0.05em;
}
.top-tact h2 span:last-child {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top-tact .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 35%;
  max-width: 360px;
  border: 5px solid #403d3a;
}
.top-tact dl {
  position: relative;
  z-index: 2;
  margin: 40px 0 0 40px;
}
.top-tact dl dt {
  display: inline-block;
  padding: 10px 16px 12px;
  border: 5px solid #403d3a;
  border-radius: 0 16px 16px 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-tact_magazine dl dt {
  background-color: #dc4405;
}
.top-tact_web dl dt {
  background-color: #1877F2;
}
.top-tact dl dd {
  width: 236px;
  margin-top: -5px;
  padding: 17px 21px;
  background-color: #403d3a;
}
.top-tact_magazine dl dd {
  background-color: #dc4405;
}
.top-tact_web dl dd {
  background-color: #1877F2;
}
.top-tact dl dd .heading {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.top-tact dl dd p {
  margin-top: 8px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.top-tact dl dd p:first-child {
  margin-top: 0;
}
.top-tact dl dd strong {
  color: #dc4405;
}
.top-tact .contents {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -28px;
  padding: 65px 113px 60px 60px;
  border: 5px solid #403d3a;
  border-radius: 24px;
  background-color: #fff;
}
.top-tact_web .contents {
  padding-right: 45px;
}
.top-tact_magazine .contents {
  width: 70%;
}
/* .top-tact .contents .inner {
  width: 87%;
  height: 230px;
  background-color: #f5f5f5;
  overflow: auto;
} */
.top-tact .read {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.top-tact_magazine .read {
  color: #dc4405;
}
.top-tact_web .read {
  color: #1877F2;
}
.top-tact .container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.top-tact_magazine .contents ul {
  margin-top: 20px;
}
.top-tact_web .contents ul {
  width: 49.45%;
  padding-right: 50px;
  border-right: 5px solid #403D3A;
}
.top-tact .contents ul li:not(:first-of-type) {
  padding-top: 20px;
}
.top-tact .contents ul li:not(:last-of-type) {
  border-bottom: 1px solid #A2A2A3;
  padding-bottom: 20px;
}
.top-tact .contents ul a {
  position: relative;
  display: inline-block;
  color: #17171a;
  font-size: 1.5rem;
  line-height: 1.6;
  transition: opacity 0.2s;
}
.top-tact .contents ul .title {
  display: block;
  color: #403d3a;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.top-tact .contents ul .summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.6rem;
  margin-top: 12px;
  padding-right: 40px;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  color: #858585;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.top-tact_web .contents .news {
  width: 49.73%;
  padding-left: 50px;
}
.top-tact_web .contents .news a {
  display: block;
  transition: opacity .2s;
}
.top-tact_web .contents .news a:hover {
  opacity: 0.5;
}
.top-tact_web .contents .news_banner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 41 / 12;
}
.top-tact_web .contents .news_banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-tact_web .contents .news_update {
  position: absolute;
  bottom: 30px;
  right: 45px;
  width: 265px;
  border-radius: 24px;
  border: 2px solid #E37345;
  text-align: center;
  color: #E37345;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.33;
}
@media screen and (max-width: 1180px) {
  .top-tact_web .contents .news_update {
    bottom: 22%;
    right: 10.97%;
    width: 64.63%;
    font-size: 1.27vw;
  }
}
.top-tact_web .contents .news_text {
  margin-top: 19px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
/* .top-tact .contents ul a::before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #dc4405;
  transform: scale(0.8);
} */
/* .top-tact .contents ul a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.6em;
  background-image: url(../images/common/icon_outbound_bk.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(1px);
} */
.top-tact .contents ul a:hover, .top-tact .contents ul a:active {
  opacity: 0.5;
}
/* .top-tact .contents .simplebar-scrollbar::before {
  left: 3px;
  right: 3px;
  top: 4px !important;
  bottom: 4px !important;
  background-color: #dc4405;
  opacity: 1;
} */
.top-tact div.button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-tact {
    padding: 16vw 6vw;
  }
  .top-tact::before {
    left: 10%;
    top: 65vw;
    z-index: -1;
    width: 105%;
    height: 110vw;
  }
  .top-tact > .inner {
    max-width: none;
    margin: 0;
  }
  .top-tact h2 {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .top-tact h2 span:first-child {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .top-tact h2 span.en {
    display: block;
    margin-right: 0;
    font-size: 4.6rem;
  }
  .top-tact h2 span:last-child {
    display: block;
    font-size: 2.4rem;
  }
  .top-tact .img {
    position: static;
    width: 56%;
    max-width: none;
    margin: 10vw auto 0;
    border: 3px solid #403d3a;
  }
  .top-tact dl {
    margin: 14.4vw 0 0;
  }
  .top-tact_web dl {
    margin-top: 17vw;
  }
  .top-tact dl dt {
    padding: 10px 5vw 12px;
    border: 3px solid #403d3a;
    border-radius: 0 14px 14px 0;
  }
  .top-tact dl dd {
    padding: 16px calc(5vw + 3px);
    border: 1px solid #E7E5E4;
  }
  .top-tact dl dd p {
    line-height: 1.6;
  }
  .top-tact .contents {
    width: 100vw;
    margin: -24px calc(50% - 50vw);
    padding: 13vw 6vw 8vw;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .top-tact .container {
    display: block;
  }
  .top-tact .contents ul {
    width: 100%;
    border: none;
    padding: 0;
  }
  .top-tact_magazine .contents ul {
    margin-top: 5vw;
  }
  .top-tact_web .contents .news {
    width: 100%;
    padding: 0;
  }
  .top-tact .contents ul li:not(:first-of-type) {
    padding-top: 5vw;
  }
  .top-tact .contents ul li:not(:last-of-type) {
    padding-bottom: 5vw;
  }
  .top-tact_web .contents .news {
    margin-top: 6vw;
  }
  .top-tact_web .contents .news_update {
    bottom: 6.4vw;
    right: 9.6vw;
    width: 64.54%;
    font-size: 3.2vw;
  }
  .top-tact_web .contents .news_text {
    margin-top: 3.2vw;
  }
  .top-tact .contents ul a {
    transition: none;
  }
  .top-tact .contents ul a:hover, .top-tact .contents ul a:active {
    color: #17171a;
  }
  .top-tact .contents ul .title {
    font-size: 2rem;
  }
  .top-tact .contents ul .summary {
    -webkit-line-clamp: 3;
    max-height: 5.85rem;
    font-size: 1.3rem;
  }
  .top-tact div.button {
    position: static;
    margin-top: 16vw;
  }
}
/* ---- movies ---- */
.top-movies {
  padding: 110px 6% 120px;
  background-color: #eee;
  /*background-image: url(../images/top/takushoku_symbol.png);*/
  background-repeat: no-repeat;
  background-position: 6% 50%;
  background-size: auto 88%;
}
.top-movies .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.top-movies .row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}
.top-movies .featured {
  width: 42%;
  padding-bottom: 100px;
}
.top-movies ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.top-movies ul li {
  width: 46%;
  margin: 35px 8% 0 0;
}
.top-movies ul li:nth-child(2n) {
  margin-right: 0;
}
.top-movies ul li:nth-child(-n+2) {
  margin-top: 0;
}
.top-movies a:not(.button) {
  display: block;
  position: relative;
}
.top-movies a:not(.button) .img {
  position: relative;
  height: 0;
  padding-bottom: 54%;
  border: 5px solid #403d3a;
  background-color: #fff;
  overflow: hidden;
}
.top-movies a:not(.button) .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/icon_youtube.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20% auto;
}
.top-movies a:not(.button) .img img {
  display: block;
  position: absolute;
  left: 0;
  top: -18%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s;
}
.top-movies a:not(.button) p {
  margin-top: 12px;
  padding-right: 30px;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  color: #17171a;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  transition: color 0.2s;
}
.top-movies a:not(.button):hover .img img, .top-movies a:not(.button):active .img img {
  opacity: 0.7;
}
.top-movies a:not(.button):hover p, .top-movies a:not(.button):active p {
  color: #dc4405;
}
.top-movies a:not(.button).new::before {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: 5px solid #403d3a;
  border-radius: 50%;
  background-color: #dc4405;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.top-movies .featured a:not(.button) p {
  margin-top: 18px;
  padding-right: 0;
  background-image: none;
  font-size: 2rem;
  line-height: 1.4;
}
.top-movies .featured a:not(.button).new::before {
  left: -20px;
  top: -20px;
  width: 80px;
  height: 80px;
  font-size: 2.3rem;
}
.top-movies div.button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .top-movies {
    padding: 18vw 6vw 16vw;
    background-position: 50% 5vw;
    background-size: 68% auto;
  }
  .top-movies .inner {
    max-width: none;
    margin: 0;
  }
  .top-movies h2 {
    line-height: 1.1;
  }
  .top-movies .row {
    display: block;
    margin-top: 16vw;
  }
  .top-movies .featured {
    width: auto;
    padding-bottom: 0;
  }
  .top-movies ul {
    width: 100%;
  }
  .top-movies ul li {
    margin: 10vw 8% 0 0;
  }
  .top-movies ul li:nth-child(-n+2) {
    margin-top: 10vw;
  }
  .top-movies a:not(.button) .img {
    border: 3px solid #403d3a;
  }
  .top-movies a:not(.button) .img img {
    transition: none;
  }
  .top-movies a:not(.button) p {
    margin-top: 3vw;
    padding-right: 0;
    background-image: none;
    line-height: 1.35;
    transition: none;
  }
  .top-movies a:not(.button):hover .img img, .top-movies a:not(.button):active .img img {
    opacity: 1;
  }
  .top-movies a:not(.button):hover p, .top-movies a:not(.button):active p {
    color: #17171a;
  }
  .top-movies a:not(.button).new::before {
    left: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    border: 3px solid #403d3a;
    font-size: 1.2rem;
  }
  .top-movies .featured a:not(.button) p {
    margin-top: 4vw;
  }
  .top-movies .featured a:not(.button).new::before {
    left: -12px;
    top: -12px;
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  .top-movies div.button {
    position: static;
    width: auto;
    margin-top: 14vw;
  }
}
/* ---- more about takushoku univ. ---- */
.top-more {
  padding: 75px 6% 80px;
}
.top-more .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.top-more .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-more .header h2 {
  width: calc(100% - 144px);
}
.top-more .header .arrows {
  display: flex;
  justify-content: space-between;
  width: 144px;
}
.top-more .slider {
  margin-top: 50px;
}
.top-more .slider.slick-initialized {
  display: block;
}
.top-more .slider .slick-list {
  margin-right: -40px;
}
.top-more .slider .slick-slide {
  margin-right: 40px;
}
.top-more .slider img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-more {
    padding: 16vw 6vw;
  }
  .top-more .inner {
    max-width: none;
    margin: 0;
  }
  .top-more .header {
    display: block;
  }
  .top-more .header h2 {
    width: auto;
  }
  .top-more .header .arrows {
    width: 112px;
    margin: 8vw 0 0 auto;
  }
  .top-more .slider {
    margin: 6vw -6vw 0;
  }
  .top-more .slider .slick-list {
    margin: 0;
  }
  .top-more .slider .slick-slide {
    margin: 0 6vw;
  }
}
/*
--------------------------------
    slick.js
--------------------------------
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
--------------------------------
    SimpleBar.js
--------------------------------
*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*
--------------------------------
    basics
--------------------------------
*/
/* ---- basics ---- */
body {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #17171a;
  background-color: #fff;
  overflow-y: scroll;
}
a {
  text-decoration: none;
  color: #dc4405;
}
a:link {
  color: #dc4405;
}
a:visited {
  color: #dc4405;
}
a:hover {
  text-decoration: none;
  color: #fb743c;
}
a:active {
  text-decoration: none;
  color: #fb743c;
}
/*
--------------------------------
    common
--------------------------------
*/
/* ---- container ---- */
.global_container {
  width: 100%;
  padding-top: 100px;
  transition: padding-top 0.2s ease-out;
}
@media screen and (max-width: 999px) {
  .global_container {
    padding-top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .global_container {
    padding-top: 72px;
  }
}
/* ---- header ---- */
body > header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  background-color: #fff;
}
/* ---- important information ---- */
.important_info {
  background-color: #eee;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.important_info .inner {
  display: flex;
  position: relative;
  min-height: 80px;
  padding: 15px 100px 15px 40px;
}
.important_info h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 5px 0;
  padding: 0 10px;
  border: 3px solid #dc4405;
  font-size: 1.6rem;
  font-weight: bold;
}
.important_info h2 span {
  color: #dc4405;
  white-space: nowrap;
}
.important_info .list {
  display: flex;
  align-items: center;
}
.important_info ul {
  margin-left: 40px;
}
.important_info ul li {
  padding: 3px 0;
}
.important_info ul a {
  display: flex;
  color: #151515;
  font-size: 1.3rem;
  line-height: 1.4;
  opacity: 1;
  transition: opacity 0.2s;
}
.important_info ul a:hover, .important_info ul a:active {
  opacity: 0.7;
}
.important_info ul time {
  margin-right: 1em;
  font-weight: bold;
  white-space: nowrap;
}
.important_info button {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 50px;
  padding-top: 46px;
  color: #151515;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.important_info button::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.important_info button::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 13px;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  transition: opacity 0.2s;
}
.important_info button:hover::after, .important_info button:active::after {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .important_info .inner {
    display: block;
    min-height: auto;
    padding: 5vw 6vw 4vw;
  }
  .important_info h2 {
    display: block;
    width: 136px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
  .important_info .list {
    display: block;
  }
  .important_info ul {
    margin-left: 0;
  }
  .important_info ul li {
    margin-top: 3vw;
    padding: 0;
  }
  .important_info ul a {
    display: block;
    line-height: 1.6;
    transition: none;
  }
  .important_info ul a:hover, .important_info ul a:active {
    opacity: 1;
  }
  .important_info ul time {
    display: block;
    margin-right: 0;
  }
  .important_info button {
    right: 3vw;
    top: 3vw;
    font-size: 1.3rem;
    transform: none;
  }
  .important_info button::after {
    transition: none;
  }
  .important_info button:hover::after, .important_info button:active::after {
    opacity: 1;
  }
}
/* ---- pc header / global navigation ---- */
.header_pc {
  position: relative;
  z-index: 3;
  height: 100px;
  padding: 0 160px 0 40px;
  background-color: #fff;
  box-shadow: 0 15px 20px rgba(23, 23, 26, 0.05);
}
.header_pc .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header_pc .site_id {
  /*width: 66px;*/
  width: 80px;
}
.header_pc .site_id img {
  display: block;
}
.header_pc nav {
  width: calc(100% - 64px);
}
.header_pc nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
.header_pc nav ul.target li {
  margin-right: 40px;
}
.header_pc nav ul.global li {
  margin-right: 45px;
}
.header_pc nav .target a {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  color: #17171a;
  font-size: 1.4rem;
  white-space: nowrap;
  transition: color 0.2s;
}
.header_pc nav .target a:hover, .header_pc nav .target a:active {
  color: #858593;
}
.header_pc nav .target a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dc4405;
  transform: translateY(-50%);
}
.header_pc nav .global a {
  display: inline-block;
  position: relative;
  height: 50px;
  padding-right: 16px;
  color: #17171a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  transition: color 0.2s;
}
.header_pc nav .global a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  transform: translate(-2px, -60%) rotate(45deg);
  transition: transform 0.2s ease-out, border-color 0.2s;
}
.header_pc nav .global a:hover, .header_pc nav .global a:active, .header_pc nav .global a.is_open {
  color: #dc4405;
}
.header_pc nav .global a:hover::after, .header_pc nav .global a:active::after, .header_pc nav .global a.is_open::after {
  border-color: #dc4405;
  transform: translate(-2px, -25%) rotate(-135deg);
}
@media screen and (max-width: 1180px) {
  .header_pc nav ul.global li {
    margin-right: 21px;
  }
}
@media screen and (max-width: 999px) {
  .header_pc {
    display: none;
  }
}
/* ---- pc utility navigation ---- */
.header_pc .utility {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}
.header_pc .utility dl {
  height: 50px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.header_pc .utility dl dt {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  background-size: 28px 28px;
  cursor: pointer;
}
.header_pc .utility dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-2px, -60%) rotate(45deg);
  transition: transform 0.2s ease-out;
}
.header_pc .utility dl dt span {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.header_pc .utility dl:hover dt::after, .header_pc .utility dl:active dt::after {
  transform: translate(-2px, -25%) rotate(-135deg);
}
.header_pc .utility dl.search {
  background-color: #403d3a;
}
.header_pc .utility dl.search dt {
  background-image: url(../images/common/icon_search_wh.png);
}
.header_pc .utility dl.search dd {
  padding: 0 9px 10px;
}
.header_pc .utility dl.search input {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  background-color: #fff;
  color: #17171a;
  font-size: 1.4rem;
  line-height: 34px;
}
.header_pc .utility dl.search input::-moz-placeholder {
  color: #858593;
}
.header_pc .utility dl.search input:-ms-input-placeholder {
  color: #858593;
}
.header_pc .utility dl.search input::placeholder {
  color: #858593;
}
.header_pc .utility dl.search button {
  width: 100%;
  height: 34px;
  margin-top: 5px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.header_pc .utility dl.language {
  padding-bottom: 4px;
  background-color: #dc4405;
}
.header_pc .utility dl.language dt {
  background-image: url(../images/common/icon_lang.png);
}
.header_pc .utility dl.language dd {
  padding: 0 9px 20px;
}
.header_pc .utility dl.language li {
  padding-top: 11px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.header_pc .utility dl.language a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.header_pc .utility dl.language a:hover, .header_pc .utility dl.language a:active {
  opacity: 0.7;
}
.header_pc .utility dl.language dd span {
  display: block;
  padding: 10px 0 9px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
/* ---- pc megamenu ---- */
.cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.cover.is_open {
  opacity: 1;
  pointer-events: auto;
}
.megamenu_bg {
  position: absolute;
  right: 160px;
  top: 100%;
  z-index: 1;
  width: 880px;
  height: 0;
  background-color: #fff;
  opacity: 0;
  transition: height 0.1s ease-out, opacity 0.2s ease-out;
}
.megamenu {
  position: absolute;
  right: 160px;
  top: 100%;
  z-index: 2;
  width: 880px;
}
.megamenu > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 35px 45px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.megamenu > div.is_open {
  opacity: 1;
  pointer-events: auto;
}
.megamenu .head {
  padding-bottom: 15px;
  border-bottom: 1px solid #c5c4c4;
}
.megamenu .head a {
  display: inline-block;
  padding: 5px 0 5px 24px;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: 20px;
  color: #17171a;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.2s;
}
.megamenu .head a:hover, .megamenu .head a:active {
  color: #858593;
}
.megamenu .body {
  padding-top: 7px;
}
.megamenu .body > ul {
  display: flex;
  flex-wrap: wrap;
}
.megamenu .body > ul > li {
  margin: 10px 40px 0 0;
}
.megamenu .body > ul > li:last-child {
  margin-right: 0;
}
.megamenu .body > ul > li > a {
  display: inline-block;
  padding: 5px 0 5px 24px;
  background-image: url(../images/common/icon_circle_arrow_bk.png);
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: 20px;
  color: #17171a;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.2s;
}
.megamenu .body > ul > li > a:hover, .megamenu .body > ul > li > a:active {
  color: #858593;
}
.megamenu .body > ul > li ul {
  margin: 5px 0 0 24px;
}
.megamenu .body > ul > li ul li a {
  display: inline-block;
  padding: 5px 0;
  color: #17171a;
  font-size: 1.4rem;
  transition: color 0.2s;
}
.megamenu .body > ul > li ul li a:hover, .megamenu .body > ul > li ul li a:active {
  color: #858593;
}
.megamenu .body > ul > li ul li a[target=_blank] {
  padding: 5px 24px 5px 0;
  background-image: url(../images/common/icon_outbound_bk.svg);
  background-repeat: no-repeat;
  background-position: 100% 70%;
  background-size: 14px;
}
@media screen and (max-width: 1180px) {
  .megamenu_bg {
    width: 720px;
  }
  .megamenu {
    width: 720px;
  }
}
@media screen and (max-width: 999px) {
  .megamenu_bg {
    display: none;
  }
  .megamenu {
    display: none;
  }
}
/* ---- sp header ---- */
.header_sp {
  display: none;
}
.sp_menus {
  display: none;
}
@media screen and (max-width: 999px) {
  .header_sp {
    display: flex;
    height: 84px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(23, 23, 26, 0.05);
  }
  .header_sp .site_id {
    width: calc(100% - 225px);
    padding-left: 40px;
  }
  .header_sp .site_id a {
    display: flex;
    align-items: center;
    width: 164px;
    height: 100%;
  }
  .header_sp .site_id a img {
    display: block;
  }
  .header_sp button {
    display: block;
    position: relative;
    width: 75px;
    height: 100%;
    overflow: hidden;
  }
  .header_sp button span {
    display: none;
  }
  .header_sp button.language {
    background-color: #dc4405;
    background-image: url(../images/common/icon_lang.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
  }
  .header_sp button.language.is_open::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -7px;
    width: 14px;
    height: 14px;
    background-color: #f8dacd;
    transform: rotate(45deg);
  }
  .header_sp button.search {
    background-color: #403d3a;
    background-image: url(../images/common/icon_search_wh.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 32px;
  }
  .header_sp button.search.is_open::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 7px);
    bottom: -7px;
    width: 14px;
    height: 14px;
    background-color: #575757;
    transform: rotate(45deg);
  }
  .header_sp button.menu {
    background-color: #151515;
  }
  .header_sp button.menu span:first-child {
    display: block;
    padding-top: 36px;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }
  .header_sp button.menu span:last-child {
    display: block;
    position: absolute;
    left: calc(50% - 17px);
    top: 32px;
    width: 34px;
    height: 2px;
    background-color: #fff;
    transition: background-color 0.2s cubic-bezier(0.1, 0.64, 0.32, 1);
  }
  .header_sp button.menu span:last-child::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 2px;
    background-color: #fff;
    transform: rotate(0deg) translateY(-9px);
    transition: transform 0.2s cubic-bezier(0.1, 0.64, 0.32, 1);
  }
  .header_sp button.menu span:last-child::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 2px;
    background-color: #fff;
    transform: rotate(0deg) translateY(10px);
    transition: transform 0.2s cubic-bezier(0.1, 0.64, 0.32, 1);
  }
  .header_sp button.menu.is_open span:last-child {
    background-color: #151515;
  }
  .header_sp button.menu.is_open span:last-child::before {
    transform: rotate(135deg) translateY(0);
  }
  .header_sp button.menu.is_open span:last-child::after {
    transform: rotate(225deg) translateY(0);
  }
  .sp_menus {
    display: block;
    position: absolute;
    left: 0;
    top: 84px;
    z-index: 101;
    width: 100%;
    transition: top 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .header_sp {
    height: 72px;
  }
  .header_sp .site_id {
    width: calc(100% - 180px);
    padding-left: 6vw;
  }
  .header_sp .site_id a {
    width: 135px;
  }
  .header_sp button {
    width: 60px;
  }
  .header_sp button.language {
    background-size: 28px;
  }
  .header_sp button.search {
    background-size: 28px;
  }
  .header_sp button.menu span:first-child {
    padding-top: 34px;
  }
  .header_sp button.menu span:last-child {
    top: 25px;
  }
  .sp_menus {
    top: 72px;
  }
}
/* ---- sp header: language ---- */
.sp_menus .language {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.2s ease-out, opacity 0.2s ease-out;
}
.sp_menus .language.is_open {
  opacity: 1;
}
.sp_menus .language ul {
  padding-bottom: 1px;
  background-color: #f8dacd;
}
.sp_menus .language ul li {
  border-top: 1px solid #fff;
}
.sp_menus .language ul li:first-child {
  border-top-style: none;
}
.sp_menus .language ul li a {
  display: block;
  padding: 17px 12vw 17px 6vw;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 20px;
  color: #17171a;
  font-size: 1.4rem;
}
.sp_menus .language ul li a:hover, .sp_menus .language ul li a:active {
  color: #17171a;
}
.sp_menus .language ul li li a {
  padding-left: 10vw;
}
.sp_menus .language ul li span {
  display: block;
  padding: 18px 12vw 18px 6vw;
  border-bottom: 1px solid #fff;
  color: #17171a;
  font-size: 1.4rem;
}
/* ---- sp header: search ---- */
.sp_menus .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.2s ease-out, opacity 0.2s ease-out;
}
.sp_menus .search.is_open {
  opacity: 1;
}
.sp_menus .search form {
  display: flex;
  justify-content: space-between;
  padding: 15px 3vw;
  background-color: #575757;
}
.sp_menus .search form input {
  width: calc(100% - 52px - 3vw);
  height: 48px;
  padding: 0 15px;
  background-color: #fff;
  color: #17171a;
  font-size: 1.6rem;
  line-height: 48px;
}
.sp_menus .search form input::-moz-placeholder {
  color: #858593;
}
.sp_menus .search form input:-ms-input-placeholder {
  color: #858593;
}
.sp_menus .search form input::placeholder {
  color: #858593;
}
.sp_menus .search form button {
  width: 52px;
  height: 48px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
/* ---- sp header: main menu ---- */
.sp_menus .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.sp_menus .main.is_open {
  opacity: 1;
  pointer-events: auto;
}
.sp_menus .main .head {
  display: flex;
  background-color: #eee;
  border-bottom: 1px solid #434343;
}
.sp_menus .main .head a {
  display: block;
  width: calc(100% - 60px);
  padding: 22px 0 22px calc(6vw + 27px);
  color: #17171a;
  font-size: 1.6rem;
  font-weight: bold;
  background-image: url(../images/common/icon_circle_arrow_or.png);
  background-repeat: no-repeat;
  background-position: 6vw 50%;
  background-size: 20px;
}
.sp_menus .main .head a:hover, .sp_menus .main .head a:active {
  color: #17171a;
}
.sp_menus .main .head button {
  display: block;
  position: relative;
  width: 60px;
  overflow: hidden;
  text-indent: -400px;
}
.sp_menus .main .head button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background-color: #434343;
}
.sp_menus .main .head button::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  transform: translate(-2px, -60%) rotate(45deg);
  transition: transform 0.2s ease-out;
}
.sp_menus .main .head button.is_open::after {
  transform: translate(-2px, -25%) rotate(-135deg);
}
.sp_menus .main .body {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.sp_menus .main .body li {
  border-bottom: 1px solid #a1a1a1;
  background-color: #434343;
}
.sp_menus .main .body li a {
  display: block;
  padding: 15px 6vw 15px calc(12vw + 27px);
  color: #fff;
  font-size: 1.6rem;
  background-image: url(../images/common/icon_circle_arrow_wh.png);
  background-repeat: no-repeat;
  background-position: 12vw 50%;
  background-size: 20px;
}
.sp_menus .main .body li a:hover, .sp_menus .main .body li a:active {
  color: #17171a;
}
.sp_menus .main .target {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 7px 10px 10px;
  background-color: #434343;
}
.sp_menus .main .target li {
  width: 50%;
  margin-top: 3px;
}
.sp_menus .main .target li:first-child {
  width: 100%;
}
.sp_menus .main .target a {
  display: block;
  margin-right: 3px;
  padding: 22px 0;
  color: #17171a;
  font-size: 1.4rem;
  background-color: #fff;
  text-align: center;
}
.sp_menus .main .target a::before {
  content: "●";
  display: inline-block;
  margin-right: 0.1em;
  color: #dc4405;
  transform: scale(0.6);
}
.sp_menus .main .target a:hover, .sp_menus .main .target a:active {
  color: #17171a;
}
/* ---- footer ---- */
.global_container > footer .main {
  padding: 90px 6%;
  background-color: #ea5504;
}
.global_container > footer .bottom {
  padding: 15px 6%;
  background-color: #ede1db;
}
.global_container > footer .campus_sites {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.global_container > footer .campus_sites li {
  width: 48%;
}
/*.global_container > footer .campus_sites a {
  text-transform: uppercase;
}
*/
.global_container > footer .banners {
  position: relative;
  max-width: 1040px;
  margin: 40px auto 0;
  padding: 30px 40px;
  background-color: #fff;
}
.global_container > footer .banners ul {
  overflow: hidden;
}
.global_container > footer .banners ul.slick-initialized {
  display: block;
}
.global_container > footer .banners ul .slick-list {
  margin-right: -20px;
}
.global_container > footer .banners ul .slick-slide {
  margin-right: 20px;
}
.global_container > footer .banners ul img {
  width: 100%;
}
.global_container > footer .banners button {
  position: absolute;
  top: calc(50% - 32px);
}
.global_container > footer .banners button.prev {
  left: -32px;
}
.global_container > footer .banners button.next {
  right: -32px;
}
.global_container > footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1040px;
  margin: 60px auto 0;
}
.global_container > footer .row .col:first-child {
  width: calc(100% - 130px);
}
.global_container > footer .row .col:first-child > a {
  display: block;
  width: 240px;
}
.global_container > footer .row .col:last-child {
  width: 98px;
  padding-bottom: 3px;
}
.global_container > footer .row .affiliated {
  display: flex;
  margin-top: 25px;
}
.global_container > footer .row .affiliated li {
  margin-right: 30px;
}
.global_container > footer .row .affiliated a {
  display: inline-block;
  padding: 3px 24px 3px 0;
  background-image: url(../images/common/icon_outbound_wh.svg);
  background-repeat: no-repeat;
  background-position: 100% 60%;
  background-size: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.2s;
}
.global_container > footer .row .affiliated a:hover, .global_container > footer .row .affiliated a:active {
  opacity: 0.7;
}
.global_container > footer .row .navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.global_container > footer .row .navigation a {
  display: inline-block;
  margin: 8px 0.8em 0 0;
  padding-right: 0.8em;
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  opacity: 1;
  transition: opacity 0.2s;
}
.global_container > footer .row .navigation a:hover, .global_container > footer .row .navigation a:active {
  opacity: 0.7;
}
.global_container > footer .row .navigation li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right-style: none;
}
.global_container > footer .bottom .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.global_container > footer .bottom .inner .sns {
  display: flex;
  width: 198px;
}
.global_container > footer .bottom .inner .sns li {
  width: 42px;
  margin-right: 10px;
}
.global_container > footer .bottom .inner .sns li:last-child {
  margin-right: 0;
}
.global_container > footer .bottom .inner .sns a {
  opacity: 1;
  transition: opacity 0.2s;
}
.global_container > footer .bottom .inner .sns a:hover, .global_container > footer .bottom .inner .sns a:active {
  opacity: 0.7;
}
.global_container > footer .bottom .inner .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .global_container > footer .main {
    padding: 13vw 6vw 11vw;
  }
  .global_container > footer .bottom {
    padding: 20px 5vw 25px;
  }
  .global_container > footer .campus_sites {
    display: block;
    max-width: none;
    margin: 0;
  }
  .global_container > footer .campus_sites li {
    width: auto;
  }
  .global_container > footer .campus_sites li:last-child {
    margin-top: 6vw;
  }
  .global_container > footer .banners {
    max-width: none;
    margin: 12vw 20px 0;
    padding: 6vw 0;
  }
  .global_container > footer .banners ul {
    z-index: 1;
  }
  .global_container > footer .banners ul .slick-list {
    margin: 0;
  }
  .global_container > footer .banners ul .slick-slide {
    margin: 0 40px;
  }
  .global_container > footer .banners button {
    top: calc(50% - 25px);
    z-index: 2;
  }
  .global_container > footer .banners button.prev {
    left: -20px;
  }
  .global_container > footer .banners button.next {
    right: -20px;
  }
  .global_container > footer .row {
    display: block;
    max-width: none;
    margin: 12vw 0 0;
  }
  .global_container > footer .row .col:first-child {
    width: auto;
  }
  .global_container > footer .row .col:first-child > a {
    margin: 0 auto;
  }
  .global_container > footer .row .col:last-child {
    margin: 8vw auto 0;
    padding-bottom: 0;
  }
  .global_container > footer .row .affiliated {
    display: block;
    margin-top: 6vw;
  }
  .global_container > footer .row .affiliated li {
    margin: 3vw 0 0;
    text-align: center;
  }
  .global_container > footer .row .affiliated a {
    transition: none;
  }
  .global_container > footer .row .affiliated a:hover, .global_container > footer .row .affiliated a:active {
    opacity: 1;
  }
  .global_container > footer .row .navigation {
    margin-top: 9vw;
  }
  .global_container > footer .row .navigation li {
    width: 50%;
    border-top: 2px solid #e37345;
    border-right: 2px solid #e37345;
  }
  .global_container > footer .row .navigation li:nth-child(2n) {
    border-right-style: none;
  }
  .global_container > footer .row .navigation li:nth-child(-n+2) {
    border-top-style: none;
  }
  .global_container > footer .row .navigation a {
    display: block;
    margin: 0;
    padding: 3vw 0;
    border-right-style: none;
    text-align: center;
    transition: none;
  }
  .global_container > footer .row .navigation a:hover, .global_container > footer .row .navigation a:active {
    opacity: 1;
  }
  .global_container > footer .bottom .inner {
    display: flex;
    flex-direction: column;
    max-width: none;
    height: 65px;
    margin: 0;
  }
  .global_container > footer .bottom .inner .sns {
    width: 216px;
  }
  .global_container > footer .bottom .inner .sns li {
    margin: 0 6px;
  }
  .global_container > footer .bottom .inner .sns li:last-child {
    margin-right: 6px;
  }
  .global_container > footer .bottom .inner .sns a {
    transition: none;
  }
  .global_container > footer .bottom .inner .sns a:hover, .global_container > footer .bottom .inner .sns a:active {
    opacity: 1;
  }
  .global_container > footer .bottom .inner .copyright {
    text-align: center;
  }
}
/* ---- page top button ---- */
.page_top_button {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  width: 53px;
  height: 53px;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(100px);
  transition: transform 0.3s ease-out;
}
.page_top_button.is_show {
  transform: translateY(0);
}
.page_top_button.is_floor {
  position: absolute;
  bottom: 83px;
  transform: translateY(0);
}
#page_top_ceil {
  position: absolute;
  left: 0;
  top: 150vh;
  bottom: 0;
  z-index: -100;
  width: 1px;
  pointer-events: none;
}
#page_top_floor {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -100;
  width: 1px;
  height: 73px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .page_top_button,
#page_top_floor,
#page_top_floor {
    display: none;
  }
}
/* ---- button ---- */
a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  min-height: 70px;
  padding: 18px 60px;
  background-color: #403d3a;
  background-image: url(../images/common/icon_circle_arrow_ghost_wh.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 22px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  transition: background-color 0.2s;
}
a.button:hover, a.button:active {
  background-color: #7d7771;
}
a.button.orange {
  background-color: #dc4405;
}
a.button.orange:hover, a.button.orange:active {
  background-color: #fb743c;
}
a.button.purple {
  background-color: #26357e;
}
a.button.purple:hover, a.button.purple:active {
  background-color: #6872a5;
}
a.button.w100 {
  width: 100%;
}
a.button.long_txt {
  padding: 18px 50px 18px 25px;
}
@media screen and (max-width: 767px) {
  a.button {
    width: 100%;
  }
}
/* ---- circle arrow button ---- */
button.arrow {
  display: block;
  position: relative;
  width: 64px;
  max-width: 100%;
  height: 64px;
  max-height: 100%;
  border-radius: 50%;
  background-color: #403d3a;
  overflow: hidden;
  text-indent: -400px;
  transition: background-color 0.2s;
}
button.arrow:hover, button.arrow:active {
  background-color: #7d7771;
}
button.arrow.orange {
  background-color: #dc4405;
}
button.arrow.orange:hover, button.arrow.orange:active {
  background-color: #fb743c;
}
button.arrow.prev::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(4px) rotate(45deg);
}
button.arrow.next::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateX(-4px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  button.arrow {
    width: 50px;
    height: 50px;
    transition: none;
  }
  button.arrow:hover, button.arrow:active {
    color: #403d3a;
  }
  button.arrow.orange:hover, button.arrow.orange:active {
    color: #dc4405;
  }
  button.arrow.prev::after {
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    transform: translateX(3px) rotate(45deg);
  }
  button.arrow.next::after {
    left: calc(50% - 6px);
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    transform: translateX(-3px) rotate(45deg);
  }
}
/* ---- youtube modal ---- */
.modal_youtube {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 103;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0.95);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  pointer-events: none;
}
.modal_youtube.is_open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.modal_youtube iframe {
  position: absolute;
}
.modal_youtube button {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  text-indent: -400px;
  transition: background-color 0.2s;
}
.modal_youtube button::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 13px;
  width: 14px;
  height: 14px;
  background-image: url(../images/common/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal_youtube button:hover, .modal_youtube button:active {
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .modal_youtube button {
    right: 5vw;
    top: 5vw;
    transform: none;
  }
  .modal_youtube button:hover, .modal_youtube button:active {
    background-color: #fff;
  }
}