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

.pc {
  display: none;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container img {
  max-width: 100%;
}
.c5-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-container p, .c5-container span, .c5-container li {
  font-feature-settings: "palt";
}
.c5-container a {
  transition: all 0.3s;
}
.c5-container a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c5-hero {
  margin: 0 auto 45px;
}
.c5-hero img {
  display: block;
  margin: 0 auto;
}

.c5-sec {
  margin: 0 auto;
}
.c5-sec__inner {
  padding: 0 15px;
}

.c5-grid__area {
  display: grid;
  grid-template-areas: "item1 item3" "item1 item4" "item1 item4" "item1 item4" "item2 item5" "item2 item6" "item7 item9" "item7 item9" "item8 item10" "item8 item10";
  grid-gap: 5px;
  justify-content: center;
}
.c5-grid__content {
  position: relative;
  margin: 0;
  background-color: #f3f3f6;
  border-radius: 7px;
}
.c5-grid__content.c5-white {
  color: #fff;
}
.c5-grid__content img {
  display: block;
}
.c5-grid__txt-l {
  font-size: 4vw;
  margin: 0;
  line-height: 1.33;
  letter-spacing: 0.135em;
  font-weight: bold;
}
.c5-grid__txt-m {
  font-size: 2.66vw;
  margin: 5px 0 0;
  line-height: 1.5;
  letter-spacing: 0.13em;
  font-weight: 500;
}

.c5-item1 {
  grid-area: item1;
}
.c5-item1 img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c5-item2 {
  grid-area: item2;
}
.c5-item2 img {
  width: 108px;
  margin: 20px auto 0;
}

.c5-item3 {
  grid-area: item3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c5-item3 img {
  width: 75px;
  margin-left: 30px;
}

.c5-item4 {
  grid-area: item4;
}
.c5-item4 img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c5-item5 {
  grid-area: item5;
}

.c5-item6 {
  grid-area: item6;
}

.c5-item7 {
  grid-area: item7;
}
.c5-item7 img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c5-item8 {
  grid-area: item8;
}
.c5-item8 img {
  width: 85px;
  margin: 15px auto 0;
}

.c5-item9 {
  grid-area: item9;
}
.c5-item9 img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c5-item10 {
  grid-area: item10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c5-item10 img {
  width: 55px;
}

.c5-posa {
  position: absolute;
  z-index: 1;
  left: 10px;
}

.c5-item1 .c5-posa, .c5-item4 .c5-posa {
  bottom: 10px;
}

.c5-item7 .c5-posa, .c5-item9 .c5-posa {
  top: 10px;
}

.c5-item2,
.c5-item3,
.c5-item5,
.c5-item6,
.c5-item8,
.c5-item10 {
  padding: 8px;
}

.c5-sec1 {
  max-width: 1200px;
  margin: 0 auto 45px;
}

.c5-sec2 {
  margin: 0 auto 40px;
}
.c5-sec2 .c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-sec2 .c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c5-tokutyou {
  max-width: 1400px;
  margin: 0 auto 45px;
}
.c5-box__img {
  margin: 0 auto 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 10px 0px #d2dadd;
}
.c5-box__img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.c5-box__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.135em;
  margin: 0 auto 10px;
}
.c5-box__catch {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 auto 10px;
}
.c5-box__article {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
}
.c5-box__txt-img {
  margin: 0 auto 25px;
}
.c5-box__txt-img img {
  display: block;
  margin: 0 auto;
}

.c5-btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  line-height: 1;
  padding: 15px 10px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f3f3f6;
  border-radius: 5px;
  position: relative;
}
.c5-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: url("../img/arrow.png") no-repeat center center #fff;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.c5-sec4 .c5-box__txt-img {
  width: 50%;
}

.c5-sec6 .c5-box__txt-img {
  width: 60%;
}

.c5-sec7 {
  margin-bottom: 65px;
}
.c5-sec7 .c5-box__txt-img {
  width: 62%;
}

