body > #Contents .hht-text-notification {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
body > #Contents .hht-text-notification .hht-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
body > #Contents .hht-text-notification__text1 {
  width: calc(100% - 32px);
}
body > #Contents .hht-text-notification__text1 a {
  color: inherit;
  text-decoration: underline;
}
body > #Contents .hht-text-notification__text1 strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-text-notification__text1 sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-text-notification__text1 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-text-notification__text1 em {
  font-style: italic;
  color: inherit;
}
@media (min-width: 768px) {
  body > #Contents .hht-text-notification {
    padding: 30px 0 20px;
  }
  body > #Contents .hht-text-notification__text1 {
    width: auto;
  }
  body > #Contents .hht-text-notification__text1 a:hover {
    color: #CC0000;
  }
}
body > #Contents .hht-primary-notification {
  padding: 40px 16px;
  margin-top: 24px;
  background-color: #f9f9f9;
}
body > #Contents .hht-primary-notification__block1 {
  display: block;
  width: 100%;
}
body > #Contents .hht-primary-notification__text1 {
  display: inline-block;
  background-color: #0C0C0C;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 16px;
  letter-spacing: 0.15em;
  margin-right: 1.5em;
}
body > #Contents .hht-primary-notification__text1 br {
  display: none !important;
}
body > #Contents .hht-primary-notification__text1 strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-primary-notification__text1 sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-primary-notification__text1 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-primary-notification__text1 em {
  font-style: italic;
  color: inherit;
}
body > #Contents .hht-primary-notification__link1 {
  display: block;
  margin-top: 24px;
  color: #0C0C0C;
  text-decoration: underline;
}
body > #Contents .hht-primary-notification__link1 br {
  display: none !important;
}
body > #Contents .hht-primary-notification__link1 strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-primary-notification__link1 sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-primary-notification__link1 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-primary-notification__link1 em {
  font-style: italic;
  color: inherit;
}
@media (min-width: 768px) {
  body > #Contents .hht-primary-notification {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 40px;
  }
  body > #Contents .hht-primary-notification__block1 {
    max-width: 1275px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body > #Contents .hht-primary-notification__text1 {
    display: block;
  }
  body > #Contents .hht-primary-notification__link1 {
    display: inline-block;
    margin-top: 0;
  }
}
body > #Contents .hht-text1 {
  position: relative;
  display: block;
  margin: 25px auto;
  padding-top: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
body > #Contents .hht-text1::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  background: #CC0000;
  -webkit-transform: skew(-40deg) translate(0, 0);
          transform: skew(-40deg) translate(0, 0);
  top: 0;
  left: calc(50% - 0.5em);
  z-index: 1;
}
@media (min-width: 768px) {
  body > #Contents .hht-text1 {
    margin: 35px auto;
    padding-top: 41px;
    font-size: 36px;
  }
  body > #Contents .hht-text1::before {
    width: 20px;
    height: 25px;
  }
}
body > #Contents .hht-search-section {
  position: relative;
  width: calc(100% - 16px);
  padding: 16px;
  margin: -15px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #f0f0f0;
  border: 1px solid #f9f9f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
body > #Contents .hht-search-section .hht-nc27-3__block1 {
  max-width: 100%;
}
@media (min-width: 768px) {
  body > #Contents .hht-search-section {
    width: 100%;
    max-width: 1275px;
    padding: 32px;
    margin-top: -20px;
    margin-bottom: 0;
  }
}
body > #Contents .hht-mv {
  position: relative;
  overflow: hidden;
}
body > #Contents .hht-mv--theme1 .hht-mv__slider-text {
  color: #ffffff;
}
body > #Contents .hht-mv--theme1 .hht-mv__slider-text--container {
  background-color: #1f1f1f;
}
body > #Contents .hht-mv--theme2 .hht-mv__slider-text {
  color: #ffffff;
}
body > #Contents .hht-mv--theme2 .hht-mv__slider-text--container {
  background-color: #1f1f1f;
}
body > #Contents .hht-mv--theme3 .hht-mv__slider-text {
  color: #ffffff;
}
body > #Contents .hht-mv--theme3 .hht-mv__slider-text--container {
  background-color: #CC0000;
}
body > #Contents .hht-mv--theme4 .hht-mv__slider-text {
  color: #ffffff;
}
body > #Contents .hht-mv--theme4 .hht-mv__slider-text--container {
  background-color: #CC0000;
}
@media (min-width: 768px) {
  body > #Contents .hht-mv--theme1 .hht-mv__slider-text,
body > #Contents .hht-mv--theme1 .hht-mv__slider-controller {
    color: #0C0C0C;
  }
  body > #Contents .hht-mv--theme1 .hht-mv__slider-text--container {
    background-color: transparent;
  }
  body > #Contents .hht-mv--theme2 .hht-mv__slider-text,
