@charset "utf-8";
/* CSS Document */
.main {
  position: static;
}
@media screen and (max-width: 959px) {
  .main {
    margin-top: 4rem;
  }
}
.mainvisual--wrap {
  position: relative;
  width: 100%;
}
.mainvisual__logo {
  position: absolute;
  top: 22%;
  left: 15%;
  width: 15%;
}
.site__headline {
  position: absolute;
  top: 40%;
  left: calc(700 / 1920 * 100vw);
  color: #FFF;
  font-size: calc(35 / 1920 * 100vw);
  font-family: 'Yuji Syuku', serif;
  font-weight: normal;
}
.headline_strong {
  font-weight: bold;
  font-size: calc(60 / 1920 * 100vw);
  color: #B81414;
}
@media screen and (min-width: 768px) {
  .sp_show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__logo {
    top: 28%;
    left: 8%;
  }
  .site__headline {
    top: 25%;
    left: calc(225 / 767 * 100vw);
    font-size: calc(32 / 767 * 100vw);
    line-height: 1.4;
  }
  .headline_strong {
    font-size: calc(42 / 767 * 100vw);
  }
}
.mainvisual__menu--wrap {
  position: absolute;
  top: 72%;
  left: 12%;
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual__menu--wrap {
    display: none;
  }
}
.mainvisual__menu {
  width: 50%;
  background: #0F6499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.mainvisual__menu__img {
  width: 30%;
}
.mainvisual__menu__txt {
  margin: 0 auto;
}
.mainvisual__menu__link {
  position: relative;
  display: inline-block;
  color: #fbfbfb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #fbfbfb;
  padding: 0.5rem 5rem 0.5rem 2rem;
}
.mainvisual__menu__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fbfbfb;
  border-right: 1px solid #fbfbfb;
  transform: skew(45deg);
}
.mainvisual__menu__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.news--wrap {
  position: relative;
  width: 100%;
}
.news--back__topimage {
  position: absolute;
  top: 1rem;
  left: 0;
  display: inline-block;
  max-width: 512px;
  max-height: 293px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news--back__topimage {
    width: 60%;
  }
}
.news--back__bottomimage {
  position: absolute;
  top: 6rem;
  right: 0;
  display: inline-block;
  max-width: 439px;
  max-height: 206px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news--back__bottomimage {
    top: 14rem;
    width: 60%;
  }
}
.news--inner {
  width: 80%;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .news--inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 1rem;
  }
}
.news__description--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.news__description__headline {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news__description__headline {
    font-size: 1.5rem;
    margin: 0 auto 3rem auto;
  }
}
.news {
  z-index: 2;
}
.news__description--date {
  color: #990000;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1rem;
}
.news__description__button {
  text-align: right;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .news__description__button {
    text-align: center;
  }
}
.news__description__link {
  position: relative;
  display: inline-block;
  color: #990000;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #990000;
  padding: 0.5rem 5rem 0.5rem 2rem;
}
.news__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #990000;
  border-right: 1px solid #990000;
  transform: skew(45deg);
}
.news__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.message--wrap {
  position: relative;
  width: 100%;
  background: url(../images/message__back.jpg);
  background-size: cover;
}
.message--back__topimage {
  position: absolute;
  top: 2rem;
  left: 0;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .message--back__topimage {
    width: 35%;
  }
}
.message--back__bottomimage {
  position: absolute;
  top: 8rem;
  right: 0;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .message--back__bottomimage {
    width: 35%;
  }
}
.message--inner {
  width: 80%;
  max-width: 60rem;
  color: #fbfbfb;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .message--inner {
    width: 100%;
    padding: 6rem 1rem;
  }
}
.message__headline {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .message__headline {
    font-size: 1.5rem;
  }
}
.message__txt {
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .message__txt {
    font-size: 1rem;
  }
}
.about--wrap {
  position: relative;
  width: 100%;
}
.about--back__topimage {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .about--back__topimage {
    max-width: 45%;
  }
}
.about--back__bottomimage {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .about--back__bottomimage {
    max-width: 45%;
  }
}
.about--inner {
  width: 80%;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .about--inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 1rem;
  }
}
.about__headline--wrap {
  width: 10%;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .about__headline--wrap {
    margin: 0 auto 2rem auto;
  }
}
.about__headline {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about__headline {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.about__description--wrap {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .about__description--wrap {
    width: 100%;
  }
}
.about__description__headline {
  color: #990000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about__description__headline {
    font-size: 1.5rem;
  }
}
.about__description__title {
  color: #990000;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__description__title {
    font-size: 1.125rem;
  }
}
.about__description__button {
  text-align: right;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .about__description__button {
    text-align: center;
  }
}
.about__description__link {
  position: relative;
  display: inline-block;
  color: #990000;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #990000;
  padding: 0.5rem 5rem 0.5rem 2rem;
}
.about__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #990000;
  border-right: 1px solid #990000;
  transform: skew(45deg);
}
.about__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.profile--wrap {
  width: 100%;
  background: url(../images/profile__back.jpg);
  background-size: cover;
}
.profile--inner {
  width: 80%;
  max-width: 60rem;
  color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .profile--inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 1rem;
  }
}
.profile__img--wrap {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .profile__img--wrap {
    margin: 0 auto 6rem auto;
    width: 70%;
  }
}
.profile__headline {
  position: absolute;
  top: 15%;
  left: 0;
  margin: 12rem 0 0 -5rem;
}
@media screen and (max-width: 767px) {
  .profile__headline {
    width: 80%;
    top: 25%;
    margin: 8rem 0 0 -2rem;
  }
}
.profile__txt--wrap {
  width: 90%;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .profile__txt--wrap {
    width: 100%;
    margin-left: 0;
  }
}
.profile__txt__headline {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .profile__txt__headline {
    font-size: 1.5rem;
  }
}
.profile__txt {
  margin-top: 1rem;
}
.profile__description__button {
  text-align: right;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .profile__description__button {
    text-align: center;
  }
}
.profile__description__link {
  position: relative;
  display: inline-block;
  color: #99970F;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #99970F;
  padding: 0.5rem 5rem 0.5rem 2rem;
}
.profile__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #99970F;
  border-right: 1px solid #99970F;
  transform: skew(45deg);
}
.profile__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.morecontents--wrap {
  width: 100%;
  background: url(../images/contents__back.jpg);
  background-size: cover;
}
.morecontents--inner {
  width: 80%;
  max-width: 60rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .morecontents--inner {
    width: 100%;
    padding: 6rem 1rem;
  }
}
.morecontents__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .morecontents__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.morecontents__headline {
  color: #fbfbfb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid #fbfbfb;
  margin-bottom: 1rem;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .morecontents__headline {
    font-size: 1.5rem;
  }
}
.youtube__wrap, .twitter__wrap {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .twitter__wrap {
    width: 100%;
  }
  .youtube__wrap {
    display: none;
  }
}
.twitter-timeline {
  height: 400px;
}
.youtube__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  padding-top: 66%;
  padding-top: 56%;
}
.youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coubic__wrap {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coubic__wrap {
    width: 100%;
  }
}
.coubic__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 4:3 */
  padding-top: 66%; /* 3:2 */
  padding-top: 56%; /* 16:9 */
}
@media screen and (max-width: 767px) {
  .coubic__inner {
    height: 320px;
  }
}
.coubic__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.links__button {
  text-align: right;
  margin: 0.5rem 0 1rem 0;
}
@media screen and (max-width: 959px) {
  .links__button {
    text-align: center;
    margin: 0.5rem 0 0 0;
  }
}
.links__link {
  position: relative;
  display: inline-block;
  color: #fbfbfb;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #fbfbfb;
  margin-bottom: 2rem;
  padding: 0.5rem 5rem 0.5rem 2rem;
}
@media screen and (max-width: 959px) {
  .links__link {
    width: 8rem;
  }
}
.links__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fbfbfb;
  border-right: 1px solid #fbfbfb;
  transform: skew(45deg);
}
.links__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}