@charset "UTF-8";
body {
  font-family: "TsukuBRdGothic-Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 1024px) {
  .section-inner {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .section-inner {
    padding: 60px 0;
  }
}

.section-ttl {
  font-family: "Balsamiq Sans", cursive;
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 24px;
}

@media (max-width: 480px) {
  .section-ttl {
    font-size: 2.1rem;
  }
}

.section-ttl span {
  position: relative;
}

.section-ttl span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #000;
}

.mv-content {
  background: #18972d;
  height: 100vh;
  width: 100%;
  position: relative;
  border: 30px solid #000;
}

@media (max-width: 480px) {
  .mv-content {
    border: none;
  }
}

.mv-content .main-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
}

@media (max-width: 1024px) {
  .mv-content .main-logo {
    top: 50%;
  }
}

@media (max-width: 480px) {
  .mv-content .main-logo {
    top: 20px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
    width: 80px;
  }
}

.mv-content .global-nav {
  font-size: 1.5625rem;
  color: #f5d72c;
  font-family: "Balsamiq Sans", cursive;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .mv-content .global-nav {
    display: none;
  }
}

.mv-content .global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-content .global-nav__list__item a {
  color: #f5d72c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mv-content .global-nav__list__item a:hover {
  color: #000;
}

.mv-content .global-nav__list__item a svg {
  fill: #f5d72c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mv-content .global-nav__list__item a svg:hover {
  fill: #000;
}

.sp-mv {
  display: none;
}

@media (max-width: 480px) {
  .sp-mv {
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.mobile-menu-wrap {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-menu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mobile-menu-wrap.menu-open {
    background-color: #18972d;
    z-index: 1;
  }
}

.mobile-menu-wrap .mobile-menu {
  display: none;
  margin-top: 20%;
}

.mobile-menu-wrap .mobile-menu.menu-open {
  display: block;
}

.mobile-menu-wrap .mobile-menu__main {
  text-align: center;
}

.mobile-menu-wrap .mobile-menu__item {
  margin-bottom: 2em;
}

.mobile-menu-wrap .mobile-menu__item a {
  color: #f5d72c;
  font-family: "Balsamiq Sans", cursive;
  font-size: 1.5rem;
  font-weight: bold;
}

.mobile-menu-icon {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-menu-icon {
    display: block;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 15px;
  }
}

@media (max-width: 1024px) and (max-width: 480px) {
  .mobile-menu-icon {
    right: 30px;
    z-index: 99;
  }
}

@media (max-width: 1024px) {
  .mobile-menu-icon span {
    background-color: #f5d72c;
    border: 2px solid #000;
    border-radius: 10px;
    width: 40px;
    height: 9px;
    display: block;
    margin-bottom: 3px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .mobile-menu-icon span:last-child {
    margin-bottom: 0;
  }
  .mobile-menu-icon.menu-open span {
    background-color: #f5d72c;
  }
  .mobile-menu-icon.menu-open span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(135deg);
            transform: translateY(12px) rotate(135deg);
  }
  .mobile-menu-icon.menu-open span:nth-child(2) {
    -webkit-transform: translateX(-20px) scale(0);
            transform: translateX(-20px) scale(0);
  }
  .mobile-menu-icon.menu-open span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-135deg);
            transform: translateY(-12px) rotate(-135deg);
  }
}

@media (max-width: 1024px) {
  #spmv {
    display: none;
  }
}

@media (max-width: 480px) {
  #spmv {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #2f3640;
    overflow: hidden;
  }
}

#spmv img {
  position: absolute;
  width: 20px;
  height: 20px;
}

.sp_mv {
  display: none;
}

@media (max-width: 480px) {
  .sp_mv {
    display: block;
    position: absolute;
    width: 100%;
    top: 100px;
    height: 83vh;
  }
}

.sp_mv img {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.reload_btn {
  position: absolute;
  cursor: pointer;
  background-color: #f5d72c;
  border: 2px solid #000;
  color: #fff;
  padding: 13px 35px;
  border-radius: 35px;
  font-weight: bold;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reload_btn #reload {
  letter-spacing: 0.1em;
}

.about {
  background: #f9f7ec;
  position: relative;
}

.about::after {
  display: block;
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: 15%;
  right: 25%;
  background-image: url(../img/bg_img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  .about::after {
    top: 35%;
    right: 30%;
  }
}

@media (max-width: 680px) {
  .about::after {
    width: 350px;
    height: 350px;
    top: 45%;
  }
}

@media (max-width: 680px) and (max-width: 480px) {
  .about::after {
    right: 5%;
  }
}

.about .about-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .about .about-content {
    display: block;
  }
}

.about .about-content__text {
  width: calc(100% - 300px);
}

@media (max-width: 1024px) {
  .about .about-content__text {
    width: 100%;
  }
}

.about .about-content__text .about-ttl {
  text-align: center;
  border-bottom: 6px solid #18972d;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.about .about-content__text > p {
  font-size: 1.5625rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .about .about-content__text > p {
    font-size: 1.125rem;
  }
}

.about .about-content__text > p:last-child {
  text-align: right;
}

.about .about-content__img {
  width: 30%;
}

@media (max-width: 1024px) {
  .about .about-content__img {
    text-align: right;
    display: none;
  }
}

.loopSlide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}

