.si-main-specialissue2019 * {
  box-sizing: border-box;
}

.si-wrap {
  -webkit-transition: margin 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: margin 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.si-wrap:before, .si-wrap:after {
  display: table;
  content: '';
}

.si-wrap:after {
  clear: both;
}

@media screen and (max-width: 765px) {
  .si-wrap {
    cursor: pointer;
  }
}

/**
 * tab
 */
.si-tab {
  height: 36px;
  overflow: hidden;
}

.si-tab-list {
  position: relative;
  height: 56px;
  padding: 0 0 20px !important;
  margin: 0 !important;
  font-size: 0 !important;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.si-tab-list > li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 8px 0 17px;
  font-size: 16px;
  position: relative;
}

.si-tab-list > li:nth-child(1) {
  z-index: 20;
}

.si-tab-list > li:nth-child(2) {
  z-index: 19;
}

.si-tab-list > li:nth-child(3) {
  z-index: 18;
}

.si-tab-list > li:nth-child(4) {
  z-index: 17;
}

.si-tab-list > li:nth-child(5) {
  z-index: 16;
}

.si-tab-list > li:nth-child(6) {
  z-index: 15;
}

.si-tab-list > li:nth-child(7) {
  z-index: 14;
}

.si-tab-list > li:nth-child(8) {
  z-index: 13;
}

.si-tab-list > li:nth-child(9) {
  z-index: 12;
}

.si-tab-list > li:nth-child(10) {
  z-index: 11;
}

.si-tab-list > li:nth-child(11) {
  z-index: 10;
}

.si-tab-list > li:nth-child(12) {
  z-index: 9;
}


.si-tab-list > li:nth-child(13) {
  z-index: 8;
}


.si-tab-list > li:nth-child(14) {
  z-index: 7;
}


.si-tab-list > li:nth-child(15) {
  z-index: 6;
}


.si-tab-list > li:nth-child(16) {
  z-index: 5;
}


.si-tab-list > li:nth-child(17) {
  z-index: 4;
}


.si-tab-list > li:nth-child(18) {
  z-index: 3;
}


.si-tab-list > li:nth-child(19) {
  z-index: 2;
}


.si-tab-list > li:nth-child(20) {
  z-index: 1;
}

.si-tab-list > li.is-selected {
  z-index: 20 !important;
}

.si-tab-list > li::before {
  display: none;
}

.si-tab-list > li > a {
  position: relative;
  display: inline-block !important;
  min-width: 100px;
  height: 28px;
  margin: 0;
  background: #96823c;
  color: inherit !important;
  vertical-align: bottom;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-in, font-size 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-in, font-size 0.2s ease-out;
}

@media screen and (min-width: 766px) {
  .si-tab-list > li > a {
    -webkit-transition: padding 0.2s ease-out, height 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-in, font-size 0.2s ease-out;
    transition: padding 0.2s ease-out, height 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-in, font-size 0.2s ease-out;
  }

  .si-tab-list > li > a:hover,
  .si-tab-list > li > a:focus {
    height: 36px;
    padding: 3px 0 0;
  }
}

.si-tab-list > li > a::before,
.si-tab-list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-style: solid;
  transition: background-color 0.2s ease-out;
}