body > #Contents .hht-mv--theme2 .hht-mv__slider-controller {
    color: #ffffff;
  }
  body > #Contents .hht-mv--theme2 .hht-mv__slider-text--container {
    background-color: transparent;
  }
  body > #Contents .hht-mv--theme3 .hht-mv__slider-text,
body > #Contents .hht-mv--theme3 .hht-mv__slider-controller {
    color: #0C0C0C;
  }
  body > #Contents .hht-mv--theme3 .hht-mv__slider-text--container {
    background-color: transparent;
  }
  body > #Contents .hht-mv--theme4 .hht-mv__slider-text,
body > #Contents .hht-mv--theme4 .hht-mv__slider-controller {
    color: #ffffff;
  }
  body > #Contents .hht-mv--theme4 .hht-mv__slider-text--container {
    background-color: transparent;
  }
}
body > #Contents .hht-mv__slider {
  overflow: hidden;
  opacity: 1;
  padding-bottom: 0;
  height: auto;
  -webkit-transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
  transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
body > #Contents .hht-mv__slider:not(.slick-initialized) {
  visibility: hidden;
  opacity: 0;
  height: 40.2666666667vw;
}
body > #Contents .hht-mv__slider .slick-slide {
  position: relative;
}
body > #Contents .hht-mv__slider .slick-slide a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body > #Contents .hht-mv__slider .slick-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
}
body > #Contents .hht-mv__slider-subhead {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
body > #Contents .hht-mv__slider-subhead--wrap {
  position: absolute;
  height: 14px;
  padding: 0 24px;
  top: 24px;
  overflow: hidden;
  left: 0;
  width: 100%;
}
body > #Contents .hht-mv__slider-subhead-item {
  display: -ms-grid;
  display: grid;
  height: 14px;
  position: relative;
  font-size: 12px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: white;
  font-family: Hitachi Sans, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}
body > #Contents .hht-mv__slider-subhead-item::after {
  content: none;
}
body > #Contents .hht-mv__slider-text {
  position: relative;
  width: 100%;
  height: 185px;
  padding: 46px 0 0;
  color: white;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-out 0s;
  transition: width 0.3s ease-out 0s;
}
body > #Contents .hht-mv__slider-text--container {
  position: relative;
  width: 100%;
  height: 185px;
  background-color: #1f1f1f;
  overflow-y: hidden;
}
body > #Contents .hht-mv__slider-text--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
body > #Contents .hht-mv__slider-text strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-mv__slider-text sup {
  top: -0.4em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 38.0952380952%;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-mv__slider-text sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 38.0952380952%;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-mv__slider-text em {
  font-style: italic;
  color: inherit;
}
body > #Contents .hht-mv__slider-link {
  display: block;
  width: 100vw;
  height: 100%;
}
body > #Contents .hht-mv__slider-link--wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
body > #Contents .hht-mv__slider-controller {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  color: #0C0C0C;
}
body > #Contents .hht-mv__slider-controller .slick-arrow {
  display: none;
}
body > #Contents .hht-mv__slider-controller .slick-arrow:hover svg path {
  fill: currentColor;
  opacity: 0.7;
}
body > #Contents .hht-mv__slider-controller .slick-arrow svg path {
  fill: currentColor;
}
body > #Contents .hht-mv__slider-controller .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding-left: 0;
  color: inherit;
}
body > #Contents .hht-mv__slider-controller .slick-dots > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
  color: inherit;
}
body > #Contents .hht-mv__slider-controller .slick-dots > li.slick-active button {
  opacity: 1;
}
body > #Contents .hht-mv__slider-controller .slick-dots > li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: currentColor;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: none;
  text-indent: 120%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
