@charset "UTF-8";
@keyframes pattern {
  0% {
    background-size: 0; }
  100% {
    background-size: 250px 250px, 250px 250px; } }
.container {
  background: url(../img/top/bg-top-body@2x.jpg) no-repeat top center;
  background-size: 100% auto; }

.top-mv {
  position: relative;
  max-width: 800px;
  margin: 110px auto 40px;
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .top-mv {
      margin: 80px 25px 20px 25px; } }
  @media screen and (max-width: 480px) {
    .top-mv {
      margin: 60px 20px 20px 10px; } }
  .top-mv .swiper-container {
    max-width: 580px;
    width: 85%;
    margin: 0 auto; }

.top-mv:before, .top-mv:after {
  position: absolute;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: ''; }
.top-mv:before {
  top: -20%;
  left: -20%;
  width: 135%;
  height: 135%;
  background-image: url(../img/top/bg-mv.png);
  z-index: auto; }
.top-mv:after {
  width: 120%;
  height: 120%;
  top: -80px;
  left: -8%;
  background-image: url(../img/top/img-mv-frame@2x.png);
  z-index: 2; }
  @media screen and (max-width: 480px) {
    .top-mv:after {
      top: -40px; } }

.top-mv .swiper-button-prev,
.top-mv .swiper-button-next {
  top: calc(50% - 20px);
  width: 20px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .8;
  transition: opacity 0.15s ease-in-out;
  z-index: 99; }
  .top-mv .swiper-button-prev:hover,
  .top-mv .swiper-button-next:hover {
    opacity: 1; }
    .top-mv .swiper-button-prev:hover:after,
    .top-mv .swiper-button-next:hover:after {
      animation: button_hover .1s ease-in-out forwards; }

.top-mv .swiper-button-prev,
.top-mv .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/common/icon-slide-arrow_l.svg");
  left: -40px; }
.top-mv .swiper-button-next,
.top-mv .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/common/icon-slide-arrow_r.svg");
  right: -40px; }

.top-mv .swiper-button-prev.swiper-button-black,
.top-mv .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("../img/common/icon-slide-arrow_l.svg"); }
.top-mv .swiper-button-next.swiper-button-black,
.top-mv .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("../img/common/icon-slide-arrow_r.svg"); }

.top-mv__logo {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 360px;
  transform: translateX(-45%);
  z-index: 10; }
  @media screen and (max-width: 480px) {
    .top-mv__logo {
      width: 65%; } }

.top-scroll {
  position: relative;
  max-width: 200px;
  width: 50%;
  margin: 0 auto; }
  .top-scroll__txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 30px;
    background: #FFF;
    border-radius: 50%;
    color: #FF7056;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .top-scroll__txt {
        padding-top: 15px; } }

.top-scroll:before, .top-scroll:after {
  content: ''; }
.top-scroll:before {
  display: block;
  margin-bottom: -65%;
  padding-top: 100%; }
.top-scroll:after {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 1px;
  height: 25%;
  background: #FF7056;
  z-index: 2; }

.top-info__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .top-info__list__item {
    overflow: hidden;
    width: calc(100% / 3 - 30px);
    margin: 0 15px 15px;
    background: #FAF6EF;
    border-radius: 10px; }
    @media screen and (max-width: 480px) {
      .top-info__list__item {
        width: calc(100% / 2 - 14px);
        margin: 0 7px 15px; } }

.top-info__list__link {
  position: relative;
  display: block;
  height: 100%;
  color: #555555; }
  .top-info__list__link:after {
    position: absolute;
    top: 100px;
    right: 0;
    display: inline-block;
    padding: 7px 14px;
    background: #FFFFFF;
    color: #FF7056;
    font-size: 1.2rem;
    content: 'もっとみる →';
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 480px) {
      .top-info__list__link:after {
        top: 60px;
        padding: 4px 8px;
        font-size: 1.1rem; } }
  .top-info__list__link:hover:after {
    background: #FF7056;
    color: #FFFFFF; }

.top-info__list__text {
  position: relative;
  padding: 20px; }
  @media screen and (max-width: 480px) {
    .top-info__list__text {
      padding: 10px; }
      .top-info__list__text p {
        font-size: 1.4rem; } }
  .top-info__list__text:after {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 5px;
    background: #FF7056;
    content: ''; }
    @media screen and (max-width: 480px) {
      .top-info__list__text:after {
        left: 10px;
        width: 30px;
        height: 3px; } }

.top-info__list__text time {
  color: #AAAAAA;
  font-size: 1.2rem; }
  @media screen and (max-width: 480px) {
    .top-info__list__text time {
      font-size: 1.0rem; } }
.top-info__facebook {
  display: flex;
  justify-content: center; }

.top-about .section__box {
  position: relative;
  padding-left: 0;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .top-about .section__box {
      padding: 0; } }
.top-about__figure {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 600px;
  width: 65%; }
  @media screen and (max-width: 480px) {
    .top-about__figure {
      position: static;
      margin: -20px auto 40px; } }

.top-gallery__list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -20px; }
  @media screen and (max-width: 480px) {
    .top-gallery__list {
      margin-bottom: -15px; } }

.top-gallery__list__item {
  overflow: hidden;
  position: relative;
  width: calc(100% / 4 - 30px);
  margin: 0 15px 20px;
  border-radius: 10px;
  line-height: 0; }
  @media screen and (max-width: 991px) {
    .top-gallery__list__item {
      width: calc(100% / 3 - 30px); } }
  @media screen and (max-width: 480px) {
    .top-gallery__list__item {
      width: calc(100% / 2 - 14px);
      margin: 0 7px 15px; } }

.top-gallery__list img {
  width: 100%; }
.top-gallery__list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .top-gallery__list p {
      font-size: 1.1rem; } }

/*# sourceMappingURL=top.css.map */
