@charset "UTF-8";

.notoSans {
  font-family: 'Noto Sans JP', sans-serif;
}

.notoSerif300 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}

.notoSerif400 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.notoSerif500 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.crimson {
  font-family: 'Crimson Text', serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--- body -------------------------------------------------------------------------------------------------------------*/
body {
  background: url(../images/bg.jpg) left top;
  color: #1c1c1c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  text-align: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 769px) {
  body {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

body.loadShow {
  opacity: 1;
}

body.isTransition {
  -webkit-animation: isTransitionPc 0.7s cubic-bezier(0.19, 0.3, 0.22, 1) forwards;
          animation: isTransitionPc 0.7s cubic-bezier(0.19, 0.3, 0.22, 1) forwards;
}

@media screen and (max-width: 768px) {
  body.isTransition {
    -webkit-animation: isTransitionSp 0.7s cubic-bezier(0.19, 0.3, 0.22, 1) forwards;
            animation: isTransitionSp 0.7s cubic-bezier(0.19, 0.3, 0.22, 1) forwards;
  }
}

a {
  display: block;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

img {
  pointer-events: none;
  vertical-align: bottom;
  width: 100%;
}

img.no-wide {
  width: auto;
}

svg {
  height: 100%;
  vertical-align: bottom;
  width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/*--- /body ------------------------------------------------------------------------------------------------------------*/
.loading-wap {
  background: url(../images/bg.jpg) left top, white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loading-item {
  margin: 0 auto;
  position: relative;
  transition: all 0.4s cubic-bezier(0.19, 0.3, 0.22, 1);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
}

@media screen and (max-width: 768px) {
  .loading-item {
    width: 35%;
  }
}

.loading-item.isOut {
  opacity: 0;
}

.loading-item.isZoom {
  -webkit-transform: translateY(-50%) scale(1.5, 1.5);
          transform: translateY(-50%) scale(1.5, 1.5);
}

.loading-item .logo {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.loading-item .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 100%;
  z-index: 0;
}

.loading-item .bg svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.loading-item .bg polygon {
  fill: #1c1c1c;
  fill-opacity: 0;
  stroke: #1c1c1c;
  stroke-width: 1;
  stroke-dasharray: 445;
  stroke-dashoffset: 445;
}

.contents {
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .contents {
    width: 80%;
  }
}

.tit-style01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit-style01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.tit-style01:not(.first-letter) {
  letter-spacing: .2em;
}

.tit-style01 span {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .tit-style01 span {
    font-size: 11px;
  }
}

.tit-style01 span::before {
  content: '';
  display: block;
  height: 2px;
  margin: 17px auto;
  width: 34px;
}

@media screen and (max-width: 768px) {
  .tit-style01 span::before {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 30px;
  }
}

.tit-style01.artwork span::before {
  background: #e67135;
}

.tit-style01.acts span::before {
  background: #004263;
}

.tit-style01.learn span::before {
  background: #667c29;
}

.tit-style01.events span::before {
  background: #d49f3e;
}

.tit-style01.restore span::before {
  background: #8b3d56;
}

.tit-style01.special span::before {
  background: #695f88;
}

.tit-style01.info span::before {
  background: #6f6146;
}

.tit-style01.red span::before {
  background: #cb4042;
}

.tit-style01.other span::before {
  background: #1c1c1c;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
}

.article-list li.movie .article-list__pic {
  position: relative;
}

.article-list li.movie .article-list__pic::before {
  background: url(../images/y-video-play-icon.svg) no-repeat center center;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .article-list li.movie .article-list__pic::before {
    height: 30px;
    width: 40px;
  }
}

.article-list li.movie .article-list__pic::after {
  background: rgba(0, 0, 0, 0.35);
  content: '';
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-list li a {
  background: white;
  border-radius: 10px;
  color: #1c1c1c;
  display: block;
  height: 100%;
  overflow: hidden;
  transition: box-shadow .3s ease-out;
  word-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .article-list li a:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .article-list li a:hover img {
    -webkit-transform: scale(1.5, 1.5) translateX(-50%) rotate(0.001deg);
            transform: scale(1.5, 1.5) translateX(-50%) rotate(0.001deg);
    transition: -webkit-transform 10s cubic-bezier(0, 0.5, 0.2, 1);
    transition: transform 10s cubic-bezier(0, 0.5, 0.2, 1);
    transition: transform 10s cubic-bezier(0, 0.5, 0.2, 1), -webkit-transform 10s cubic-bezier(0, 0.5, 0.2, 1);
  }
}

.article-list__pic {
  height: 222px;
  overflow: hidden;
}

.article-list__pic img {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 7s cubic-bezier(0, 0.5, 0.2, 1);
  transition: transform 7s cubic-bezier(0, 0.5, 0.2, 1);
  transition: transform 7s cubic-bezier(0, 0.5, 0.2, 1), -webkit-transform 7s cubic-bezier(0, 0.5, 0.2, 1);
  height: 100%;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  vertical-align: middle;
  width: auto;
}

.article-list__in {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .article-list__in {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 15px;
  }
}

.article-list__in .category-days {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .article-list__in .category-days {
    margin-bottom: 15px;
  }
}

.article-list__in .category-days .days {
  color: #666;
  font-family: 'Crimson Text', serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .1em;
  margin-left: auto;
}

.article-list.wide {
  display: block;
}

.article-list.wide li {
  height: 370px;
}

@media screen and (max-width: 1200px) {
  .article-list.wide li {
    height: auto;
  }
}

.article-list.wide li a {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .article-list.wide li a {
    display: block;
  }
}

.article-list.wide li a .article-list__pic {
  height: 102%;
  position: relative;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .article-list.wide li a .article-list__pic {
    height: 49.5vw;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .article-list.wide li a .article-list__pic img {
    max-height: 370px;
  }
}

.article-list.wide li a .article-list__in {
  padding: 40px 50px 40px 40px;
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .article-list.wide li a .article-list__in {
    padding: 20px 50px 20px 40px;
  }
}

@media screen and (max-width: 900px) {
  .article-list.wide li a .article-list__in {
    padding: 20px 30px 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .article-list.wide li a .article-list__in {
    padding: 15px;
    width: calc(100% - 30px);
  }
}

.article-list.wide li a .article-list__in .category-days .days {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .article-list.wide li a .article-list__in .category-days .days {
    margin-left: auto;
  }
}

.article-list.wide li a .article-list__in .tit {
  font-size: 22px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .article-list.wide li a .article-list__in .tit {
    font-size: 17px;
  }
}

.article-list.col03 {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .article-list.col03 {
    display: block;
  }
}

.article-list.col03 li {
  width: 360px;
}

@media screen and (max-width: 1200px) {
  .article-list.col03 li {
    width: calc(100% / 3.2);
  }
  .article-list.col03 li .article-list__pic {
    height: 17.5vw;
  }
}

@media screen and (max-width: 800px) {
  .article-list.col03 li {
    width: calc(100% / 2.1);
  }
  .article-list.col03 li .article-list__pic {
    height: 26.5vw;
  }
  .article-list.col03 li:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .article-list.col03 li {
    width: 100%;
  }
  .article-list.col03 li .article-list__pic {
    height: 49.5vw;
  }
  .article-list.col03 li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .article-list.col03 li + li {
    margin-top: 40px;
  }
}

.article-list.col03 li .article-list__in {
  min-height: 120px;
}

@media screen and (max-width: 768px) {
  .article-list.col03 li .article-list__in {
    min-height: auto;
  }
}

.article-list.col03 li:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .article-list.col03 li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

.article-list.col04 {
  justify-content: space-between;
}

.article-list.col04 li {
  width: 255px;
}

@media screen and (max-width: 1200px) {
  .article-list.col04 li {
    width: calc(100% / 4.2);
  }
}

@media screen and (max-width: 900px) {
  .article-list.col04 li {
    width: calc(100% / 2.1);
  }
  .article-list.col04 li:nth-of-type(n + 3) {
    margin-top: 4%;
  }
}

.article-list.col04 li .article-list__pic {
  height: 158px;
}

@media screen and (max-width: 1200px) {
  .article-list.col04 li .article-list__pic {
    height: 13.5vw;
  }
}

@media screen and (max-width: 900px) {
  .article-list.col04 li .article-list__pic {
    height: 26.5vw;
  }
}

@media screen and (max-width: 768px) {
  .article-list.col04 li .article-list__pic {
    height: 23.5vw;
  }
}

.article-list.col04 li .article-list__in {
  min-height: 148px;
}

@media screen and (max-width: 768px) {
  .article-list.col04 li .article-list__in {
    min-height: auto;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .article-list.col04 li .article-list__in .category-days {
    display: block;
  }
  .article-list.col04 li .article-list__in .category-days .days {
    margin-top: 10px;
  }
}

.article-list-btn {
  margin-right: auto;
  margin-left: auto;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .article-list-btn {
    width: 100%;
  }
}

.article-list-btn a {
  align-items: center;
  background: white;
  border-radius: 60px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  color: #1c1c1c;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  height: 60px;
  position: relative;
  transition: all .3s ease-out;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article-list-btn a {
    font-size: 15px;
    height: 50px;
  }
}

.article-list-btn a .arrow {
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 768px) {
  .article-list-btn a .arrow {
    width: 40px;
  }
}

.article-list-btn a .arrow svg {
  display: block;
  position: relative;
}

.article-list-btn a .arrow svg polyline {
  fill: none;
  stroke: #1c1c1c;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  transition: stroke .3s ease-out;
}

@media screen and (min-width: 769px) {
  .article-list-btn a:hover {
    color: white;
  }
  .article-list-btn a:hover .arrow svg {
    -webkit-animation: articleListBtnHover .8s ease-out;
            animation: articleListBtnHover .8s ease-out;
  }
  .article-list-btn a:hover .arrow svg polyline {
    stroke: white;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.artwork a:hover {
    background: #e67135;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.acts a:hover {
    background: #004263;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.learn a:hover {
    background: #667c29;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.events a:hover {
    background: #d49f3e;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.restore a:hover {
    background: #8b3d56;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.special a:hover {
    background: #695f88;
  }
}

@media screen and (min-width: 769px) {
  .article-list-btn.info a:hover {
    background: #6f6146;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__in {
  max-height: 95vh;
  margin-right: auto;
  margin-left: auto;
  overflow-y: scroll;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -ms-overflow-style: none;
}

.modal__in::-webkit-scrollbar {
  display: none;
}

.modal-close-btn {
  background: none;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 45px;
  letter-spacing: .5em;
  margin-right: auto;
  margin-left: auto;
  outline: none;
  padding: 0;
  transition: all .3s ease-out;
  text-align: center;
  width: 190px;
}

.modal-close-btn p {
  display: inline-block;
}

.modal-close-btn-icon {
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 13px;
}

.modal-close-btn-icon polygon {
  fill: white;
  transition: fill .3s ease-out;
}

@media screen and (min-width: 769px) {
  .modal-close-btn:hover {
    background: white;
    color: #1c1c1c;
  }
  .modal-close-btn:hover .modal-close-btn-icon polygon {
    fill: #1c1c1c;
  }
}

.modal-close-wap {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.category-batch {
  border-radius: 30px;
  color: white;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 106px;
}

@media screen and (max-width: 768px) {
  .category-batch {
    font-size: 13px;
    line-height: 20px;
    width: 80px;
  }
}

.category-batch.artwork {
  background: #e67135;
}

.category-batch.artwork::before {
  content: '美';
}

.category-batch.acts {
  background: #004263;
}

.category-batch.acts::before {
  content: '芸';
}

.category-batch.learn {
  background: #667c29;
}

.category-batch.learn::before {
  content: '知る';
}

.category-batch.events {
  background: #d49f3e;
}

.category-batch.events::before {
  content: '催し';
}

.category-batch.restore {
  background: #8b3d56;
}

.category-batch.restore::before {
  content: '修理';
}

.category-batch.special {
  background: #695f88;
}

.category-batch.special::before {
  content: '特集';
}

.category-batch.pr {
  background: #1c1c1c;
}

.category-batch.pr::before {
  content: 'PR';
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  height: 9px;
  position: relative;
}

.slick-dots li + li {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .slick-dots li:hover button {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.slick-dots li button {
  background: white;
  border: none;
  border-radius: 50%;
  height: 9px;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
  transition: all .2s ease-out;
  text-indent: -9999px;
  vertical-align: top;
  width: 9px;
}

.slick-dots li span {
  -webkit-animation: slideTimeBerBack .3s linear;
          animation: slideTimeBerBack .3s linear;
  background: white;
  display: block;
  height: 1px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  width: 18px;
}

.slick-dots li:last-child span {
  display: none;
}

.slick-dots li.slick-active button {
  -webkit-transform: none;
          transform: none;
}

.slick-dots li.slick-active span {
  -webkit-animation: slideTimeBer 5s 1s linear forwards;
          animation: slideTimeBer 5s 1s linear forwards;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.slick-arrow {
  border: none;
  outline: none;
  padding: 0;
  text-indent: -9999px;
  z-index: 1;
}

.breadcrumb {
  margin-top: 25px;
  margin-bottom: -6px;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb ul li {
  color: #aaa;
  font-size: 12px;
}

.breadcrumb ul li + li {
  background: url(../images/breadcrumb-arrow.svg) no-repeat left top;
  background-size: 6px 10px;
  margin-left: 20px;
  padding-left: 20px;
}

.breadcrumb ul li a {
  color: #aaa;
  display: block;
  padding-bottom: 6px;
  position: relative;
}

.breadcrumb ul li a[href=""] {
  pointer-events: none;
}

.breadcrumb ul li a::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #aaa;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li a:hover::after {
    -webkit-animation: textLinkHidelineHoverAnimation .8s forwards;
            animation: textLinkHidelineHoverAnimation .8s forwards;
  }
}

.article-info-wap .contents {
  width: 1240px;
}

@media screen and (max-width: 1240px) {
  .article-info-wap .contents {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .article-info-wap .contents {
    width: 100%;
  }
}

.article-info-wap .tit-style01:not(.top) {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .article-info-wap .tit-style01:not(.top) {
    font-size: 22px;
  }
}

.article-info-wap .slick-track {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .article-info-wap .slick-track {
    display: flex;
    padding-bottom: 40px;
  }
}

.article-info-wap .article-list {
  display: block;
}

.article-info-wap .article-list li {
  margin-right: 30px;
  margin-left: 30px;
}

@media screen and (max-width: 1240px) {
  .article-info-wap .article-list li {
    margin-right: .05%;
    margin-left: .05%;
  }
}

@media screen and (max-width: 1200px) {
  .article-info-wap .article-list li {
    margin-right: 20px;
    margin-left: 20px;
    width: 360px;
  }
}

@media screen and (max-width: 800px) {
  .article-info-wap .article-list li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .article-info-wap .article-list li {
    height: auto;
  }
  .article-info-wap .article-list li + li {
    margin-top: 0;
  }
}

.article-info-wap .article-list li:nth-of-type(n + 4) {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .article-info-wap .article-list li .article-list__pic {
    height: calc((100vw - 40px) * .28);
  }
}

@media screen and (max-width: 768px) {
  .article-info-wap .article-list li .article-list__pic {
    height: calc((100vw - 140px) * .63);
  }
}

.article-info-wap .article-list .slick-dots {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.article-info-wap .article-list .slick-dots li {
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

@media screen and (max-width: 768px) {
  .article-info-wap .article-list .slick-dots li {
    height: 9px;
    margin-top: 0;
  }
}

.article-info-wap .article-list .slick-dots li + li {
  margin-left: 10px;
}

.article-info-wap .article-list .slick-dots li button {
  background: #1c1c1c;
}

.article-info-wap .article-list .slick-dots li span {
  background: #cb4042;
}

.article-info-wap .article-list .slick-dots li.slick-active button {
  background: #cb4042;
}

.article-info-wap .article-list .slick-arrow {
  bottom: -2px;
  height: 12px;
  position: absolute;
  width: 7px;
}

.article-info-wap .article-list .slick-arrow.slick-prev {
  background: url(../images/slider-arrow-prev-black.svg) no-repeat center center;
  background-size: cover;
}

.article-info-wap .article-list .slick-arrow.slick-next {
  background: url(../images/slider-arrow-next-black.svg) no-repeat center center;
  background-size: cover;
}

.article-info-wap .article-list-btn {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .article-info-wap .article-list-btn {
    margin-top: 40px;
    width: 80%;
  }
}

.ranking-keyword {
  overflow: hidden;
}

.ranking-keyword .contents {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .ranking-keyword .contents {
    display: block;
  }
}

.ranking-keyword .tit-style01.top {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .tit-style01.top {
    font-size: 22px;
  }
}

.ranking-keyword .tit-style01:not(.top) {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .tit-style01:not(.top) {
    font-size: 21px;
  }
}

.ranking-keyword .ranking {
  margin-right: 50px;
  position: relative;
  padding-right: 50px;
  width: 780px;
}

@media screen and (max-width: 1200px) {
  .ranking-keyword .ranking {
    margin-right: 4%;
    padding-right: 4%;
    width: 57%;
  }
}

@media screen and (max-width: 1000px) {
  .ranking-keyword .ranking {
    margin-bottom: 8%;
    padding-right: 0;
    padding-bottom: 8%;
    width: 100%;
  }
}

.ranking-keyword .ranking::after {
  background: #cec9d8;
  bottom: 0;
  content: '';
  display: block;
  height: 375px;
  position: absolute;
  right: 0;
  width: 1px;
}

@media screen and (max-width: 1000px) {
  .ranking-keyword .ranking::after {
    height: 1px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 {
    display: flex;
  }
}

.ranking-keyword .ranking .article-list.col03 li {
  width: 230px;
}

@media screen and (max-width: 1200px) {
  .ranking-keyword .ranking .article-list.col03 li {
    width: calc(100% / 3.2);
  }
}

@media screen and (max-width: 800px) {
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li {
    width: calc(100% / 2.1);
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(1) {
    width: 100%;
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(1) .article-list__pic {
    height: 49.5vw;
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(n + 2) .article {
    height: calc(100% - (25px + 1px + 5px + 15px));
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(n + 2) .category-days {
    display: block;
  }
  .ranking-keyword .ranking .article-list.col03 li:nth-of-type(n + 2) .category-days .days {
    margin-top: 10px;
  }
}

.ranking-keyword .ranking .article-list.col03 li .rank {
  font-family: 'Crimson Text', serif;
  font-size: 26px;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li .rank {
    font-size: 25px;
  }
}

.ranking-keyword .ranking .article-list.col03 li .rank span {
  font-size: 16px;
}

.ranking-keyword .ranking .article-list.col03 li .rank::after {
  background: #1c1c1c;
  content: '';
  display: block;
  height: 1px;
  margin: 10px auto 20px;
  width: 26px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li .rank::after {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 20px;
  }
}

.ranking-keyword .ranking .article-list.col03 li a {
  height: calc(100% - (37px + 20px));
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li a {
    height: calc(100% - (31px + 15px));
  }
}

.ranking-keyword .ranking .article-list.col03 li .article-list__pic {
  height: 142px;
}

@media screen and (max-width: 1200px) {
  .ranking-keyword .ranking .article-list.col03 li .article-list__pic {
    height: 9.8vw;
  }
}

@media screen and (max-width: 1000px) {
  .ranking-keyword .ranking .article-list.col03 li .article-list__pic {
    height: 17.5vw;
  }
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li .article-list__pic {
    height: 23.5vw;
  }
}

.ranking-keyword .ranking .article-list.col03 li .article-list__in {
  min-height: 148px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .ranking .article-list.col03 li .article-list__in {
    min-height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .ranking-keyword .ranking .article-list.col03 li .article-list__in .category-days {
    display: block;
  }
  .ranking-keyword .ranking .article-list.col03 li .article-list__in .category-days .days {
    margin-top: 10px;
  }
}

.ranking-keyword .keyword {
  width: calc(100% - (780px + 100px));
}

@media screen and (max-width: 1200px) {
  .ranking-keyword .keyword {
    width: calc(100% - (57% + 8%));
  }
}

@media screen and (max-width: 1000px) {
  .ranking-keyword .keyword {
    width: 100%;
  }
}

.ranking-keyword .keyword__in {
  margin: -10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .keyword__in {
    margin: -5px;
  }
}

.ranking-keyword .keyword__in p {
  display: inline-block;
  font-size: 14px;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .keyword__in p {
    font-size: 11px;
    margin: 5px;
  }
}

.ranking-keyword .keyword__in p:nth-of-type(1), .ranking-keyword .keyword__in p:nth-of-type(2) {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .ranking-keyword .keyword__in p:nth-of-type(1), .ranking-keyword .keyword__in p:nth-of-type(2) {
    font-size: 13px;
  }
}

.ranking-keyword .keyword__in p a {
  background: white;
  border-radius: 100px;
  color: #1c1c1c;
  display: block;
  line-height: 1.5;
  letter-spacing: .1em;
  padding: 8px 20px;
  transition: box-shadow .3s ease-out;
}

@media screen and (min-width: 769px) {
  .ranking-keyword .keyword__in p a:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
}

.ranking-keyword .bg-line {
  background: url(../images/color-bg08.jpg) left top;
}

.sponsorship {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .sponsorship {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .sponsorship .contents {
    width: 90%;
  }
}

.sponsorship h2 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .sponsorship h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.sponsorship-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sponsorship-list {
    justify-content: flex-start;
  }
}

.sponsorship-list li {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 18px;
  width: 156px;
}

@media screen and (max-width: 1200px) {
  .sponsorship-list li {
    width: calc((100% / 7) - 18px);
  }
}

@media screen and (max-width: 1000px) {
  .sponsorship-list li {
    width: calc((100% / 5) - 18px);
  }
  .sponsorship-list li:nth-of-type(6), .sponsorship-list li:nth-of-type(11) {
    margin-left: 0;
  }
  .sponsorship-list li:nth-of-type(6), .sponsorship-list li:nth-of-type(7) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sponsorship-list li {
    border-radius: 5px;
    margin-left: 5px;
    width: calc((100% / 3) - 5px);
  }
  .sponsorship-list li:nth-of-type(4) {
    margin-top: 5px;
    margin-left: 0;
  }
  .sponsorship-list li:nth-of-type(5) {
    margin-top: 5px;
  }
  .sponsorship-list li:nth-of-type(6), .sponsorship-list li:nth-of-type(7), .sponsorship-list li:nth-of-type(11) {
    margin-top: 5px;
    margin-left: 5px;
  }
  .sponsorship-list li:nth-of-type(9) {
    margin-left: 0;
  }
}

.sponsorship-list li:nth-of-type(1) {
  margin-left: 0;
}

.sponsorship-list li:nth-of-type(8) {
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .sponsorship-list li:nth-of-type(8) {
    margin-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sponsorship-list li:nth-of-type(8) {
    margin-top: 5px;
    margin-left: 5px;
  }
}

.sponsorship-list li:nth-of-type(n + 8) {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .sponsorship-list li:nth-of-type(n + 8) {
    margin-top: 5px;
  }
}

.sponsorship-list li a {
  display: block;
  overflow: hidden;
  transition: opacity .3s ease-out;
}

.sponsorship-list li a:hover {
  opacity: .6;
}

.sponsorship-list + h2 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .sponsorship-list + h2 {
    margin-top: 40px;
  }
}

.sponsorship .bg-line {
  background: url(../images/color-bg01.jpg) left top;
  height: 100%;
  left: 0;
  top: 0;
}

.slideUp {
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  transition: all .3s ease-out;
}

.slideUp.isShow {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes wheel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes wheel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes textLinkHidelineHoverAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  25% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  26% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  51% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes textLinkHidelineHoverAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  25% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  26% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  51% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes articleDetailHover {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  55% {
    background-size: 0 1px;
    background-position: right bottom;
  }
  56% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@keyframes articleDetailHover {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  55% {
    background-size: 0 1px;
    background-position: right bottom;
  }
  56% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}

@-webkit-keyframes articleDetailTextHover {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  56% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes articleDetailTextHover {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  56% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slideTimeBer {
  0% {
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
}

@keyframes slideTimeBer {
  0% {
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
}

@-webkit-keyframes slideTimeBerBack {
  0% {
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
  }
}

@keyframes slideTimeBerBack {
  0% {
    -webkit-transform: translateY(-50%) scaleX(1);
            transform: translateY(-50%) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(-50%) scaleX(0);
            transform: translateY(-50%) scaleX(0);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes articleListBtnHover {
  0% {
    left: 0;
  }
  50% {
    left: 110%;
  }
  51% {
    left: -110%;
  }
  100% {
    left: 0;
  }
}

@keyframes articleListBtnHover {
  0% {
    left: 0;
  }
  50% {
    left: 110%;
  }
  51% {
    left: -110%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes isTransitionPc {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}

@keyframes isTransitionPc {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}

@-webkit-keyframes isTransitionSp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}

@keyframes isTransitionSp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
}

.not-fount-wap {
  letter-spacing: .1em;
  padding: 120px 0 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .not-fount-wap {
    margin: 0 auto;
    padding: 80px 0 80px;
    width: 90%;
  }
}

.not-fount-wap h1 {
  margin: 0 auto;
  width: 420px;
}

@media screen and (max-width: 768px) {
  .not-fount-wap h1 {
    width: 100%;
  }
}

.not-fount-wap .txt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 24px;
  margin: 70px 0 25px;
}

@media screen and (max-width: 768px) {
  .not-fount-wap .txt {
    font-size: 4.1vw;
    margin: 40px 0 25px;
  }
}

.not-fount-wap .txt-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.not-fount-wap .article-list-btn {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .not-fount-wap .article-list-btn {
    margin-top: 45px;
    width: 90%;
  }
}

@media screen and (min-width: 769px) {
  .not-fount-wap .article-list-btn a:hover {
    background: #1c1c1c;
  }
}

.not-fount-wap + .cursorTracking-wap + footer {
  box-sizing: border-box;
  border-top: 1px solid #ddd9d1;
}

.header-wap {
  height: 103px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .header-wap {
    height: 71px;
  }
}

.header {
  background: white;
  left: 0;
  padding-top: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 950px) {
  .header {
    border-bottom: 1px solid #ddd9d1;
    box-sizing: border-box;
    padding: 15px 0;
  }
}

.header .contents {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header .contents {
    width: 90%;
  }
}

@media screen and (max-width: 950px) {
  .header .contents {
    align-items: center;
    justify-content: center;
  }
}

.header .tsumugu-logo {
  width: 54px;
}

@media screen and (max-width: 950px) {
  .header .tsumugu-logo {
    margin-top: 0;
    margin-right: auto;
    width: 29px;
  }
}

.header-contents {
  margin-left: auto;
  width: calc(100% - 54px - 40px);
}

@media screen and (max-width: 950px) {
  .header-contents {
    background: #fff;
    display: none;
    height: calc(100vh - 71px);
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 71px;
    width: 100%;
    z-index: 5;
    -webkit-overflow-scrolling: touch;
  }
}

.header-contents__top {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 950px) {
  .header-contents__top {
    display: none;
  }
}

.header-contents__top .site-logo {
  width: 200px;
}

.header-contents__top-menu {
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu {
    width: calc(100% - (200px + 20px));
  }
}

@media screen and (max-width: 950px) {
  .header-contents__top-menu {
    display: none;
  }
}

.header-contents__top-menu ul {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu ul {
    justify-content: flex-end;
  }
}

.header-contents__top-menu ul li a {
  color: #1c1c1c;
  display: block;
  font-size: 13px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu ul li a {
    white-space: nowrap;
  }
}

.header-contents__top-menu ul li a::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #1c1c1c;
  bottom: -8px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.header-contents__top-menu ul li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 951px) {
  .header-contents__top-menu ul li a:hover::after {
    -webkit-animation: textLinkHidelineHoverAnimation .8s forwards;
            animation: textLinkHidelineHoverAnimation .8s forwards;
  }
}

.header-contents__top-menu ul li ul {
  display: flex;
}

.header-contents__top-menu ul li.language {
  margin-left: 60px;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu ul li.language {
    margin-left: auto;
  }
}

.header-contents__top-menu ul li.language ul li + li {
  margin-left: 10px;
}

.header-contents__top-menu ul li.language ul li:not(.thisActive) a {
  opacity: .4;
}

.header-contents__top-menu ul li.links {
  margin-left: 75px;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu ul li.links {
    margin-left: auto;
  }
}

.header-contents__top-menu ul li.links ul li {
  width: 19px;
}

.header-contents__top-menu ul li.links ul li + li {
  margin-left: 20px;
}

.header-contents__top-menu ul li.links ul li a {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.header-contents__top-menu ul li.links ul li a::after {
  display: none;
}

@media screen and (min-width: 951px) {
  .header-contents__top-menu ul li.links ul li a:hover {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

.header-contents__top-menu ul li.search {
  margin-left: 60px;
  width: 150px;
}

@media screen and (max-width: 1080px) {
  .header-contents__top-menu ul li.search {
    margin-left: auto;
  }
}

.header-contents__top-menu ul li.search form {
  position: relative;
}

.header-contents__top-menu ul li.search input:not([type="submit"]) {
  box-sizing: border-box;
  border: 1px solid #ddd9d1;
  border-radius: 100px;
  font-size: 12px;
  outline: none;
  padding: 5px 25px 5px 10px;
  transition: box-shadow .3s ease-out;
  width: 100%;
}

.header-contents__top-menu ul li.search input:not([type="submit"]):focus {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.header-contents__top-menu ul li.search input:not([type="text"]) {
  background: url(../images/search-icon.svg) no-repeat center center;
  background-size: cover;
  border: none;
  height: 16px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  width: 15px;
}

.header-contents__nav {
  box-sizing: border-box;
  border-top: 1px solid #ddd9d1;
  margin-top: 8px;
  position: relative;
}

@media screen and (max-width: 950px) {
  .header-contents__nav {
    border-top: none;
    margin-top: 0;
  }
}

.header-contents__nav ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .header-contents__nav ul {
    display: block;
  }
}

.header-contents__nav ul li {
  width: calc((100% - 17%)  / 7);
}

@media screen and (max-width: 950px) {
  .header-contents__nav ul li {
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    transition: all .2s ease-out;
    width: 100%;
  }
  .header-contents__nav ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .header-contents__nav ul li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .header-contents__nav ul li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .header-contents__nav ul li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .header-contents__nav ul li:nth-child(6) {
    transition-delay: 0.5s;
  }
  .header-contents__nav ul li:nth-child(7) {
    transition-delay: 0.6s;
  }
  .header-contents__nav ul li:nth-child(8) {
    transition-delay: 0.7s;
  }
  .header-contents__nav ul li + li {
    border-top: 1px solid #ddd9d1;
  }
}

.header-contents__nav ul li a {
  color: #1c1c1c;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  padding: 14px 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .header-contents__nav ul li a {
    background: url(../images/sp-menu-arrow.svg) no-repeat right 50px center;
    background-size: 8px;
    font-size: 15px;
    padding: 25px 50px;
    text-align: left;
  }
}

.header-contents__nav ul li a::after {
  box-sizing: border-box;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.header-contents__nav ul li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 951px) {
  .header-contents__nav ul li a:hover::after {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: none;
            transform: none;
  }
}

.header-contents__nav ul li.gallery {
  width: 17%;
}

@media screen and (max-width: 950px) {
  .header-contents__nav ul li.gallery {
    width: 100%;
  }
}

.header-contents__nav ul li.gallery a {
  font-family: 'Crimson Text', serif;
  padding: 8.5px 0;
}

@media screen and (max-width: 950px) {
  .header-contents__nav ul li.gallery a {
    padding: 19px 50px;
  }
}

.header-contents__nav ul li.gallery a span {
  display: inline-block;
  position: relative;
  width: 62px;
}

.header-contents__nav ul li.gallery a span::after {
  background: url(../images/blank-icon.svg) no-repeat right center;
  background-size: 10px auto;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: -10px;
  top: -2px;
  width: 10px;
}

@media screen and (min-width: 951px) {
  .header-contents__nav ul li.thisActive a::after {
    -webkit-transform: none;
            transform: none;
  }
}

.header-contents__nav ul li:nth-of-type(1) a::after {
  background: #e67135;
}

.header-contents__nav ul li:nth-of-type(2) a::after {
  background: #004263;
}

.header-contents__nav ul li:nth-of-type(3) a::after {
  background: #667c29;
}

.header-contents__nav ul li:nth-of-type(4) a::after {
  background: #d49f3e;
}

.header-contents__nav ul li:nth-of-type(5) a::after {
  background: #8b3d56;
}

.header-contents__nav ul li:nth-of-type(6) a::after {
  background: #695f88;
}

.header-contents__nav ul li:nth-of-type(7) a::after {
  background: #6f6146;
}

.header-contents__nav ul li:nth-of-type(8) a::after {
  background: #1c1c1c;
}

@media screen and (max-width: 950px) {
  .header-contents__nav.menuOn li {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.header-contents__sp-menu {
  background: url(../images/sp/sp-menu-bg-logo.jpg) no-repeat right -20px top -10px #f5f4f1;
  background-size: auto 75%;
  opacity: 0;
  padding: 55px 50px 150px;
  transition: opacity .2s .8s ease-out;
}

.header-contents__sp-menu .about-project a {
  color: #1c1c1c;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.header-contents__sp-menu .about-project a::after {
  background: #1c1c1c;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-contents__sp-menu .search {
  margin-top: 35px;
  width: 100%;
}

.header-contents__sp-menu .search form {
  position: relative;
}

.header-contents__sp-menu .search input:not([type="submit"]) {
  box-sizing: border-box;
  border: 1px solid #ddd9d1;
  border-radius: 100px;
  font-size: 16px;
  outline: none;
  padding: 10px 30px 10px 20px;
  transition: box-shadow .3s ease-out;
  width: 100%;
  -webkit-appearance: none;
}

.header-contents__sp-menu .search input:not([type="text"]) {
  background: url(../images/search-icon.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  width: 18px;
}

.header-contents__sp-menu .links {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.header-contents__sp-menu .links li {
  width: 30px;
}

.header-contents__sp-menu .language {
  display: flex;
  margin-top: 50px;
}

.header-contents__sp-menu .language li + li {
  margin-left: 40px;
}

.header-contents__sp-menu .language li a {
  color: #1c1c1c;
}

.header-contents__sp-menu .language li:not(.thisActive) a {
  opacity: .4;
}

.header-contents__sp-menu.menuOn {
  opacity: 1;
}

@media screen and (min-width: 951px) {
  .header-contents__sp-menu {
    display: none;
  }
}

.header .site-logo.sp-only {
  display: block;
  margin-right: auto;
  width: 200px;
}

@media screen and (min-width: 951px) {
  .header .site-logo.sp-only {
    display: none;
  }
}

.header .menu-btn {
  height: 25px;
  position: relative;
  width: 30px;
}

.header .menu-btn span {
  background: #1c1c1c;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all .2s ease-out;
  width: 30px;
}

.header .menu-btn span:nth-of-type(1) {
  top: 0;
}

.header .menu-btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .menu-btn span:nth-of-type(3) {
  bottom: 0;
}

.header .menu-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
}

.header .menu-btn.isActive span:nth-of-type(2) {
  opacity: 0;
}

.header .menu-btn.isActive span:nth-of-type(3) {
  bottom: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 951px) {
  .header .menu-btn {
    display: none;
  }
}

footer {
  background: url(../images/bg.jpg) left top;
  padding: 70px 0 25px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .contents {
    width: 100%;
  }
}

footer .product-logo {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .product-logo {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    width: 90%;
  }
}

footer .product-logo li:nth-of-type(1) {
  width: 160px;
}

@media screen and (max-width: 768px) {
  footer .product-logo li:nth-of-type(1) {
    width: 45%;
  }
}

footer .product-logo li:nth-of-type(2) {
  margin-left: 40px;
  width: 224px;
}

@media screen and (max-width: 768px) {
  footer .product-logo li:nth-of-type(2) {
    margin-left: 0;
    width: 50%;
  }
}

footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    border-bottom: 1px solid #ddd9d1;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}

footer .footer-nav li {
  margin: 10px 0 10px -1px;
}

@media screen and (max-width: 768px) {
  footer .footer-nav li {
    border-top: 1px solid #ddd9d1;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    width: 50%;
  }
  footer .footer-nav li:nth-of-type(even) {
    border-left: 1px solid #ddd9d1;
  }
}

footer .footer-nav li:first-child .wap {
  border-left: 1px solid #1c1c1c;
}

@media screen and (max-width: 768px) {
  footer .footer-nav li:first-child .wap {
    border-left: none;
  }
}

footer .footer-nav li .wap {
  box-sizing: border-box;
  border-right: 1px solid #1c1c1c;
  border-left: 1px solid #1c1c1c;
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  footer .footer-nav li .wap {
    border-right: none;
    border-left: none;
    padding: 0;
    width: 100%;
  }
}

footer .footer-nav li a {
  color: #1c1c1c;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .footer-nav li a {
    background: url(../images/sp-menu-arrow.svg) no-repeat 95% center;
    background-size: 5px;
    display: block;
    font-size: 12px;
    padding: 20px;
  }
}

footer .footer-nav li a span {
  background: url(../images/blank-icon.svg) no-repeat right center;
  background-size: 12px 100%;
  display: inline-block;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .footer-nav li a span {
    background-size: 10px;
    padding-right: 15px;
  }
}

footer .footer-nav li a::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #1c1c1c;
  bottom: -5px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

@media screen and (min-width: 769px) {
  footer .footer-nav li a:hover::after {
    -webkit-animation: textLinkHidelineHoverAnimation .8s forwards;
            animation: textLinkHidelineHoverAnimation .8s forwards;
  }
}

footer .footer-company-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .footer-company-logo {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

footer .footer-company-logo li:nth-of-type(1) {
  width: 118px;
}

@media screen and (max-width: 768px) {
  footer .footer-company-logo li:nth-of-type(1) {
    width: 30%;
  }
}

footer .footer-company-logo li:nth-of-type(2) {
  margin: 0 25px 0 40px;
  width: 104px;
}

@media screen and (max-width: 768px) {
  footer .footer-company-logo li:nth-of-type(2) {
    margin: 0 25px;
    width: 23%;
  }
}

footer .footer-company-logo li:nth-of-type(3) {
  margin-top: -12px;
  width: 92px;
}

@media screen and (max-width: 768px) {
  footer .footer-company-logo li:nth-of-type(3) {
    width: 23%;
  }
}

footer .footer-company-logo li a {
  transition: opacity .3s ease-out;
}

@media screen and (min-width: 769px) {
  footer .footer-company-logo li a:hover {
    opacity: .7;
  }
}

footer .copy-right {
  color: #1c1c1c;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: .1em;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copy-right {
    line-height: 1.6;
    margin-top: 40px;
  }
}

footer hr {
  border-top-color: #ddd9d1;
  margin: 45px 0 40px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  footer hr {
    display: none;
  }
}
