*[data-block="main"] {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
*[data-block="main"] > *[data-block="article"] {
  width: 690px;
  background-color: #ffffff;
}
*[data-block="main"] > *[data-block="side"] {
  width: 300px;
  background-color: #ffffff;
}
*[data-block="full"] {
  width: 100%;
}
*[data-block="article"] {
  width: 1024px;
}
*[data-block="article"] *[data-block="cols2"] {
  display: flex;
  justify-content: space-between;
}
*[data-block="article"] *[data-block="cols2"] > * {
  width: 336px;
}
*[data-block="article"] *[data-block="cols3"] {
  display: flex;
  justify-content: space-between;
}
*[data-block="article"] *[data-block="cols3"] > * {
  width: 220px;
}
*[data-block="article"] *[data-block="cols4"] {
  display: flex;
  justify-content: space-between;
}
*[data-block="article"] *[data-block="cols4"] > * {
  width: 162px;
}
body.compact *[data-hide-at-compact] {
  display: none;
}
body.compact *[data-show-compact-only] {
  display: block;
}
*[data-show-compact-only] {
  display: none;
}
*[data-component="social-timeline"] {
  height: 500px;
  background-color: #eeeeee;
}
*[data-component="tags"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
*[data-component="tags"] a {
  box-sizing: border-box;
  font-size: 13px;
  color: #4f4f4f;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  text-align: center;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="tags"] a:hover {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="tags"] a {
  padding: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 110px;
}
*[data-component="tags"].small a {
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  min-width: 50px;
}
*[data-component="block-links"] {
  display: flex;
  font-size: 15px;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
*[data-component="block-links"] a {
  padding-top: 8px;
  padding-bottom: 8px;
  flex-grow: 0;
  flex-shrink: 0;
  color: #4f4f4f;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="block-links"] a:hover {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="block-links"].cols2 a {
  width: calc((100% - 10px)/2);
}
*[data-component="block-links"].cols2 a:nth-child(2n) {
  margin-right: 0;
}
*[data-component="block-links"].cols2 a:nth-child(-n + 2) {
  margin-top: 0;
}
*[data-component="block-links"].cols3 a {
  width: calc((100% - 10px * 2)/3);
}
*[data-component="block-links"].cols3 a:nth-child(3n) {
  margin-right: 0;
}
*[data-component="block-links"].cols3 a:nth-child(-n + 3) {
  margin-top: 0;
}
*[data-component="block-links"].cols4 a {
  width: calc((100% - 10px * 3)/4);
}
*[data-component="block-links"].cols4 a:nth-child(4n) {
  margin-right: 0;
}
*[data-component="block-links"].cols4 a:nth-child(-n + 4) {
  margin-top: 0;
}
*[data-component="block-links"].cols5 a {
  width: calc((100% - 10px * 4)/5);
}
*[data-component="block-links"].cols5 a:nth-child(5n) {
  margin-right: 0;
}
*[data-component="block-links"].cols5 a:nth-child(-n + 5) {
  margin-top: 0;
}
*[data-component="block-links"].cols6 a {
  width: calc((100% - 10px * 5)/6);
}
*[data-component="block-links"].cols6 a:nth-child(6n) {
  margin-right: 0;
}
*[data-component="block-links"].cols6 a:nth-child(-n + 6) {
  margin-top: 0;
}
*[data-component="info-tab"] nav {
  display: flex;
}
*[data-component="info-tab"] nav span {
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: 1px;
  display: flex;
  flex-grow: 1;
  border: 1px solid #e6e6e6;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  background-color: #b0b0b0;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="info-tab"] nav span:last-child {
  margin-right: 0;
}
*[data-component="info-tab"] nav span:hover {
  background-color: #565656;
}
*[data-component="info-tab"] nav span.active {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom-color: #ffffff;
  color: #515151;
  cursor: auto;
}
*[data-component="info-tab"] .tab-contents {
  border: 1px solid #e6e6e6;
  display: none;
  padding: 0 10px;
}
*[data-component="info-tab"] .tab-contents.active {
  display: block;
}
*[data-component="team-data"] {
  box-sizing: border-box;
  padding-top: 12px;
  height: 110px;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="team-data"] .logo {
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 15px;
}
*[data-component="team-data"] .info .team-name {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
}
*[data-component="drop-down-link"] {
  position: relative;
}
*[data-component="drop-down-link"] select {
  -webkit-appearance: none;
  background-color: #ffffff;
  font-size: 14px;
  color: #515151;
  border-radius: 2px;
  padding: 3px 60px 3px 10px;
  box-sizing: border-box;
  height: 28px;
  border: 1px solid #979797;
  position: relative;
  z-index: 1;
}
*[data-component="drop-down-link"]:after {
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 3;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px;
}
*[data-component="drop-down-link"]:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background-color: #979797;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2px;
  z-index: 2;
  pointer-events: none;
}
*[data-component="packery-area"] {
  width: 100%;
  clear: both;
}
*[data-component="packery-area"] a {
  display: block;
  background-color: #eeeeee;
  opacity: 0; 
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  transition-delay: 0.1s;
}
*[data-component="packery-area"] a img {
  display: block;
  width: 100%;
  height: 100%;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="packery-area"] a.loaded {
  opacity: 1;
}
*[data-component="packery-area"] a:hover img {
  opacity: 0.5;
}

*[data-component="error-message"] {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  color: #4f4f4f;
  line-height: 2;
}
*[data-component="error-message"] .ja {
  padding: 20px 25px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 13px;
}
*[data-component="error-message"] .ja .large {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
*[data-component="error-message"] .en {
  padding: 20px 25px;
  font-size: 12px;
}
*[data-component="error-message"] .en .large {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
*[data-component="btn-blue-wide"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  background-color: #2E59AE;
  margin-bottom: 40px;
  margin-top: 20px;
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="btn-blue-wide"]:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  margin-right: 15px;
  position: relative;
  top: -1px;
}
*[data-component="btn-blue-wide"]:hover {
  background-color: rgba(46, 89, 174, 0.5);
}
*[data-component="global-header"] {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
*[data-component="global-header"] div.top-bar {
  height: 60px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #515151;
  align-items: center;
}
*[data-component="global-header"] div.top-bar .left,
*[data-component="global-header"] div.top-bar .right,
*[data-component="global-header"] div.top-bar .sns {
  height: 30px;
  display: flex;
  align-items: flex-end;
}
*[data-component="global-header"] div.top-bar .btn-hamburger {
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #CCCCCC;
  border-radius: 3px;
  margin-right: 14px;
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
*[data-component="global-header"] div.top-bar .btn-hamburger:hover {
  background-color: #7C7C7C;
}
*[data-component="global-header"] div.top-bar .btn-hamburger i {
  width: 20px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
}
*[data-component="global-header"] div.top-bar .btn-hamburger i:before,
*[data-component="global-header"] div.top-bar .btn-hamburger i:after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
*[data-component="global-header"] div.top-bar .btn-hamburger i:before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
*[data-component="global-header"] div.top-bar .btn-hamburger i:after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
*[data-component="global-header"] div.top-bar .logo {
  width: 169px;
  height: 44px;
  display: block;
  background-image: url("../images/@1x/logo_header.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 7px;
  margin-right: 14px;
}
*[data-component="global-header"] div.top-bar a.subscription {
  color: #515151;
  margin-right: 14px;
}
*[data-component="global-header"] div.top-bar a.subscription:hover {
  text-decoration: underline;
}
*[data-component="global-header"] div.top-bar a.subscription:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  margin-right: 8px;
}
*[data-component="global-header"] div.top-bar .sns > a {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="global-header"] div.top-bar .sns > a:hover {
  opacity: 0.5;
}
*[data-component="global-header"] div.top-bar .tw {
  background-image: url("../images/@1x/icon_tw.png");
  background-repeat: no-repeat;
  background-size: contain;
}
*[data-component="global-header"] div.top-bar .fb {
  background-image: url("../images/@1x/icon_fb.png");
  background-repeat: no-repeat;
  background-size: contain;
}
*[data-component="global-header"] div.top-bar .line {
  background-image: url("../images/@1x/icon_line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
*[data-component="global-header"] div.top-bar form {
  margin-left: 4px;
  width: 194px;
  height: 30px;
  display: block;
  display: flex;
}
*[data-component="global-header"] div.top-bar form input {
  -webkit-appearance: none;
  border: 1px solid #979797;
  border-right: none;
  height: 100%;
  box-sizing: border-box;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 144px;
  padding-left: 5px;
  font-size: 14px;
}
*[data-component="global-header"] div.top-bar form label {
  width: 50px;
  height: 100%;
  background-color: #979797;
  color: #ffffff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="global-header"] div.top-bar form label i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
  background-image: url("../images/@1x/icon_search.png");
  background-repeat: no-repeat;
  background-size: contain;
}
*[data-component="global-header"] div.top-bar form label:hover {
  background-color: #484848;
}
*[data-component="global-header"] nav.primary {
  display: flex;
  background-color: #2E59AE;
  font-size: 14px;
  height: 35px;
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  overflow: hidden;
}
*[data-component="global-header"] nav.primary a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  line-height: 33px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -1px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="global-header"] nav.primary a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 21px;
  display: block;
  background-color: #ffffff;
}
*[data-component="global-header"] nav.primary a:first-of-type:before {
  content: none;
}
*[data-component="global-header"] nav.primary a.active,
*[data-component="global-header"] nav.primary a:hover {
  background-color: #fff;
  color: #2E59AE;
}
*[data-component="global-header"] nav.secondary {
  position: relative;
  background-color: #f4f4f4;
}
*[data-component="global-header"] nav.secondary div:first-child {
  padding-top: 7px;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
*[data-component="global-header"] nav.secondary div:nth-child(2) {
  display: flex;
  padding-left: 10px;
  border-top: 1px solid #e6e6e6;
  min-height: 43px;
  padding-top: 7px;
  flex-wrap: wrap;
  align-items: center;
}
*[data-component="global-header"] nav.secondary div:nth-child(2).hidden {
  display: none;
}
*[data-component="global-header"] nav.secondary a {
  display: block;
  background-color: #ffffff;
  font-size: 13px;
  color: #515151;
  padding: 8px 8px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-right: 3px;
  margin-bottom: 7px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="global-header"] nav.secondary a:hover,
*[data-component="global-header"] nav.secondary a.active {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="global-header"] .btn-more {
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 3px;
  width: 70px;
  height: 24px;
  display: block;
  display: flex;
  align-items: center;
  color: #4f4f4f;
  font-size: 13px;
}
*[data-component="global-header"] .btn-more:after {
  margin-left: 10px;
  top: 1px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #4f4f4f;
  border-right: 2px solid #4f4f4f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
*[data-component="global-header"] .btn-more.close:after {
  top: -2px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #4f4f4f;
  border-right: 2px solid #4f4f4f;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
*[data-component="global-header"].has-secondary nav.primary a.active:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: #f4f4f4;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="global-footer"] {
  width: 100%;
  min-width: 1024px;
  text-align: center;
  margin-top: 100px;
}
*[data-component="global-footer"] > div:nth-child(1) {
  height: 124px;
  background-color: #7C88A0;
  font-size: 14px;
  overflow: hidden;
}
*[data-component="global-footer"] > div:nth-child(1) figure {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../images/@1x/logo_footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto;
}
*[data-component="global-footer"] > div:nth-child(1) nav {
  color: #ffffff;
}
*[data-component="global-footer"] > div:nth-child(1) nav a {
  color: #ffffff;
}
*[data-component="global-footer"] > div:nth-child(1) nav a:hover {
  text-decoration: underline;
}
*[data-component="global-footer"] > div:nth-child(1) nav span {
  margin: 0 8px;
}
*[data-component="global-footer"] > div:nth-child(2) {
  padding: 1em;
}
*[data-component="global-footer"] > div:nth-child(3) {
  height: 67px;
  background-color: #506080;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*[data-component="global-footer"] > div:nth-child(3) p + p {
  margin-top: 10px;
}
*[data-component="drawer-nav"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
*[data-component="drawer-nav"].hidden {
  pointer-events: none;
}
*[data-component="drawer-nav"].hidden .bg {
  pointer-events: none;
  opacity: 0;
}
*[data-component="drawer-nav"].hidden nav {
  -webkit-transform: translateX(-370px);
          transform: translateX(-370px);
  transition-delay: 0s;
}
*[data-component="drawer-nav"].hidden nav .btn-close {
  opacity: 0;
  transition-delay: 0s;
}
*[data-component="drawer-nav"] .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="drawer-nav"] nav {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
  position: relative;
  width: 350px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: none;
          transform: none;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0.2s;
}
*[data-component="drawer-nav"] nav .inner {
  height: 100vh;
}
*[data-component="drawer-nav"] nav ul.main li {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="drawer-nav"] nav ul.main li.heading {
  background-color: #e6e6e6;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 30px;
}
*[data-component="drawer-nav"] nav ul.main a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 30px;
  color: #515151;
  background-color: #ffffff;
  display: block;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="drawer-nav"] nav ul.main a:hover {
  background-color: #E8EDF8;
  text-decoration: underline;
}
*[data-component="drawer-nav"] nav ul.images {
  padding-top: 10px;
  padding-bottom: 10px;
}
*[data-component="drawer-nav"] nav ul.images li {
  width: 270px;
  margin: 10px auto;
}
*[data-component="drawer-nav"] nav ul.images img {
  display: block;
  width: 100%;
  height: auto;
}
*[data-component="drawer-nav"] nav ul.images a {
  display: block;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="drawer-nav"] nav ul.images a:hover {
  opacity: 0.5;
}
*[data-component="drawer-nav"] nav ul.sub {
  background-color: #a1a1a1;
}
*[data-component="drawer-nav"] nav ul.sub li {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="drawer-nav"] nav ul.sub a {
  display: block;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 30px;
}
*[data-component="drawer-nav"] nav ul.sub a:hover {
  text-decoration: underline;
}
*[data-component="drawer-nav"] nav div.footer {
  background-color: #a1a1a1;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 30px 12px 15px;
}
*[data-component="drawer-nav"] nav div.footer p {
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
}
*[data-component="drawer-nav"] .btn-close {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  left: 380px;
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0.4s;
}
*[data-component="drawer-nav"] .btn-close:before,
*[data-component="drawer-nav"] .btn-close:after {
  border-radius: 5px;
  content: "";
  background-color: #ffffff;
}
*[data-component="drawer-nav"] .btn-close:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 3px;
  display: block;
}
*[data-component="drawer-nav"] .btn-close:after {
  width: 3px;
  height: 19px;
  display: block;
  position: absolute;
  left: 8px;
  top: -8px;
}
*[data-component="article-nav"] {
  background-color: #ffffff;
  height: 60px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #818181;
  padding-left: 2px;
  justify-content: space-between;
}
*[data-component="article-nav"] a {
  color: #818181;
}
*[data-component="article-nav"] a:hover {
  text-decoration: underline;
}
*[data-component="article-nav"] .breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
*[data-component="article-nav"] .breadcrumbs span {
  margin: 0 10px;
}
*[data-component="article-nav"] .pagination {
  text-align: center;
}
*[data-component="article-nav"] .pagination span {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}
*[data-component="article-nav"] .pagination span:after {
  content: "";
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: -14px;
  background-color: #e6e6e6;
}
*[data-component="article-nav"] .pagination a {
  position: relative;
  display: inline-block;
}
*[data-component="article-nav"] .pagination a:first-child:before {
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #818181;
  border-right: 2px solid #818181;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: -1px;
}
*[data-component="article-nav"] .pagination a:last-child:after {
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #818181;
  border-right: 2px solid #818181;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 15px;
}
*[data-component="article-header"] {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="article-header"] .heading {
  font-size: 26px;
  line-height: 36px;
  margin-top: -5px;
  margin-bottom: -5px;
  display: block;
}
*[data-component="article-header"] .row {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
*[data-component="article-header"] *[data-component="date-format"] {
  font-size: 16px;
  color: #4f4f4f;
  margin-top: 0;
}
*[data-component="article-header"] .sns {
  display: flex;
}
*[data-component="article-header"] .sns span,
*[data-component="article-header"] .sns a {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  margin-right: 15px;
}
*[data-component="article-header"] .sns span:hover,
*[data-component="article-header"] .sns a:hover {
  opacity: 0.5;
}
*[data-component="article-header"] .sns .fb {
  width: 102.6px;
  height: 28px;
  display: block;
  background-image: url("../images/@1x/btn_fb.png");
}
*[data-component="article-header"] .sns .tw {
  width: 114.8px;
  height: 28px;
  display: block;
  background-image: url("../images/@1x/btn_tw.png");
}
*[data-component="article-header"] .sns .gplus {
  width: 41px;
  height: 30px;
  display: block;
  background-image: url("../images/@1x/btn_gplus.png");
}
*[data-component="article-summary"] {
  margin-top: 10px;
  background-color: #f4f4f4;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 15px;
  color: #4f4f4f;
}
*[data-component="article-body"] {
  margin-top: 25px;
}
*[data-component="article-body"] figure {
  width: 350px;
}
*[data-component="article-body"] figure a:hover figcaption {
  text-decoration: underline;
}
*[data-component="article-body"] figure.float-left {
  float: left;
  margin-right: 30px;
}
*[data-component="article-body"] figure span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}
*[data-component="article-body"] figure span img {
  max-width: 350px;
}
*[data-component="article-body"] figure figcaption {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
}
*[data-component="article-body"] figure iframe {
 min-height: 197px;
}
*[data-component="article-body"] p {
  font-size: 18px;
  line-height: 30px;
  color: #4f4f4f;
  margin-bottom: 30px;
}
*[data-component="article-body"] p a {
  color: #515151;
}
*[data-component="article-body"] p a:hover {
  text-decoration: underline;
}
*[data-component="article-body"] p small {
  font-size: 16px;
}
*[data-component="article-body"].small p {
  font-size: 16px;
  line-height: 28px;
}
*[data-component="article-body"].small p small {
  font-size: 13px;
}
*[data-component="basic-article"] *[data-component="article-body"] figure span {
  height: 350px;
}
*[data-component="basic-article"] *[data-component="article-body"] figure span img {
  max-height: 350px;
}
*[data-component="basic-article"] *[data-component="article-body"]:after {
  display: block;
  content: "";
  clear: both;
}
*[data-component="column-article"] *[data-component="article-body"] figure span {
  height: 320px;
}
*[data-component="column-article"] *[data-component="article-body"] figure span img {
  max-height: 320px;
}
body.compact *[data-component="basic-article"] *[data-component="article-body"] {
  position: relative;
  height: 255px;
  overflow: hidden;
}
body.compact *[data-component="basic-article"] *[data-component="article-body"] .compact-cover {
  padding-top: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%);
}
body.compact *[data-component="basic-article"] *[data-component="article-body"] figure:first-of-type {
  width: 270px;
}
body.compact *[data-component="basic-article"] *[data-component="article-body"] figure:first-of-type span {
  width: 270px;
  height: 155px;
}
body.compact *[data-component="basic-article"] *[data-component="article-body"] figure:first-of-type span img {
/*
  max-width: 270px;
  max-height: 155px;
*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  font-family: 'object-fit: cover; object-position: 50% 20%;'
}
body.compact *[data-component="column-article"] *[data-component="article-body"] {
  position: relative;
}
body.compact *[data-component="column-article"] *[data-component="article-body"] .compact-cover {
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="article-tags"] {
  display: flex;
  margin-bottom: 30px;
}
*[data-component="article-tags"] a {
  background-color: #e4e4e4;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  margin-right: 15px;
  border-radius: 32px;
  color: #2E59AE;
  font-weight: bold;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="article-tags"] a:hover {
  color: #ffffff;
  background-color: #2E59AE;
}
*[data-component="article-links"] {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
*[data-component="article-links"] > * {
  margin-bottom: 10px;
}
*[data-component="article-links"] a {
  color: #2E59AE;
  font-weight: bold;
  padding-left: 25px;
  text-indent: -25px;
  display: inline-block;
}
*[data-component="article-links"] a:before {
  content: "";
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../images/@1x/icon_link_internal.png");
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
*[data-component="article-links"] a:hover {
  text-decoration: underline;
}
*[data-component="article-links"] a[target="_blank"]:before {
  background-image: url("../images/@1x/icon_link_external.png");
}
*[data-component="button-show-more"] {
  cursor: pointer;
  width: 266px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #979797;
  color: #2E59AE;
  font-weight: bold;
  font-size: 14px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="button-show-more"]:before {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2E59AE;
  margin-right: 10px;
}
*[data-component="button-show-more"]:hover {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="button-show-more"]:hover:before {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
*[data-component="button-read-article"] {
  cursor: pointer;
  width: 266px;
  height: 45px;
  display: flex;
  margin: 40px auto 60px;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #979797;
  color: #2E59AE;
  font-weight: bold;
  font-size: 14px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="button-read-article"]:before {
  content: "";
  width: 13px;
  height: 14px;
  background-image: url("../images/@1x/icon_article.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -1px;
  margin-right: 7px;
}
*[data-component="button-read-article"]:hover {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="button-read-article"]:hover:before {
  background-image: url("../images/@1x/icon_article_white.png");
}
*[data-component="photo-detail"] {
  margin-bottom: 20px;
  position: relative;
}
*[data-component="photo-detail"] img {
  width: 100%;
  display: block;
}
*[data-component="photo-detail"] .links {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
*[data-component="photo-detail"] .links .left,
*[data-component="photo-detail"] .links .right {
  position: relative;
  display: block;
  width: 30%;
  height: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  cursor: pointer;
}
*[data-component="photo-detail"] .links .left:hover,
*[data-component="photo-detail"] .links .right:hover {
  opacity: 1;
}
*[data-component="photo-detail"] .links .left span,
*[data-component="photo-detail"] .links .right span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="photo-detail"] .links .left span:before,
*[data-component="photo-detail"] .links .right span:before {
  position: relative;
}
*[data-component="photo-detail"] .links .left span:after,
*[data-component="photo-detail"] .links .right span:after {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  opacity: 0.4;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
*[data-component="photo-detail"] .links .left {
  float: left;
}
*[data-component="photo-detail"] .links .left span:before {
  left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #979797;
  border-right: 2px solid #979797;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="photo-detail"] .links .left span:after {
  position: absolute;
  left: 80px;
  top: 0;
}
*[data-component="photo-detail"] .links .right {
  float: right;
}
*[data-component="photo-detail"] .links .right span {
  float: right;
}
*[data-component="photo-detail"] .links .right span:before {
  left: -5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #979797;
  border-right: 2px solid #979797;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="photo-detail"] .links .right span:after {
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
*[data-component="category-nav"] {
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-top: 8px;
  margin-bottom: 20px;
}
*[data-component="category-nav"] a,
*[data-component="category-nav"] span {
  background-color: transparent;
  font-size: 13px;
  padding: 4px 8px 1px;
  color: #4f4f4f;
  border-radius: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="category-nav"] a.active,
*[data-component="category-nav"] span.active,
*[data-component="category-nav"] a:hover,
*[data-component="category-nav"] span:hover {
  background-color: #2E59AE;
  color: #ffffff;
  font-weight: bold;
}
*[data-component="category-nav"] a.active:first-child,
*[data-component="category-nav"] span.active:first-child,
*[data-component="category-nav"] a:hover:first-child,
*[data-component="category-nav"] span:hover:first-child {
  margin-left: 0;
}
*[data-component="category-nav"] a.active,
*[data-component="category-nav"] span.active {
  margin-right: 5px;
  margin-left: 5px;
}
*[data-component="category-nav"] a.active:first-child,
*[data-component="category-nav"] span.active:first-child {
  margin-left: 0;
}
*[data-component="sub-category-nav"] a {
  color: #2E59AE;
  font-size: 13px;
}
*[data-component="sub-category-nav"] a:hover {
  text-decoration: underline;
}
*[data-component="sub-category-nav"] a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #979797;
  margin-left: 12px;
  margin-right: 12px;
}
*[data-component="sub-category-nav"] a:last-child:after {
  display: none;
}
*[data-component="category-topics"] > div:first-child {
  margin-bottom: 15px;
  display: flex;
}
*[data-component="category-topics"] > div:first-child a {
  color: #515151;
}
*[data-component="category-topics"] > div:first-child a:hover {
  text-decoration: underline;
}
*[data-component="category-topics"] > div:first-child a:hover img {
  opacity: 0.5;
}
*[data-component="category-topics"] > div:first-child img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="category-topics"] > div:first-child figure {
  width: 455px;
  height: 244px;
  display: block;
  background-color: #eeeeee;
  margin-right: 15px;
}
*[data-component="category-topics"] > div:first-child .text {
  width: 220px;
  height: 244px;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3px;
}
*[data-component="category-topics"] > div:first-child .title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
*[data-component="category-topics"] > div:first-child .extract {
  font-size: 15px;
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 80px;
  color: #515151;
}
*[data-component="category-topics"] ul[data-component="topic-links"] {
  display: flex;
}
*[data-component="category-topics"] ul[data-component="topic-links"] li {
  width: 220px;
  margin-right: 15px;
}
*[data-component="category-topics"] ul[data-component="topic-links"] li:nth-child(3n) {
  margin-right: 0;
}
*[data-component="category-topics"] ul[data-component="topic-links"] a {
  display: block;
  color: #515151;
  padding-bottom: 10px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="category-topics"] ul[data-component="topic-links"] a:hover {
  background-color: #E8EDF8;
}
*[data-component="category-topics"] ul[data-component="topic-links"] a:hover .extract,
*[data-component="category-topics"] ul[data-component="topic-links"] a:hover .title {
  text-decoration: underline;
}
*[data-component="category-topics"] ul[data-component="topic-links"] figure {
  width: 220px;
  height: 118px;
  display: block;
  background-color: #eeeeee;
}
*[data-component="category-topics"] ul[data-component="topic-links"] .title {
  font-size: 14px;
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
*[data-component="category-topics"] ul[data-component="article-links"] {
  margin-top: 15px;
  margin-bottom: 0;
}
*[data-component="category-topics"] ul[data-component="article-links"] a {
  font-weight: normal;
}
*[data-component="category-topics"] *[data-component="date-format"] {
  font-size: 13px;
}
*[data-component="category-contents"] {
  display: flex;
  justify-content: space-between;
}
*[data-component="category-contents"] li {
  width: 162px;
  border: 1px solid #e6e6e6;
}
*[data-component="category-contents"] a {
  display: block;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="category-contents"] .text {
  padding: 10px;
}
*[data-component="category-contents"] .title {
  font-size: 14px;
  line-height: 20px;
  color: #515151;
}
*[data-component="category-contents"] .info {
  font-size: 11px;
  color: #818181;
}
*[data-component="category-contents"] a:hover {
  background-color: #E8EDF8;
}
*[data-component="category-contents"] a:hover .title {
  text-decoration: underline;
}
*[data-component="category-links"] figure {
  overflow: hidden;
  background-color: #eeeeee;
}
*[data-component="category-links"] figure img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="category-links"] .title,
*[data-component="category-links"] a {
  color: #515151;
}
*[data-component="category-links"] .title {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
*[data-component="category-links"] nav {
  margin-top: 15px;
}
*[data-component="category-links"] nav a {
  margin-right: 20px;
}
*[data-component="category-links"] nav a:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
*[data-component="category-links"] nav + .title,
*[data-component="category-links"] nav + ul {
  margin-top: 30px;
}
*[data-component="category-links"] a.strong {
  font-weight: bold;
  color: #2E59AE;
}
*[data-component="category-links"] a:hover {
  text-decoration: underline;
}
*[data-component="category-links"] a:hover img {
  opacity: 0.5;
}
*[data-component="category-links"] ul li {
  margin-top: 15px;
  padding-left: 10px;
  position: relative;
  line-height: 20px;
  font-size: 15px;
}
*[data-component="category-links"] ul li:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  position: absolute;
  left: 0;
  top: 4px;
}
*[data-block="cols2"] *[data-component="category-links"] figure {
  width: 336px;
  height: 140px;
}
*[data-block="cols2"] *[data-component="category-links"] .title,
*[data-block="cols2"] *[data-component="category-links"] nav,
*[data-block="cols2"] *[data-component="category-links"] ul {
  margin-left: 10px;
  margin-right: 10px;
}
*[data-block="cols4"] *[data-component="category-links"] figure {
  width: 162px;
  height: 67px;
}
*[data-component="link-more"] {
  background-color: #ffffff;
  text-align: right;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 30px;
}
*[data-component="link-more"] a {
  color: #2E59AE;
  font-size: 14px;
  font-weight: bold;
}
*[data-component="link-more"] a:hover {
  text-decoration: underline;
}
*[data-component="link-more"] a:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  margin-right: 8px;
}
*[data-component="link-list"] li {
  border-bottom: 2px solid #d8d8d8;
}
*[data-component="link-list"] a {
  display: block;
  color: #000000;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 16px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="link-list"] a:hover {
  text-decoration: underline;
  background-color: #E8EDF8;
}
*[data-component="link-list"] a:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  margin-left: -15px;
  margin-right: 10px;
}
*[data-component="category-header"] {
  box-sizing: border-box;
  padding-top: 5px;
  background-color: #ffffff;
  height: 66px;
  border-top: 2px solid #d8d8d8;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 26px;
}
*[data-component="sub-category-header"] {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 5px;
}
*[data-component="h2-category-header"] {
  box-sizing: border-box;
  background-color: #f4f4f4;
  height: 50px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 7px;
}
*[data-component="section-header"] {
  background-color: #ffffff;
  height: 56px;
  border-top: 2px solid #d8d8d8;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
*[data-component="section-header"].thin {
  font-size: 14px;
  border-top: 1px solid #e6e6e6;
  height: 48px;
}
*[data-component="section-header"].small {
  font-size: 14px;
  height: 48px;
}
*[data-component="section-header"].border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="section-header"] a.arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 3px;
  font-weight: bold;
}
*[data-component="section-header"] a.arrow:before {
  top: -2px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 1px solid #2E59AE;
  border-right: 1px solid #2E59AE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="section-header"] a.arrow:hover {
  text-decoration: underline;
}
*[data-component="section-header"] a img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="section-header"] a img:hover {
  opacity: 0.5;
}
*[data-component="section-header"] .search-result {
  font-size: 12px;
  font-weight: normal;
  margin-left: 15px;
  position: relative;
  top: 1px;
}
*[data-component="section-header"] .search-result strong {
  font-weight: bold;
  color: #2E59AE;
  font-size: 14px;
  margin-right: 5px;
}
*[data-component="list-header"] {
  background-color: #f4f4f4;
  height: 40px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
*[data-component="heading-lev5"] {
  font-weight: normal;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  color: #515151;
}
*[data-component="heading-side1"] {
  background-color: #ffffff;
  border-top: 3px solid #d8d8d8;
  font-size: 16px;
  font-weight: bold;
  height: 53px;
  display: flex;
  align-items: center;
}
*[data-component="heading-side2"] {
  background-color: #ffffff;
  border-top: 3px solid #d8d8d8;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  display: flex;
  align-items: center;
}
*[data-component="heading-side3"] {
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
*[data-component="heading-side4"] {
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  border-bottom: 2px solid #d8d8d8;
  display: flex;
  align-items: center;
}
*[data-component="basic-list"] *[data-component="list-item"] {
  height: 90px;
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="basic-list"] *[data-component="list-item"] a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 5px;
  padding-left: 0;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="basic-list"] *[data-component="list-item"] a:hover {
  background-color: #E8EDF8;
}
*[data-component="basic-list"] *[data-component="list-item"] a:hover .title {
  text-decoration: underline;
}
*[data-component="basic-list"] *[data-component="list-item"] figure {
  width: 75px;
  height: 75px;
  background-color: #eeeeee;
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="basic-list"] *[data-component="list-item"] figure img {
  max-width: 75px;
  max-height: 75px;
}
*[data-component="basic-list"] *[data-component="list-item"] .title {
  color: #515151;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.05em;
  height: 50px;
  margin-top: 3px;
  overflow: hidden;
}
*[data-component="basic-list"].reverse *[data-component="list-item"] a {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 5px;
}
*[data-component="basic-list"].reverse *[data-component="list-item"] figure {
  margin-left: 12px;
  margin-right: 0;
}
*[data-component="basic-list"].border-top *[data-component="list-item"]:first-child {
  border-top: 1px solid #e6e6e6;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child {
  height: 180px;
  border-bottom: none;
  margin-bottom: 10px;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child a {
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child figure img {
  max-height: none;
  max-width: 100%;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child figure:after {
  content: "";
  width: 100%;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 75%);
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child .text {
  position: relative;
  height: auto;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child .title {
  color: #ffffff;
  /*height: auto;*/
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child *[data-component="date-format"] {
  font-size: 13px;
  color: #ffffff;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  will-change: opacity;
}
*[data-component="basic-list"].large-first *[data-component="list-item"]:first-child a:hover img {
  opacity: 0.5;
}
*[data-component="basic-list"].horizontal {
  display: flex;
  flex-wrap: wrap;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] {
  width: 162px;
  min-height: 194px;
  border-bottom: none;
  margin-bottom: 20px;
  margin-right: 14px;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"]:nth-child(4n) {
  margin-right: 0;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"]:nth-last-child(-n+4) {
  margin-bottom: 0;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] a {
  flex-direction: column;
  padding-right: 0;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] figure {
  height: 100px;
  width: 162px;
  margin-right: 0;
  margin-bottom: 10px;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] figure img {
  max-width: 162px;
  max-height: 100px;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] .text {
  width: 100%;
}
*[data-component="basic-list"].horizontal *[data-component="list-item"] p.title {
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
  margin-bottom: 10px;
}
*[data-block="cols2"] *[data-component="basic-list"] *[data-component="list-item"] .title,
*[data-block="side"] *[data-component="basic-list"] *[data-component="list-item"] .title {
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
  font-size: 16px;
}
*[data-component="text-list"].border-top *[data-component="list-item"]:first-child {
  border-top: 1px solid #e6e6e6;
}
*[data-component="text-list"].article-link *[data-component="list-item"] {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="text-list"].article-link *[data-component="list-item"] a {
  display: block;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="text-list"].article-link *[data-component="list-item"] a:hover {
  background-color: #E8EDF8;
}
*[data-component="text-list"].article-link *[data-component="list-item"] a:hover .title {
  text-decoration: underline;
}
*[data-component="text-list"].article-link *[data-component="list-item"] .title {
  color: #515151;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
*[data-component="text-list"].basic-link *[data-component="list-item"] a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  line-height: 1.5;
  color: #515151;
  text-indent: -11px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="text-list"].basic-link *[data-component="list-item"] a:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2E59AE;
  margin-right: 8px;
}
*[data-component="text-list"].basic-link *[data-component="list-item"] a:hover {
  background-color: #E8EDF8;
  text-decoration: underline;
}
*[data-component="text-list"].text-only *[data-component="list-item"] {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  color: #515151;
}
*[data-component="more-list"] .btn-more {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #2E59AE;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  height: 45px;
  border-radius: 4px;
  background-color: #fcfcfc;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="more-list"] .btn-more:hover {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="more-list"] .btn-more:hover:before {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
*[data-component="more-list"] .btn-more:before {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2E59AE;
  margin-right: 15px;
}
*[data-component="photo-list"] {
  display: flex;
  flex-wrap: wrap;
}
*[data-component="photo-list"].cols5 *[data-component="list-item"] {
  width: 120px;
  height: 120px;
  display: block;
  margin-right: 22px;
  margin-top: 22px;
}
*[data-component="photo-list"].cols5 *[data-component="list-item"]:nth-child(5n) {
  margin-right: 0;
}
*[data-component="photo-list"].cols5 *[data-component="list-item"]:nth-child(-n + 5) {
  margin-top: 0;
}
*[data-component="photo-list"].cols5 *[data-component="list-item"] figure img {
  max-width: 120px;
  max-height: 120px;
}
*[data-component="photo-list"].cols4 *[data-component="list-item"] {
  width: 165px;
  height: 165px;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
}
*[data-component="photo-list"].cols4 *[data-component="list-item"]:nth-child(4n) {
  margin-right: 0;
}
*[data-component="photo-list"].cols4 *[data-component="list-item"]:nth-child(-n + 4) {
  margin-top: 0;
}
*[data-component="photo-list"].cols4 *[data-component="list-item"] figure img {
  max-width: 165px;
  max-height: 165px;
}
*[data-component="photo-list"] *[data-component="list-item"] {
  overflow: hidden;
}
*[data-component="photo-list"] *[data-component="list-item"] figure {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}
*[data-component="photo-list"] *[data-component="list-item"] figure img {
  opacity: 1;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="photo-list"] *[data-component="list-item"] a:hover img {
  opacity: 0.5;
}
*[data-component="top-main"] *[data-component="date-format"] {
  height: 14px;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
*[data-component="date-format"] {
  font-size: 11px;
  color: #818181;
  margin-top: 5px;
  height: 11px;
}
*[data-component="date-format"].new:before {
  font-size: 10px;
  content: "NEW";
  font-family: Verdana, Arial, sans-serif;
  background-color: #688FDA;
  color: #ffffff;
  display: inline-block;
/*  margin-top: -2px; */
  margin-bottom: -2px;
  margin-right: 5px;
  padding: 2px 10px;
  border-radius: 10px;
}
*[data-component="date-format"].hot:before {
  font-size: 10px;
  content: "HOT";
  font-family: Verdana, Arial, sans-serif;
  background-color: #FA483D;
  color: #ffffff;
  display: inline-block;
/*  margin-top: -2px; */
  margin-bottom: -2px;
  margin-right: 5px;
  padding: 2px 10px;
  border-radius: 10px;
}
*[data-component="ad-basic"] {
  /* background-color: #eeeeee; */
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="ad-basic"] iframe {
  overflow: hidden;
  display: block;
}
*[data-component="ad-billboard"] {
  background-color: #fff;
  padding-bottom: 15px;
}
*[data-component="ad-billboard"] iframe {
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
*[data-component="ad-related"] {
  display: flex;
  flex-wrap: wrap;
}
*[data-component="ad-related"] li {
  border: 1px solid #e6e6e6;
  width: 220px;
  height: 265px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
*[data-component="ad-related"] li:nth-child(3n) {
  margin-right: 0;
}
*[data-component="ad-related"] li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
*[data-component="ad-related"] a {
  display: block;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="ad-related"] a:hover {
  background-color: #E8EDF8;
}
*[data-component="ad-related"] a:hover .title {
  text-decoration: underline;
}
*[data-component="ad-related"] figure {
  background-color: #eeeeee;
  width: 218px;
  height: 154px;
  display: block;
  overflow: hidden;
}
*[data-component="ad-related"] figure img {
  width: 100%;
}
*[data-component="ad-related"] .text {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
}
*[data-component="ad-related"] .title {
  color: #515151;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
*[data-component="ad-related"] .sponsored {
  font-size: 11px;
  color: #818181;
  height: 25px;
  overflow: hidden;
}
*[data-component="ad-shopping"] {
  display: flex;
}
*[data-component="ad-shopping"] li {
  width: 162px;
  margin-right: 14px;
}
*[data-component="ad-shopping"] li:last-child {
  margin-right: 0;
}
*[data-component="ad-shopping"] a {
  display: block;
  color: #000000;
}
*[data-component="ad-shopping"] a:hover {
  text-decoration: underline;
}
*[data-component="ad-shopping"] a:hover img {
  opacity: 0.5;
}
*[data-component="ad-shopping"] figure {
  width: 162px;
  height: 162px;
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
*[data-component="ad-shopping"] figure img {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="ad-shopping"] p {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  padding: 5px;
}
*[data-component="full-carousel"] {
  width: 100%;
  min-width: 1024px;
  height: 150px;
  background-color: #484848;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: -70px;
}
*[data-component="full-carousel"] .flickity-slider {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-component="full-carousel"] .carousel-wrapper {
  height: 96px;
  width: calc(100% - (160px));
  margin-left: auto;
  margin-right: auto;
}
*[data-component="full-carousel"] a {
  position: relative;
  width: 230px;
  height: 96px;
  margin-right: 30px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
*[data-component="full-carousel"] figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #eeeeee;
}
*[data-component="full-carousel"] figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="full-carousel"] figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 75%);
}
*[data-component="full-carousel"] a:hover img {
  opacity: 0.5;
}
*[data-component="full-carousel"] p {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
*[data-component="full-carousel"] .btn-prev,
*[data-component="full-carousel"] .btn-next {
  width: 80px;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="full-carousel"] .btn-prev:hover,
*[data-component="full-carousel"] .btn-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
*[data-component="full-carousel"] .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
}
*[data-component="full-carousel"] .btn-prev i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="full-carousel"] .btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
*[data-component="full-carousel"] .btn-next i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="article-carousel"] {
  position: relative;
  background-color: #484848;
  height: 220px;
  overflow: hidden;
}
*[data-component="article-carousel"] .carousel-wrapper {
  width: 600px;
  margin: 20px auto;
}
*[data-component="article-carousel"] .cell-group {
  margin-right: 10px;
}
*[data-component="article-carousel"] .cell-group a:first-child {
  margin-bottom: 10px;
}
*[data-component="article-carousel"] a {
  position: relative;
  width: 204px;
  height: 85px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
*[data-component="article-carousel"] figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #eeeeee;
}
*[data-component="article-carousel"] figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="article-carousel"] figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 75%);
}
*[data-component="article-carousel"] a:hover img {
  opacity: 0.5;
}
*[data-component="article-carousel"] p {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
*[data-component="article-carousel"] .btn-prev,
*[data-component="article-carousel"] .btn-next {
  width: 45px;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="article-carousel"] .btn-prev:hover,
*[data-component="article-carousel"] .btn-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
*[data-component="article-carousel"] .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
}
*[data-component="article-carousel"] .btn-prev i {
  left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="article-carousel"] .btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
*[data-component="article-carousel"] .btn-next i {
  left: -4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="photo-carousel"] {
  background-color: #f4f4f4;
  padding-bottom: 25px;
  position: relative;
}
*[data-component="photo-carousel"] a {
  width: 115px;
  height: 115px;
  display: block;
  margin-right: 25px;
  flex-shrink: 0;
  flex-grow: 0;
}
*[data-component="photo-carousel"] a figure {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #eeeeee;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
*[data-component="photo-carousel"] a figure img {
  display: block;
  max-width: 115px;
  max-height: 115px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="photo-carousel"] a figure img:hover {
  opacity: 0.5;
}
*[data-component="photo-carousel"] .carousel-wrapper {
  width: 535px;
  height: 115px;
  margin: 0 auto;
}
*[data-component="photo-carousel"] .btn-prev,
*[data-component="photo-carousel"] .btn-next {
  width: 50px;
  height: 115px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="photo-carousel"] .btn-prev:hover,
*[data-component="photo-carousel"] .btn-next:hover {
  background-color: #484848;
}
*[data-component="photo-carousel"] .btn-prev.disabled,
*[data-component="photo-carousel"] .btn-next.disabled {
  cursor: auto;
  pointer-events: none;
  background-color: #f4f4f4;
  opacity: 0.2;
}
*[data-component="photo-carousel"] .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
*[data-component="photo-carousel"] .btn-prev i {
  left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="photo-carousel"] .btn-prev:hover i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="photo-carousel"] .btn-next {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
*[data-component="photo-carousel"] .btn-next i {
  left: -4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="photo-carousel"] .btn-next:hover i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="game-carousel"] {
  background-color: #484848;
  color: #ffffff;
  padding-bottom: 20px;
}
*[data-component="game-carousel"] .heading {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
*[data-component="game-carousel"] .carousel-wrapper {
  width: 600px;
  height: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
*[data-component="game-carousel"] table {
  flex-grow: 0;
  flex-shrink: 0;
  border: 3px solid #ffffff;
  background-color: #353535;
  margin-right: 15px;
  height: 100px;
  box-sizing: border-box;
}
*[data-component="game-carousel"] table td {
  text-align: center;
  vertical-align: middle;
}
*[data-component="game-carousel"] table td span {
  display: block;
}
*[data-component="game-carousel"] table .team {
  width: 76px;
  height: 64px;
}
*[data-component="game-carousel"] table .team span:nth-child(1) {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
}
*[data-component="game-carousel"] table .team span:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -5px;
}
*[data-component="game-carousel"] table .vs {
  width: 56px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
*[data-component="game-carousel"] table .vs span:nth-child(1) {
  font-size: 12px;
  margin-bottom: 12px;
}
*[data-component="game-carousel"] table .vs span:nth-child(2) {
  font-size: 16px;
  margin-bottom: -2px;
}
*[data-component="game-carousel"] table .schedule {
  border-top: 1px solid #ffffff;
  font-size: 13px;
  line-height: 1;
  height: 24px;
}
*[data-component="game-carousel"] .inner {
  position: relative;
}
*[data-component="game-carousel"] .inner .btn-prev,
*[data-component="game-carousel"] .inner .btn-next {
  width: 45px;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="game-carousel"] .inner .btn-prev:hover,
*[data-component="game-carousel"] .inner .btn-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
*[data-component="game-carousel"] .inner .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
}
*[data-component="game-carousel"] .inner .btn-prev i {
  left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="game-carousel"] .inner .btn-next {
  position: absolute;
  top: 0;
  right: 0;
}
*[data-component="game-carousel"] .inner .btn-next i {
  left: -4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="top-topics"] > *:first-child {
  height: 360px;
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="top-topics"] > *:first-child a {
  display: block;
  height: 100%;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="top-topics"] > *:first-child a:hover {
  background-color: #E8EDF8;
}
*[data-component="top-topics"] > *:first-child a:hover .title,
*[data-component="top-topics"] > *:first-child a:hover .extract {
  text-decoration: underline;
}
*[data-component="top-topics"] > *:first-child figure {
  background-color: #eeeeee;
  height: 180px;
}
*[data-component="top-topics"] > *:first-child .text {
  padding-left: 5px;
}
*[data-component="top-topics"] > *:first-child .title {
  font-size: 20px;
  color: #515151;
  font-weight: bold;
  margin-top: 15px;
  line-height: 26px;
}
*[data-component="top-topics"] > *:first-child .extract {
  margin-top: 15px;
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 60px;
}
*[data-component="top-topics"] > *:first-child *[data-component="date-format"] {
  margin-top: 15px;
}
*[data-component="top-topics"] *[data-component="list-item"] figure {
  width: 140px;
}
*[data-component="top-topics"] *[data-component="list-item"] figure img {
  max-width: 140px;
}
*[data-component="top-topics"] *[data-component="list-item"] .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
*[data-component="top-main"] {
  background-color: #ffffff;
  padding-bottom: 30px;
}
*[data-component="top-main"] *[data-component="more-list"] {
  margin-top: -1px;
}
*[data-component="top-main"] *[data-component="link-more"] {
  padding-bottom: 0;
}
*[data-component="photo-grid"] {
  display: flex;
  flex-wrap: wrap;
}
*[data-component="photo-grid"] a {
  width: 147px;
  height: 147px;
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 6px;
  margin-top: 6px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="photo-grid"] a:hover {
  opacity: 0.5;
}
*[data-component="photo-grid"] a:nth-child(2n) {
  margin-right: 0;
}
*[data-component="photo-grid"] a:first-child,
*[data-component="photo-grid"] a:nth-child(2) {
  margin-top: 0;
}
*[data-component="photo-grid"] a figure {
  background-color: #eeeeee;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="photo-grid"] a figure img {
  max-height: 100%;
  min-height: 100%;
}
*[data-component="side-paper"] {
  background-color: #484848;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
*[data-component="side-paper"] .heading {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
*[data-component="side-paper"] .heading:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 6px;
}
*[data-component="side-paper"] .heading span {
  position: relative;
  background-color: #484848;
  padding-left: 15px;
  padding-right: 15px;
}
*[data-component="side-paper"] ul {
  display: flex;
}
*[data-component="side-paper"] ul li {
  margin-right: 10px;
  width: 130px;
}
*[data-component="side-paper"] ul li:nth-child(2n) {
  margin-right: 0;
}
*[data-component="side-paper"] ul li a {
  color: #ffffff;
  font-weight: bold;
}
*[data-component="side-paper"] ul li figure {
  background-color: #eeeeee;
  width: 130px;
  height: 167px;
  overflow: hidden;
  margin-bottom: 15px;
}
*[data-component="side-paper"] ul li figure img {
  max-width: 100%;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  will-change: opacity;
}
*[data-component="side-paper"] ul li span {
  font-size: 13px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border: 1px solid #979797;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  letter-spacing: 0.1em;
}
*[data-component="side-paper"] ul li a:hover span {
  background-color: rgba(255, 255, 255, 0.25);
}
*[data-component="side-paper"] ul li a:hover img {
  opacity: 0.5;
}
*[data-component="ranking-tab"] {
  background-color: #ffffff;
}
*[data-component="ranking-tab"] nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="ranking-tab"] nav span {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  background-color: #b0b0b0;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="ranking-tab"] nav span:hover {
  background-color: #565656;
}
*[data-component="ranking-tab"] nav span.active {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom-color: #ffffff;
  color: #515151;
  cursor: auto;
}
*[data-component="ranking-tab"] ul {
  display: none;
}
*[data-component="ranking-tab"] ul.active {
  display: block;
}
*[data-component="ranking-tab"] li {
  background-color: #ffffff;
  height: 90px;
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="ranking-tab"] li a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #515151;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="ranking-tab"] li a:hover {
  background-color: #E8EDF8;
}
*[data-component="ranking-tab"] li a:hover .title {
  text-decoration: underline;
}
*[data-component="ranking-tab"] li figure {
  background-color: #eeeeee;
  width: 75px;
  height: 75px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="ranking-tab"] li figure img {
  max-height: 100%;
  min-height: 100%;
}
*[data-component="ranking-tab"] li .index {
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 7px;
}
*[data-component="ranking-tab"] li .title {
  color: #515151;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
*[data-block="article"] *[data-component="ranking-tab"] nav span {
  font-size: 14px;
  height: 40px;
  margin-right: 10px;
}
*[data-block="article"] *[data-component="ranking-tab"] nav span:last-child {
  margin-right: 0;
}
*[data-block="article"] *[data-component="ranking-tab"] figure {
  margin-right: 10px;
}
*[data-block="article"] *[data-component="ranking-tab"] .title {
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  margin-bottom: 15px;
  margin-right: 10px;
}
*[data-block="side"] *[data-component="ranking-tab"] nav span {
  font-size: 12px;
  height: 30px;
  margin-right: 5px;
}
*[data-block="side"] *[data-component="ranking-tab"] nav span:last-child {
  margin-right: 0;
}
*[data-block="side"] *[data-component="ranking-tab"] figure {
  order: 2;
  margin-left: 10px;
}
*[data-block="side"] *[data-component="ranking-tab"] .text {
  order: 1;
  min-width: 168px;
}
*[data-block="side"] *[data-component="ranking-tab"] .title {
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 60px;
}
*[data-component="to-top"] {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #A4A4A4;
  position: fixed;
  opacity: 0;
  transition-property: opacity, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="to-top"] i {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 2px solid #434343;
  border-right: 2px solid #434343;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
*[data-component="to-top"]:hover {
  background-color: #A4A4A4;
}
*[data-component="to-top"]:hover i {
  border-color: #ffffff;
}
*[data-component="to-top"].active {
  opacity: 1;
  cursor: pointer;
}
*[data-component="search-input"] {
  background-color: #f4f4f4;
  width: 100%;
  padding: 13px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
*[data-component="search-input"] form {
  display: flex;
  height: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #979797;
  border-radius: 2px;
  overflow: hidden;
  padding: 1px;
}
*[data-component="search-input"] input {
  border: none;
  flex-grow: 1;
  font-size: 16px;
  color: #4f4f4f;
  padding-left: 10px;
}
*[data-component="search-input"] span,
*[data-component="search-input"] a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 104px;
  height: 36px;
  background-color: #979797;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="search-input"] span + span,
*[data-component="search-input"] a + span,
*[data-component="search-input"] span a,
*[data-component="search-input"] a a {
  margin-left: 1px;
}
*[data-component="search-input"] span:hover,
*[data-component="search-input"] a:hover {
  background-color: #484848;
}
*[data-component="search-input"] span.text-search i,
*[data-component="search-input"] a.text-search i {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url("../images/@1x/icon_search2.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
*[data-component="search-input"] span.photo-search i,
*[data-component="search-input"] a.photo-search i {
  width: 14px;
  height: 12px;
  display: block;
  background-image: url("../images/@1x/icon_camera.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
*[data-component="search-header"] .heading {
  border-top: 2px solid #d8d8d8;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
*[data-component="search-header"] .heading span {
  font-weight: bold;
  font-size: 20px;
}
*[data-component="search-header"] .heading nav {
  border: 1px solid #979797;
  display: flex;
  padding: 3px;
  border-radius: 3px;
}
*[data-component="search-header"] .heading nav a,
*[data-component="search-header"] .heading nav span {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  width: 85px;
  height: 28px;
  display: block;
  color: #4f4f4f;
  border-radius: 2px;
  background-color: transparent;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="search-header"] .heading nav a:hover,
*[data-component="search-header"] .heading nav span:hover,
*[data-component="search-header"] .heading nav a.active,
*[data-component="search-header"] .heading nav span.active {
  background-color: #2E59AE;
  color: #ffffff;
}
*[data-component="search-header"] .heading nav a + a,
*[data-component="search-header"] .heading nav span + a,
*[data-component="search-header"] .heading nav a span,
*[data-component="search-header"] .heading nav span span {
  margin-left: 1px;
}
*[data-component="search-header"] .info {
  background-color: #f4f4f4;
  display: flex;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  justify-content: space-between;
}
*[data-component="search-header"] .info .count {
  font-size: 12px;
}
*[data-component="search-header"] .info .count strong {
  color: #2E59AE;
  font-size: 14px;
  font-weight: bold;
}
*[data-component="search-header"] .info nav a {
  font-size: 14px;
  color: #4f4f4f;
}
*[data-component="search-header"] .info nav a:hover {
  text-decoration: underline;
}
*[data-component="search-header"] .info nav a + a:before {
  content: "";
  display: inline-block;
  height: 21px;
  position: relative;
  top: 5px;
  width: 1px;
  background-color: #d8d8d8;
  margin-left: 15px;
  margin-right: 15px;
}
*[data-component="search-header"] .info nav .btn-prev:before {
  content: "";
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #2E59AE;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
*[data-component="search-header"] .info nav .btn-next:after {
  content: "";
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2E59AE;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
*[data-component="search-header"] .note {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #4f4f4f;
  font-size: 13px;
}
*[data-component="search-header"] .note .lead {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
*[data-component="search-result-list"] {
  border-top: 1px solid #e6e6e6;
}
*[data-component="search-result-list"] li {
  border-bottom: 1px solid #e6e6e6;
}
*[data-component="search-result-list"] li a {
  display: flex;
  color: #515151;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="search-result-list"] li a:hover {
  background-color: #E8EDF8;
}
*[data-component="search-result-list"] li .text .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 25px;
}
*[data-component="search-result-list"] li .text .extract {
  font-size: 14px;
  line-height: 20px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  margin-bottom: 3px;
}
*[data-component="search-result-list"] li .text .url {
  font-size: 11px;
  color: #2E59AE;
  line-height: 16px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 16px;
}
*[data-component="search-result-list"] li .text .info {
  font-size: 11px;
  line-height: 16px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 16px;
}
*[data-component="search-result-list"] li figure {
  margin-left: 30px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background-color: #eeeeee;
  justify-content: center;
  align-items: center;
}
*[data-component="search-result-list"] li figure img {
  max-width: 100px;
  max-height: 100px;
}
*[data-component="search-pagination"] {
  position: relative;
  width: 100%;
  height: 35px;
}
*[data-component="search-pagination"] a {
  border: 1px solid #e6e6e6;
  color: #515151;
  display: block;
  line-height: 33px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
}
*[data-component="search-pagination"] a:hover,
*[data-component="search-pagination"] a.active {
  background-color: #e4e4e4;
}
*[data-component="search-pagination"] .btn-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 35px;
  display: block;
}
*[data-component="search-pagination"] .btn-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 35px;
  display: block;
}
*[data-component="search-pagination"] .pages {
  width: 430px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
*[data-component="search-pagination"] .pages > a {
  width: 35px;
  height: 35px;
  display: block;
}
*[data-component="search-pagination"] .pages > a + a {
  margin-left: 8px;
}
*[data-component="tokushu-theme"]:hover figure img {
  opacity: 0.5;
}
*[data-component="tokushu-theme"]:hover figcaption {
  text-decoration: underline;
}
*[data-component="tokushu-theme"] figure {
  display: flex;
  width: 100%;
  height: 259px;
  background-color: #eeeeee;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
*[data-component="tokushu-theme"] figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
  will-change: opacity;
}
*[data-component="tokushu-theme"] figure:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 0.4;
}
*[data-component="tokushu-theme"] figure .title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
*[data-component="tokushu-theme"] figcaption {
  font-size: 14px;
  text-align: center;
  color: #818181;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 21px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
}
*[data-block="cols2"] *[data-component="tokushu-theme"] figure {
  height: 126px;
}
*[data-block="cols2"] *[data-component="tokushu-theme"] figcaption {
  text-align: left;
}
*[data-component="tokushu-topics"] *[data-component="tokushu-theme"] figure {
  height: 180px;
}
*[data-component="tokushu-topics"] + *[data-component="tokushu-topics"] {
  margin-top: -20px;
}
*[data-component="tokushu-theme-grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] {
  flex-shrink: 0;
  flex-grow: 0;
  width: 224px;
  margin-right: 9px;
  margin-bottom: 9px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] figure {
  height: 84px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"] .title {
  font-size: 16px;
  line-height: 24px;
}
*[data-component="tokushu-theme-grid"] *[data-component="tokushu-theme"]:nth-child(3n) {
  margin-right: 0;
}
*[data-component="tokushu-departed-list"] {
  display: flex;
  flex-wrap: wrap;
}
*[data-component="tokushu-departed-list"] a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 82px;
  margin-right: 4px;
  margin-bottom: 20px;
}
*[data-component="tokushu-departed-list"] a:nth-child(8n) {
  margin-right: 0;
}
*[data-component="tokushu-departed-list"] a figure {
  width: 82px;
  height: 82px;
  display: block;
  background-color: #eeeeee;
  border-radius: 82px;
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="tokushu-departed-list"] a figcaption {
  margin-top: 10px;
}
*[data-component="tokushu-departed-list"] a:hover figure {
  opacity: 0.5;
}
*[data-component="tokushu-departed-list"] a:hover figcaption {
  text-decoration: underline;
}
*[data-component="tokushu-carousel"] {
  background-color: #f4f4f4;
  position: relative;
  height: 195px;
  overflow: hidden;
  font-weight: bold;
}
*[data-component="tokushu-carousel"] .carousel-wrapper {
  width: 600px;
  margin: 20px auto;
}
*[data-component="tokushu-carousel"] .cell-group {
  margin-right: 9px;
}
*[data-component="tokushu-carousel"] .cell-group a:first-child {
  margin-bottom: 11px;
}
*[data-component="tokushu-carousel"] a {
  position: relative;
  width: 194px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
*[data-component="tokushu-carousel"] figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #eeeeee;
}
*[data-component="tokushu-carousel"] figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="tokushu-carousel"] figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.4;
}
*[data-component="tokushu-carousel"] a:hover img {
  opacity: 0.5;
}
*[data-component="tokushu-carousel"] .title {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
*[data-component="tokushu-carousel"] .btn-prev,
*[data-component="tokushu-carousel"] .btn-next {
  width: 45px;
  height: 155px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="tokushu-carousel"] .btn-prev:hover,
*[data-component="tokushu-carousel"] .btn-next:hover {
  background-color: #484848;
}
*[data-component="tokushu-carousel"] .btn-prev {
  position: absolute;
  left: 0;
  top: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
*[data-component="tokushu-carousel"] .btn-prev i {
  left: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="tokushu-carousel"] .btn-prev:hover i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
*[data-component="tokushu-carousel"] .btn-next {
  position: absolute;
  top: 20px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
*[data-component="tokushu-carousel"] .btn-next i {
  left: -4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #484848;
  border-right: 3px solid #484848;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="tokushu-carousel"] .btn-next:hover i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  content: "";
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
*[data-component="tokushu-header"] {
  height: 50px;
  background-color: #f4f4f4;
  border-top: 3px solid #2E59AE;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 15px;
  margin-bottom: 20px;
}
*[data-component="uranai-select"] {
  width: 690px;
  height: 721px;
  display: block;
  background-image: url("../images/@1x/uranai_select_bg.jpg");
  background-repeat: no-repeat;
  position: relative;
}
*[data-component="uranai-select"] p.date {
  position: absolute;
  left: 0;
  top: 109px;
  width: 100%;
  height: 29px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #fedfbc;
  line-height: 29px;
}
*[data-component="uranai-select"] .btns {
  position: absolute;
  left: 20px;
  top: 230px;
  display: flex;
  flex-wrap: wrap;
  width: 650px;
}
*[data-component="uranai-select"] .btns a {
  width: 210px;
  height: 110px;
  display: block;
  position: relative;
  padding-top: 43px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background-color: #48276b;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
}
*[data-component="uranai-select"] .btns a:nth-child(3n) {
  margin-right: 0;
}
*[data-component="uranai-select"] .btns a.lucky {
  background-image: url("../images/@1x/uranai_select_lucky.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-select"] .btns a.unlucky {
  background-image: url("../images/@1x/uranai_select_unlucky.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-select"] .btns a span:nth-child(1) {
  font-size: 50px;
  margin-right: 5px;
}
*[data-component="uranai-select"] .btns a span:nth-child(2) {
  font-size: 24px;
  margin-right: 5px;
}
*[data-component="uranai-select"] .btns a span:nth-child(3) {
  font-size: 16px;
  letter-spacing: 3px;
}
*[data-component="uranai-select"] .btns a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
  transition-delay: 0s;
}
*[data-component="uranai-select"] .btns a:hover:after {
  opacity: 1;
}
*[data-component="uranai-result"] {
  width: 690px;
  height: 735px;
  display: block;
  background-image: url("../images/@1x/uranai_result_bg.jpg");
  background-repeat: no-repeat;
  position: relative;
}
*[data-component="uranai-result"] .month {
  position: absolute;
  left: 86px;
  top: 137px;
  font-weight: bold;
  font-size: 25px;
}
*[data-component="uranai-result"] .feelings {
  display: flex;
  width: 580px;
  position: absolute;
  left: 55px;
  top: 243px;
}
*[data-component="uranai-result"] .feelings li {
  width: 116px;
  height: 80px;
  display: block;
}
*[data-component="uranai-result"] .feelings li.feel1 {
  background-image: url("../images/@1x/uranai_result_feel1.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-result"] .feelings li.feel2 {
  background-image: url("../images/@1x/uranai_result_feel2.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-result"] .feelings li.feel3 {
  background-image: url("../images/@1x/uranai_result_feel3.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-result"] .feelings li.feel4 {
  background-image: url("../images/@1x/uranai_result_feel4.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-result"] .feelings li.feel5 {
  background-image: url("../images/@1x/uranai_result_feel5.png");
  background-repeat: no-repeat;
}
*[data-component="uranai-result"] .oracle {
  position: absolute;
  left: 63px;
  top: 340px;
  text-align: center;
  width: 563px;
  height: 105px;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  color: #391459;
  display: flex;
  justify-content: center;
  align-items: center;
}
*[data-component="uranai-result"] .item-title {
  position: absolute;
  left: 85px;
  top: 489px;
  font-size: 20px;
  color: #391459;
  font-weight: bold;
}
*[data-component="uranai-result"] .items {
  position: absolute;
  left: 73px;
  top: 531px;
  display: flex;
}
*[data-component="uranai-result"] .items li {
  width: 93px;
  margin-right: 20px;
}
*[data-component="uranai-result"] .items li:last-child {
  margin-right: 0;
}
*[data-component="uranai-result"] .items li span {
  display: block;
  text-align: center;
}
*[data-component="uranai-result"] .items li span:first-child {
  width: 93px;
  height: 31px;
  line-height: 31px;
  padding-top: 2px;
  background-color: #5f6f9b;
  color: #ffffff;
  border-radius: 30px;
  font-size: 18px;
  margin-bottom: 15px;
}
*[data-component="uranai-result"] .items li span:last-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
*[data-component="uranai-result"] a.btn-back {
  color: #ffffff;
  position: absolute;
  left: 21px;
  top: 694px;
  font-weight: bold;
  font-size: 16px;
}
*[data-component="uranai-result"] a.btn-back:before {
  content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #ffffff;
  margin-right: 10px;
}
*[data-component="uranai-result"] a.btn-back:hover {
  text-decoration: underline;
}
body {
  font-family: Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
div,
figure,
ul,
li,
a,
span,
i,
h1,
h2,
h3,
h4 {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
hr {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*************************
General Page
Layout
*************************/

div.data-photo{
	float:left;
	margin-right:30px;
}

div.data-photo span.img{
}

div.data-photo figcaption{
	font-size:14px;
	line-height: 20px;
}

/*************************
Basic Layout
*************************/
main {
  min-height: calc(100vh - 95px - 191px);
}
.mt0 {
  margin-top: 0px;;
}
.mb0 {
  margin-bottom: 0px;;
}
.mt5 {
  margin-top: 5px;;
}
.mb5 {
  margin-bottom: 5px;;
}
.mt10 {
  margin-top: 10px;;
}
.mb10 {
  margin-bottom: 10px;;
}
.mt15 {
  margin-top: 15px;;
}
.mb15 {
  margin-bottom: 15px;;
}
.mt20 {
  margin-top: 20px;;
}
.mb20 {
  margin-bottom: 20px;;
}
.mt30 {
  margin-top: 30px;;
}
.mb30 {
  margin-bottom: 30px;;
}
.mt40 {
  margin-top: 40px;;
}
.mb40 {
  margin-bottom: 40px;;
}
.mt50 {
  margin-top: 50px;;
}
.mb50 {
  margin-bottom: 50px;;
}
.mt60 {
  margin-top: 60px;;
}
.mb60 {
  margin-bottom: 60px;;
}
.mt70 {
  margin-top: 70px;;
}
.mb70 {
  margin-bottom: 70px;;
}
.mt80 {
  margin-top: 80px;;
}
.mb80 {
  margin-bottom: 80px;;
}
.mt90 {
  margin-top: 90px;;
}
.mb90 {
  margin-bottom: 90px;;
}
.mt100 {
  margin-top: 100px;;
}
.mb100 {
  margin-bottom: 100px;;
}

/*# sourceMappingURL=main.css.map */
