@charset "UTF-8";

/* Module
   ========================================================================== */

/**
 * Article
 * Button
 * Container
 * Heading
 * Image
 * Link
 * List
 * Navigation
 * Label
 * Section
 * Tab
 */

/**
 * Article
 */

.article,
.article + .article {
  margin-top: 50px;
}

.article a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.article .title {
  position: relative;
  display: table;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(135deg, #2b46a2 0%,#3a93ca 100%);
}

.article .title .row {
  display: table-row;
}

.article .title .col {
  display: table-cell;
  height: 48px;
}

.article .title .col:first-child {
  width: 100%;
  padding-right: 1em;
  vertical-align: top;
}

.article .title .col:last-child {
  vertical-align: bottom;
  white-space: nowrap;
}

.article .title .heading,
.article .title .date {
  color: white;
}

.article .title .heading {
  font-size: 18px;
  line-height: 31px;
}

.article .title .date {
  font-size: 15px;
  line-height: 31px;
}

.article .body {
  margin-top: 30px;
}

.article .body .row:after {
  content: "";
  clear: both;
  display: block;
}

.article .body .col:first-child {
  float: left;
  margin-right: 30px;
}

.article .body .col:first-child + .col {
  overflow: hidden;
}

.article .body .image {
  width: 350px;
}

.article .body div.text {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.article .body .text + .text {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .article {
    margin-top: 20px;
  }

  .article + .article {
    margin-top: 30px;
  }

  .article .title {
    padding: 10px;
  }

  .article .title .row {
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: -webkit-box;
    display: flex;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .article .title .col {
    display: block;
    height: auto;
  }

  .article .title .col:first-child,
  .article .title .col:last-child {
    vertical-align: baseline;
  }

  .article .title .col + .col {
    margin-bottom: 10px;
  }

  .article .title .heading {
    font-size: 14px;
    line-height: 18px;
  }

  .article .title .heading small {
    display: block;
    font-size: 10px;
  }

  .article .title .date {
    font-size: 10px;
    line-height: 15.5px;
  }

  .article .body {
    margin-top: 16px;
  }

  .article .body .row:after {
    content: none;
  }

  .article .body .col:first-child {
    float: none;
    margin-right: 0;
  }

  .article .body .col:first-child + .col {
    overflow: visible;
    margin-top: 18px;
  }

  .article .body .image {
    width: auto;
  }

  .article .body div.text {
    font-size: 10px;
    line-height: 16px;
  }

  .article .body div.text + div.text {
    margin-top: 20px;
  }
}

/**
 * Button
 */

.button {
  margin-top: 16px;
  display: inline-block;
  vertical-align: top;
}

.button[data-button="detail"] .inner {
  position: relative;
  display: block;
  background-color: black;
}

.button[data-button="detail"] a:hover .inner {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.button[data-button="detail"] a[target="_blank"] .inner:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 20px;
  background: url(/common/v2/images/icn_blank.png) no-repeat;
  background-size: 24px 20px;
}

.button[data-button="detail"] .back .inner:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  display: block;
  margin-top: -9.5px;
  width: 20px;
  height: 19px;
  background: url(/common/v2/images/icn_back.png) no-repeat;
  background-size: 20px 19px;
}

.button[data-button="detail"] .text {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.button[data-button="detail"] a[target="_blank"] .text,
.button[data-button="detail"] .back .text {
  padding-right: 36px;
}

@media screen and (max-width: 768px) {
  .button[data-button="detail"] a[target="_blank"] .inner:before {
    margin-top: -7px;
    width: 16px;
    height: 14px;
    background: url(/common/v2/images/icn_blank.png) no-repeat;
    background-size: 16px 14px;
  }

  .button[data-button="detail"] .back .inner:before {
    margin-top: -4.5px;
    width: 10px;
    height: 9px;
    background: url(/common/v2/images/icn_back.png) no-repeat;
    background-size: 10px 9px;
  }

  .button[data-button="detail"] .text {
    padding: 5px;
    font-size: 8px;
  }

  .button[data-button="detail"] a[target="_blank"] .text,
  .button[data-button="detail"] .back .text {
    padding-right: 24px;
  }
}

/**
 * Container
 */

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container[data-width="1024"] {
  width: 1024px;
  padding-right: 35px;
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .container[data-width="1024"] {
    width: auto;
    min-height: 0;
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}

@media screen and (max-width: 360px) {
  .container[data-width="1024"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/**
 * Heading
 */

.h1 {
  padding: 14px 19px;
  border: 1px solid #001b3e;
  border-right: none;
  color: #001b3e;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.h2 {
  color: #001b3e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.heading[data-heading="b"][data-heading-lv="2"] {
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #001b3e;
  border-bottom: 1px solid #001b3e;
  color: #001b3e;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .h1 {
    padding: 5px 7.5px;
    font-size: 12.5px;
  }

  .h2 {
    font-size: 12.5px;
  }

  .heading[data-heading="b"][data-heading-lv="2"] {
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }
}

/**
 * Link
 */

.link[data-link="pdf"] {
  margin-top: 25px;
}

.link[data-link="pdf"] a {
  display: inline-block;
  vertical-align: top;
}

.link[data-link="pdf"] .text {
  display: inline;
  font-size: 17px;
  line-height: 1.5;
  vertical-align: middle;
}

.link[data-link="pdf"] a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  margin-left: 8px;
  background: url(/common/v2/images/icn_pdf.png) no-repeat;
  background-size: 50px 40px;
}

@media screen and (max-width: 768px) {
  .link[data-link="pdf"] {
    margin-top: 18px;
  }

  .link[data-link="pdf"] .text {
    font-size: 12.5px;
  }

  .link[data-link="pdf"] a:after {
    width: 25px;
    height: 20px;
    margin-left: 4px;
    background: url(/common/v2/images/icn_pdf.png) no-repeat;
    background-size: 25px 20px;
  }
}

/**
 * Image
 */

.image {
  text-align: center;
}

.image img {
  max-width: 100%;
}

/**
 * List
 */

.list[data-list="shop"] a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.list[data-list="shop"] {
  margin-top: 15px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.list[data-list="shop"] .item {
  display: table;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 0;
}

.list[data-list="shop"] .item + .item {
  border-top: 1px solid #b4b4b4;
}

.list[data-list="shop"] .name,
.list[data-list="shop"] .genre,
.list[data-list="shop"] .bldg {
  display: table-cell;
  vertical-align: middle;
}

.list[data-list="shop"] .name,
.list[data-list="shop"] .genre {
  width: 38%;
}

.list[data-list="shop"] .bldg {
  width: 22%;
}

.list[data-list="shop"] .name .text,
.list[data-list="shop"] .genre .text,
.list[data-list="shop"] .bldg .text {
  display: inline-block;
  vertical-align: top;
  color: black;
  font-size: 13px;
  font-weight: bold;
}

.list[data-list="shop"] .bldg .text {
  position: relative;
  min-height: 23px;
  padding-top: 4px;
  padding-left: 32px;
  color: #666;
  font-size: 14px;
}

.list[data-list="shop"] .bldg a .text {
  color: #d29600;
}

.list[data-list="shop"] .bldg a .text:before {
  content: "\f10b";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "icon";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.list[data-list="shop"] .bldg a:hover .text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d29600;
}

@media screen and (max-width: 768px) {
  .list[data-list="shop"] {
    border-top: none;
    border-bottom: none;
  }

  .list[data-list="shop"] .item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list[data-list="shop"] .item + .item {
    margin-top: 32px;
    border-top: none;
  }

  .list[data-list="shop"] .name,
  .list[data-list="shop"] .genre,
  .list[data-list="shop"] .bldg {
    display: inline-block;
    vertical-align: top;
  }

  .list[data-list="shop"] .name {
    width: 60%;
  }

  .list[data-list="shop"] .genre {
    width: 40%;
    text-align: right;
  }

  .list[data-list="shop"] .bldg {
    width: 100%;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #b4b4b4;
  }

  .list[data-list="shop"] .name .text,
  .list[data-list="shop"] .genre .text,
  .list[data-list="shop"] .bldg .text {
    color: black;
    font-size: 13px;
    font-weight: bold;
  }

  .list[data-list="shop"] .name .text {
    font-size: 11px;
  }

  .list[data-list="shop"] .genre .text {
    font-size: 10px;
  }

  .list[data-list="shop"] .bldg .text {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 10.5px;
  }

  .list[data-list="shop"] .bldg a .text {
    padding-left: 15px;
  }

  .list[data-list="shop"] .bldg a .text:before {
    font-size: 12px;
  }
}

.list[data-list="other shop"] {
  margin-top: 12px;
  padding-top: 24px;
  padding-left: 24px;
  border-top: 1px solid #838383;
  border-left: 1px solid #838383;
}

.list[data-list="other shop"] a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.list[data-list="other shop"] ul {
  margin-top: -24px;
  font-size: 0;
}

.list[data-list="other shop"] .item {
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
  margin-right: 48px;
  font-size: 14px;
}

.list[data-list="other shop"] a {
  position: relative;
  display: block;
  min-height: 19px;
  padding-top: 2px;
  padding-left: 16px;
}

.list[data-list="other shop"] a:before {
  content: "\f10e";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #b4b4b4;
  font-family: "icon";
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  .list[data-list="other shop"] {
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
    border-top: none;
    border-left: none;
  }

  .list[data-list="other shop"] ul {
    margin: -4.5px;
  }

  .list[data-list="other shop"] .item {
    width: 50%;
    margin: 0;
    padding: 4.5px;
    font-size: 11px;
  }

  .list[data-list="other shop"] a {
    display: table;
    width: 100%;
    min-height: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .list[data-list="other shop"] a:before {
    content: none;
  }

  .list[data-list="other shop"] .text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background: linear-gradient(to bottom, #f4f4f4 0%,#e6e6e6 100%);
  }
}

/**
 * Navigation
 */

.nav[data-nav="year"] {
  margin-top: 36px;
}

.nav[data-nav="year"] a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.nav[data-nav="year"] ul {
  margin: -2px;
  font-size: 0;
}

.nav[data-nav="year"] .item {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}

.nav[data-nav="year"] a {
  display: table;
  width: 100%;
}

.nav[data-nav="year"] .text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 134px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%);
  text-align: center;
  color: #666;
  font-size: 19px;
  font-weight: bold;
}

.nav[data-nav="year"] .on .text {
  background: linear-gradient(to right, rgba(43,70,162,1) 0%,rgba(58,147,202,1) 100%);
  color: white;
}

.nav[data-nav="year"] .text:before {
  content: "\f10e";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-family: "icon";
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.nav[data-nav="year"] .text span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .nav[data-nav="year"] {
    margin-top: 12px;
  }

  .nav[data-nav="year"] ul {
    margin: -2px;
    font-size: 0;
  }

  .nav[data-nav="year"] .item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
  }

  .nav[data-nav="year"] .text {
    width: auto;
    height: 40px;
    font-size: 15px;
  }

  .nav[data-nav="year"] .text:before {
    font-size: 13px;
  }
}

/**
 * Label
 */

.label[data-label="tsc"] {
  margin-bottom: 16px;
}

.label[data-label="tsc"] .text {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  padding: 5px;
  background-color: #d29600;
  color: white;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .label[data-label="tsc"] {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 0;
  }

  .label[data-label="tsc"] .text {
    width: 30px;
    padding: 2.5px;
    font-size: 8px;
  }
}

/**
 * Section
 */

.section {
  margin-top: 32px;
}

.section + .section {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section {
    margin-top: 18px;
  }

  .section + .section {
    margin-top: 50px;
  }
}

/**
 * Tab
 */

.tab a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.tab[data-tab="shop"] {
  margin-top: 42px;
  margin-bottom: 32px;
}

.tab[data-tab="shop"] ul {
  margin-right: -2px;
  margin-left: -3px;
  font-size: 0;
}

.tab[data-tab="shop"] ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 2px;
  padding-left: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
}

.tab[data-tab="shop"] ul li a {
  position: relative;
  display: block;
  padding: 10px;
  background: linear-gradient(135deg, #969696 0%,#d6d6d6 100%);
  color: #646464;
}

.tab[data-tab="shop"] ul li.on a {
  background: linear-gradient(135deg, #2b46a2 0%,#3a93ca 100%);
  color: white;
  pointer-events: none;
}

.tab[data-tab="shop"] ul li a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  content: "";
  display: none;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 16.5px 0 16.5px;
  border-color: #2e6ac4 transparent transparent transparent;
}

.tab[data-tab="shop"] ul li.on a:before {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab[data-tab="shop"] {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .tab[data-tab="shop"] ul li {
    font-size: 10.5px;
  }

  .tab[data-tab="shop"] ul li a {
    padding: 5px;
  }

  .tab[data-tab="shop"] ul li a:before {
    border-width: 9px 8.25px 0 8.25px;
  }
}