.c5-sec5 {
  margin: 0 auto 50px;
  background-color: #f3f3f6;
}

.c5-slide__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.c5-slide__wrap .c5-btn {
  width: 60%;
  margin-top: 20px;
  background-color: #000;
  color: #fff;
}
.c5-slide__content {
  margin: 0 40px;
}
.c5-slide__img {
  margin: 0 auto 25px;
}
.c5-slide__img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 10px 10px 13px 0px #d2dadd;
}
.c5-slide__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0 auto 15px;
}
.c5-slide__ttl.ex {
  font-size: 17px;
}
.c5-slide__txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}

.slick-dots {
  bottom: -100px;
}

.slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50px;
}
.slick-dots li.slick-active {
  background: #111;
}
.slick-dots li button:before {
  display: none;
}

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

.slick-prev,
.slick-next {
  display: block;
  width: 18px;
  height: 18px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  z-index: 1;
  top: calc(50% - 70px);
}

.slick-prev {
  transform: rotate(45deg);
  left: 18px;
}

.slick-next {
  transform: rotate(-135deg);
  right: 18px;
}

.c5-spec {
  margin: 0 auto 20px;
  padding: 15px 0;
  background-color: #f3f3f6;
}
.c5-spec__ttl {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 auto;
}
.c5-spec__ttl .c5-open {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  transition: all 0.3s;
  margin-left: 10px;
  cursor: pointer;
}
.c5-spec__ttl .c5-open:hover {
  opacity: 0.7;
}
.c5-spec__ttl .c5-open::after, .c5-spec__ttl .c5-open::before {
  content: "";
  background-color: #111;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c5-spec__ttl .c5-open::before {
  width: 25px;
  height: 3px;
  right: 0;
}
.c5-spec__ttl .c5-open::after {
  width: 3px;
  height: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-spec__ttl .c5-open.c5-minus::after {
  transform: translateY(-50%) rotate(-90deg);
}
.c5-spec__table {
  display: none;
  margin: 25px auto 0;
  padding: 10px 15px;
  background-color: #fff;
}
.c5-spec__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 1em;
}
.c5-spec__table table td {
  font-size: 13px;
  line-height: 1.5;
  vertical-align: top;
}
.c5-spec__table table td:first-child {
  width: 45%;
}
.c5-spec__table table td:last-child {
  width: 55%;
}
.c5-spec__table table td:last-child span {
  display: block;
}
.c5-spec__table table td:last-child span:first-child {
  margin-bottom: 10px;
}