@media (max-width: 767px) {
  body > #Contents .hht-mv__slider-controller .slick-dots > li button {
    background: #FFF;
  }
}
body > #Contents .hht-mv__slider-controller .slick-dots > li button:hover {
  opacity: 0.5;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pagenation {
  display: none;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  color: inherit;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  display: block;
  background: transparent;
  opacity: 1;
  width: 24px;
  height: 24px;
  border-radius: 0;
  color: inherit;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button:hover .hht-icon {
  color: currentColor;
  opacity: 0.8;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button span {
  display: block;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button .hht-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: currentColor;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 767px) {
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button .hht-icon {
    color: #FFF;
  }
}
body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button .hht-icon.-hide {
  opacity: 0;
}
@media (max-width: 769px) {
  body > #Contents .hht-mv__slider-controller {
    left: 50%;
  }
  body > #Contents .hht-mv__slider-controller .slick-arrow {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  body > #Contents .hht-mv {
    height: auto;
  }
  body > #Contents .hht-mv__slider:not(.slick-initialized) {
    height: 500px;
  }
  body > #Contents .hht-mv__slider-subhead {
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  body > #Contents .hht-mv__slider-subhead--wrap {
    position: relative;
    height: 40px;
    padding-left: 0;
    margin-top: 70px;
    overflow: hidden;
  }
  body > #Contents .hht-mv__slider-subhead-item {
    display: -ms-grid;
    display: grid;
    height: 40px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #CC0000;
    font-family: Hitachi Sans, Verdana, sans-serif;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  body > #Contents .hht-mv__slider-subhead-item:empty::after {
    display: none;
  }
  body > #Contents .hht-mv__slider-subhead-item::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 9px;
    background: #CC0000;
    -webkit-transform: skew(-40deg) translate(0, 0);
            transform: skew(-40deg) translate(0, 0);
    left: 4px;
    top: 30px;
  }
  body > #Contents .hht-mv__slider-text {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 500px;
    padding: 40px 0 0;
    background-color: transparent;
    color: #0C0C0C;
    font-size: 42px;
    line-height: 1.619047619;
    white-space: nowrap;
    overflow: hidden;
  }
  body > #Contents .hht-mv__slider-text .eyeblow {
    font-size: 14px;
    line-height: 1.2em;
  }
  body > #Contents .hht-mv__slider-text .eyeblow::after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 9px;
    background: #CC0000;
    -webkit-transform: skew(-40deg) translate(0, 0);
            transform: skew(-40deg) translate(0, 0);
    left: 4px;
    top: 30px;
  }
  body > #Contents .hht-mv__slider-text .headline {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    -webkit-transition: -webkit-clip-path 0.3s ease-out 0s;
    transition: -webkit-clip-path 0.3s ease-out 0s;
    transition: clip-path 0.3s ease-out 0s;
    transition: clip-path 0.3s ease-out 0s, -webkit-clip-path 0.3s ease-out 0s;
  }
  body > #Contents .hht-mv__slider-text--container {
    position: absolute;
    width: 100%;
    max-width: 1307px;
    height: 500px;
    padding: 0 16px;
    background-color: transparent;
    overflow-y: hidden;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
  }
  body > #Contents .hht-mv__slider-text--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  body > #Contents .hht-mv__slider .slick-slide picture {
    width: 100%;
    min-width: 1920px;
    display: block;
    height: 500px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  body > #Contents .hht-mv__slider-link {
    display: block;
    width: 100vw;
    height: 100%;
  }
  body > #Contents .hht-mv__slider-link--wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
  }
  body > #Contents .hht-mv__slider-controller {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    max-width: 1307px;
    padding: 0;
    bottom: 70px;
    left: calc(50vw - 638px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 12;
    color: #0C0C0C;
  }
  body > #Contents .hht-mv__slider-controller .slick-arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 53px;
    height: 32px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
  }
  body > #Contents .hht-mv__slider-controller .slick-arrow:hover svg path {
    fill: currentColor;
    opacity: 0.7;
  }
  body > #Contents .hht-mv__slider-controller .slick-arrow svg {
    color: inherit;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  body > #Contents .hht-mv__slider-controller .slick-arrow svg path {
    fill: currentColor;
    color: inherit;
    opacity: 1;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-dots {
    display: none;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pagenation {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 32px;
    overflow: hidden;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pagenation .number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    color: currentColor;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pagenation .number-wrap .slide-number {
    font-family: Hitachi Sans, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777777778;
    letter-spacing: 0.3em;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pagenation .slide-number-small {
    font-family: Hitachi Sans, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777777778;
    letter-spacing: 0.3em;
    color: currentColor;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause {
    margin: 0 16px;
    color: inherit;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button {
    width: 32px;
    height: 32px;
    color: inherit;
  }
  body > #Contents .hht-mv__slider-controller .hht-mv__slider-pause button .hht-icon {
    color: currentColor;
  }
}
@media (min-width: 768px) and (max-width: 1275px) {
  body > #Contents .hht-mv__slider-controller {
    left: 16px;
  }
}
body > #Contents .hht-spotlight-section__slider {
  position: relative;
  margin-top: 0;
  /*padding: 0 0 24px;*/
  overflow-x: hidden;
}
body > #Contents .hht-spotlight-section__slider-controller {
  display: none;
}
body > #Contents .hht-spotlight-section__slider-list {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  padding-bottom: 0;
  height: auto;
  -webkit-transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
  transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