.si-tab-list > li > a::before {
  top: 0;
  left: -50px;
  width: 50px;
  height: 27px;
  background-color: #96823c;
  border: 0;
  -webkit-transform: rotate(-57deg);
  transform: rotate(-57deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  z-index: -1;
}

.si-tab-list > li > a::after {
  right: -50px;
  width: 50px;
  height: 27px;
  background-color: #96823c;
  border: 0;
  box-shadow: 2px -2px 0 0 #fff;
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.si-tab-list > li > a > span {
  position: relative;
  vertical-align: top;
  z-index: 1;
}

.si-tab-list > li.is-selected {
  margin: 0 13px 0 22px;
}

.si-tab-list > li > a.is-selected {
  height: 36px;
  padding: 0;
  background: #222;
  color: #fff !important;
  font-size: 20px !important;
}

.si-tab-list > li > a.is-selected::before {
  height: 37px;
  background-color: #222;
  box-shadow: 2px -2px 0 0 #fff;
}

.si-tab-list > li > a.is-selected::after {
  height: 36px;
  background-color: #222;
}

@media screen and (max-width: 765px) {
  .si-tab {
    width: 100%;
    height: 34px;
    text-align: left;
    overflow: hidden;
    -webkit-transform: translate3d(0, 1px, 0);
            transform: translate3d(0, 1px, 0);
  }
  .si-tab-list {
    height: 54px !important;
    padding-left: 0 !important;
  }
  .si-tab-list > li {
    font-size: 14px;
  }
  .si-tab-list > li > a {
    min-width: 80px;
    padding-top: 1px;
  }
  .si-tab-list > li > a > span {
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .si-tab-list > li > a:hover > span {
    opacity: 1;
  }
  .si-tab-list > li > a.is-selected {
    padding-top: 4px;
    font-size: 16px !important;
    box-sizing: border-box;
  }
}


/**
 * links
 */
.si-links {
  margin: -40px 0 0 -27px !important;
  overflow: hidden;
}

.si-links > li {
  width: 50%;
  padding: 40px 0 0 27px !important;
  margin: 0 !important;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s linear, -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s linear, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s linear, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.si-links > li:nth-child(even) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.si-links > li.is-animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.si-links > li::before {
  display: none;
  content: '';
}

@media screen and (max-width: 765px) {
  .si-links {
    padding: 0 10px !important;
    margin: 0 !important;
  }
  .si-links > li {
    width: auto;
    padding: 0 !important;
    float: none;
  }
  .si-links > li:nth-child(even) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .si-links > li:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .si-links > li.is-empty {
    display: none !important;
  }
}

/**
 * link
 */
.si-link {
  padding: 60.88% 0 0;
  position: relative;
  overflow: hidden;
}

.si-link > a {
  display: block !important;
  position: static !important;
  text-align: center;
}

.si-link > a::after {
  display: none !important;
  content: '' !important;
}

.si-link-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.si-link-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 130, 60, 0.9);
  padding: 30px !important;
  opacity: 0;
  text-align: left;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.si-link.is-animated .si-link-content {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.si-link.is-hovered .si-link-content {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.si-link-body {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon_link_white.png) right bottom/24px 24px no-repeat;
}

.si-link-body::after {
  content: none !important;
}

.si-link-title {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 765px) {
  .si-link {
    padding-top: 0;
  }
  .si-link-image {
    width: auto;
    max-width: 100%;
    height: auto;
    position: static;
    vertical-align: top;
  }
  .si-link-content {
    background: #96823c;
    padding: 20px !important;
    width: auto;
    height: auto;
    position: static;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  .si-link-body {
    padding: 0 32px 0 8px;
    background-size: 18px 18px;
    background-position: right 4px bottom 4px;
  }
  .si-link-title {
    font-size: 18px !important;
    font-style: italic;
  }
}

.si-triangle--prev, .si-triangle--next {
  display: block;
  position: fixed;
  top: 50%;
}

.is-hidden.si-triangle--prev, .is-hidden.si-triangle--next {
  top: -100%;
  -webkit-transition: top 0s linear 0.2s, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear 0.2s, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear 0.2s, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.si-triangle--prev div, .si-triangle--next div {
  width: 30px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.2s linear, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.si-triangle--prev:hover div, .si-triangle--next:hover div {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.is-hidden.si-triangle--prev, .is-hidden.si-triangle--next {
  -webkit-transition: top 0s linear, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear, opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0s linear, opacity 0.2s linear, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-hidden.si-triangle--prev div, .is-hidden.si-triangle--next div {
  opacity: 0;
}

.is-visible.si-triangle--prev div, .is-visible.si-triangle--next div {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.si-triangle--prev {
  left: 64px;
}

.si-triangle--prev div {
  background-image: url(../img/button_triangle_prev.png);
}

.si-triangle--next {
  right: 64px;
}

.si-triangle--next div {
  background-image: url(../img/button_triangle_next.png);
}

@media screen and (max-width: 765px) {
  .si-triangle--prev div, .si-triangle--next div {
    width: 14px;
    height: 18px;
  }
  .si-triangle--prev:hover div, .si-triangle--next:hover div {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .si-triangle--prev {
    left: 5px;
  }
  .si-triangle--prev div {
    background-image: url(../img/sp/button_triangle_prev.png);
    background-size: cover;
  }
  .si-triangle--next {
    right: 5px;
  }
  .si-triangle--next div {
    background-image: url(../img/sp/button_triangle_next.png);
    background-size: cover;
  }
}

.si-fixed-tab {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000;
  background: #5e981c;
  padding: 10px 0 0;
  border-bottom: 5px solid;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-image: url("../img/dot.png");

}

.is-tab-shown .si-fixed-tab {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/**
 * list
 */
.si-list {
  min-height: 10px;
  max-height: 10px;
  overflow: hidden;
  width: 880px;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: 50% 80px;
          transform-origin: 50% 80px;
  -webkit-transform: scale(0.9) translate3d(0, 0, 0);
          transform: scale(0.9) translate3d(0, 0, 0);
  -webkit-transition: max-height 0s linear 0.6s, opacity 0.2s linear 0.2s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0s linear 0.6s, opacity 0.2s linear 0.2s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0s linear 0.6s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear 0.2s;
  transition: max-height 0s linear 0.6s, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear 0.2s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.si-list:not(.is-visible)>*{
  pointer-events: none;
}

.si-list.is-visible {
  pointer-events: auto;
  max-height: 200000px;
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: max-height 0s linear, opacity 0.6s linear 0.3s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: max-height 0s linear, opacity 0.6s linear 0.3s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: max-height 0s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.6s linear 0.3s;
  transition: max-height 0s linear, transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.6s linear 0.3s, -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}


/**
 * content
 */
.si-content {
  overflow-x: hidden;
}

.si-content-header {
  padding: 15px 0 0 !important;
  background: #fff;
  background-image: url("../img/dot.png");
}

.si-content-header--list {
  padding: 15px 0 !important;
  background: #5e981c;
    background-image: url("../img/dot.png");
}

.si-content-header-clear {
  margin: 0 0 25px !important;
  overflow: hidden;
}

.si-content-header-clear--list {
  margin: 0 !important;
  overflow: hidden;
}

.si-content-heading {
  width: 464px;
  height: 19px;
  margin: 12px 0 0 !important;
  text-indent: -9999px;
  background: url(../img/heading_content.png) 0 0 no-repeat;
  border-width: 0 !important;
  padding: 0 !important;
  float: left;
}

.si-content-button {
  width: 126px;
  padding: 8px 15px !important;
  border: 4px solid !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  color: inherit !important;
  float: right;
  position: relative;
}

.si-content-button::before {
  content: '';
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_arrow_button.png) 0 0 no-repeat;
}

.si-content-button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_button.png) 0 0 repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.si-content-button:hover::after {
  opacity: 1;
}

.si-content-body {
  padding: 75px 0 !important;
}

.si-content-container {
  width: 880px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 765px) {
  .si-content-header {
    padding: 0 !important;
    border-bottom: 5px solid;
  }
  .si-content-header--list {
    padding: 8px !important;
  }
  .si-content-header-clear {
    padding: 8px 8px 0 !important;
    margin: 0 0 15px !important;
    overflow: hidden;
  }
  .si-content-heading {
    width: 184px;
    height: 33px;
    margin: 2px 0 0 !important;
    background: url(../img/sp/heading_content.png) 0 0 no-repeat;
    background-size: 184px 33px;
  }
  .si-content-button {
    width: auto;
    padding: 8px 25px 8px 10px !important;
    font-size: 15px !important;
  }
  .si-content-button::before {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../img/sp/icon_arrow_button.png) 0 0 no-repeat;
    background-size: cover;
  }
  .si-content-button::after {
    display: none !important;
  }
  .si-content-body {
    padding: 0 !important;
  }
  .si-content-container {
    width: auto;
  }
}

/**
 * header
 */
.si-header {
  height: 480px;
  background: #eee url(../img/bg_header.jpg) 50% 50% no-repeat;
}

.si-heading {
  display: none;
}

@media screen and (max-width: 765px) {
  .si-header {
    padding-top: 60.9375%;
    height: auto;
    background: #eee url(../img/sp/bg_header.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

/**
 * container
 */
.si-container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 765px) {
  .si-container {
    width: auto;
  }
}

.si-main {
  background: #222;
  color: #222;
}

/**
 *
 * override default styling
 *
 */
.soft-double-top {
  padding-top: 0 !important;
  background-color: transparent !important;
}

.soft-double-top > .container {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wp-text ul li {
  text-indent: 0 !important;
}

.weekly-back-to, .weekly-back-to-list {
  display: none;
}

@media screen and (max-width: 765px) {
  .weekly-back-to, .weekly-back-to-list {
    display: block;
    padding: 11px 12px 10px;
    background: #262626;
    position: relative;
    z-index: 3;
  }
  .weekly-back-to a, .weekly-back-to-list a {
    display: inline-block;
    padding-left: 15px;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .weekly-back-to a:before, .weekly-back-to-list a:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/sp/icon_arrow.png) 0 0 no-repeat;
    background-size: 6px 6px;
  }
}



/*.si-content-body*/
.si-content-body{
  position: relative;
  overflow: hidden;

}
.si_fixarea{
  pointer-events: none;
   width:100%;
  background-size:cover;
background-position: center center;
opacity: 0;
max-height:100%;
}
.si_fixarea:before{
  pointer-events: none;
  color: rgba(0,0,0,0);
  content:".";
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
display: block;
background-color: rgba(0,0,0,0.6);
}
.si_fixarea[fp="tf"]{
  position: absolute;
  top:0;

}
.si_fixarea[fp="wf"]{
position: fixed;
top: 0;
}
.si_fixarea[fp="bf"]{
position: absolute;
bottom:0;
}
.si_fixarea.fixon{
opacity: 1;

-webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

}