.c5-note {
  margin: 0 auto 45px;
}
.c5-note li {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.c5-product {
  margin: 0 auto 80px;
}
.c5-product .c5-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-product__img {
  margin: 0 auto 25px;
}
.c5-product__img img {
  display: block;
  margin: 0 auto;
}
.c5-product__cate {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 auto 10px;
  text-align: center;
}
.c5-product__name {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.3em;
  margin: 0 auto 25px;
  text-align: center;
}
.c5-product__btn {
  display: flex;
  justify-content: center;
  gap: 0 13px;
}
.c5-product__btn .c5-btn {
  background-color: #111;
  color: #fff;
  text-align: left;
  padding: 15px 10px;
  letter-spacing: 0.07em;
}

.c5-jsAnim {
  position: relative;
  overflow: hidden;
}
.c5-jsAnim__fadeIn {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c5-jsAnim.ex .c5-jsAnim__fadeIn {
  opacity: 1;
  transform: scale(1);
}
.c5-jsAnim.is-show .c5-jsAnim__fadeIn {
  opacity: 1;
  transform: scale(1);
}

.c5-fix__banner {
  display: none;
  width: 100%;
  padding: 0 10px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.c5-fix__banner-inner {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
}
.c5-fix__banner-img {
  width: 48%;
  margin: 0 1%;
}
.c5-fix__banner-img a, .c5-fix__banner-img img {
  display: block;
  margin: 0;
}
.c5-fix__banner-img a {
  transition: all 0.3s;
}
.c5-fix__banner-img a:hover {
  opacity: 0.8;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-hero {
    margin-bottom: 130px;
  }
  .c5-grid__txt-l {
    font-size: 2.5vw;
  }
  .c5-grid__txt-m {
    font-size: 1.66vw;
  }
  .c5-item2 img {
    width: 100%;
    max-width: 257px;
    margin-top: 10px;
  }
  .c5-item3 img {
    width: 100%;
    max-width: 123px;
    margin-left: 50px;
  }
  .c5-item8 img {
    width: 100%;
    max-width: 175px;
    margin-top: 10px;
  }
  .c5-item10 {
    justify-content: flex-start;
  }
  .c5-item10 img {
    width: 100%;
    max-width: 109px;
    margin-left: 3%;
  }
  .c5-posa {
    left: 20px;
  }
  .c5-item1 .c5-posa, .c5-item4 .c5-posa {
    bottom: 15px;
  }
  .c5-item7 .c5-posa, .c5-item9 .c5-posa {
    top: 12px;
  }
  .c5-item2,
  .c5-item3,
  .c5-item5,
  .c5-item6,
  .c5-item8,
  .c5-item10 {
    padding: 10px 20px;
  }
  .c5-sec1 {
    margin-bottom: 100px;
  }
  .c5-sec2 {
    max-width: 1200px;
    margin-bottom: 100px;
  }
  .c5-box__ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .c5-box__catch {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .c5-box__article {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .c5-box__txt-img {
    margin-bottom: 40px;
  }
  .c5-btn {
    width: 261px;
    font-size: 15px;
  }
  .c5-btn::after {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
  .c5-sec6 .c5-box__txt-img {
    width: auto;
  }
  .c5-sec7 .c5-box__txt-img {
    width: auto;
  }
  .c5-spec {
    margin-bottom: 25px;
    padding: 25px 0;
  }
  .c5-spec__ttl {
    font-size: 50px;
  }
  .c5-spec__ttl .c5-open {
    width: 50px;
    height: 50px;
    margin-left: 30px;
  }
  .c5-spec__ttl .c5-open::before {
    width: 50px;
    height: 4px;
  }
  .c5-spec__ttl .c5-open::after {
    width: 4px;
    height: 50px;
  }
  .c5-note {
    max-width: 1100px;
    margin-bottom: 65px;
  }
  .c5-note li {
    font-size: 14px;
    line-height: 1.42;
  }
  .c5-product {
    margin-bottom: 150px;
  }
  .c5-product__img {
    margin-bottom: 45px;
  }
  .c5-product__cate {
    font-size: 30px;
    line-height: 1.3;
  }
  .c5-product__name {
    font-size: 45px;
  }
  .c5-product__btn {
    gap: 0 35px;
  }
  .c5-product__btn .c5-btn {
    width: 50%;
    max-width: 400px;
    padding: 20px 10px;
    font-size: 16px;
    margin: 0;
    text-align: center;
    border-radius: 10px;
  }
  .c5-jsAnim.ex .c5-jsAnim__fadeIn {
    opacity: 0;
    transform: scale(1.2);
  }
  .c5-jsAnim.ex.is-show .c5-jsAnim__fadeIn {
    opacity: 1;
    transform: scale(1);
  }
  .c5-fix__banner {
    width: 90px;
    padding: 0;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
  }
  .c5-fix__banner-inner {
    display: block;
    padding: 25px 9px;
  }
  .c5-fix__banner-img {
    width: 100%;
    margin: 0;
  }
  .c5-fix__banner-img:first-child {
    margin-bottom: 25px;
  }
}
@media (min-width: 875px) {
  .c5-spec__table {
    max-width: 965px;
    margin-top: 55px;
    padding: 25px 50px;
  }
  .c5-spec__table table {
    border-spacing: 5px 20px;
  }
}
@media screen and (min-width: 945px) {
  .c5-sec2 .c5-movie {
    width: auto;
    max-width: 945px;
    height: 531px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 965px) {
  .c5-spec__table table td {
    font-size: 20px;
    line-height: 2;
  }
  .c5-spec__table table td:first-child {
    width: 32%;
  }
  .c5-spec__table table td:last-child {
    width: 68%;
  }
}
@media (min-width: 980px) {
  .c5-tokutyou {
    margin-bottom: 65px;
  }
  .c5-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-box__img {
    margin: 0;
    width: 55.9%;
    max-width: 781px;
    border-radius: 15px;
    box-shadow: 10px 10px 25px 0px #d2dadd;
  }
  .c5-box__img img {
    border-radius: 15px;
  }
  .c5-box__txt {
    width: calc(38.8% - 30px);
    margin: 0 0 0 30px;
  }
  .c5-box.c5-reverse {
    flex-direction: row-reverse;
  }
  .c5-box.c5-reverse .c5-box__txt {
    margin: 0 30px 0 0;
  }
  .c5-sec4 .c5-box__img {
    box-shadow: -10px 10px 25px 0px #d2dadd;
  }
  .c5-sec7 {
    margin-bottom: 145px;
  }
  .c5-sec7 .c5-box__img {
    box-shadow: -10px 10px 25px 0px #d2dadd;
  }
  .c5-sec5 {
    margin-bottom: 95px;
    overflow-x: hidden;
  }
  .c5-slide__wrap {
    padding: 90px 0 95px;
  }
  .c5-slide__wrap .c5-btn {
    width: 261px;
    padding: 20px 10px;
  }
  .c5-slide__content {
    margin: 0 20px;
    cursor: move;
  }
  .c5-slide__img {
    margin-bottom: 50px;
  }
  .c5-slide__img img {
    width: 90%;
    box-shadow: 10px 10px 25px 0px #d2dadd;
  }
  .c5-slide__ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c5-slide__ttl.ex {
    font-size: 26px;
  }
  .c5-slide__txt {
    font-size: 18px;
    line-height: 1.9;
  }
  .slick-dots {
    bottom: -55px;
    text-align: left;
    margin-left: 100px;
  }
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    top: calc(50% - 110px);
    border-width: 3px;
  }
}
@media (min-width: 1200px) {
  .c5-sec__inner {
    padding: 0;
  }
  .c5-grid__area {
    grid-template-areas: "item1 item4 item8" "item1 item4 item8" "item1 item4 item9" "item1 item5 item9" "item2 item6 item9" "item2 item7 item10" "item3 item7 item10";
    grid-template-rows: repeat(7, 112px);
  }
  .c5-grid__content {
    border-radius: 10px;
  }
  .c5-grid__txt-l {
    font-size: 30px;
  }
  .c5-grid__txt-m {
    font-size: 20px;
  }
  .c5-item4 {
    height: 325px;
  }
  .c5-item5 {
    height: 110px;
    position: relative;
    top: -22px;
  }
  .c5-item6 {
    height: 110px;
    position: relative;
    top: -25px;
  }
  .c5-item7 {
    height: 255px;
    position: relative;
    top: -27px;
  }
  .slick-prev {
    left: 27%;
  }
  .slick-next {
    right: 27%;
  }
}
@media (min-width: 1400px) {
  .c5-slide__wrap {
    max-width: 1400px;
  }
  .c5-slide__inner::before, .c5-slide__inner::after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .c5-slide__inner::before {
    left: 0;
    background: linear-gradient(90deg, rgb(243, 243, 246) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .c5-slide__inner::after {
    right: 0;
    background: linear-gradient(-90deg, rgb(243, 243, 246) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
/*# sourceMappingURL=style.css.map */