body > #Contents .hht-spotlight-section__slider-list:not(.slick-initialized) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
body > #Contents .hht-spotlight-section__slider-list .slick-list {
  padding-left: 16px;
  padding-bottom: 24px;
}
body > #Contents .hht-spotlight-section__slider-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide {
  position: relative;
  width: 260px;
  opacity: 0.4;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  height: auto;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide.slick-active {
  opacity: 1;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide[tabindex="-1"] {
  pointer-events: none;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide + .slick-slide {
  margin-left: 24px;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .img-wrap picture {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .img-wrap picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: calc(100% - 16px);
  padding: 24px 16px 16px;
  margin: -20px auto 0;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  overflow: hidden;
  z-index: 10;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -3px;
  z-index: 1;
  height: 8px;
  background: #CC0000;
  -webkit-transform: skew(-39deg);
  transform: skew(-39deg);
  width: 88.8059701493%;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .tag-category {
  margin-bottom: 8px;
  color: #CC0000;
  font-family: Hitachi Sans, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.1666666667;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-bottom: 8px;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 sup {
  top: -0.325em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 em {
  font-style: italic;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  margin-bottom: 1.75em;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 em {
  font-style: italic;
  color: inherit;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-link {
  color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-link .hht-icon {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (min-width: 768px) {
  body > #Contents .hht-spotlight-section__slider {
    margin-top: -57px;
    /*padding-bottom: 40px;*/
  }
  body > #Contents .hht-spotlight-section__slider-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1275px;
    margin: 0 auto 25px;
  }
  body > #Contents .hht-spotlight-section__slider-controller .slick-arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 53px;
    height: 32px;
    padding: 0;
    margin: 0 8px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
  }
  body > #Contents .hht-spotlight-section__slider-controller .slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.5;
  }
  body > #Contents .hht-spotlight-section__slider-controller .slick-arrow svg path {
    fill: initial;
  }
  body > #Contents .hht-spotlight-section__slider-controller .slick-arrow:not(.slick-disabled):hover svg path {
    fill: #CC0000;
  }
  body > #Contents .hht-spotlight-section__slider-list {
    width: 100%;
    margin: 0 auto;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide {
    width: 300px;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content {
    width: calc(100% - 32px);
    padding: 40px 14px 24px;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .tag-category {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 16px;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text1 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: normal;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide .slider-content .slider-text2 {
    margin-bottom: 2.5em;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide:hover .img-wrap img {
    -webkit-transform: translate(-50%, -50%) scale(1.1204013378);
            transform: translate(-50%, -50%) scale(1.1204013378);
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide:hover .slider-content {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide:hover .slider-content .slider-link {
    color: #CC0000;
  }
  body > #Contents .hht-spotlight-section__slider-list .slick-slide:hover .slider-content .slider-link .hht-icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    color: currentColor;
  }
}
@media (min-width: 1275px) {
  body > #Contents .hht-spotlight-section__slider-list .slick-list {
    padding-left: calc(50vw - 637px);
  }
}
body > #Contents .hht-solution-section__block1 {
  padding-bottom: 16px;
  background-color: #f9f9f9;
}
body > #Contents .hht-solution-section__block1 ul {
  display: block;
  padding: 0 16px;
  margin: -100px auto 0;
}
body > #Contents .hht-solution-section__block1 ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 40px 24px 24px;
  background-color: white;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
body > #Contents .hht-solution-section__block1 ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -3px;
  z-index: 1;
  height: 8px;
  background: #CC0000;
  -webkit-transform: skew(-39deg);
          transform: skew(-39deg);
  width: 92.220113852%;
}
body > #Contents .hht-solution-section__block1 ul li + li {
  margin-top: 16px;
}
body > #Contents .hht-solution-section__block1 ul li .hht-solution-section-item__text1 {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
body > #Contents .hht-solution-section__slider {
  width: 100%;
}
body > #Contents .hht-solution-section__slider img {
  width: 100%;
}
@media (min-width: 768px) {
  body > #Contents .hht-solution-section__block1 {
    padding-bottom: 0;
    background-color: transparent;
  }
  body > #Contents .hht-solution-section__block1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 1275px;
    padding: 0 55px;
    margin: -224px auto 0;
  }
  body > #Contents .hht-solution-section__block1 ul li {
    padding: 64px 64px 48px;
  }
  body > #Contents .hht-solution-section__block1 ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -3px;
    z-index: 1;
    height: 8px;
    background: #CC0000;
    -webkit-transform: skew(-39deg);
            transform: skew(-39deg);
    width: 92.220113852%;
  }
  body > #Contents .hht-solution-section__block1 ul li + li {
    margin-top: 0;
    margin-left: 110px;
  }
  body > #Contents .hht-solution-section__block1 ul li .hht-solution-section-item__text1 {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
