@charset "UTF-8";
@font-face {
  font-family: 'DMSerifDisplay';
  font-display: swap;
  src:url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff"), url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'NotoSansJP';
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2");
  src: url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap
}
body {
  font-family: "NotoSansJP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  line-height: 1.86;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 12px
  }
}
.ff {
  font-family: 'DMSerifDisplay', serif;
}
.ff-jp {
  font-family: "NotoSansJP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
}
.fw-4 {
  font-weight: 400 !important
}
.fw-5 {
  font-weight: 500 !important
}
.fw-7 {
  font-weight: 700 !important
}
strong, b {
  font-weight: 700
}
/*mouse stoker*/
@media (min-width: 768px) {
  .cursor, .follower {
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    cursor: none;
  }
  .cursor {
    width: 8px;
    height: 8px;
    z-index: 999;
  }
  .follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: rgba(208, 201, 190, 0.2);
    mix-blend-mode: color-dodge;
    transition: transform ease 0.1s;
    text-align: center;
    z-index: 1000;
  }
  .follower.is-active {
    transform: scale(2.4);
  }
  .c-follower.is-blend {
    background-color: rgba(208, 201, 190, 0.2);
  }
}
.zoom-box {
  /*display: inline-block;*/
  overflow: hidden;
}
.c-bnr.zoom {
  display: block;
  transition-duration: .9s;
}
.c-bnr.zoom:hover {
  transform: scale(1.2);
}
.btn svg {
  fill: #fff;
  position: absolute;
  z-index: 2;
  transition: fill 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  right: 7px;
  top: 7px;
  width: 10px;
  height: 8px;
}
/* Archives */
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 320px) {
  .archives-sec {
    position: relative;
    margin: 0;
  }
  .archives-sec .filter {
    margin: 0 0 20px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .archives-sec .filter li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
  }
  .archives-sec .filter li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #999;
  }
  .archives-sec .filter li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .archives-sec .filter li:first-child:before {
    display: none;
  }
  .archives-sec .filter li div, .archives-sec .filter li a {
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .archives-sec .filter li div.active, .archives-sec .filter li a.active {
    font-weight: 700;
    color: #c42026;
  }
  .archives-sec .new-cols {
    display: none;
  }
  .archives-sec .col {
    position: relative;
    width: 50%;
    float: left;
    display: block;
  }
  .archives-sec .col.col-50 {
    width: 50%
  }
  .archives-sec .col.col-100 {
    width: 100%
  }
  .archives-sec .col.border:before, .archives-sec .col.border:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #f6f6f6;
    z-index: 2;
  }
  .archives-sec .col.border:before {
    width: 100%;
    height: 1px;
  }
  .archives-sec .col.border:after {
    width: 1px;
    height: 100%;
  }
  .archives-sec .col a, .archives-sec .col span {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .archives-sec .col a {
    cursor: pointer;
  }
  .archives-sec .col .img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.6666%;
    background-color: #fff;
    overflow: hidden;
  }
  .archives-sec .col-100 .img {
    padding-bottom: 33.3333%;
  }
  .archives-sec .col .img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .archives-sec .col .show img {
    filter: none;
    -webkit-filter: grayscale(0%);
  }
  .archives-sec .col .text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    background: rgb(1, 1, 1, 0.3);
    width: 100%;
  }
  .archives-sec .col .text h4 {
    font-weight: 400;
    text-transform: none;
  }
  .archives-sec .col .text h4 strong {
    font-weight: 700;
  }
  .archives-sec .col .text h4 .black {
    color: #fff;
  }
  .archives-sec .col .text h3 {
    font-weight: 700;
    font-size: 14px;
  }
  .archives-sec .col .text .arrow-more {
    color: #fff;
  }
  .archives-sec .col .text .arrow-more svg {
    fill: #fff;
  }
  .archives-sec .load-more {
    display: block;
    padding: 30px 0;
  }
  .archives-sec .load-more a {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
  }
  .archives-sec .load-more a .icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    border-radius: 60px;
  }
  .archives-sec .load-more a .icon svg {
    position: relative;
    display: block;
    margin: 18px;
    width: 22px;
    height: 22px;
    fill: #5b5c59;
  }
  .archives-sec .load-more a.loading .icon svg {
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
  }
  .archives-sec .load-more a span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .archives-sec .filter li div, .archives-sec .filter li a {
    font-size: 14px;
  }
  .archives-sec .col .text {
    padding: 20px;
    background: none;
  }
  .archives-sec .col .text h3 {
    font-size: 16px;
  }
  .archives-sec .col .text h4 {
    font-size: 12px;
  }
  .archives-sec .col .text h4 .black {
    color: #333;
  }
  .archives-sec .load-more {
    padding: 50px 0;
  }
  .archives-sec .load-more a .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  .archives-sec .load-more a .icon svg {
    margin: 22px;
    width: 34px;
    height: 34px;
  }
  .archives-sec .load-more a span {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .archives-sec .filter li div {
    font-size: 16px;
  }
  .archives-sec .filter li div:hover, .archives-sec .filter li a:hover {
    color: #c42026;
  }
  .archives-sec .col .text h4 {
    font-size: 13px;
  }
  .archives-sec .col a:hover .img img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .archives-sec .col {
    width: 33.3333%
  }
  .archives-sec .col .text h3 {
    font-size: 18px;
  }
}
/* Modal */
.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.js_modalBtnWrap img {
  width: 100%;
}
.js_modalBtnCont {
  transition: 0.3s;
}
.js_modalBtnCont:hover, .js_modalBtnCont:focus {
  color: #fff;
  background-color: #222;
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 1.5s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 1.5s ease forwards;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 720px;
  max-width: 100%;
  background-color: #fff;
  max-height: 600px;
  padding: 30px 0 30px 20px;
}
.js_modalCont {
  overflow-y: scroll;
  max-height: 520px;
  padding-right: 15px;
}
.js_modalCont > * + * {
  margin-top: 10px;
}
.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before, .js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}
.js_modalContInner h2 {
  text-align: center;
  font-size: 25px;
  margin: 20px auto;
  letter-spacing: 1.5px;
}
.js_modalContInner .swiper-container {
  padding-bottom: 0;
}
.js_modalCont::-webkit-scrollbar {
  width: 5px;
}
.js_modalCont::-webkit-scrollbar-track {
  background-color: #eee;
}
.js_modalCont::-webkit-scrollbar-thumb {
  background-color: #0b7d87;
}
.linkarea {
  margin: 30px auto;
  text-align: center;
}
.linkarea a {
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  box-sizing: border-box;
  /*border: 1px solid #0b7d87;*/
  background: #0b7d87;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 200px;
  display: inline-block;
}
.linkarea a::after {
  background: rgb(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .9s, transform 0s;
  transition-delay: 0s, .4s;
}
.linkarea a::after {
  background: rgb(255, 255, 255, 0.3);
}
.linkarea a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
.swiper-slide-next, .swiper-slide-prev {
  opacity: 0.2;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
  .js_modalClose {
    right: -30px;
  }
  .js_modalClose::before, .js_modalClose::after {
    background-color: #fff;
  }
  .js_modalContInner h2 {
    font-size: 30px;
  }
  .js_modalContInner .textarea {
    width: 75%;
    margin: 0 auto;
  }
}
/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    height: 80%;
    padding: 20px 0 20px 20px;
  }
  .js_modalCont {
    max-height: 100%;
    padding-right: 20px;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before, .js_modalClose::after {
    background-color: #fff;
  }
}