@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-mb0 {
  margin-bottom: 0;
}

#c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
}
#c5-container * {
  box-sizing: border-box;
}
#c5-container img {
  max-width: 100%;
}
#c5-container p {
  margin-top: 0;
  padding: 0;
}
#c5-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
#c5-container a {
  transition: all 0.3s;
}
#c5-container a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c5-inner {
  width: 100%;
}

.c5-hero {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #000;
}
.c5-hero__link {
  font-size: 12px;
  background-color: #fff;
  line-height: 1;
  padding-left: 10px;
}
.c5-hero__link-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.c5-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: url("../img/bg_film1_sp.png") 0 0 repeat-x #fff;
  background-size: contain;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c5-catch {
  margin: 0 auto 20px;
  background-image: radial-gradient(at 94% 24%, rgb(213, 238, 250) 0%, rgb(255, 255, 255) 50%);
}
.c5-catch__inner {
  padding: 70px 0 15px;
  background: url("../img/bg_carten_sp.png") 0 35% no-repeat;
  background-size: contain;
}
.c5-catch h2 {
  width: 67%;
  margin: 0 auto 20px;
}
.c5-catch h2 img {
  display: block;
  margin: 0 auto;
}
.c5-catch p {
  font-size: 3.466vw;
  line-height: 1.77;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.c5-note {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.c5-sec {
  margin: 0 auto 45px;
}
.c5-sec__ttl {
  width: 88%;
  margin: 0 auto 20px;
}
.c5-sec__ttl img {
  display: block;
  margin: 0 auto;
}
.c5-sec__inner {
  position: relative;
  padding: 0 15px;
}
.c5-sec__img {
  padding: 0 10px;
  margin: 0 auto;
}
.c5-sec__img img {
  display: block;
  margin: 0 auto;
}
.c5-sec__catch {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  top: -10px;
}
.c5-sec__catch-num {
  width: 18%;
}
.c5-sec__catch h4 {
  width: calc(82% - 20px);
  font-size: 5.333vw;
  margin: 0 auto;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-left: 20px;
}
.c5-sec__catch h4 span {
  display: block;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.c5-sec__txt {
  width: 92%;
  font-size: 3.733vw;
  margin: 0 auto 20px;
  line-height: 1.57;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
.c5-sec__link {
  width: 92%;
  margin: 0 auto;
  padding: 10px;
  background-color: #111;
}
.c5-sec__link a {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 3.2vw;
  color: #65c8f1;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
.c5-sec__link a span {
  padding-left: 1em;
}

.c5-sec1 {
  background-image: radial-gradient(circle at 85% 50%, rgb(227, 245, 253) 0%, transparent 40%);
}
.c5-sec1 .c5-sec__catch {
  background: url("../img/bg_major.png") 99% 25px no-repeat;
  background-size: 17%;
}

.c5-sec2 {
  background-image: radial-gradient(circle at 25% 50%, rgb(227, 245, 253) 0%, transparent 40%);
}
.c5-sec2 .c5-sec__inner {
  flex-direction: row-reverse;
}
.c5-sec2 .c5-sec__catch {
  align-items: center;
  background: url("../img/bg_star.png") 100% 130% no-repeat;
  background-size: 14%;
}
.c5-sec2 .c5-sec__catch h4 {
  margin-top: 15px;
}
.c5-sec2 .c5-sec__logo {
  width: 92%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-sec2 .c5-sec__logo-img {
  margin: 0 5px;
}
.c5-sec2 .c5-sec__logo-img:first-child {
  width: calc(35% - 10px);
}
.c5-sec2 .c5-sec__logo-img:nth-child(2), .c5-sec2 .c5-sec__logo-img:last-child {
  width: calc(30% - 10px);
}
.c5-sec2 .c5-sec__logo-img img {
  display: block;
  margin: 0;
}
.c5-sec2 .c5-sec__logo-img.-border img {
  border: 1px solid #9fa0a0;
}

.c5-sec3 {
  background-image: radial-gradient(circle at 85% 50%, rgb(213, 238, 250) 0%, transparent 40%);
}
.c5-sec3 .c5-sec__catch {
  background: url("../img/bg_chair.png") 100% 25px no-repeat;
  background-size: 20%;
}

.c5-start {
  margin: 0 auto 35px;
  padding: 10% 10px;
  background: url("../img/bg_fukidashi_sp.png") center top no-repeat;
  background-size: 98%;
}
.c5-start__inner {
  width: 80%;
  margin: 10px auto 0;
  position: relative;
}
.c5-start__inner::before, .c5-start__inner::after {
  content: "";
  position: absolute;
}
.c5-start__inner::before {
  width: 40px;
  height: 60px;
  background: url("../img/bg_drink.png") 0 0 no-repeat;
  background-size: contain;
  top: 36%;
  left: -8%;
}
.c5-start__inner::after {
  width: 80px;
  height: 70px;
  background: url("../img/bg_cussion.png") 0 0 no-repeat;
  background-size: contain;
  top: 68%;
  right: -12%;
}
.c5-start__ttl {
  margin: 0 auto 15px;
}
.c5-start__ttl img {
  display: block;
  margin: 0 auto;
}
.c5-start__txt {
  width: 95%;
  font-size: 3.733vw;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
}

.c5-cover {
  /*
    @media screen and (min-width: 1900px) {
      &::before,
      &::after{
        content: '';
        width: 35%;
      }
      &::before{
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(255,255,255,0) 100%);
      }
      &::after{
        background: rgb(0,0,0);
        background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(255,255,255,0) 100%);
      }
    }
  */
}

.c5-product {
  margin: 0 auto;
}
.c5-product__ttl {
  font-size: 5vw;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.11em;
}
.c5-product__catch {
  margin: 0 auto 20px;
  padding: 0 20px;
}
.c5-product__catch p {
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c5-product__catch p span {
  position: relative;
}
.c5-product__catch p span::before, .c5-product__catch p span::after {
  content: "";
  position: absolute;
}
.c5-product__catch p span::before {
  width: 35px;
  height: 20px;
  background: url("../img/bg_star2.png") 0 0 no-repeat;
  background-size: contain;
  top: 60%;
  left: -3em;
  transform: translateY(-50%);
}
.c5-product__catch p span::after {
  width: 35px;
  height: 20px;
  background: url("../img/bg_onpu.png") 0 0 no-repeat;
  background-size: contain;
  top: 60%;
  right: -3em;
  transform: translateY(-50%);
}
.c5-product__slide {
  width: 100%;
  background: url("../img/bg_film2_sp.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 6% 0;
}
.c5-product__slide-wrap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.c5-product__content {
  margin: 0 5px;
  padding: 0;
  opacity: 0.7;
  transition: all 0.3s;
  cursor: move;
}
.c5-product__content-img {
  margin: 0;
  padding: 0;
}
.c5-product__content-img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.c5-product__content.slick-slide {
  transform: scale(0.85);
}
.c5-product__content.slick-center {
  opacity: 1;
  transform: scale(1);
}

/* 矢印が無効の時に非表示にする */
.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 9%;
  width: 10px;
  top: 50%;
  z-index: 1;
}

.slick-next {
  right: 9%;
  width: 10px;
  top: 50%;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.c5-portal {
  width: 90%;
  margin: 0 auto;
  background-color: #111;
  border-radius: 5px;
}
.c5-portal__bg {
  padding: 50px 0;
  background-image: radial-gradient(circle at 80% 80%, rgb(213, 238, 250) 0%, rgb(255, 255, 255) 42%);
}
.c5-portal a {
  display: block;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 10px;
  color: #65c8f1;
  font-weight: 500;
}
.c5-portal a span {
  position: relative;
}
.c5-portal a span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 11px solid #65c8f1;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
}

.s5-returnToTop {
  margin-top: 0;
}

/* ==============================================
#cinema setting
#cinema-bottom setting
============================================== */
#cinema {
  padding-bottom: 0;
}

#cinema-bottom img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

#cinema-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cinema-bottom ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#cinema-bottom a {
  text-decoration: none;
}
/* ==============================================
#cinema-bottom #link
============================================== */
#cinema-bottom #link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.12));
  z-index: 1000;
  transition: 0.2s ease-out;
  animation: link 0.6s ease-out 0s both;
}

@keyframes link {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#cinema-bottom #link.off {
  bottom: -60px;
}

#cinema-bottom #link .inner ul li {
  float: left;
  width: 50%;
}
.c5-voice {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.c5-voice__hero {
  padding: 20px 15px 30px;
  background: #A3DEF6;
  background: linear-gradient(180deg, rgb(163, 222, 246) 0%, rgb(167, 224, 246) 85%, rgb(204, 236, 250) 95%, rgb(239, 248, 253) 100%);
}
.c5-voice__hero h2 {
  width: 90%;
  margin: 0 auto;
}
.c5-voice__hero h2 img {
  display: block;
  margin: 0 auto;
}
.c5-voice__content {
  padding: 20px 15px 30px;
  background-color: #eff8fd;
}
.c5-voice__catch {
  font-size: 4.266vw;
  text-align: center;
  color: #727171;
  letter-spacing: 0.03em;
  line-height: 1.56;
  font-weight: bold;
  font-feature-settings: "palt";
}
.c5-voice__link {
  margin: 0 auto 30px;
}
.c5-voice__link p {
  font-size: 5.333vw;
  line-height: 1.5;
  color: #727171;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  position: relative;
}
.c5-voice__link p::before, .c5-voice__link p::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111;
  position: absolute;
  top: 0;
}
.c5-voice__link p::before {
  left: 12%;
  transform: rotate(-25deg);
}
.c5-voice__link p::after {
  right: 13%;
  transform: rotate(25deg);
}
.c5-voice__box {
  position: relative;
  height: 160vw;
}
.c5-voice__box-ttl {
  margin: 0 auto;
  padding: 10px 0 15px 15px;
  background: url("../img/voice_img3.png") no-repeat 85% 0;
  background-size: contain;
}
.c5-voice__box-ttl p {
  margin: 0;
  font-size: 6.13vw;
  letter-spacing: 0.19em;
  font-weight: 500;
}
.c5-voice__box-ttl p span {
  display: block;
  margin-top: 10px;
  font-size: 2.66vw;
  line-height: 1.5;
  letter-spacing: 0;
}
.c5-voice__box-unique {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c5-voice__box-unique-txt p {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #54c3f1;
  margin: 0;
  text-align: center;
  font-feature-settings: "palt";
}
.c5-voice__box .c5-voice1 {
  width: 60%;
  background: url("../img/fuki_1_sp.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: 61%;
  right: 0;
  z-index: 1;
}
.c5-voice__box .c5-voice1 .c5-voice__box-unique-txt {
  padding: 17% 6% 19% 6%;
}
.c5-voice__box .c5-voice2 {
  width: 65%;
  background: url("../img/fuki_2_sp.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: 48%;
  left: 0;
}
.c5-voice__box .c5-voice2::before {
  content: "";
  width: 75px;
  height: 65px;
  background: url("../img/voice_img2.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -40%;
  left: 10%;
}
.c5-voice__box .c5-voice2 .c5-voice__box-unique-txt {
  padding: 17% 6% 19% 6%;
}
.c5-voice__box .c5-voice3 {
  width: 70%;
  background: url("../img/fuki_3_sp.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: 35%;
  right: 0;
  z-index: 1;
}
.c5-voice__box .c5-voice3 .c5-voice__box-unique-txt {
  padding: 17% 6% 19% 6%;
}
.c5-voice__box .c5-voice4 {
  width: 83%;
  background: url("../img/fuki_4_sp.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: 18%;
  left: 0;
}
.c5-voice__box .c5-voice4::before {
  content: "";
  width: 55px;
  height: 71px;
  background: url("../img/voice_img1.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -57%;
  left: 0;
}
.c5-voice__box .c5-voice4 .c5-voice__box-unique-txt {
  padding: 14% 6% 20% 6%;
}
.c5-voice__box .c5-voice5 {
  width: 85%;
  background: url("../img/fuki_5_sp.png") no-repeat 50% 50%;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.c5-voice__box .c5-voice5::after {
  content: "";
  width: 61px;
  height: 73px;
  background: url("../img/voice_img4.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: -55%;
  right: 0;
}
.c5-voice__box .c5-voice5 .c5-voice__box-unique-txt {
  padding: 13% 10% 13% 10%;
}
@media screen and (min-width: 500px) {
  .slick-prev {
    left: 10%;
  }
  .slick-next {
    right: 10%;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-voice {
    margin-bottom: 100px;
  }
  .c5-voice__hero {
    padding: 30px 15px 35px;
  }
  .c5-voice__hero h2 {
    width: auto;
  }
  .c5-voice__content {
    padding: 30px 15px 10px;
  }
  .c5-voice__catch {
    font-size: 1.83vw;
    line-height: 1.63;
  }
  .c5-voice__link {
    margin-bottom: 15px;
  }
  .c5-voice__link p {
    font-size: 1.91vw;
    line-height: 2;
    margin-bottom: 15px;
  }
  .c5-voice__link p::before {
    left: 28.5%;
    transform: rotate(-35deg);
  }
  .c5-voice__link p::after {
    right: 29%;
    transform: rotate(35deg);
  }
  .c5-voice .c5-sec__link {
    margin: 0 auto;
  }
  .c5-voice__box {
    height: 85vw;
  }
  .c5-voice__box-ttl p {
    font-size: 2.16vw;
    text-align: center;
    position: relative;
  }
  .c5-voice__box-ttl p span {
    font-size: 1vw;
    line-height: 1;
    margin-top: 5px;
  }
  .c5-voice__box-unique-txt p {
    font-size: 1.6vw;
    line-height: 1.46;
  }
  .c5-voice__box .c5-voice1 {
    width: 40%;
    right: 10%;
  }
  .c5-voice__box .c5-voice2 {
    width: 50%;
    left: 10%;
  }
  .c5-voice__box .c5-voice3 {
    width: 50%;
    right: 10%;
  }
  .c5-voice__box .c5-voice4 {
    width: 45%;
    bottom: 15%;
    left: 10%;
  }
  .c5-voice__box .c5-voice5 {
    width: 55%;
    right: 10%;
  }
}
@media screen and (min-width: 750px) {
  .c5-inner {
    padding: 0 15px;
  }
  .c5-hero__link {
    font-size: 14px;
  }
  .c5-hero::after {
    height: 24px;
  }
  .c5-catch {
    margin-bottom: -20px;
  }
  .c5-catch__inner {
    max-width: 1200px;
    margin: 0 auto;
    background-image: url("../img/bg_carten_pc.png");
    padding-top: 140px;
    padding-bottom: 6%;
  }
  .c5-catch h2 {
    width: auto;
    margin-bottom: 50px;
  }
  .c5-catch p {
    font-size: 2vw;
    letter-spacing: 0.15em;
    line-height: 1.666;
  }
  .c5-note {
    font-size: 14px;
  }
  .c5-sec {
    margin-bottom: 90px;
  }
  .c5-sec__ttl {
    width: auto;
    margin-bottom: 65px;
  }
  .c5-sec__inner {
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .c5-sec__img {
    padding: 0;
    width: 52%;
    max-width: 621px;
    margin-left: 0;
  }
  .c5-sec__right {
    padding: 0;
    width: 46%;
  }
  .c5-sec__catch h4 {
    font-size: 2.833vw;
  }
  .c5-sec__catch h4 span {
    font-size: 1.6vw;
  }
  .c5-sec__txt {
    font-size: 2vw;
    line-height: 1.667;
    margin-bottom: 35px;
  }
  .c5-sec__link {
    padding: 18px 10px;
  }
  .c5-sec__link a {
    font-size: 1.5vw;
  }
  .c5-sec1 {
    background-image: radial-gradient(circle at 80% 59%, rgb(227, 245, 253) 0%, transparent 17%), radial-gradient(circle at 12% 50%, rgb(213, 238, 250) 0%, transparent 14%);
  }
  .c5-sec2 {
    background-image: radial-gradient(circle at 43% 43%, rgb(227, 245, 253) 0%, transparent 17%);
  }
  .c5-sec2 .c5-sec__logo {
    margin-bottom: 40px;
    justify-content: flex-start;
  }
  .c5-sec2 .c5-sec__logo-img {
    margin-right: 20px;
  }
  .c5-sec2 .c5-sec__logo-img:first-child {
    width: 124px;
  }
  .c5-sec2 .c5-sec__logo-img:nth-child(2), .c5-sec2 .c5-sec__logo-img:last-child {
    width: 94px;
  }
  .c5-sec3 {
    background-image: radial-gradient(circle at 63% 50%, rgb(213, 238, 250) 0%, transparent 17%);
  }
  .c5-start {
    max-width: 830px;
    margin-bottom: 75px;
    padding: 87px 10px;
    background: url("../img/bg_fukidashi_pc.png") center top no-repeat;
    background-size: contain;
    overflow-x: hidden;
  }
  .c5-start__inner::before {
    width: 74px;
    height: 135px;
    top: 17%;
    left: -10%;
  }
  .c5-start__inner::after {
    width: 175px;
    height: 147px;
    top: 50%;
    right: -23%;
  }
  .c5-start__txt {
    font-size: 1.6vw;
    line-height: 1.67;
  }
  .c5-cover {
    position: relative;
  }
  .c5-cover::before, .c5-cover::after {
    content: "";
    width: 13%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .c5-cover::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
  .c5-cover::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgba(255, 255, 255, 0) 100%);
    right: 0;
  }
  .c5-product__ttl {
    font-size: 2.5vw;
    margin-bottom: 20px;
  }
  .c5-product__catch {
    margin-bottom: 45px;
  }
  .c5-product__catch p {
    font-size: 2vw;
    letter-spacing: 0.4em;
  }
  .c5-product__catch p span::before {
    width: 50px;
    height: 20px;
    left: -3.5em;
  }
  .c5-product__catch p span::after {
    width: 58px;
    height: 30px;
    right: -3.7em;
  }
  .c5-product__slide {
    background: url("../img/bg_film2_pc.png") center center no-repeat;
    background-size: cover;
  }
  .c5-product__slide-wrap {
    max-width: 930px;
  }
  .c5-product__content {
    margin: 0 15px;
  }
  .slick-prev {
    width: 13px;
    left: 26.7%;
  }
  .slick-next {
    width: 13px;
    right: 26.5%;
  }
  .c5-portal {
    border-radius: 10px;
  }
  .c5-portal__bg {
    background-image: radial-gradient(circle at 90% 80%, rgb(213, 238, 250) 0%, rgb(255, 255, 255) 25%);
    padding: 100px 0;
  }
  .c5-portal a {
    font-size: 20px;
  }
  .c5-portal a span::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 22px solid #65c8f1;
  }
  #cinema-bottom {
    position: relative;
  }
  #cinema-bottom #link {
    position: fixed;
    top: 160px;
    bottom: 0;
    left: auto;
    right: 40px;
    margin: auto;
    width: 80px;
    height: 500px;
    filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.12));
    z-index: 10000;
    transition: 0.2s ease-out;
    animation: link 0.6s ease-out 0s both;
  }
  @keyframes link {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #cinema-bottom #link.off {
    right: -100px;
  }
  #cinema-bottom #link .inner ul li {
    float: none;
    width: auto;
    padding: 5px 0;
  }
  #cinema-bottom #link .inner ul li a img {
    width: 80px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  #cinema-bottom a {
    text-decoration: none;
    transition: 0.4s ease-out;
  }
  #cinema-bottom a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 830px) {
  .c5-start {
    overflow-x: visible;
  }
}
@media (min-width: 1000px) {
  .c5-voice__catch {
    position: relative;
  }
  .c5-voice__catch::before, .c5-voice__catch::after {
    content: "";
    position: absolute;
  }
  .c5-voice__catch::before {
    width: 112px;
    height: 160px;
    background: url("../img/voice_img1.png") no-repeat 0 0;
    background-size: contain;
    top: -30px;
    left: 0;
  }
  .c5-voice__catch::after {
    width: 133px;
    height: 121px;
    background: url("../img/voice_img2.png") no-repeat 0 0;
    background-size: contain;
    top: -10px;
    right: 0;
  }
  .c5-voice__box {
    height: 45vw;
  }
  .c5-voice__box-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0 140px;
    background-size: 209px;
  }
  .c5-voice__box-ttl::after {
    content: "";
    width: 103px;
    height: 107px;
    background: url("../img/voice_img4.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    bottom: 30%;
    right: -45%;
  }
  .c5-voice__box-ttl p {
    top: -70px;
  }
  .c5-voice__box .c5-voice1 {
    width: 30%;
    height: 40%;
    background-image: url("../img/fuki_1_pc.png");
    bottom: auto;
    right: auto;
    top: 0;
    left: 5%;
  }
  .c5-voice__box .c5-voice1 .c5-voice__box-unique-txt {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-voice__box .c5-voice2 {
    width: 34%;
    height: 40%;
    background-image: url("../img/fuki_2_pc.png");
    bottom: 28%;
    left: 0;
  }
  .c5-voice__box .c5-voice2::before {
    display: none;
    background: none;
  }
  .c5-voice__box .c5-voice2 .c5-voice__box-unique-txt {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-voice__box .c5-voice3 {
    width: 31%;
    height: 40%;
    background-image: url("../img/fuki_3_pc.png");
    right: auto;
    bottom: 0;
    left: 13%;
  }
  .c5-voice__box .c5-voice3 .c5-voice__box-unique-txt {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-voice__box .c5-voice4 {
    width: 28%;
    height: 35%;
    background-image: url("../img/fuki_4_pc.png");
    bottom: auto;
    left: auto;
    top: 0;
    right: 6%;
  }
  .c5-voice__box .c5-voice4::before {
    display: none;
    background: none;
  }
  .c5-voice__box .c5-voice4 .c5-voice__box-unique-txt {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c5-voice__box .c5-voice5 {
    width: 43%;
    height: 45%;
    background-image: url("../img/fuki_5_pc.png");
    bottom: 0;
    right: 0;
  }
  .c5-voice__box .c5-voice5::after {
    display: none;
    background: none;
  }
  .c5-voice__box .c5-voice5 .c5-voice__box-unique-txt {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1100px) {
  .c5-movie {
    width: auto;
    max-width: 1104px;
    height: 621px;
    margin: 0 auto;
    padding: 0;
  }
  .c5-product__slide {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .c5-voice__hero h2 {
    position: relative;
    left: 20px;
  }
  .c5-voice__catch {
    font-size: 22px;
  }
  .c5-voice__catch::before {
    top: -20px;
    left: 70px;
  }
  .c5-voice__catch::after {
    top: 30px;
    right: 80px;
  }
  .c5-voice__link p {
    font-size: 23px;
  }
  .c5-voice__box {
    height: 360px;
  }
  .c5-voice__box-ttl {
    top: 60%;
    background-position: 58% 0;
  }
  .c5-voice__box-ttl::after {
    bottom: 20%;
    right: -25%;
  }
  .c5-voice__box-ttl p {
    font-size: 26px;
    top: -90px;
  }
  .c5-voice__box-ttl p span {
    font-size: 12px;
  }
  .c5-voice__box-unique-txt p {
    font-size: 15px;
  }
  .c5-voice__box .c5-voice1 {
    width: 259px;
    height: 133px;
    top: 20px;
    left: 10%;
  }
  .c5-voice__box .c5-voice1 .c5-voice__box-unique-txt {
    width: 93%;
    top: 54%;
  }
  .c5-voice__box .c5-voice2 {
    width: 282px;
    height: 143px;
    bottom: 27%;
    z-index: 1;
  }
  .c5-voice__box .c5-voice2 .c5-voice__box-unique-txt {
    width: 93%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
  .c5-voice__box .c5-voice3 {
    width: 284px;
    height: 142px;
    bottom: 7%;
    left: 15%;
    z-index: 0;
  }
  .c5-voice__box .c5-voice4 {
    width: 238px;
    height: 144px;
    right: 14%;
  }
  .c5-voice__box .c5-voice4 .c5-voice__box-unique-txt {
    top: 53%;
  }
  .c5-voice__box .c5-voice5 {
    width: 304px;
    height: 170px;
    bottom: 7%;
    right: 5%;
  }
  .c5-voice__box .c5-voice5 .c5-voice__box-unique-txt {
    width: 90%;
    left: 52%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .c5-catch {
    margin-bottom: -4%;
  }
  .c5-catch p {
    font-size: 24px;
  }
  .c5-sec {
    margin-bottom: 115px;
  }
  .c5-sec__catch h4 span {
    font-size: 20px;
  }
  .c5-sec1 .c5-sec__catch {
    background-size: 93px;
  }
  .c5-sec2 .c5-sec__img {
    width: 50.1%;
    max-width: 601px;
    margin: 0 0 0 auto;
  }
  .c5-sec2 .c5-sec__catch {
    left: 0;
    background-position: 100% 0;
    background-size: 96px;
  }
  .c5-sec2 .c5-sec__catch h4 {
    margin-top: 50px;
  }
  .c5-sec2 .c5-sec__txt,
  .c5-sec2 .c5-sec__logo,
  .c5-sec2 .c5-sec__link {
    position: relative;
    left: 30px;
  }
  .c5-sec3 .c5-sec__catch {
    background: none;
  }
  .c5-sec3 .c5-sec__catch::after {
    content: "";
    width: 153px;
    height: 143px;
    background: url("../img/bg_chair.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -44px;
  }
  .c5-cover::before, .c5-cover::after {
    content: "";
    width: 28%;
  }
  .c5-cover::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .c5-cover::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .c5-product__ttl {
    font-size: 30px;
  }
  .c5-product__catch p {
    font-size: 24px;
  }
  .c5-product__content {
    margin: 0 5px;
  }
  .slick-prev {
    left: 27.7%;
    width: 15px;
  }
  .slick-next {
    right: 27.7%;
    width: 15px;
  }
  .c5-portal {
    width: 100%;
    max-width: 830px;
  }
  .c5-portal a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1230px) {
  .c5-inner {
    max-width: 1230px;
    margin: 0 auto;
  }
  .c5-sec__inner {
    padding: 0;
  }
  .c5-sec__catch {
    top: -20px;
    left: -44px;
  }
  .c5-sec__catch h4 {
    font-size: 34px;
  }
  .c5-sec__txt {
    font-size: 18px;
  }
  .c5-sec__link {
    width: auto;
    max-width: 404px;
    margin-left: 25px;
  }
  .c5-sec__link a {
    font-size: 14px;
  }
  .c5-start__ttl {
    margin-bottom: 35px;
  }
  .c5-start__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1745px) {
  .c5-catch__inner {
    background-size: auto;
    background-position: 0 35px;
  }
}
@media screen and (min-width: 1900px) {
  .c5-cover::before, .c5-cover::after {
    content: "";
    width: 35%;
  }
  .c5-cover::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .c5-cover::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
}
/*# sourceMappingURL=style.css.map */