body > #Contents .hht-contact-section .hht-nc27-2-2 {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body > #Contents .hht-contact-section {
    margin-top: -40px;
  }
  body > #Contents .hht-contact-section .hht-nc27-2-2 {
    padding-top: 56px;
    padding-bottom: 26px;
  }
}
body > #Contents .hht-event-section {
  overflow: hidden;
}
body > #Contents .hht-event-section .hht-nc27-5 {
  width: 100%;
  max-width: 1275px;
  margin: 24px auto;
}
body > #Contents .hht-event-section .hht-nc27-5__block1 {
  width: 100%;
  padding-left: 16px;
  border: none;
}
body > #Contents .hht-event-section .hht-nc27-5__block1 .hht-nc27-5__block2 {
  padding-bottom: 10px;
}
body > #Contents .hht-event-section .hht-nc27-5__block1 .hht-nc27-5__list1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #e1e1e1;
}
body > #Contents .hht-event-section .hht-event-section__slider1-list,
body > #Contents .hht-event-section .hht-event-section__slider2-list,
body > #Contents .hht-event-section .hht-event-section__slider3-list,
body > #Contents .hht-event-section .hht-event-section__slider4-list {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  padding-bottom: 0;
  height: auto;
  -webkit-transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
  transition: visibility 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
body > #Contents .hht-event-section .hht-event-section__slider1-list:not(.slick-initialized),
body > #Contents .hht-event-section .hht-event-section__slider2-list:not(.slick-initialized),
body > #Contents .hht-event-section .hht-event-section__slider3-list:not(.slick-initialized),
body > #Contents .hht-event-section .hht-event-section__slider4-list:not(.slick-initialized) {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
body > #Contents .hht-event-section .slick-list {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
}
body > #Contents .hht-event-section .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 53px;
  height: 32px;
  padding: 0;
  margin: 0 8px;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
body > #Contents .hht-event-section .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.5;
}
body > #Contents .hht-event-section .slick-arrow svg path {
  fill: #0C0C0C;
}
body > #Contents .hht-event-section .slick-slide {
  position: relative;
  width: 300px;
  height: 240px;
  padding: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  opacity: 0.4;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
