/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/20th/assets/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html {
  background-color: #05054c; }

header {
  z-index: 10;
  border-bottom: none;
  background-image: url("/20th/assets/images/header_bg01_top.png"); }

.SliderArea {
  width: 100%;
  position: relative; }
  @media (max-width: 599px) {
    .SliderArea {
      z-index: 0; } }
  .SliderArea .Important_area_under {
    width: 100%;
    height: 44px;
    background-image: url("/20th/assets/images/header_bg02.png");
    background-repeat: repeat; }
  .SliderArea .SliderFirst, .SliderArea .SliderSecond {
    background-color: #fff;
    background-position: center center;
    background-image: url("/20th/assets/images/bx_loader.gif");
    background-repeat: no-repeat; }
    .SliderArea .SliderFirst ul, .SliderArea .SliderSecond ul {
      background-color: #05054c;
      list-style: none;
      margin: 0;
      box-sizing: border-box; }
      .SliderArea .SliderFirst ul li img, .SliderArea .SliderSecond ul li img {
        margin-right: 4px;
        margin-bottom: 4px; }
  .SliderArea .SliderFirst {
    margin-top: 4px;
    margin-bottom: 136px; }
  .SliderArea .SliderSecond {
    margin-bottom: 4px; }
  .SliderArea .Important_area {
    width: 100%;
    height: 136px;
    z-index: 1000; }
    @media (min-width: 1101px) {
      .SliderArea .Important_area {
        position: absolute;
        top: 240px;
        box-shadow: 0 0 108px rgba(0, 0, 0, 0.7); } }
    .SliderArea .Important_area .Important_area_wrapper {
      width: 100%;
      max-width: 1200px; }
      .SliderArea .Important_area .Important_area_wrapper .Important_area_pre_wrapper {
        height: 136px; }
      .SliderArea .Important_area .Important_area_wrapper .Logo_area img {
        -webkit-transition: 1.75s;
                transition: 1.75s;
        -webkit-transition-timing-function: easeOut;
                transition-timing-function: easeOut;
        -webkit-filter: brightness(100%);
                filter: brightness(100%); }
        .SliderArea .Important_area .Important_area_wrapper .Logo_area img.lighten {
          -webkit-transition: 2s;
                  transition: 2s;
          -webkit-transition-timing-function: easeOut;
                  transition-timing-function: easeOut;
          -webkit-filter: brightness(130%);
                  filter: brightness(130%); }
      .SliderArea .Important_area .Important_area_wrapper .Cnt {
        width: 410px;
        min-width: 410px;
        height: 136px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .SliderArea .Important_area .Important_area_wrapper .Cnt .date {
          float: left; }
          .SliderArea .Important_area .Important_area_wrapper .Cnt .date img {
            width: 100%; }
        .SliderArea .Important_area .Important_area_wrapper .Cnt .Count_image {
          width: 138px;
          float: left;
          margin: 34px 4px 0 15px; }
          .SliderArea .Important_area .Important_area_wrapper .Cnt .Count_image .cntImgDbl {
            height: 64px; }
          .SliderArea .Important_area .Important_area_wrapper .Cnt .Count_image .cntImgSgl {
            height: 64px;
            margin: 0 5px; }
        .SliderArea .Important_area .Important_area_wrapper .Cnt .day {
          float: left; }
      @media (max-width: 599px) {
        .SliderArea .Important_area .Important_area_wrapper .News_area {
          margin-top: 20px;
          width: 97%; } }
      @media (min-width: 600px) and (max-width: 1100px) {
        .SliderArea .Important_area .Important_area_wrapper {
          width: 100%;
          position: relative; }
          .SliderArea .Important_area .Important_area_wrapper:after {
            content: " ";
            display: block;
            clear: both; }
          .SliderArea .Important_area .Important_area_wrapper .Logo_area {
            position: absolute;
            top: -290px;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 240px; }
            .SliderArea .Important_area .Important_area_wrapper .Logo_area img {
              width: 100%; }
          .SliderArea .Important_area .Important_area_wrapper .Cnt {
            float: left;
            width: 50%; }
          .SliderArea .Important_area .Important_area_wrapper .News_area {
            max-width: 50%;
            width: calc(100% - 410px);
            float: right; } }
      @media (min-width: 1101px) {
        .SliderArea .Important_area .Important_area_wrapper {
          min-width: 1100px;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .SliderArea .Important_area .Important_area_wrapper .Logo_area {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 240px; }
            .SliderArea .Important_area .Important_area_wrapper .Logo_area img {
              width: 100%; } }

.Sp_main_visual {
  width: 100%;
  display: block;
  background-image: url("/20th/assets/images/texture_sp.png");
  background-repeat: repeat; }
  .Sp_main_visual .Main_visual {
    vertical-align: bottom;
    line-height: 0;
    margin: 0;
    padding: 0; }
    .Sp_main_visual .Main_visual img {
      vertical-align: bottom;
      width: 100%; }
    .Sp_main_visual .Main_visual .lineImage {
      height: 3px; }
  .Sp_main_visual .G_line {
    height: 3px;
    margin: 0;
    padding: 0;
    background-image: url("/20th/assets/images/texture_sp_line.png"); }
  .Sp_main_visual .Sp_cnt {
    margin: -10px 15% 0;
    width: 70%;
    height: 60px; }
    .Sp_main_visual .Sp_cnt .date {
      float: left;
      width: 50%;
      margin-top: 26px; }
      .Sp_main_visual .Sp_cnt .date img {
        width: 100%; }
    .Sp_main_visual .Sp_cnt .Count_image {
      width: 17%;
      margin: 22px 4% 0;
      float: left; }
      .Sp_main_visual .Sp_cnt .Count_image .cntImgDbl {
        width: 48%;
        float: left; }
      .Sp_main_visual .Sp_cnt .Count_image .cntImgSgl {
        width: 48%;
        margin-left: 4%;
        float: left; }
    .Sp_main_visual .Sp_cnt .day {
      width: 20%;
      float: left;
      margin-top: 26px; }
      .Sp_main_visual .Sp_cnt .day img {
        width: 100%; }

.News_area {
  color: #ffffff;
  font-size: 14px;
  width: 100%; }
  .News_area li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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-bottom: 12px; }
  .News_area .new_badge {
    color: #F5A623;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 4px;
    min-width: 3em; }
  .News_area .category {
    width: 90px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
    padding: 1px 5px;
    box-sizing: border-box;
    text-align: center; }
    .News_area .category.Tag-Five {
      background-image: -webkit-linear-gradient(bottom right, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
      background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
      color: #05054c;
      font-weight: bold; }
    .News_area .category.Tag-event {
      background-color: #B511C8; }
    .News_area .category.Tag-topics {
      background-color: #FED532;
      color: #05054c;
      font-weight: bold; }
    .News_area .category.Tag-all {
      background-color: #1151C8; }
    .News_area .category.Tag-campaign {
      background-color: #c81111; }
    .News_area .category.Tag-products {
      background-color: #007165; }
    .News_area .category.Tag-chronicle {
      background-color: #b57500; }
  .News_area .news_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 6px;
    box-sizing: border-box; }
  .News_area a {
    color: #fff; }
    .News_area a .default {
      display: inline; }
    .News_area a .hover {
      display: none; }
    .News_area a:hover {
      color: #01C5FF;
      text-decoration: underline; }
      .News_area a:hover .default {
        display: none; }
      .News_area a:hover .hover {
        display: inline; }
    .News_area a:visited .default {
      display: none; }
    .News_area a:visited .hover {
      display: inline; }
  @media (max-width: 1100px) {
    .News_area {
      margin-top: 12px;
      padding: 20px 12px;
      box-sizing: border-box;
      height: 100px;
      overflow: auto;
      width: 100%; }
      .News_area .category {
        margin: 0;
        margin-right: 10px; }
      .News_area .new_bachi {
        padding-left: 10px; } }
  @media (min-width: 1101px) {
    .News_area {
      overflow: auto;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 400px;
      height: 88px; }
      .News_area > * {
        box-sizing: border-box; } }

.Button-gradient {
  text-decoration: none;
  display: block;
  color: #000;
  border: solid 1px #DFDFDF;
  background: -webkit-linear-gradient(#fff, #dedede);
  background: linear-gradient(#fff, #dedede);
  padding: 8px 14px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  border-radius: 4px; }
  @media (max-width: 599px) {
    .Button-gradient {
      max-width: 450px; } }
  .Button-gradient:hover {
    color: #000;
    opacity: 0.6;
    -webkit-transition: all .5s;
            transition: all .5s; }
  .Button-gradient:visited {
    color: #000; }

.IndexItemList {
  margin: 0 auto;
  width: 80%;
  max-width: 60%;
  padding-top: 40px;
  min-width: 996px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none; }
  @media (max-width: 1000px) {
    .IndexItemList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 310px;
      max-width: 360px;
      margin: 0 auto; } }
  @media (max-width: 599px) {
    .IndexItemList {
      display: block; } }
  .IndexItemList .IndexItemList_item {
    text-align: left;
    margin: 0 auto;
    display: block;
    padding-right: 60px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .IndexItemList .IndexItemList_item.new {
      position: relative; }
      .IndexItemList .IndexItemList_item.new:before {
        position: absolute;
        content: url("/20th/assets/images/index/icon_new.png");
        top: 6px;
        left: -6px;
        width: 60px;
        max-width: 60px; }
    .IndexItemList .IndexItemList_item:hover {
      opacity: 0.6;
      -webkit-transition: all .5s;
              transition: all .5s; }
    .IndexItemList .IndexItemList_item img {
      width: 100%;
      box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.56); }
    .IndexItemList .IndexItemList_item .description {
      font-size: 18px;
      text-align: left;
      display: block; }
    .IndexItemList .IndexItemList_item:hover {
      opacity: 0.6;
      -webkit-transition: all .5s;
              transition: all .5s; }
    .IndexItemList .IndexItemList_item:last-child {
      padding: 0; }
    @media (max-width: 1000px) {
      .IndexItemList .IndexItemList_item {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 68px; } }
    @media (max-width: 599px) {
      .IndexItemList .IndexItemList_item {
        padding: 0;
        margin-bottom: 68px; } }

.Main_area {
  z-index: -2;
  text-align: center; }
  .Main_area .Section-title {
    margin: 0 auto; }
    .Main_area .Section-title img {
      width: 100%; }
  .Main_area .thumbnail {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border: none;
    vertical-align: bottom;
    display: block;
    margin: 0 auto; }
    .Main_area .thumbnail:focus, .Main_area .thumbnail:active {
      border: none; }
  .Main_area .IndexButton {
    display: block;
    margin: 0 auto;
    max-width: 304px; }
  .Main_area .button {
    color: #000;
    padding-top: 24px;
    margin: 0 32px; }
    .Main_area .button .button_inner {
      margin: 0 auto;
      border: solid 1px #DFDFDF;
      background: -webkit-linear-gradient(#fff, #dedede);
      background: linear-gradient(#fff, #dedede);
      padding: 14px 0;
      max-width: 304px;
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      border-radius: 4px; }
      @media (max-width: 599px) {
        .Main_area .button .button_inner {
          max-width: 450px; } }
  .Main_area .CongratulationArea {
    background-image: url("/20th/assets/images/index/shadow.png");
    background-repeat: repeat-x;
    background-position: top center;
    color: #fff;
    height: auto;
    box-sizing: border-box; }
    .Main_area .CongratulationArea .column {
      width: 80%;
      max-width: 1150px;
      margin: 0 auto; }
      .Main_area .CongratulationArea .column h3 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 36px; }
        .Main_area .CongratulationArea .column h3 .news {
          font-size: 80%;
          padding: 6px;
          background-color: #a03118;
          margin-right: 4px; }
    @media (max-width: 599px) {
      .Main_area .CongratulationArea {
        padding-top: 42px;
        padding-bottom: 4px; }
        .Main_area .CongratulationArea .Section-title img {
          margin: 0 auto 21px;
          width: 80%; }
        .Main_area .CongratulationArea p {
          width: 80%;
          margin: 0 auto 48px;
          text-align: left; }
        .Main_area .CongratulationArea .column {
          text-align: left; }
        .Main_area .CongratulationArea .thumbnail {
          margin-bottom: 24px;
          width: 80%; } }
    @media (min-width: 600px) {
      .Main_area .CongratulationArea {
        padding-top: 62px;
        padding-bottom: 24px; }
        .Main_area .CongratulationArea .Section-title img {
          margin: 0 auto 21px;
          width: 50%;
          min-width: 560px; }
        .Main_area .CongratulationArea p {
          width: 80%;
          margin: 0 auto 24px;
          min-width: 590px; }
        .Main_area .CongratulationArea .column {
          text-align: center; }
        .Main_area .CongratulationArea .thumbnail {
          width: 60%;
          max-width: 380px;
          margin-bottom: 24px; } }
  .Main_area .TopicsArea {
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 100px; }
    .Main_area .TopicsArea .Section-title img {
      margin: 0 auto 21px;
      width: 50%;
      max-width: 254px; }
    .Main_area .TopicsArea .popup-movie {
      border: none; }
      .Main_area .TopicsArea .popup-movie:focus, .Main_area .TopicsArea .popup-movie:active {
        border: none; }
      .Main_area .TopicsArea .popup-movie .thumbnail {
        border: none;
        vertical-align: bottom;
        margin-bottom: 0; }
        .Main_area .TopicsArea .popup-movie .thumbnail:focus, .Main_area .TopicsArea .popup-movie .thumbnail:active {
          border: none; }
    .Main_area .TopicsArea .IndexButton {
      margin-top: 40px; }
    @media (max-width: 599px) {
      .Main_area .TopicsArea {
        padding-top: 52px; }
        .Main_area .TopicsArea .thumbnail {
          width: 80%; }
        .Main_area .TopicsArea p {
          width: 80%;
          margin: 12px auto 68px;
          text-align: left; } }
    @media (min-width: 600px) {
      .Main_area .TopicsArea {
        padding-top: 112px; }
        .Main_area .TopicsArea .thumbnail {
          width: 60%;
          max-width: 380px; }
        .Main_area .TopicsArea p {
          width: 80%;
          margin: 20px auto 40px;
          min-width: 590px; } }
  .Main_area .GoodsArea {
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 100px; }
    .Main_area .GoodsArea .M_yado {
      width: 0.7em; }
    .Main_area .GoodsArea .Section-title img {
      margin: 0 auto 21px;
      width: 50%;
      max-width: 276px; }
    .Main_area .GoodsArea .IndexButton {
      margin-top: 40px; }
    @media (max-width: 599px) {
      .Main_area .GoodsArea {
        padding-top: 52px; }
        .Main_area .GoodsArea .thumbnail {
          width: 80%;
          margin-bottom: 100px; }
        .Main_area .GoodsArea p {
          width: 80%;
          margin: 0 auto 68px;
          text-align: left; } }
    @media (min-width: 600px) {
      .Main_area .GoodsArea {
        padding-top: 112px; }
        .Main_area .GoodsArea .thumbnail {
          width: 60%;
          max-width: 360px;
          margin-bottom: 40px; }
        .Main_area .GoodsArea p {
          width: 80%;
          margin: 0 auto 100px;
          min-width: 590px; } }
  .Main_area .Event {
    background-image: url("/20th/assets/images/index/shadow.png");
    background-repeat: repeat-x;
    background-position: top center;
    color: #ffffff;
    clear: both;
    width: 100%;
    padding: 140px 0 160px; }
    @media (max-width: 599px) {
      .Main_area .Event {
        padding: 120px 0 176px; } }
    .Main_area .Event .Event_inner .Event_title img {
      max-width: 220px;
      height: auto;
      width: 50%; }
    .Main_area .Event .Event_inner .Event_item {
      margin: 0 auto;
      width: 80%;
      max-width: 60%;
      padding-top: 40px;
      min-width: 996px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 1000px) {
        .Main_area .Event .Event_inner .Event_item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-width: 310px;
          max-width: 360px;
          margin: 0 auto; } }
      @media (max-width: 599px) {
        .Main_area .Event .Event_inner .Event_item {
          display: block; } }
    .Main_area .Event .Event_inner .IndexButton {
      margin-top: 32px; }
  .Main_area .UnderImages {
    background-color: #05054c;
    width: 100%;
    box-sizing: border-box; }
    .Main_area .UnderImages img {
      width: 100%; }
    @media (max-width: 599px) {
      .Main_area .UnderImages {
        padding-bottom: 20px; } }
  .Main_area .CampaignArea {
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 100px; }
    .Main_area .CampaignArea .Section-title img {
      margin: 0 auto 21px;
      width: 70%;
      max-width: 363px; }
    .Main_area .CampaignArea .IndexButton {
      margin-top: 40px; }
    @media (max-width: 599px) {
      .Main_area .CampaignArea {
        padding-top: 52px; }
        .Main_area .CampaignArea .thumbnail {
          width: 80%;
          margin-bottom: 100px; }
        .Main_area .CampaignArea p {
          width: 80%;
          margin: 0 auto 68px;
          text-align: left; } }
    @media (min-width: 600px) {
      .Main_area .CampaignArea {
        padding-top: 112px; }
        .Main_area .CampaignArea .thumbnail {
          width: 60%;
          max-width: 360px;
          margin-bottom: 40px; }
        .Main_area .CampaignArea p {
          width: 80%;
          margin: 0 auto 100px;
          min-width: 590px; } }
  .Main_area .ChronicleArea {
    z-index: 0;
    padding-bottom: 100px;
    background-image: url("/20th/assets/images/index/chronicleArea-bg.png");
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
    overflow: hidden; }
    .Main_area .ChronicleArea:before {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      content: url("/20th/assets/images/index/chronicleArea-bg-shadowL.png"); }
    .Main_area .ChronicleArea:after {
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      content: url("/20th/assets/images/index/chronicleArea-bg-shadowR.png"); }
    .Main_area .ChronicleArea .Section-title {
      position: relative;
      z-index: 10;
      padding-top: 20px; }
      .Main_area .ChronicleArea .Section-title img {
        width: 80%;
        margin: 0 auto 21px;
        max-width: 590px; }
    .Main_area .ChronicleArea .thumbnail {
      z-index: 11;
      position: relative;
      box-shadow: 0 0 0 0 transparent; }
    .Main_area .ChronicleArea p {
      z-index: 12;
      position: relative;
      color: #805B31;
      width: 80%;
      margin: 0 auto 32px;
      text-align: center; }
    .Main_area .ChronicleArea .IndexButton {
      z-index: 13;
      position: relative;
      margin-top: 40px; }
    @media (max-width: 599px) {
      .Main_area .ChronicleArea {
        padding-top: 52px; }
        .Main_area .ChronicleArea .Section-title img {
          margin: 0 auto 21px; }
        .Main_area .ChronicleArea .thumbnail {
          width: 80%;
          margin-bottom: 24px; }
        .Main_area .ChronicleArea p {
          text-align: left; } }
    @media (min-width: 600px) {
      .Main_area .ChronicleArea {
        padding-top: 112px; }
        .Main_area .ChronicleArea .Section-title img {
          margin: 0 auto 21px;
          max-width: 590px; }
        .Main_area .ChronicleArea .thumbnail {
          width: 60%;
          max-width: 500px;
          margin-bottom: 40px; }
        .Main_area .ChronicleArea p {
          min-width: 590px; } }

.modal-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  opacity: 1;
  line-height: 1.3;
  display: none\9;
  display: none; }

.is-active.modal-window {
  display: block\9; }

.MordalCloseButton {
  position: absolute;
  left: 50%;
  top: 10000px;
  margin-left: -160px;
  width: 320px;
  z-index: 11;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .MordalCloseButton {
      left: 50%;
      width: 240px;
      margin-left: -120px; } }

.modal-pc-container > img {
  width: 100%; }

.modal-window .modal-container {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  padding-top: 50px;
  overflow-x: hidden;
  text-align: center; }
  @media (max-width: 800px) {
    .modal-window .modal-container {
      width: 96%;
      left: 2%; } }
  .modal-window .modal-container a:hover {
    opacity: 0.6;
    -webkit-transition: all .7s;
            transition: all .7s; }
  @media (max-width: 599px) {
    .modal-window .modal-container {
      padding-top: 100px; } }
  .modal-window .modal-container.modal-pc-container {
    width: 100%;
    max-width: 824px;
    margin-left: -412px;
    background: #fdefd9;
    border: solid 12px #dcb220;
    border-radius: 40px;
    margin-top: 40px;
    padding: 20px;
    box-sizing: border-box; }
    @media (max-width: 800px) {
      .modal-window .modal-container.modal-pc-container {
        width: 96%;
        margin-left: 0; } }
    .modal-window .modal-container.modal-pc-container .NewsItemPC_Box {
      margin-top: 20px; }
    .modal-window .modal-container.modal-pc-container .modal-pc-mv {
      width: 100%; }
  .modal-window .modal-container.modal-sp-container {
    width: 96%;
    max-width: 712px;
    margin-left: 0;
    left: 2%;
    box-sizing: border-box;
    background: #fdefd9;
    border: solid 12px #dcb220;
    border-radius: 40px;
    margin-top: 80px;
    padding: 20px; }
    .modal-window .modal-container.modal-sp-container img {
      width: 100%; }
    .modal-window .modal-container.modal-sp-container .NewsItemSP_Box {
      margin-top: 10px; }
      .modal-window .modal-container.modal-sp-container .NewsItemSP_Box a {
        border-bottom: solid 1px #000; }
        .modal-window .modal-container.modal-sp-container .NewsItemSP_Box a:last-child {
          border: none; }

.modal-window .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden; }

.modal-window .fillter {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg=="); }

.modal-window .modal-close:after {
  content: '\00d7';
  color: #05054c;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 380px;
  z-index: 20;
  background: #fff;
  border-radius: 2px;
  padding: 1px 8px;
  box-sizing: border-box;
  font-size: 1.5em;
  text-decoration: none;
  text-indent: 0; }
  @media (max-width: 800px) {
    .modal-window .modal-close:after {
      left: 100%;
      margin-left: -50px; } }
  @media (max-width: 599px) {
    .modal-window .modal-close:after {
      left: 100%;
      top: 80px;
      margin-left: -50px; } }

footer {
  box-shadow: 0px -33px 67px -6px rgba(0, 0, 0, 0.75); }
  @media (min-width: 600px) {
    footer {
      margin-top: 200px; } }

.M_yado {
  width: 0.7em; }

.message_20th {
  padding: 30px; }

.message_20th_sp {
  padding-top: 10px;
  text-align: center; }

.message_20th_sp img {
  width: 70%; }
