@charset "UTF-8";
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*******************************************************************/
@media only screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

body {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  background: #fff;
  z-index: -1;
}

@media only screen and (min-width: 961px) {
  body {
    min-width: 1100px;
  }
}

/*******************************************************************/
.wrapper {
  background: url(../img/bg.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-animation: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s forwards;
          animation: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.2s forwards;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}

.hero {
  position: relative;
}

.hero .logo {
  position: relative;
  z-index: 1;
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 960px) {
  .hero .logo {
    width: 90%;
    padding: 80px 0;
  }
}

.hero .deco_01 {
  position: absolute;
  top: 0;
  left: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .hero .deco_01 {
    width: 50%;
    left: -20%;
    top: -5%;
  }
}

.hero .deco_02 {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .hero .deco_02 {
    width: 50%;
    right: -20%;
    top: -50%;
  }
}

.title {
  position: relative;
  z-index: 1;
  background: #e60012;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
}

@media only screen and (max-width: 960px) {
  .title {
    font-size: 30px;
    padding: 20px 0;
  }
}

.list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  max-width: 1000px;
  margin: 160px auto 0;
}

@media only screen and (max-width: 960px) {
  .list {
    display: block;
    width: 90%;
    margin: 100px auto 0;
  }
}

.list .item {
  width: 48%;
  margin-left: 4%;
  margin-top: 120px;
}

@media only screen and (min-width: 961px) {
  .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .list .item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .list .item {
    width: 100%;
    margin: 80px 0 0 0;
  }
}

.list .name {
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  width: 100%;
  height: 150px;
  line-height: 0.55em;
}

@media only screen and (max-width: 960px) {
  .list .name {
    font-size: 25px;
    height: 120px;
    line-height: 0.6em;
  }
}

.list .name span {
  font-size: 25px;
  vertical-align: baseline;
}

@media only screen and (max-width: 960px) {
  .list .name span {
    font-size: 15px;
  }
}

.list .name::after {
  content: "";
  width: 90%;
  height: 200px;
  background: url(../img/name_bg.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 5%;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .list .name::after {
    width: 100%;
    left: 0;
    top: -45px;
    height: 160px;
  }
}

.list .img {
  border: solid 5px #e60012;
  cursor: pointer;
}

@media only screen and (max-width: 960px) {
  .list .img {
    border: solid 3px #e60012;
  }
}

.list .comment {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  background: #fff;
  border: #e60012 solid 2px;
}

@media only screen and (max-width: 960px) {
  .list .comment {
    font-size: 13px;
    margin-top: 15px;
  }
}

.list .comment dt {
  background: #e60012;
  color: #fff;
  padding: 10px 0 15px;
  font-size: "Nunito", "Zen Maru Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "HiVragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.list .comment dd {
  line-height: 1.5em;
  padding: 20px 0;
}

.list_box {
  position: relative;
  width: 100%;
}

.list_box .deco_01 {
  position: absolute;
  top: 40%;
  left: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .list_box .deco_01 {
    width: 50%;
    left: -20%;
  }
}

.list_box .deco_02 {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .list_box .deco_02 {
    width: 50%;
    right: -20%;
    top: -6%;
  }
}

.footer {
  position: relative;
  font-size: 13px;
  text-align: center;
  padding: 150px 0 60px;
}

@media only screen and (max-width: 960px) {
  .footer {
    font-size: 10px;
  }
}

.footer .deco_01 {
  position: absolute;
  top: 0;
  left: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .footer .deco_01 {
    width: 50%;
    left: -20%;
    top: auto;
    bottom: -10%;
  }
}

.footer .deco_02 {
  position: absolute;
  top: -400px;
  right: -120px;
  width: 400px;
}

@media only screen and (max-width: 960px) {
  .footer .deco_02 {
    width: 50%;
    right: -20%;
    top: -30%;
  }
}

.footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .link li {
  margin-left: 15px;
}

.footer .link li:first-child {
  margin-left: 0;
}

.footer .link a {
  color: #000;
  text-decoration: none;
}

.footer .text {
  margin-top: 15px;
}

.footer .copy {
  margin-top: 15px;
}

/********************************************************************************************/
template {
  display: none;
}

.m-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2000;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  width: 100vw;
  height: 100%;
  overflow: auto;
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}

.is-modal-overflow-prep .m-modal {
  display: block;
}

.m-modal.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-touch-action: auto;
  touch-action: auto;
  pointer-events: auto;
}

.m-modal.is-load-start {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0s cubic-bezier(0.5, 1, 0.89, 1);
  -ms-touch-action: auto;
  touch-action: auto;
  pointer-events: auto;
}

.m-modal.is-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}

.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.m-modal__bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  content: "";
}

.m-modal__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  font-size: 0;
  text-align: center;
}

.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 60px auto;
}

.m-modal__content > * {
  width: 100%;
  height: auto;
}

.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}

.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.m-modal__close {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0s linear 0s;
  transition: opacity 0s linear 0s;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .m-modal__close {
    width: 60px;
    height: 60px;
  }
}

.is-modal-open .m-modal__close {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.m-modal__close-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #e60012;
}

.m-modal__close-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  width: 70%;
  height: 2px;
}

.m-modal__close-inner span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.m-modal__close-inner span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.modal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modal_list {
    display: block;
    width: 100%;
  }
}

.txt_s{font-size:15px !important;}