body > #Contents .hht-event-section .slick-slide.slick-active {
  opacity: 1;
}
body > #Contents .hht-event-section .slick-slide[tabindex="-1"] {
  pointer-events: none;
}
body > #Contents .hht-event-section .slick-slide + .slick-slide {
  margin-left: 25px;
}
body > #Contents .hht-event-section .slick-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
body > #Contents .hht-event-section .slick-slide .tag-category {
  color: #CC0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar .hht-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #0C0C0C;
  margin-right: 8px;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar strong {
  font-weight: bold;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-calendar em {
  font-style: italic;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-text1 {
  font-size: 16px;
  line-height: 1.75;
  margin: 16px 0;
}
body > #Contents .hht-event-section .slick-slide .slider-text1 sup {
  top: auto;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: super;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-text1 sub {
  bottom: 0.25em;
  margin: 0 0.25em 0 0;
  font-weight: inherit;
  vertical-align: sub;
  font-size: 10px;
  letter-spacing: 0;
  color: inherit;
}
body > #Contents .hht-event-section .slick-slide .slider-text1 br {
  display: none !important;
}
body > #Contents .hht-event-section .slick-slide .slider-text1 i,
body > #Contents .hht-event-section .slick-slide .slider-text1 strong,
body > #Contents .hht-event-section .slick-slide .slider-text1 em {
  font-style: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
body > #Contents .hht-event-section .slick-slide .slider-date time {
  color: #737373;
  font-family: Hitachi Sans, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1428571429;
  letter-spacing: 0.15em;
}
body > #Contents .hht-event-section .hht-event-section__slider1 {
  position: relative;
  margin-top: -34px;
  z-index: 10;
}
body > #Contents .hht-event-section .hht-event-section__slider1-controller {
  display: none;
}
body > #Contents .hht-event-section .hht-event-section__slider2 {
  position: relative;
  margin-top: -34px;
  z-index: 10;
}
body > #Contents .hht-event-section .hht-event-section__slider2-controller {
  display: none;
}
body > #Contents .hht-event-section .hht-event-section__slider3 {
  position: relative;
  margin-top: -34px;
  z-index: 10;
}
body > #Contents .hht-event-section .hht-event-section__slider3-controller {
  display: none;
}
body > #Contents .hht-event-section .hht-event-section__slider4 {
  position: relative;
  margin-top: -34px;
  z-index: 10;
}
body > #Contents .hht-event-section .hht-event-section__slider4-controller {
  display: none;
}
body > #Contents .hht-event-section__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > #Contents .hht-event-section__block1 .hht-button-2 {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  body > #Contents .hht-event-section .hht-nc27-5__block1 {
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
  }
  body > #Contents .hht-event-section .hht-nc27-5__block1 .hht-nc27-5__block2 {
    width: calc(100% - 138px);
    padding-bottom: 0;
  }
  body > #Contents .hht-event-section .slick-list {
    padding-left: 16px;
  }
  body > #Contents .hht-event-section .slick-arrow:not(.slick-disabled):hover svg path {
    fill: #CC0000;
  }
  body > #Contents .hht-event-section .slick-slide:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
  }
  body > #Contents .hht-event-section .hht-event-section__slider1 {
    margin-top: -40px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider1-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider1-list {
    width: 100vw;
    padding: 0;
    margin-left: 0;
  }
  body > #Contents .hht-event-section .hht-event-section__slider2 {
    margin-top: -40px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider2-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider2-list {
    width: 100vw;
    padding: 0;
    margin-left: 0;
  }
  body > #Contents .hht-event-section .hht-event-section__slider3 {
    margin-top: -40px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider3-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider3-list {
    width: 100vw;
    padding: 0;
    margin-left: 0;
  }
  body > #Contents .hht-event-section .hht-event-section__slider4 {
    margin-top: -40px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider4-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  body > #Contents .hht-event-section .hht-event-section__slider4-list {
    width: 100vw;
    padding: 0;
    margin-left: 0;
  }
  body > #Contents .hht-event-section__block1 {
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1275px) {
  body > #Contents .hht-event-section .hht-nc27-5__block1 {
    padding-left: 0;
  }
  body > #Contents .hht-event-section .slick-list {
    padding-left: calc(50vw - 637px);
  }
  body > #Contents .hht-event-section .hht-event-section__slider1-list {
    margin-left: calc(637px - 50vw);
  }
  body > #Contents .hht-event-section .hht-event-section__slider2-list {
    margin-left: calc(637px - 50vw);
  }
  body > #Contents .hht-event-section .hht-event-section__slider3-list {
    margin-left: calc(637px - 50vw);
  }
  body > #Contents .hht-event-section .hht-event-section__slider4-list {
    margin-left: calc(637px - 50vw);
  }
}
body > #Contents .hht-news-section .hht-nc27-5 {
  margin-top: 0;
}
body > #Contents .hht-news-section__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > #Contents .hht-news-section__block1 .hht-button-2 {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  body > #Contents .hht-news-section .hht-nc27-5 {
    margin-top: 24px;
  }
  body > #Contents .hht-news-section__block1 {
    max-width: 1275px;
    margin-left: auto;
    margin-right: auto;
  }
}