@charset "UTF-8";
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes float {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes float {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -10px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}
/*
  Eric Meyer's CSS Reset
  http://meyerweb.com/eric/tools/css/reset/
  v1.0 | 20080212
  CSSresetr.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sup {
  position: relative;
  bottom: 1ex;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

a {
  color: #202020;
  text-decoration: none;
}

/* webフォント -源ノ角ゴシック- */
@font-face {
  font-family: "genRegular";
  src: url("../font/SourceHanSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "genBold";
  src: url("../font/SourceHanSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "ipa";
  src: url("../font/ipaexm.woff") format("woff"), url("../font/ipaexm.ttf") format("truetype");
}
html {
  overflow-y: scroll;
  color: #202020;
  font-family: "genRegular", "Hiragino Kaku Gothic Pro", Arial, Meiryo, "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

.global-header .logo {
  padding: 15px 0 0 30px;
}
@media all and (max-width: 767px) {
  .global-header .logo {
    padding: 15px 0 0 15px;
  }
}
@media all and (max-width: 767px) {
  .global-header .logo img {
    width: 192px;
    height: auto;
  }
}
.global-header .global__nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.global-header .global__nav-wrap.show {
  width: 300px;
}
@media all and (max-width: 767px) {
  .global-header .global__nav-wrap.show {
    width: 250px;
  }
}
.global-header .global__nav-wrap.show .global-nav {
  right: 0;
}
.global-header .global-nav__trigger {
  position: absolute;
  top: 60px;
  right: 80px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .global-header .global-nav__trigger {
    top: 25px;
    right: 15px;
  }
}
.global-header .global-nav__trigger .tcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.global-header .global-nav__trigger .tcon > * {
  display: block;
}
.global-header .global-nav__trigger .tcon:hover, .global-header .global-nav__trigger .tcon:focus {
  outline: none;
}
.global-header .global-nav__trigger .tcon:-moz-focus-inner {
  border: 0;
}
.global-header .global-nav__trigger .tcon-menu__lines {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 3px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: black;
}
.global-header .global-nav__trigger .tcon-menu__lines:before, .global-header .global-nav__trigger .tcon-menu__lines:after {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: black;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
}
.global-header .global-nav__trigger .tcon-menu__lines:before {
  top: 9px;
}
.global-header .global-nav__trigger .tcon-menu__lines:after {
  top: -9px;
}
.global-header .global-nav__trigger .tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.global-header .global-nav__trigger .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.global-header .global-nav__trigger .tcon-menu--xcross.tcon-transform .tcon-menu__lines:before, .global-header .global-nav__trigger .tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  width: 24px;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.global-header .global-nav__trigger .tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.global-header .global-nav__trigger .tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.global-header .global-nav__trigger .tcon-visuallyhidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.global-header .global-nav__trigger .tcon-visuallyhidden:active, .global-header .global-nav__trigger .tcon-visuallyhidden:focus {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}
.global-header .global-nav {
  position: absolute;
  top: 0;
  z-index: 1;
  right: -300px;
  width: 300px;
  padding: 110px 80px 0 0;
  height: 100%;
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 767px) {
  .global-header .global-nav {
    width: 250px;
    padding: 110px 40px 30px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.global-header .global-nav li {
  position: relative;
  margin: 35px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.global-header .global-nav li:first-child {
  margin: 0;
}
.global-header .global-nav a {
  display: block;
  color: #202020;
}
.global-header .global-nav span {
  position: relative;
}
.global-header .global-nav span:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #202020;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.global-header .global-nav span:hover:after {
  width: 100%;
}

.global-footer {
  position: relative;
  padding: 0 0 50px;
}
.global-footer__top {
  overflow: hidden;
}
.global-footer .topic-path {
  float: left;
  width: 670px;
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: -o-calc(100% - 280px);
  width: calc(100% - 280px);
  font-size: 0;
  margin: 10px 0 0;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .global-footer .topic-path {
    float: none;
    width: auto;
    margin: 0 0 35px;
  }
}
.global-footer .topic-path li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.global-footer .topic-path li + li {
  position: relative;
  padding: 0 0 0 30px;
}
.global-footer .topic-path li + li:before {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  content: "";
  background: #202020;
}
.global-footer .topic-path a:hover {
  text-decoration: underline;
}
.global-footer .sns-wrap {
  float: right;
  width: 280px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .global-footer .sns-wrap {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.global-footer .sns-wrap p {
  float: left;
  line-height: 40px;
}
@media all and (max-width: 767px) {
  .global-footer .sns-wrap p {
    float: none;
  }
}
.global-footer .sns-wrap ul {
  font-size: 0;
}
.global-footer .sns-wrap li {
  display: inline-block;
  width: 38px;
  padding: 6px 0;
  text-align: center;
  margin: 0 0 0 15px;
  border: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.global-footer .sns-wrap li:first-child {
  margin: 0 0 0 20px;
}
@media all and (max-width: 767px) {
  .global-footer .sns-wrap li:first-child {
    margin: 0;
  }
}
.global-footer .sns-wrap li:hover {
  background: #e5e5e5;
}
.global-footer .page-top {
  width: 80px;
  margin: 0 auto;
}
.global-footer .page-top a {
  position: relative;
  display: block;
  padding: 35px 0 30px;
  text-indent: -9999px;
}
.global-footer .page-top a:before {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.global-footer .page-top a:hover {
  -webkit-animation-name: float;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: float;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
.global-footer__bottom {
  overflow: hidden;
}
.global-footer .logo {
  float: left;
  width: 240px;
  margin: 0 0 50px;
}
@media all and (max-width: 767px) {
  .global-footer .logo {
    float: none;
    margin: 0 auto 30px;
  }
}
.global-footer .logo img {
  max-width: 100%;
  height: auto;
}
.global-footer .text-area {
  float: right;
  width: 660px;
  padding: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media all and (max-width: 767px) {
  .global-footer .text-area {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
}
.global-footer .text-area .lead {
  margin: 0 0 10px;
}
.global-footer .text-area .lead a {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #202020;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.global-footer .text-area .lead a:hover {
  border-bottom: 1px solid #fff;
}
.global-footer .text-area dl {
  line-height: 1.7;
}
.global-footer .text-area dl + dl {
  margin: 10px 0 0;
}
.global-footer .text-area dt {
  font-weight: bold;
}
.global-footer .text-area .note {
  margin: 10px 0 0;
  font-size: 10px;
  font-size: 1rem;
}
.global-footer .links {
  float: left;
  width: 240px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1;
}
@media all and (max-width: 767px) {
  .global-footer .links {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
}
.global-footer .links li {
  position: relative;
  padding: 0 0 0 10px;
}
.global-footer .links li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #b1b1b1;
  border-bottom: 3px solid transparent;
}
.global-footer .links a:hover {
  text-decoration: underline;
}
.global-footer .copyright {
  clear: both;
  float: left;
  margin: -1.2em 0 0;
  font-size: 10px;
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .global-footer .copyright {
    margin: 0;
  }
}

.use-block .block__title, .keyword-block .block__title, .yearly-block .block__title, .relation-post-block__title {
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.hero-area {
  position: relative;
  height: 100vh;
  background: url(../img/main-visual01.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
}
.hero-area .page-title {
  position: absolute;
  top: 230px;
  left: 120px;
  font-family: "Hiragino Mincho ProN", YuMincho, "游明朝", "Yu Mincho", "游明朝体", "MS PMincho", "MS Mincho", serif, "ipa";
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .hero-area .page-title {
    top: 110px;
    left: 15px;
  }
}
@media all and (max-width: 560px) {
  .hero-area .page-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.hero-area .page-title .ten {
  letter-spacing: -30px;
}
@media all and (max-width: 560px) {
  .hero-area .page-title .ten {
    letter-spacing: -15px;
  }
}
.hero-area .page-title span:not(.ten) {
  display: block;
  padding: 20px 0 0;
  font-family: "genRegular", "Hiragino Kaku Gothic Pro", Arial, Meiryo, "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media all and (max-width: 560px) {
  .hero-area .page-title span:not(.ten) {
    padding: 10px 0 0;
  }
}
.hero-area .credit {
  position: absolute;
  right: 120px;
  bottom: 30px;
}
@media all and (max-width: 767px) {
  .hero-area .credit {
    right: 15px;
  }
}
@media all and (max-width: 560px) {
  .hero-area .credit {
    right: auto;
    bottom: 10px;
    padding: 0 10px;
  }
}
.hero-area .scroll-nav {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  margin: 0 0 0 -40px;
}
@media all and (max-width: 767px) {
  .hero-area .scroll-nav {
    bottom: 30px;
  }
}
.hero-area .scroll-nav a {
  position: relative;
  display: block;
  padding: 30px 0;
  text-indent: -9999px;
  -webkit-animation-name: float;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: float;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
.hero-area .scroll-nav a:before {
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -8px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.content {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media all and (max-width: 980px) {
  .content {
    width: auto;
    padding: 100px 15px 0;
  }
}
@media all and (max-width: 767px) {
  .content {
    padding: 50px 15px 0;
  }
}
.content.archive-wrap {
  padding: 95px 0 0;
}
@media all and (max-width: 980px) {
  .content.archive-wrap {
    padding: 95px 15px 0;
  }
}
@media all and (max-width: 767px) {
  .content.archive-wrap {
    padding: 30px 15px 0;
  }
}
.content.archive-wrap .category-wrap {
  overflow: hidden;
  margin: 0 0 90px;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .category-wrap {
    margin: 0 0 20px;
  }
}
.content.archive-wrap .category-wrap .current {
  background: #eee;
}
.content.archive-wrap .category-wrap .left-col,
.content.archive-wrap .category-wrap .right-col li {
  width: 160px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .category-wrap .left-col,
  .content.archive-wrap .category-wrap .right-col li {
    width: auto;
    margin: 0 0 10px;
  }
}
.content.archive-wrap .category-wrap .left-col:hover,
.content.archive-wrap .category-wrap .right-col li:hover {
  background: #eee;
}
.content.archive-wrap .category-wrap .left-col {
  float: left;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .category-wrap .left-col {
    display: inline-block;
  }
}
.content.archive-wrap .category-wrap .left-col.cat, .content.archive-wrap .category-wrap .left-col.year {
  width: auto;
  font-size: 24px;
  font-size: 2.4rem;
}
@media all and (max-width: 560px) {
  .content.archive-wrap .category-wrap .left-col.cat, .content.archive-wrap .category-wrap .left-col.year {
    font-size: 20px;
    font-size: 2rem;
  }
}
.content.archive-wrap .category-wrap .right-col {
  float: right;
  width: 800px;
  font-size: 0;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .category-wrap .right-col {
    float: none;
    display: inline;
    width: auto;
  }
}
.content.archive-wrap .category-wrap .right-col li {
  display: inline-block;
}
.content.archive-wrap .category-wrap a {
  display: block;
  padding: 5px 10px;
}
.content.archive-wrap .post-wrap {
  margin: 0 0 50px -1.33%;
  padding: 0 0 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .post-wrap {
    margin: 0 -5px 50px;
    padding: 0 0 20px;
  }
}
@media all and (max-width: 640px) {
  .content.archive-wrap .post-wrap {
    margin: 0 0 50px;
  }
}
.content.archive-wrap .pager {
  margin: 0 0 65px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .pager {
    margin: 0 0 50px;
  }
}
.content.archive-wrap .pager li {
  display: inline-block;
  width: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.content.archive-wrap .pager a {
  display: block;
  color: #b1b1b1;
}
.content.archive-wrap .pager a:hover {
  color: #202020;
  text-decoration: underline;
}
.content.archive-wrap .pager span {
  color: #202020;
}
.content.archive-wrap .keyword-block {
  margin: 0 0 50px;
  padding: 0 0 50px;
}
@media all and (max-width: 767px) {
  .content.archive-wrap .keyword-block {
    padding: 0 0 30px;
  }
}
.content.yearly .yearly-block {
  padding: 0 0 50px;
}
@media all and (max-width: 767px) {
  .content.yearly .yearly-block {
    margin: 0 0 50px;
    padding: 0 0 30px;
  }
}
.content.detail-wrap {
  padding: 60px 0 0;
}
@media all and (max-width: 980px) {
  .content.detail-wrap {
    padding: 60px 15px 0;
  }
}
@media all and (max-width: 767px) {
  .content.detail-wrap {
    padding: 30px 15px 0;
  }
}
.content.detail-wrap .detail {
  width: 800px;
  margin: 0 auto 30px;
}
@media all and (max-width: 820px) {
  .content.detail-wrap .detail {
    width: auto;
  }
}
.content.detail-wrap .detail img {
  max-width: 100%;
  height: auto;
}
.content.detail-wrap .detail__date {
  margin: 0 0 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
.content.detail-wrap .detail__title, .content.detail-wrap .detail__subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.content.detail-wrap .detail__title {
  margin: 0 0 10px;
}
.content.detail-wrap .detail__subtitle {
  margin: 0 0 30px;
}
.content.detail-wrap .detail__lead {
  margin: 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.content.detail-wrap .detail__use-image {
  margin: 0 0 10px;
  text-align: center;
}
.content.detail-wrap .detail__use-image img {
  max-width: 100%;
  height: auto;
}
.content.detail-wrap .detail__data-wrap {
  padding: 20px 0 0;
}
.content.detail-wrap .detail__data-wrap > dl {
  overflow: hidden;
  margin: 0 0 25px;
}
.content.detail-wrap .detail__data-wrap > dl > dt {
  float: left;
  width: 130px;
  margin: 0 30px 0 0;
  padding: 0 0 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  border-right: 1px solid #202020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 560px) {
  .content.detail-wrap .detail__data-wrap > dl > dt {
    float: none;
    display: inline-block;
    width: auto;
    min-width: 70px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.content.detail-wrap .detail__data-wrap > dl > dd {
  float: left;
  width: 610px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .content.detail-wrap .detail__data-wrap > dl > dd {
    width: 70%;
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: -o-calc(100% - 190px);
    width: calc(100% - 190px);
  }
}
@media all and (max-width: 560px) {
  .content.detail-wrap .detail__data-wrap > dl > dd {
    float: none;
    width: auto;
  }
}
.content.detail-wrap .detail__data-wrap .event-data__row {
  margin: 0;
}
.content.detail-wrap .detail__data-wrap .event-data__row-title {
  margin: 0 0 10px;
}
.content.detail-wrap .detail__data-wrap .event-data__row-detail dl {
  overflow: hidden;
  margin: 0 0 15px;
}
.content.detail-wrap .detail__data-wrap .event-data__row-detail dl:last-child {
  margin: 0;
}
.content.detail-wrap .detail__data-wrap .event-data__row-detail dt {
  float: left;
  width: 50px;
}
.content.detail-wrap .detail__data-wrap .event-data__row-detail dd {
  float: left;
  width: 560px;
}
@media all and (max-width: 767px) {
  .content.detail-wrap .detail__data-wrap .event-data__row-detail dd {
    width: 73%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
.content.detail-wrap .detail__data-wrap a {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #202020;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content.detail-wrap .detail__data-wrap a:hover {
  border-bottom: 1px solid #fff;
}
.content.detail-wrap .detail .blank {
  position: relative;
  display: inline-block;
  margin: 0 25px 5px 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #202020;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content.detail-wrap .detail .blank:before, .content.detail-wrap .detail .blank:after {
  position: absolute;
  top: 50%;
  content: "";
}
.content.detail-wrap .detail .blank:before {
  right: -15px;
  margin: -5px 0 0;
  width: 7px;
  height: 4px;
  border-left: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}
.content.detail-wrap .detail .blank:after {
  right: -17px;
  margin: -8px 0 0;
  width: 8px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #b1b1b1;
}
.content.detail-wrap .detail .blank:hover {
  border-bottom: 1px solid #fff;
}
.content.detail-wrap .use-item__wrap {
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 820px) {
  .content.detail-wrap .use-item__wrap {
    width: auto;
    padding: 20px;
  }
}
.content.detail-wrap .use-item {
  display: table;
  width: 100%;
}
.content.detail-wrap .use-item + .use-item {
  margin: 40px 0 0;
}
.content.detail-wrap .use-item__thumb,
.content.detail-wrap .use-item .right-col {
  vertical-align: top;
}
.content.detail-wrap .use-item__thumb {
  display: table-cell;
  width: 73px;
  padding: 0 15px 0 0;
}
.content.detail-wrap .use-item__thumb span {
  display: block;
  padding: 3px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(152, 152, 152, 0.5) inset;
  box-shadow: 0 1px 1px 1px rgba(152, 152, 152, 0.5) inset;
}
.content.detail-wrap .use-item .right-col {
  display: table-cell;
  font-size: 13px;
  font-size: 1.3rem;
}
.content.detail-wrap .use-item dt,
.content.detail-wrap .use-item dd {
  margin: 0 0 5px;
}
.content.detail-wrap .use-item dt {
  font-weight: bold;
}
.content.detail-wrap .use-item dd {
  line-height: 1.7;
}
.content.detail-wrap .use-item .detail-link {
  position: relative;
  padding: 0 0 0 10px;
}
.content.detail-wrap .use-item .detail-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #b1b1b1;
  border-bottom: 3px solid transparent;
}
.content.detail-wrap .use-item .detail-link a:hover {
  text-decoration: underline;
}
.content.detail-wrap .keyword-block {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0 50px;
  border-bottom: none;
}
@media all and (max-width: 767px) {
  .content.detail-wrap .keyword-block {
    width: auto;
  }
}
.content.detail-wrap .keyword-block__title {
  margin: 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.content.detail-wrap .keyword-block .keyword-wrap {
  margin: 0 0 15px;
}
.content.detail-wrap .keyword-block .sns-wrap {
  width: 280px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.content.detail-wrap .keyword-block .sns-wrap ul {
  font-size: 0;
}
.content.detail-wrap .keyword-block .sns-wrap li {
  display: inline-block;
  width: 38px;
  padding: 6px 0;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content.detail-wrap .keyword-block .sns-wrap li:hover {
  background: #e5e5e5;
}
.content.detail-wrap .topic-path {
  float: none;
  width: auto;
  margin: 10px 0 0;
  line-height: 1.5;
}
.content.detail-wrap .topic-path li {
  margin: 0 0 10px;
}

.new-arrivals-block {
  padding: 0 0 100px;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .new-arrivals-block {
    padding: 0 0 50px;
  }
}

.post-wrap {
  overflow: hidden;
  margin: 0 0 0 -1.33%;
}
@media all and (max-width: 767px) {
  .post-wrap {
    margin: 0 -5px;
  }
}
@media all and (max-width: 640px) {
  .post-wrap {
    width: auto;
    margin: 0;
  }
}
.post-wrap .post {
  float: left;
  width: 32%;
  margin: 0 0 50px 1.33%;
}
@media all and (max-width: 767px) {
  .post-wrap .post {
    width: 50%;
    margin: 0;
    padding: 0 5px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 640px) {
  .post-wrap .post {
    float: none;
    width: auto;
    height: auto !important;
    padding: 0 0 30px;
  }
}
.post-wrap .post a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post-wrap .post a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.post-wrap .post__image > img {
  width: 100%;
  height: auto;
}
.post-wrap .post figcaption {
  padding: 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.more-btn {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e5e5e5;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.more-btn:hover {
  background: #e5e5e5;
}
.more-btn a {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.use-block {
  padding: 50px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.use-wrap {
  overflow: hidden;
}
.use-wrap .use {
  float: left;
  width: 25%;
  margin: 0 0 30px;
}
@media all and (max-width: 767px) {
  .use-wrap .use {
    width: 50%;
  }
}
@media all and (max-width: 560px) {
  .use-wrap .use {
    float: none;
    width: auto;
  }
}
.use-wrap .use a {
  display: block;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.use-wrap .use a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.use-wrap .use__image {
  overflow: hidden;
}
.use-wrap .use__image img {
  float: left;
  width: 55px;
  height: auto;
  padding: 0 10px 0 0;
}
.use-wrap .use__image figcaption {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 55px;
}

.keyword-block {
  padding: 50px 0 35px;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .keyword-block {
    padding: 50px 0 30px;
  }
}

.keyword-wrap {
  font-size: 0;
  text-align: center;
}
.keyword-wrap li {
  display: inline-block;
  margin: 0 5px 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.keyword-wrap li:hover {
  background: #e5e5e5;
}
.keyword-wrap li a {
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.keyword-wrap li span {
  padding: 0 0 0 25px;
  background: url(../img/icon-label01.png) no-repeat left;
}

.yearly-block {
  margin: 0 0 35px;
  padding: 50px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .yearly-block {
    padding: 50px 0 30px;
  }
}

.year-wrap {
  font-size: 0;
  text-align: center;
}
.year-wrap li {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  text-align: center;
}
.year-wrap li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  background: #c7c7c7;
}
@media all and (max-width: 767px) {
  .year-wrap li:first-child:after, .year-wrap li:last-child:after {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #c7c7c7;
  }
}
@media all and (max-width: 767px) {
  .year-wrap li:first-child:after {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .year-wrap li:last-child:after {
    right: 0;
  }
}
.year-wrap li a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.year-wrap li a:hover {
  text-decoration: underline;
}

.relation-post-block {
  margin: 0 0 50px;
  padding: 50px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media all and (max-width: 767px) {
  .relation-post-block .post-wrap {
    margin: 0 0 0 -1.33%;
  }
}
@media all and (max-width: 640px) {
  .relation-post-block .post-wrap {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .relation-post-block .post-wrap .post {
    width: 32%;
    margin: 0 0 50px 1.33%;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .relation-post-block .post-wrap .post {
    float: none;
    width: auto;
    height: auto !important;
    margin: 0 0 0;
    padding: 0 0 30px;
  }
}

.legacy-android {
  height: 100%;
}
.legacy-android body,
.legacy-android .contents__wrap,
.legacy-android .hero-area {
  height: 100%;
}

.windows .ten {
  letter-spacing: 0 !important;
}

.android .hero-area .page-title {
  overflow: hidden;
  width: 295px;
  height: 110px;
  text-indent: -9999px;
  background: url(../img/main-message01.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media all and (max-width: 560px) {
  .android .hero-area .page-title {
    width: 215px;
    height: 90px;
  }
}
.android .hero-area .page-title br {
  display: none;
}

/* ========================================
  gdprBlock
======================================== */
#gdprBlock {
  position: relative;
  display: none;
  background: #000;
  color:#fff;
  font-size: 12px;
  line-height: 1.8;
  width: 100%;
  padding:20px 0;
  position: fixed;
  bottom:0;
  z-index: 999;
}
#gdprBlock .gdprTxt {
  width:650px;
  margin:0 auto 20px;
}
#gdprBlock a {
  color: #39C;
}
#gdprBlock .gdprBtn {
  text-align: center;
}
#gdprBlock .gdprBtn button {
  background: #000;
  border:1px solid #fff;
  border-radius: 5px;
  color:#fff;
  width:144px;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  outline: none;
  appearance: none;
}