.loopSlide .character-row {
  padding: 0;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 100px;
}

.loopSlide .character-row:last-child {
  -webkit-animation: slide2 20s linear infinite;
          animation: slide2 20s linear infinite;
}

@media (max-width: 480px) {
  .loopSlide .character-row:last-child {
    -webkit-animation: slide2 10s linear infinite;
            animation: slide2 10s linear infinite;
  }
}

.loopSlide .character-row .character-item {
  display: inline-block;
  width: 100%;
  min-width: 100px;
  margin-right: 80px;
  text-align: center;
}

@media (max-width: 480px) {
  .loopSlide .character-row .character-item {
    min-width: 80px;
    margin-right: 40px;
  }
}

.loopSlide .character-row .character-item img {
  display: block;
  width: 100%;
  height: auto;
}

.loopSlide:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.works {
  background-color: #e4d5c4;
}

.works .section-ttl {
  color: #f9f7ec;
}

.swiper-section {
  position: relative;
  padding-bottom: 100px;
  margin-left: calc(100vw - 85vw);
}

@media (max-width: 680px) {
  .swiper-section {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 850px;
}

@media (max-width: 680px) {
  .swiper-wrapper {
    height: 890px;
  }
}

@media (max-width: 480px) {
  .swiper-wrapper {
    height: 840px;
  }
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-slide img {
  border: 3px solid #000;
  width: 95%;
}

.swiper-slide p {
  font-family: "Balsamiq Sans", cursive;
  font-weight: bold;
  text-align: left;
}

.swiper-slide .slide-ttl {
  margin: 0 20px 30px;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 14px;
  border-bottom: 3px solid #18972d;
}

.swiper-slide .slide-content {
  font-family: "TsukuBRdGothic-Regular", sans-serif;
}

.swiper-slide .more-btn {
  text-align: center;
  margin-top: 2.5em;
}

.swiper-slide .more-btn a {
  background-color: #f9f7ec;
  border: 2px solid #000;
  text-align: center;
  padding: 13px 35px;
  border-radius: 35px;
  width: 250px;
  margin: 30px auto;
  font-size: 1.125rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  font-family: "TsukuBRdGothic-Regular", sans-serif;
}

.swiper-slide .more-btn a:hover {
  background-color: #000;
  color: #f9f7ec;
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  /* ボタンの幅 */
  height: 48px;
  /* ボタンの高さ */
  background-size: 48px 48px;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  position: absolute;
  z-index: 99;
  top: 95%;
  background-image: url(../img/arrow_next.png);
}

.swiper-button-next {
  right: 15%;
}

@media (max-width: 480px) {
  .swiper-button-next {
    right: 35%;
  }
}

.swiper-button-prev {
  bottom: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 左右反転 */
  left: calc(85% - 125px);
}

@media (max-width: 480px) {
  .swiper-button-prev {
    left: 30%;
  }
}

.gallery {
  background-color: #f9f7ec;
}

@keyframes animation-loop {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@-webkit-keyframes animation-loop {
  0% {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  100% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

.unibros-line {
  height: 70px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  background-color: #f5d72c;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

@media (max-width: 480px) {
  .unibros-line {
    height: 60px;
    line-height: 44px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
}

.unibros-line__list {
  white-space: nowrap;
  position: absolute;
  font-family: "Balsamiq Sans", cursive;
  font-size: 1.875rem;
  color: #18972d;
  -webkit-animation-name: animation-loop;
          animation-name: animation-loop;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.unibros-line__list .unibros-item {
  display: inline;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.875rem;
  color: #18972d;
  padding: 0 60px 0 0;
}

@media (max-width: 480px) {
  .unibros-line__list .unibros-item {
    font-size: 1.2rem;
  }
}

.unibros-line__list .unibros-item:first-child {
  padding: 0 60px 0 100vw;
}

.mobile-line {
  display: none;
}

@media (max-width: 480px) {
  .mobile-line {
    display: block;
    top: 100px;
    height: 50px;
    line-height: 39px;
  }
}

@media (max-width: 480px) {
  .mobile-line.line-bottom {
    top: 87vh;
  }
}

.footer {
  background-color: #18972d;
  color: #f5d72c;
  text-align: center;
  padding: 60px 0 30px;
}

.footer .global-nav {
  font-size: 1.5625rem;
  color: #f5d72c;
  font-family: "Balsamiq Sans", cursive;
  font-weight: bold;
}

.footer .global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 70px;
}

@media (max-width: 480px) {
  .footer .global-nav__list {
    display: block;
  }
}

.footer .global-nav__list__item {
  margin-right: 30px;
}

@media (max-width: 480px) {
  .footer .global-nav__list__item {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}

.footer .global-nav__list__item:last-child {
  margin-right: 0;
}

.footer .global-nav__list__item a {
  color: #f5d72c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .global-nav__list__item a:hover {
  color: #000;
}

.footer .global-nav__list__item a svg {
  fill: #f5d72c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .global-nav__list__item a svg:hover {
  fill: #000;
}
/*# sourceMappingURL=style.css.map */