@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
.c5-main {
  margin-bottom: -50px;
}

.f-lora {
  font-family: "Lora", serif;
  letter-spacing: 0.125em;
}

.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "YuMincho", "游明朝体", Yu Mincho, "游明朝", serif;
  overflow-x: hidden;
  background: #1a1a1a;
}
.c5-main__container img {
  max-width: 1140px;
}
.c5-main__container h1,
.c5-main__container h2,
.c5-main__container h3 {
  margin: 0;
  padding: 0;
}
.c5-main__container a:hover {
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c5-main__container * {
  box-sizing: border-box;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-flex {
    display: flex;
  }
  .c5-inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  .c5-primary-bg {
    background: #0d0d0d;
  }
}
@media (min-width: 1140px) {
  .c5-main__container h1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .c5-main__container h1::before, .c5-main__container h1:after {
    display: block;
    content: "";
    width: 50%;
  }
  .c5-main__container h1 img {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    flex-shrink: 0;
  }
}
.c5-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 165px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #d4dde4;
  transition: all 0.3s;
  letter-spacing: 0.125em;
}
.c5-btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 2px solid #d4dde4;
  border-right: 2px solid #d4dde4;
  transform: translateY(-50%) rotate(45deg) skew(-4deg, -4deg);
}
.c5-btn:hover {
  border: 2px solid #d7c293;
  background: #d7c293;
  color: #fff;
}

.c5-color {
  max-width: 180px;
  font-weight: bold;
  border-color: #fff;
}
.c5-color::after {
  border-color: #fff;
}

h1 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.c5-sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px auto 0;
  padding: 0 20px;
}
.c5-sns a,
.c5-sns img {
  display: block;
}
.c5-sns a {
  width: 38px;
  transition: all 0.3s;
}
.c5-sns a:hover {
  opacity: 0.7;
}
.c5-sns a.c5-tw {
  margin-left: 13px;
}
.c5-sns a img {
  width: 100%;
}

.c5-wrap {
  color: #fff;
}
.c5-wrap p {
  margin: 0;
}

.c5-sec1 .c5-inner {
  padding: 70px 20px 30px;
}
.c5-sec1 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c5-sec1__right__img div {
  width: 100%;
  margin: 0 auto 20px;
}
.c5-sec1__right__img div a {
  display: block;
  transition: all 0.3s;
}
.c5-sec1__right__img div a:hover {
  opacity: 0.7;
}
.c5-sec1__right__img div p {
  text-align: center;
  font-size: 13px;
  font-family: "din2014", serif;
}
.c5-sec1__right__img div img {
  display: block;
  margin: 0 auto;
}

