@charset "UTF-8";
/* 色 */
/* メディアクエリ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 色 */
/* メディアクエリ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  background: #fff url("/images/v2/mv.jpg") no-repeat center top fixed;
  background-size: cover;
  line-height: 2;
}

.main {
  max-width: 1260px;
}
.main:before, .main:after {
  display: block;
  content: "";
  height: 160px;
}
@media (max-width: 960px) {
  .main:before, .main:after {
    height: 20vw;
  }
}
.main:before {
  background: url(/images/v2/bg-top.png) bottom center no-repeat;
  background-size: 100%;
  margin-bottom: -0.5px;
}
.main:after {
  background: url(/images/v2/bg-bottom.png) top center no-repeat;
  background-size: 100%;
}

.contents-wrapper {
  background: url(/images/v2/bg-mid.png) repeat-y;
  margin: 0;
  padding: 0 20px 40px;
}

.container {
  position: relative;
  max-width: 1260px;
  margin-bottom: 80px;
}
.container.container {
  animation: fadeinUp 2s;
}

.content {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .content {
    padding: 0;
  }
}

.btn,
.button--secondary,
.button--thirdly {
  max-width: 100%;
}

.news__ul {
  margin-top: 0;
}

.news.detail .news__date {
  margin-top: 0;
}
.news.detail .news__title {
  line-height: 1.5;
}
.news.detail .pager {
  margin-bottom: 20px;
}
.news.detail .pager__news-list {
  transform: translateY(-50%);
}
.news.detail .pager__news-list a {
  text-decoration: none;
  font-size: 14px;
}

.pager {
  padding-top: 30px;
  margin-bottom: -20px;
}

.news__tag-area {
  margin-top: 0;
  margin-bottom: 40px;
}
.news.detail .news__tag-area {
  margin-bottom: -40px;
}

.pager + .news__tag-area {
  padding-top: 40px;
}

.pager__arrow a {
  padding: 5px;
}

.share__list a {
  text-indent: 0;
  line-height: 0;
}
.share__list.line a, .share__list.tw a {
  background: none;
}

.h2 {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .h2 {
    top: 0;
    margin-bottom: 20px;
  }
}

.link_btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .link_btn {
    width: 80%;
  }
}

.news__ul {
  margin-bottom: 20px;
}

.news__ul {
  margin-bottom: -40px;
}

.special-thanks-title {
  font-size: 3rem;
  text-align: center;
}

.special-logo {
  display: flex;
  background: rgba(255, 255, 255, 0.65);
  padding: 5px 20px;
}
@media (max-width: 767px) {
  .special-logo {
    padding: 5px;
  }
}
.special-logo a {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .special-logo a {
    padding: 0 15px;
  }
}

/* 色 */
/* メディアクエリ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header .logo {
  height: 40px;
  background-position: left center;
  position: relative;
}
.header__inner {
  display: flex;
}
@media (max-width: 767px) {
  .header__inner {
    padding-top: 10px;
  }
}
.header__menu {
  display: flex;
  position: relative;
  font-size: 13px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu a {
  transition: 0.3s;
  display: block;
  padding: 5PX 15px;
}
.header__menu a:hover {
  opacity: 0.7;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("/images/v2/mv-mask.png") no-repeat center top fixed;
  background-size: 100%;
}
.header__nav.open {
  background: url(/images/v2/bg-mid.png) repeat-y;
}
.header__nav li {
  line-height: 1;
}
@media (max-width: 767px) {
  .header__nav li.header__nav-sns {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 960px) {
  .header__nav li.header__nav-sns.yt {
    margin-top: 0;
  }
}
.header__nav-sp {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-sp {
    display: block;
  }
}

.nologin_header.header {
  left: 0;
  width: 100%;
  background: url("/images/v2/mv-mask.png") no-repeat center top fixed;
  background-size: 100%;
}
.nologin_header.header .header__bg {
  display: none;
}
.nologin_header .header__nav {
  background: none;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  height: auto;
}
@media (max-width: 960px) {
  .nologin_header .header__nav {
    display: block;
  }
}
@media (max-width: 960px) {
  .nologin_header .header__nav.open {
    background-color: #fff;
  }
}
@media (max-width: 960px) {
  .nologin_header .header__nav li:not(.header__nav-sns) {
    width: 100%;
  }
}
.nologin_header .header__nav li:not(.header__nav-sns) .header__nav-item {
  writing-mode: horizontal-tb;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #7B5F2C;
  border-radius: 38px;
  margin-left: 10px;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .nologin_header .header__nav li:not(.header__nav-sns) .header__nav-item {
    width: 100%;
    border: none;
    background: none;
  }
}
.nologin_header .header__nav .header__nav-sns {
  display: none;
}
@media (max-width: 767px) {
  .nologin_header .header__nav .header__nav-sns {
    display: block;
  }
}
.nologin_header .sns-link {
  position: fixed;
  right: 10px;
  bottom: 0;
}
.nologin_header .sns-link.in {
  bottom: 40px;
}

.top .header .logo {
  position: fixed;
  left: 10px;
  top: 10px;
  display: block;
  background: url(/images/common/logo_2.png) no-repeat;
  margin: 0;
  background-size: contain;
}

.footer {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
.footer__menu-item {
  font-size: 11px;
}
.footer-copy {
  font-size: 1.2rem;
}

/* 色 */
/* メディアクエリ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.h3 {
  background-color: #fff;
}

.post-entry a {
  color: #c00;
}
.post-entry a img {
  transition: 0.3s;
}
.post-entry a img:hover {
  opacity: 0.7;
}
.post-entry img {
  height: auto;
}
.post-entry iframe {
  max-width: 100%;
}

.list {
  margin-bottom: 0;
}
.list-item {
  margin-bottom: 0;
}
.list-item__meta {
  display: flex;
}
.list-item__meta-item {
  margin-right: 20px;
}

/* 色 */
/* メディアクエリ */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top__logo {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  animation: fadeout 1s;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .top__logo {
    max-width: 180px;
  }
}

.welcome-movie {
  opacity: 0;
  animation: fadein 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 1;
}

.ar-rl:after {
  display: none;
}

.bird-moon {
  width: 280px;
  position: absolute;
  left: 10%;
  transform: translateY(-100%);
}
@media (max-width: 960px) {
  .bird-moon {
    left: 10px;
  }
}

@media (max-width: 960px) {
  .top__lead-h3 {
    width: 60%;
    margin-right: 20px;
  }
}
.top__lead-open {
  background: none;
}

.ar-rl {
  background: none;
}

.sns-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .sns-link {
    display: none;
  }
}
.sns-link a {
  display: inline-block;
  padding: 10px;
  line-height: 1em;
}

.top-news {
  margin-bottom: 80px;
}

.about__lead {
  margin-top: 0;
}
.about__lead2 {
  padding: 50px 0;
}
.about__content .ar-rl {
  background: none;
  top: 20px;
}
