@charset "utf-8";
.title {
  background: url("../img/mv-bg.webp") no-repeat center;
  background-size: cover;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mainImg {
  height: auto;
  width: 120vh;
  margin: 0 auto;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1500;
  max-width: 100%;
}
.mv-main,
.mv-txt,
.mv-badge {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mv-main img,
.mv-txt img,
.mv-badge img {
  transform: scale(0);
}

.mainImg-sp {
  display: none;
}

.mv-main-sp img,
.mv-badge-sp img {
  transform: scale(0);
}

.ink-bnr-wrap {
  position: fixed;
  width: 270px;
  right: 30px;
  bottom: 30px;
  z-index: 3000;
}

.ink-bnr {
  position: relative;
}

.close-icon {
  width: 35px;
  height: auto;
  position: absolute;
  z-index: 10;
  right: 25px;
  bottom: 25px;
}

.close-icon:hover {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
}
.boshu {
  background: rgba(0, 107, 185, 1);
  padding: 30px 15px;
}
.boshu .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.boshu .txt1 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.boshu .pdfDL {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boshu .pdfDL li {
  width: 23%;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
}
.boshu .pdfDL li a {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: rgba(253, 242, 1, 1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  color: rgba(0, 107, 185, 1);
}
.boshu .pdfDL li a:hover {
  background: rgba(253, 242, 1, 0.6);
}
@media only screen and (max-width: 960px) {
  .boshu .ttl {
    font-size: 28px;
  }
  .boshu .pdfDL li {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .boshu .ttl {
    font-size: 24px;
  }
  .boshu .pdfDL li {
    width: 100%;
    margin-bottom: 10px;
  }
  .boshu .pdfDL li a {
    padding: 10px;
    font-size: 16px;
  }
}

.mizukake {
  padding: 180px 20px 0;
  position: relative;
  overflow: hidden;
}
.mizukake h1 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.mizukake h2 {
  width: 96%;
  max-width: 800px;
  margin: 40px auto 0;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.mizukake h3 {
  width: 96%;
  max-width: 800px;
  margin: 60px auto 0;
  font-size: 60px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mizukake .outline {
  width: 100%;
  max-width: 900px;
  background: rgba(255, 255, 255, 1);
  margin: 30px auto;
  border-radius: 20px;
  padding: 60px 20px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.mizukake .outline h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
.outline-table {
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.outline-table th {
  padding: 15px 7px 15px 0;
  vertical-align: top;
  font-weight: 700;
  border-bottom: 1px solid var(--txt-color);
  width: 20%;
}
.outline-table td {
  padding: 15px 0 15px 7px;
  vertical-align: top;
  border-bottom: 1px solid var(--txt-color);
  width: 80%;
}
.outline-table tr:last-of-type th,
.outline-table tr:last-of-type td {
  border-bottom: none;
}
#zou-left {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 40%;
  z-index: 1;
}
#zou-right {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 40%;
  z-index: 0;
}
#mov-photo-left {
  position: absolute;
  bottom: 250px;
  left: 10%;
  width: 15%;
  z-index: 1;
}
#mov-photo-right {
  position: absolute;
  bottom: 30px;
  right: 10.5%;
  width: 15%;
  z-index: 1;
}
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: var(--txt-blue);
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}
.mizukakeImg {
  max-width: 980px;
  margin: 0 auto;
}
.mizukakeImgPc {
  display: block;
}
.mizukakeImgSp {
  display: none;
}

@media only screen and (max-width: 1400px) {
  #mov-photo-left {
    bottom: 300px;
    left: 20px;
  }
  #mov-photo-right {
    bottom: 100px;
    right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mizukake {
    padding-bottom: 100px;
  }
  #mov-photo-left {
    width: 100px;
    bottom: 0px;
  }
  #mov-photo-right {
    width: 100px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .mizukakeImgPc {
    display: none;
  }
  .mizukakeImgSp {
    display: block;
  }
}
.aboutMizukake {
  max-width: 1120px;
  margin: 0 auto;
}
.aboutMizukake ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*flex-direction: row-reverse;*/
}
.aboutMizukake ul li {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .mizukake {
    padding: 40px 0;
  }
  .mizukake h2 {
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.4;
  }
  .mizukake h3 {
    margin: 30px auto 0;
    font-size: 18px;
  }
  .mizukake .outline {
    margin: 30px auto 20px;
    width: calc(100% - 30px);
  }
  .mizukake .outline h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .mizukake .outline table {
    width: 100%;
  }
  .mizukakeImg {
    width: 96%;
  }
  .mizukakeTTL {
    max-width: 480px;
    margin: 0 auto 20px;
  }
  .mizukakeTime {
    max-width: 560px;
    margin: 0 auto 20px;
  }
  .aboutMizukake ul {
    justify-content: center;
  }
  .aboutMizukake ul li {
    width: 100%;
    max-width: 600px;
  }

  #zou-left {
    top: 120px;
    width: 300px;
  }
  #zou-right {
    top: 120px;
    width: 300px;
  }

  #mov-photo-left,
  #mov-photo-right {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mizukakeTime ul {
    justify-content: center;
  }
  .mizukakeTime ul li {
    width: 100%;
    max-width: 240px;
    margin-bottom: 10px;
  }
}
.shop-live ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-live ul li {
  width: 50%;
  padding: 98px 65px 90px 98px;
}
@media only screen and (max-width: 1024px) {
  .shop-live ul li {
    width: 100%;
  }
}
.shop-live ul li.shop,
.shop-live ul li.live {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop-live ul li.shop {
  background-image: url("../../images/yatai_bg.png");
}
.shop-live ul li.live {
  background-image: url("../../images/live_bg.png");
}
.shopLiveTTL {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.aboutShop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutShop div:first-of-type {
  width: 42%;
}
.aboutShop div:last-of-type {
  width: 54%;
}
.aboutShop p {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.8em !important;
}

.aboutLive {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutLive div:first-of-type {
  width: 41%;
}
.aboutLive div:last-of-type {
  width: 55%;
}
.aboutLive p {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.8em !important;
}

.moreBtn {
  background-image: url("../../images/body02_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 32px;
  color: #fff;
  font-weight: bold;
}

.bnr-box {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 2000;
}

.banner {
  width: 47%;
}

.banner a img {
  transition-duration: 0.3s;
}

.banner a img:hover {
  transform: translateY(-10px);
}

@keyframes flow1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-160px);
  }
}
@keyframes flow2 {
  from {
    transform: translateX(-40px);
  }
  to {
    transform: translateX(-200px);
  }
}
.line1 {
  animation: flow1 4s linear infinite;
}
.line2 {
  animation: flow2 4s linear infinite;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.swiper-wrap {
  position: absolute;
  width: 100%;
  top: 80px;
}

.circleSwiper {
  overflow: visible;
}

.circleSwiper .swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.circleSwiper .swiper-slide.small img {
  transform: scale(0.75);
}

.circleSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

@media only screen and (max-width: 1400px) {
  .mizukake .outline {
    margin-bottom: 0;
  }

  .carousel {
    transform: translateY(-1vw);
  }

  .ink-bnr-wrap {
    width: 170px;
    right: 10px;
    bottom: 10px;
  }

  .close-icon {
    width: 25px;
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .mizukake h1 {
    max-width: 400px;
  }

  .mizukake h2 {
    width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.5em;
  }

  .mizukake h3 {
    width: 100%;
    margin: 40px auto 0;
    font-size: 40px;
    padding: 0 15px;
  }

  .swiper-wrap {
    top: 60px;
  }

  .carousel {
    transform: translateY(4vw);
  }
}

@media only screen and (max-width: 768px) {
  .title {
    height: 100vw;
  }

  .mainImg {
    max-width: 600px;
    width: 95%;
  }

  .mv-main,
  .mv-txt,
  .mv-badge {
    transform: translateY(-45%);
    top: 50%;
  }

  .bnr-box {
    position: relative;
    top: 0;
    padding-top: 40px;
  }

  .mizukake h2 {
    font-size: 16px;
  }

  .mizukake h3 {
    font-size: 30px;
  }

  .mizukake .outline {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .outline-table th {
    font-size: 14px;
    width: 30%;
  }

  .outline-table td {
    font-size: 14px;
    width: 70%;
  }

  .headline01 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .swiper-wrap {
    top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .mainImg {
    display: none;
  }

  .mainImg-sp {
    display: block;
    height: auto;
    width: 120vh;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: -2.5%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1500;
    max-width: 105%;
  }
  .mv-main-sp,
  .mv-badge-sp {
    position: absolute;
    transform: translateY(-40%);
    top: 50%;
  }

  .banner {
    width: 100%;
    margin-bottom: 15px;
  }

  .banner img {
    max-width: 220px;
    margin: 0 auto;
  }

  .ink-bnr-wrap {
    width: 150px;
  }

  .close-icon {
    width: 25px;
    right: 5px;
    bottom: 5px;
  }
}

@media only screen and (max-width: 450px) {
  .carousel {
    transform: translateY(4vw);
    height: 43vw;
  }

  .title {
    height: 150vw;
  }
}