/*.c5-sec1*/
@-webkit-keyframes border {
  from {
    border-color: #d4dde4;
  }
  to {
    border-color: #909ba4;
  }
}
@keyframes border {
  from {
    border-color: #d4dde4;
  }
  to {
    border-color: #909ba4;
  }
}
@-webkit-keyframes border2 {
  from {
    border-color: #d7c294;
  }
  to {
    border-color: #978868;
  }
}
@keyframes border2 {
  from {
    border-color: #d7c294;
  }
  to {
    border-color: #978868;
  }
}
@media (min-width: 750px) {
  .c5-sns {
    max-width: 1400px;
    margin: 15px auto 0;
  }
  .c5-sns a.c5-tw {
    margin-left: 10px;
  }
  .c5-btn {
    max-width: 380px;
    padding: 10px;
    font-size: 16px;
  }
  .c5-btn::after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
  .c5-btn:hover {
    color: #fff;
    background: #d7c293;
    border: 2px solid #d7c293;
    -webkit-animation: border 0.3s;
            animation: border 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .c5-btn:hover::after {
    color: #fff;
    -webkit-animation: border 0.3s;
            animation: border 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .c5-color {
    font-size: 18px;
  }
  .c5-color:hover {
    -webkit-animation: border2 0.3s;
            animation: border2 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .c5-color:hover::after {
    -webkit-animation: border2 0.3s;
            animation: border2 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .c5-sec1 .c5-inner {
    padding: 110px 20px 100px;
  }
  .c5-sec1 h2 {
    font-size: 36px;
  }
  .c5-sec1 .c5-flex {
    justify-content: center;
    align-items: flex-end;
  }
  .c5-sec1__right {
    margin-bottom: 40px;
  }
  .c5-sec1__right__img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    margin: 0 auto;
  }
  .c5-sec1__right__img div {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }
  .c5-sec1__right__img div p {
    font-size: 18px;
  }
  .c5-sec1__right__img div img {
    margin: 0 auto 10px;
  }
  .c5-sec1__right__img div:first-child {
    margin-right: 18px;
  }
  .c5-sec1__right__button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8%;
    width: 90%;
    margin: 0 auto;
  }
  /*.c5-sec1*/
}
.c5-sec2 {
  margin-bottom: 60px;
}
.c5-sec2__banner a {
  display: block;
  max-width: 750px;
  margin: 0 auto;
  transition: all 0.3s;
}
.c5-sec2__banner a:hover {
  opacity: 0.7;
}
.c5-sec2__banner a img {
  margin: 0 auto;
}

@media (min-width: 750px) {
  .c5-sec2 {
    margin-bottom: 110px;
  }
  .c5-sec2__banner a {
    max-width: 1102px;
  }
}
.fb-back {
  background: #505050;
}

.c5-sec3 {
  margin: 10px auto 75px;
  padding: 0 20px;
}
.c5-sec3__right {
  padding: 0;
}
.c5-sec3__right .c5-movie {
  margin: 0 auto;
}
.c5-sec3__right .cm-link img {
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s;
}
.c5-sec3__right .cm-link img:hover {
  opacity: 0.8;
}
.c5-sec3__right a.s5-link {
  display: block;
  font-size: 13px;
  text-align: right;
}
.c5-sec3__banner a {
  display: block;
}

@media (min-width: 750px) {
  .c5-sec3 {
    margin: 20px auto 160px;
  }
  .c5-sec3 .c5-inner {
    max-width: 1110px;
  }
  .c5-sec3__right .c5-movie {
    max-width: 782px;
  }
  .c5-sec3__right a.s5-link {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.c5-product {
  background: #1a1a1a;
  padding: 30px 20px;
  margin-bottom: 50px;
}
.c5-product .c5-main__catch {
  display: inline-block;
  font-size: 20px;
  color: #d7c294;
  margin-bottom: 35px;
}
.c5-product .c5-main__img {
  display: block;
}
.c5-product .c5-main__txt {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 25px;
  letter-spacing: 0.1em;
}
.c5-product .c5-main__txt sup {
  font-size: 50%;
  top: -1.1em;
}
.c5-product h2 {
  font-size: 27px;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media (max-width: 750px) {
  .c5-product .c5-main__catch {
    margin-bottom: 15px;
  }
  .c5-product .c5-main__title {
    margin-bottom: 28px;
  }
  .c5-product .c5-main__txt {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.c5-sec4 .c5-main__img {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.c5-sec4 .c5-btn {
  margin-bottom: 20px;
}
.c5-sec4__note {
  font-size: 11px;
  line-height: 2;
}

.c5-sec5 .c5-main__img {
  width: 80%;
  margin: 0 15px 10px auto;
  position: relative;
  top: -5px;
}

.c5-sec6 .c5-main__img {
  width: 65%;
  margin: 0 auto;
  position: relative;
  top: -10px;
}

@media (min-width: 750px) {
  .c5-product {
    background: #1a1a1a;
    padding: 50px 20px 110px;
    margin-bottom: 55px;
  }
  .c5-product .c5-inner {
    position: relative;
  }
  .c5-product .c5-main__catch {
    font-size: 18px;
    color: #d7c293;
    border-width: 2px;
    margin-bottom: 39px;
  }
  .c5-product .c5-main__img {
    display: block;
    position: absolute;
    z-index: 1;
  }
  .c5-product .c5-main__txt {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin: 0 0 66px;
    position: relative;
    z-index: 2;
  }
  .c5-product h2 {
    font-size: calc(1.6875rem + (1vw - 7.5px) * 4);
    min-height: 0vw;
    margin-bottom: 47px;
  }
  .c5-sec4 .c5-main__img {
    width: 50%;
    max-width: 700px;
    margin: 0;
    right: 0;
    top: -2%;
  }
  .c5-sec4 h2 {
    width: 50%;
  }
  .c5-sec4 .c5-btn {
    margin-top: 30px;
    color: #fff;
  }
  .c5-sec4__note {
    font-size: 12px;
    color: #fff;
    line-height: 1.78;
  }
  .c5-sec5 .c5-main__img {
    width: 61%;
    max-width: 650px;
    margin: 0;
    right: -3%;
    top: 0;
  }
  .c5-sec5 h2 {
    border-radius: 0 30px 0 0/0 110px 0 0;
  }
  .c5-sec6 .c5-main__img {
    width: 44%;
    max-width: 497px;
    margin: 0;
    right: 0;
    top: -3%;
  }
  .c5-sec6 h2 {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .c5-product h2 {
    font-size: 32px;
    color: #fff;
  }
}
.c5-sec7 {
  margin-bottom: 35px;
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.c5-sec7 h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.c5-sec7__info h3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.c5-sec7__info h3 span {
  padding-bottom: 5px;
  border-bottom: 2px solid #d4dde4;
}
.c5-sec7 table {
  width: 100%;
  margin-bottom: 45px;
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 0 16px;
  color: #fff;
}
.c5-sec7 table tr td {
  vertical-align: top;
}
.c5-sec7 table tr td:first-child {
  width: 35%;
}
.c5-sec7 table tr td:last-child {
  width: 55%;
}
.c5-sec7__btn a {
  display: block;
  margin: 0 auto;
}
.c5-sec7__btn a:first-child {
  margin-bottom: 25px;
}

@media (min-width: 750px) {
  .c5-sec7 {
    margin-bottom: 100px;
    padding: 20px 20px 0;
    background-color: #fff;
  }
  .c5-sec7 h2 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .c5-sec7__inner {
    display: flex;
    justify-content: space-between;
  }
  .c5-sec7__img {
    width: 50%;
    max-width: 591px;
    margin-right: 5%;
  }
  .c5-sec7__img figure:not(:last-child) {
    margin-bottom: 35px;
  }
  .c5-sec7__img figure img {
    display: block;
    margin: 0 auto 10px;
  }
  .c5-sec7__img figure figcaption {
    font-size: 14px;
    text-align: center;
  }
  .c5-sec7__info {
    color: #fff;
    width: 67%;
  }
  .c5-sec7__info h3 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: left;
  }
  .c5-sec7__info h3 span {
    border-width: 3px;
    padding-bottom: 2px;
  }
  .c5-sec7 table {
    margin-bottom: 0;
    font-size: 16px;
    border-spacing: 0 18px;
  }
  .c5-sec7 table tr td {
    line-height: 2.1875;
  }
  .c5-sec7 table tr td:first-child {
    width: 25%;
  }
  .c5-sec7 table tr td:last-child {
    width: 55%;
  }
  .c5-sec7__btn {
    justify-content: flex-start;
  }
  .c5-sec7__btn a {
    margin: 0;
    width: 49%;
  }
  .c5-sec7__btn a:first-child {
    margin-bottom: 0;
    margin-right: 8%;
  }
}
.c5-note {
  padding: 0 20px;
  margin-bottom: 45px;
}
.c5-note ul {
  margin: 0;
  padding: 0;
  font-size: 12.5px;
  line-height: 2;
}

@media (min-width: 750px) {
  .c5-note {
    margin-bottom: 135px;
    padding: 0 10px;
  }
  .c5-note ul {
    font-size: 14px;
    line-height: 1.785;
  }
}
.c5-sec8 {
  margin-bottom: 65px;
  padding: 0 20px;
}
.c5-sec8 h2 {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.c5-sec8 h2 span.f-lora {
  font-weight: 500;
}
.c5-sec8 h2 sup {
  font-size: 50%;
  top: -10px;
}
.c5-sec8__product {
  margin-bottom: 30px;
}
.c5-sec8__product-content:first-child {
  margin-bottom: 50px;
}
.c5-sec8__product-content p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
}
.c5-sec8__product-content p span {
  padding-bottom: 4px;
  border-bottom: 2px solid #d4dde4;
}
.c5-sec8__product-content img {
  display: block;
  width: 85%;
  margin: 0 auto 25px;
}
.c5-sec8__product-content .c5-btn {
  margin: 0 auto;
}
.c5-sec8__product-content .c5-btn:first-child {
  margin-bottom: 25px;
}
.c5-sec8 .c5-note {
  padding: 0;
}

@media (min-width: 750px) {
  .c5-sec8 {
    margin-bottom: 140px;
  }
  .c5-sec8 h2 {
    font-size: 36px;
    margin-bottom: 55px;
    letter-spacing: 0.1em;
  }
  .c5-sec8 h2 > span {
    display: block;
  }
  .c5-sec8 h2 sup {
    top: -20px;
    letter-spacing: 0;
  }
  .c5-sec8__product {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .c5-sec8__product-content {
    width: 29.825%;
    max-width: 466px;
  }
  .c5-sec8__product-content:first-child {
    margin-bottom: 0;
  }
  .c5-sec8__product-content p {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .c5-sec8__product-content p span {
    padding-bottom: 4px;
    border-width: 3px;
  }
  .c5-sec8__product-content img {
    width: 100%;
    margin: 0 auto 60px;
    max-width: 339px;
  }
  .c5-sec8__product-content .c5-flex {
    justify-content: space-between;
  }
  .c5-sec8__product-content .c5-btn {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  .c5-sec8__product-content .c5-btn:first-child {
    margin-bottom: 0;
  }
  .c5-sec8__product-content .c5-btn::after {
    right: 13px;
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1160px) {
  .c5-sec8 h2 > span {
    display: inline;
    padding-left: 1em;
  }
  .c5-sec8__product .c5-btn {
    font-size: 16px;
  }
  .c5-sec8__product .c5-btn::after {
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
.c5-sec9 {
  padding: 0 15px;
}
.c5-sec9 h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.c5-sec9 ul {
  display: flex;
  justify-content: space-between;
}
.c5-sec9 ul li {
  width: 47%;
  margin: 0;
}
.c5-sec9 ul li a img {
  display: block;
}

@media (min-width: 750px) {
  .c5-sec9 {
    margin-bottom: 120px;
  }
  .c5-sec9 h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .c5-sec9 ul {
    justify-content: center;
  }
  .c5-sec9 ul li {
    width: 31%;
    max-width: 344px;
  }
  .c5-sec9 ul li:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .c5-sec9 ul li:last-child {
    margin-left: 15px;
  }
}
.c5-pop {
  background-color: #1a1a1a;
  color: #fff;
}
.c5-pop * {
  box-sizing: border-box;
}
.c5-pop ul {
  list-style: none;
  padding: 0;
}
.c5-pop img {
  max-width: 100%;
}
.c5-pop__inner {
  padding: 20px 0 0;
}
.c5-pop__ttl {
  color: #d7c293;
  font-size: 18px;
  margin: 18px 0 35px;
  padding: 0 20px;
}
.c5-pop__box {
  margin-bottom: 60px;
  padding: 0 20px;
}
.c5-pop__box-img img {
  display: block;
  margin: 0 auto 20px;
}
.c5-pop__box-txt p:first-child {
  font-size: 24px;
  font-weight: bold;
}
.c5-pop__box-txt p:last-child {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
}
.c5-pop__box-txt .c5-note {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.875;
}
.c5-pop__box-txt a {
  text-decoration: underline;
}
.c5-pop__box-txt a:hover {
  color: inherit;
  text-decoration: none;
}
.c5-pop .c5-img__box .c5-pop__box-img {
  margin-bottom: 20px;
}
.c5-pop .c5-img__box .c5-pop__box-img:first-child {
  margin-bottom: 40px;
}
.c5-pop__btn {
  padding: 30px 20px;
}
.c5-pop__btn .c5-btn {
  margin: 0 auto;
}
.c5-pop__btn .c5-btn:first-child {
  margin-bottom: 25px;
}
.c5-pop__btn .c5-btn:hover {
  border: 2px solid #d7c293;
  text-decoration: none;
  color: #fff;
}

.mfp-container {
  padding: 0;
  background-color: #1a1a1a;
}

.mfp-close-wrap {
  position: relative;
}
.mfp-close-wrap .mfp-close {
  position: fixed;
  top: 20px;
  right: 20px;
  content: "";
  width: 21px;
  height: 21.7px;
  padding: 0;
  background: url("../img/pop_close.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
}

@media (min-width: 750px) {
  .c5-pop {
    padding: 60px 0 0;
  }
  .c5-pop__ttl {
    max-width: 1000px;
    font-size: 18px;
    margin: 0 auto 90px;
  }
  .c5-pop__box-left {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: flex;
  }
  .c5-pop__box {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: flex;
    flex-direction: row-reverse;
  }
  .c5-pop__box-img {
    width: 45%;
    max-width: 420px;
    margin-left: 5%;
  }
  .c5-pop__box-img img {
    margin: 8px auto;
  }
  .c5-pop__box-txt {
    width: 54%;
  }
  .c5-pop__box-txt p:first-child {
    font-size: 32px;
    margin-top: 0;
  }
  .c5-pop__box-txt p:first-child sup {
    font-size: 0.5em;
    top: -1.2em;
  }
  .c5-pop__box-txt p:last-child {
    font-size: 18px;
  }
  .c5-pop__box-txt .c5-note {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.9;
  }
  .c5-pop .c5-img__box {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .c5-pop .c5-img__box .c5-pop__box-img {
    width: 45%;
    max-width: 420px;
    margin: 0 0 50px;
  }
  .c5-pop .c5-img__box .c5-pop__box-img:first-child {
    margin-bottom: 50px;
  }
  .c5-pop .c5-txt__wide {
    width: 100%;
  }
  .c5-pop__btn {
    padding: 80px 0;
    justify-content: center;
  }
  .c5-pop__btn .c5-btn {
    width: 30%;
    margin: 0;
  }
  .c5-pop__btn .c5-btn:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .c5-pop__btn .c5-btn:hover {
    border: 2px solid #d7c293;
  }
  .c5-flex .c5-pop__box .c5-pop__box-txt-left {
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 20px;
    display: flex;
  }
  .mfp-close-wrap .mfp-close {
    top: 40px;
    right: 60px;
    width: 30px;
    height: 31px;
  }
}
.c5-link__hp {
  width: 80%;
  position: fixed;
  z-index: 3;
  bottom: 2%;
  left: 43%;
  transform: translate(-50%, 0);
}
.c5-link__hp a {
  display: block;
  transition: all 0.3s;
}
.c5-link__hp a:hover {
  opacity: 0.8;
}
.c5-link__hp a img {
  width: 100%;
}

@media (min-width: 750px) {
  .c5-link__hp {
    width: 12%;
    max-width: 100px;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.is-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.c5-js__block1,
.c5-js__block2,
.c5-js__block3,
.c5-js__block4,
.c5-js__block5 {
  transition: all 0.6s;
  opacity: 0;
  transform: translateY(150px);
}

/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg,
.mfp-fade02.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade02.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-fade01.mfp-bg.mfp-removing,
.mfp-fade02.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content,
.mfp-fade02.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c5-f-lola__white {
  color: #fff;
}

.c5-sec1__right {
  background: url(../img/pro-bg_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 40px right 0px;
  width: 100%;
  height: auto;
}
.c5-sec1__right__img {
  margin-top: 50px;
}

.c5-sec1__flexBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.c5-sec1__flexBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.c5-btn.f-noto.c5-btn__large {
  margin-top: 60px;
}

.c5-main__img-left {
  width: 100%;
  max-width: 700px;
  margin: 0;
  left: 0;
  top: -2%;
}

.c5-main__catch-right,
.c5-main__title-right,
.c5-main__img-left,
.c5-main__txt-right,
.c5-sec__note-right {
  text-align: right;
  width: 100%;
}

@media (max-width: 750px) {
  .c5-sec1__right__img {
    margin-top: 0;
  }
  .c5-main__catch-right,
.c5-main__title-right,
.c5-main__img-left,
.c5-main__txt-right,
.c5-sec__note-right {
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .c5-sec4 .c5-main__title-right {
    width: 100%;
  }
  .c5-flex.c5-sec1__flexLearn-right {
    display: flex;
    justify-content: flex-end;
  }
}
.c5-inner-leftItem {
  text-align: left;
  display: inline-block;
}

.c5-btn-right {
  margin-left: auto;
}

.c5-detileTitle {
  width: 100%;
  text-align: center;
  font-size: 48px;
}

@media (min-width: 750px) {
  .c5-sec1 .c5-detailsTitle {
    font-size: 48px;
    margin-bottom: 99px;
    margin-top: 111px;
  }
}
.c5-wrap__white {
  background: rgb(249, 249, 249);
  background: linear-gradient(0deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 50%, rgb(249, 249, 249) 100%);
}

.c5-sceneTitle {
  text-align: center;
  position: relative;
}
.c5-sceneTitle:after {
  content: "";
  display: block;
  margin: 20px auto 40px;
  width: 100%;
  max-width: 586px;
}

.c5-sceneSubTitle {
  font-size: 60px;
  color: #1a1a1a;
  text-align: center;
}

.c5-sceneSubTitle > .c5-sceneSubTitle__img {
  vertical-align: top;
}

.c5-sec__img {
  display: block;
  text-align: center;
}

.is-show-right {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.c5-js__block6 {
  transition: all 0.6s;
  opacity: 0;
  transform: translateX(150px);
}

.is-show-left {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.c5-js__block7 {
  transition: all 0.6s;
  opacity: 0;
  transform: translateX(-150px);
}

.c5-scroll-down {
  text-align: center;
  display: inline-block;
  color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.c5-scroll-down span {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.c5-sec__imgWrap {
  width: 100%;
  margin: 16px 0;
}

.c5-sec__imgWrap__item {
  width: 100%;
}

.c5-sec8__product-content .c5-flex:first-of-type {
  margin-bottom: 10px;
}

.c5-sec7__btn {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .c5-main__container img {
    width: 100%;
    max-width: 375px;
  }
  .c5-main__container .c5-main__kv {
    width: 100%;
    max-width: 602px;
  }
  .c5-main__container .c5-sec__imgWrap__item {
    width: 100%;
    max-width: 670px;
  }
  .c5-sceneSubTitle > .c5-sceneSubTitle__img {
    max-width: 117px;
  }
}
.c5-main__container .c5-info__img {
  max-width: 506px;
  width: 100%;
}

.c5-sec1__info {
  color: #fff;
  margin-bottom: 60px;
}

.c5-pl-100 {
  padding-left: 50px;
}

.c5-pr-100 {
  padding-right: 50px;
}

@media (max-width: 750px) {
  .c5-flex .c5-btn {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .c5-sec1__info table {
    width: 100%;
  }
}
.c5-sec1__info h3 {
  font-size: 38px;
  border-bottom: 1px solid #d7c293;
  margin-top: 14px;
  margin-bottom: 27px;
}

.c5-break-pc {
  display: inline-block;
}

.c5-break-sp {
  display: none;
}

@media (max-width: 750px) {
  .c5-break-pc {
    display: none;
  }
}
@media (max-width: 750px) {
  .c5-break-sp {
    display: inline-block;
  }
}
.c5-sec1__right__img-sp {
  display: flex;
  justify-content: center;
}

.c5-sec1__flexBlock__img-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 750px) {
  .c5-break-sp .c5-btn {
    width: 100%;
    max-width: 580px;
  }
  .c5-sec1__right__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .c5-sec1__right__button {
    flex-direction: column;
    width: 100%;
  }
  .c5-sec1__right__button .c5-btn.f-noto.c5-btn__large {
    max-width: none;
    margin-top: 16px;
  }
  .c5-break-sp .c5-btn.f-noto.c5-btn__large {
    margin-top: 16px;
  }
}
@media (max-width: 750px) {
  .c5-break-sp .c5-sec1__right__img-sp .c5-sec1__flexBlock__img-sp .f-lora {
    font-size: 14px;
  }
  .c5-break-sp .c5-sec1__right__img-sp .c5-sec1__flexBlock__img-sp a {
    margin-bottom: 40px;
  }
}
.c5-main__container h1 {
  margin-top: 42px;
  margin-bottom: 59px;
  padding: 0 20px;
}

@media (max-width: 750px) {
  .c5-main__container h1 {
    margin-top: 118px;
    margin-bottom: 104px;
  }
  .c5-scroll-down {
    margin-bottom: 160px;
  }
  .c5-sec1__right__img div {
    width: 100%;
    max-width: 219px;
  }
}
@media (max-width: 550px) {
  .c5-sec1__right__img div {
    width: 100%;
    max-width: 110px;
  }
}
.c5-white__text {
  color: #fff;
  margin-bottom: 55px;
}

@media (max-width: 750px) {
  .c5-sec4 .c5-main__img {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .c5-inner .c5-sec4__note {
    margin: 0 auto 30px;
    color: #bfbfbf;
  }
}
.c5-main__container div.c5-sceneSubTitle {
  margin: 39px auto 100px;
}

@media (max-width: 750px) {
  .c5-primary-bg {
    background: #0d0d0d;
  }
  .c5-main__container div.c5-sceneSubTitle {
    font-size: 32px;
    margin: 25px auto 60px;
  }
  .c5-sec1__info h3 {
    font-size: 20px;
  }
  .c5-sec1 h2 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  .c5-sec1__right {
    background: url(../img/pro-bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 38% center;
    width: 100%;
    height: auto;
  }
  .c5-pop__ttl {
    font-size: 12px;
  }
  .c5-pop__box-noteTxt {
    font-size: 12px;
  }
}
.c5-inner .c5-sec4__note {
  color: #bfbfbf;
}

.c5-pop__box-noteTxt {
  font-size: 14px;
}

.c5-main__catch-right {
  width: 84.5%;
}

.c5-sec4 .c5-main__title-right {
  width: 90%;
}

.c5-main__txt-right {
  width: 97.1111111111%;
}

.c5-productNote {
  letter-spacing: -0.04em;
  width: 80%;
}

.c5-flex > .c5-btn:hover {
  border: 2px solid #d7c293;
}

.c5-pop__box-txt span.c5-sec4__note {
  font-size: 14px;
}

.side {
  position: fixed;
  top: 65%;
  right: 0;
  transform: translate(100%, -50%);
  transition: transform 0.5s;
  z-index: 995;
  color: #fff;
  border: 0.25px solid #f5f5f5;
}
.side a {
  text-align: center;
  border-right: none;
  background-color: #1a1a1a;
  display: block;
  text-decoration: none;
  padding: 28px 10px 15px 15px;
  transition: all 0.3s;
}
.side a:hover {
  color: #fff;
  opacity: 0.7;
}
.side a span {
  display: block;
  margin: auto;
}
.side a span.side_text1 {
  width: 18px;
  background-image: url(../images/side_text1.png);
  margin-bottom: 20px;
}
.side a span.side_text2 {
  height: 50px;
  font-size: 13px;
  background-image: url(../images/side_text2.png);
  margin-top: 18px;
}
.side a img {
  max-width: 100px;
  width: 90%;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .side a img {
    width: 5.12vw;
    max-width: 100px;
    top: 20px;
    position: relative;
    margin-top: 0;
  }
  .side a span.side_text1 {
    width: 20.44%;
    margin-bottom: 17%;
  }
  .side a span.side_text2 {
    width: 104.6%;
    height: 1.11vw;
    margin-top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .side {
    top: auto;
    bottom: 0;
    transform: none;
    display: none;
    width: 100%;
    left: 0;
  }
  .side a {
    border-left: none;
    padding: 5% 8%;
  }
  .side a:hover {
    opacity: 1;
  }
  .side a img {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(0%, -50%);
    width: 17vw;
  }
  .side a span {
    margin: 0 auto 0 0;
  }
  .side a span.side_text1 {
    background-image: url(../images/side_text1_sp.png);
    background-position: top;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 12px;
  }
  .side a span.side_text1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16%;
    height: 1px;
    background-color: #8c8c8c;
  }
  .side a span.side_text2 {
    width: 100%;
    height: 3.8vw;
    margin-top: 12px;
    text-align: left;
  }
}

.c5-flex.c5-pop__box.c5-pop__box-txt-left {
  flex-direction: column;
}

.c5-sec__imgWrap--products {
  margin: 55px auto 27px;
}

.c5-sec__imgWrap--products__main {
  margin-top: 0;
  margin-bottom: 34px;
}

.c5-sceneTitle > .c5-sceneTitle__img {
  width: 100%;
  max-width: 586px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .c5-sec__imgWrap--products {
    margin: 37px auto 16px;
  }
  .c5-sceneTitle > .c5-sceneTitle__img {
    width: 100%;
    max-width: 645px;
  }
  .c5-sceneTitle:after {
    max-width: 645px;
    margin: 15px auto 35px;
  }
  .c5-sec__imgWrap--products__main {
    margin-bottom: 24px;
  }
}
.c5-sec-banner {
  background-color: #151515;
  padding: 120px 0;
}
.c5-sec-banner__inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 95px;
}
.c5-sec-banner__title {
  margin-bottom: 50px !important;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
}
.c5-sec-banner__banner {
  display: block;
  transition: all 0.3s;
}
.c5-sec-banner__banner img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.c5-sec-banner__banner:hover {
  transition: all 0.3s;
  filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
  .c5-sec-banner {
    background-color: #151515;
    padding: 65px 0;
  }
  .c5-sec-banner__inner {
    padding: 0 20px;
  }
  .c5-sec-banner__title {
    margin-bottom: 40px !important;
    font-size: 28px;
  }
}

.c5-sec-detail__title {
  font-weight: 400 !important;
}
@media screen and (max-width: 750px) {
  .c5-sec-detail__title {
    font-size: 28px !important;
  }
}
/*# sourceMappingURL=style.css.map */