@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap");
.f-lora {
  font-family: 'Lora', serif;
  letter-spacing: .125em;
}

.f-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 20px auto 0;
  font-family: 'Noto Serif JP' ,serif;
  overflow-x: hidden;
}

.c5-main__container img {
  max-width: 100%;
}

.c5-main__container h1, .c5-main__container h2, .c5-main__container h3 {
  margin: 0;
  padding: 0;
}

.c5-main__container a {
  transition: all .3s;
}

.c5-main__container a:hover {
  opacity: .6;
  text-decoration: none;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
}

.c5-main__container * {
  box-sizing: border-box;
}

.c5-arrow {
  position: relative;
}

.c5-arrow::before {
  display: block;
  content: '';
  width: 28%;
  height: 1px;
  background-color: #b6b3ad;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c5-arrow::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #b6b3ad;
  border-bottom: 1px solid #b6b3ad;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.c5-hero__wrap {
  background: url("../img/hero_sp.jpg") no-repeat top center #e8e9e1;
  background-size: cover;
  padding-bottom: 50%;
}

.c5-hero__head {
  text-align: center;
  color: #001c1c;
}

.c5-hero__head h1 {
  font-size: 23px;
  margin: 0;
  padding-top: 15px;
  line-height: 1.6;
}

.c5-hero__head-txt {
  margin: 0 auto;
  font-size: 12px;
}

.c5-hero__head-txt span {
  display: block;
  font-size: 18px;
  letter-spacing: .2em;
}

.c5-hero__box {
  display: flex;
  justify-content: center;
  width: calc(100% + 15px);
  padding: 0 15px;
  background: #e8e9e1;
  background: linear-gradient(180deg, #e8e9e1 0%, #fcfcf9 35%, #fdfdfb 100%);
  position: relative;
  top: -2px;
}

.c5-hero__product {
  width: calc(50% - 15px);
  margin: 0 15px 0 0;
  color: #001c1c;
}

.c5-hero__product img {
  display: block;
  margin: 0 auto 15px;
}

.c5-hero__product-name {
  font-size: 19px;
  margin: 0 auto 10px;
  text-align: center;
  letter-spacing: 1px;
}

.c5-hero__product-btn a {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 1px;
}

.c5-hero__product-btn a:first-child {
  margin-bottom: 15px;
}

.c5-catch {
  background-color: #001c1c;
  margin-top: 40px;
  padding: 30px 0 60px;
}

.c5-catch h2 {
  font-size: 23px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.52;
  color: #fff;
  text-shadow: 0px 0px 25px rgba(244, 244, 244, 0.5);
}

.c5-catch__img {
  position: relative;
}

.c5-catch__img img {
  display: block;
}

.c5-catch__img-kiki {
  width: 30%;
  margin: 0 auto;
}

.c5-catch__img-anim {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.c5-catch__txt {
  font-size: 16px;
  line-height: 1.81;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}

.is-anim {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 0.5);
          animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 0.5);
}

.is-ieAnim {
  -webkit-animation: ie-animation 2s;
          animation: ie-animation 2s;
  pointer-events: none;
}

@-webkit-keyframes img-wrap {
  0% {
    opacity: 0;
    clip-path: circle(0 at 50% 10%);
    -webkit-clip-path: circle(0 at 50% 10%);
  }
  100% {
    opacity: 1;
    clip-path: circle(100% at 50% 10%);
    -webkit-clip-path: circle(100% at 50% 10%);
  }
}

@keyframes img-wrap {
  0% {
    opacity: 0;
    clip-path: circle(0 at 50% 10%);
    -webkit-clip-path: circle(0 at 50% 10%);
  }
  100% {
    opacity: 1;
    clip-path: circle(100% at 50% 10%);
    -webkit-clip-path: circle(100% at 50% 10%);
  }
}

@-webkit-keyframes ie-animation {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes ie-animation {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

.c5-wrapBottom {
  background-color: #eaeae2;
  padding-top: 75px;
}

.c5-learn__content {
  margin: 0 auto 75px;
  padding: 0 20px;
}

.c5-learn__img {
  display: block;
  margin: 0 auto 5px;
  border-radius: 7px;
}

.c5-learn__info-topTxt {
  font-size: 22px;
  color: #ada99a;
  text-align: right;
  margin: 0;
  line-height: 1;
}

.c5-learn__info-catch {
  width: 90%;
  margin-bottom: 25px;
}

.c5-learn__info-catch p {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #001c1c;
}

.c5-learn__info-catch-shadow {
  box-shadow: 0px 0px 21px 0px rgba(179, 194, 184, 0.4);
}

.c5-learn__info-catch-shadow:first-child {
  margin-top: 2px;
  margin-bottom: 15px;
}

.c5-learn__info-txt {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto 25px;
  color: #001c1c;
}

.c5-learn__info-btn {
  display: block;
  width: 60%;
  max-width: 192px;
  margin-left: auto;
  padding: 10px 10px 10px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #001c1c;
  border: 1px solid #ada99a;
  border-radius: 3px;
}

.c5-learn__info-btn.c5-arrow::before {
  background-color: #001c1c;
  right: 15px;
}

.c5-learn__info-btn.c5-arrow::after {
  border-color: #001c1c;
  right: 15px;
}

.c5-speaker {
  margin: 65px auto 50px;
  color: #001c1c;
}

.c5-speaker h2 {
  font-size: 27px;
  font-weight: normal;
  margin: 0 auto 35px;
  line-height: 1.6;
  text-align: center;
}

.c5-speaker__box {
  width: 65%;
  margin: 0 auto;
}

.c5-speaker__content-ttl {
  font-size: 18px;
  line-height: 1.43;
  margin: 0 auto 5px;
  text-align: center;
  letter-spacing: 1px;
}

.c5-speaker__content img {
  display: block;
  margin: 0 auto 5px;
}

.c5-speaker__content-txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

.c5-speaker__content:first-child {
  margin-bottom: 30px;
}

.c5-table {
  width: 100%;
  margin-bottom: 25px;
  color: #001c1c;
  table-layout: fixed;
}

.c5-table__wrap {
  margin: 0 auto 55px;
}

.c5-table th, .c5-table td {
  padding: 1em 5px;
}

.c5-table__product th {
  vertical-align: top;
  font-weight: normal;
  background-color: #dcdbd3;
}

.c5-table__product th p {
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.45;
}

.c5-table__product th p.ex {
  line-height: 2.9;
}

.c5-table__product th img, .c5-table__product th .c5-table__btn {
  display: block;
  margin: 0 auto;
}

.c5-table__product th img {
  margin: 15px auto;
}

.c5-table__product th .c5-table__btn {
  font-size: 11px;
  padding: 5px 2px 20px;
  background-color: #aca899;
  border-radius: 5px;
  color: #001c1c;
}

.c5-table__product th .c5-table__btn.ex {
  margin-top: 10px;
}

.c5-table__product th .c5-table__btn::before {
  width: 45%;
  background-color: #001c1c;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c5-table__product th .c5-table__btn::after {
  border-color: #001c1c;
  top: 80%;
  left: 66%;
}

.c5-table__product th .c5-table__btn.ex2 {
  margin-top: 60px;
}

.c5-table__product th .c5-table__btn.ex2::before, .c5-table__product th .c5-table__btn.ex2::after {
  top: 70%;
}

.c5-table__product th:not(:first-child) {
  width: 27.46%;
  border-right: 1px solid #fff;
}

.c5-table__product th:first-child {
  width: 17.33%;
  background: none;
  border-right: none;
}

.c5-table__product th:last-child {
  border-right: none;
}

.c5-table__catch th, .c5-table__info th {
  width: 17.33%;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

.c5-table__catch td, .c5-table__info td {
  width: 27.46%;
  font-size: 11px;
}

.c5-table__catch th {
  background-color: #c8c6c2;
}

.c5-table__catch td {
  text-align: center;
  background-color: #a3a099;
  color: #fff;
  border-right: 1px solid #fff;
}

.c5-table__catch td p {
  margin: 0 auto;
}

.c5-table__catch td img {
  display: block;
  margin: 10px auto;
}

.c5-table__catch td:last-child {
  border-right: none;
}

.c5-table__info th {
  background-color: #eae9e5;
  border-bottom: 1px solid #fff;
}

.c5-table__info td {
  background-color: #dcdbd3;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.c5-table__info td ul {
  text-align: left;
  list-style: disc;
  padding-left: 1.3em;
  margin: 0;
}

.c5-table__info td ul li:not(:last-child) {
  margin-bottom: 1em;
}

.c5-table__info td:last-child {
  border-right: none;
}

.c5-table__info.ex td {
  vertical-align: top;
}

.c5-table__info:last-of-type th, .c5-table__info:last-of-type td {
  border-bottom: none;
}

.c5-note {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 11px;
  line-height: 1.4;
  color: #001c1c;
}

.c5-product__wrap {
  margin: 0 auto;
  color: #001c1c;
}

.c5-product__wrap h2 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.c5-product__box-content {
  margin: 0 auto 60px;
}

.c5-product__box-img {
  width: 53%;
  margin: 0 auto 10px;
}

.c5-product__box-img img {
  display: block;
  margin: 0 auto;
}

.c5-product__box-txt {
  font-size: 13px;
  text-align: center;
  line-height: 1.44;
  margin: 0 auto 1.4em;
}

.c5-product__box-name p {
  text-align: center;
  margin-top: 0;
  line-height: 1;
}

.c5-product__box-name p:first-child {
  font-size: 13px;
  margin-bottom: 5px;
}

.c5-product__box-name p:last-child {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.c5-product__box-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  background-color: #ada99a;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #001c1c;
}

.c5-product__box-btn::before {
  background-color: #001c1c;
  left: 65%;
}

.c5-product__box-btn::after {
  border-color: #001c1c;
  left: 90%;
}

.c5-product__box-btn:last-of-type {
  margin-top: 10px;
}

.c5-banner__wrap {
  padding: 0 15px 60px;
}

.c5-banner__wrap a, .c5-banner__wrap img {
  display: block;
  margin: 0 auto;
}

.c5-banner__wrap p {
  font-size: 11px;
  text-align: right;
  margin: 10px 0 0;
}

.c5-pop {
  height: 600px;
  overflow-y: scroll;
  background-color: #505050;
  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;
}

.mfp-container {
  padding: 0;
  background-color: #505050;
}

.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/close.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: all .3s;
  z-index: 3;
  opacity: 1;
}

.mfp-close-wrap .mfp-close:hover {
  opacity: .7;
}

/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c5-modal__wrap {
  width: 100%;
  color: #fff;
}

.c5-modal__inner {
  padding: 20px 20px 90px;
}

.c5-modal__box {
  margin: 0 auto;
}

.c5-modal__feature {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 auto;
}

.c5-modal__img {
  margin: 0 auto 15px;
}

.c5-modal__img img {
  display: block;
  margin: 0 auto;
}

.c5-modal__img p {
  margin: 0;
  font-size: 11px;
  text-align: right;
}

.c5-modal__ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.9;
  margin: 0 auto 10px;
}

.c5-modal__txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 auto;
}

.c5-modal__subTtl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: 1px;
  margin: 0 auto 10px;
}

.c5-modal__note {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 20px 0 0;
}

.c5-box1 {
  margin-bottom: 25px;
}

.c5-box2,
.c5-box4,
.c5-box5,
.c5-box7 {
  margin-bottom: 45px;
}

.disnon {
  opacity: 0;
}

.c5-link__fix {
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.c5-link__fix a {
  display: block;
  transition: all .3s;
}

.c5-link__fix a:hover {
  opacity: .8;
}

.c5-link__fix a img {
  width: 100%;
}

.c5-link__fix * {
  box-sizing: border-box;
}

.c5-link__sp {
  width: 100%;
  background-color: #fff;
  padding: 5px;
}

.c5-link__sp-ttl {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 5px;
  line-height: 1.3;
}

.c5-link__sp-box {
  display: flex;
  justify-content: center;
}

.c5-link__sp-box a {
  width: 40%;
}

.c5-link__sp-box a img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

.c5-link__sp-box a:first-child {
  border-right: 1px solid #121212;
}

@media (min-width: 750px) {
  .c5-main__container {
    background-color: #f9f9f7;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .c5-arrow::before {
    width: 28%;
  }
  .c5-arrow::after {
    width: 6px;
    height: 6px;
  }
  .c5-hero__wrap {
    max-width: 1400px;
    margin: 0 auto;
    background: url("../img/hero_pc.jpg") no-repeat top center #f8f8f5;
    background-size: cover;
    padding-bottom: 660px;
  }
  .c5-hero__head h1 {
    font-size: 52px;
    padding-top: 80px;
  }
  .c5-hero__head-txt {
    font-size: 24px;
  }
  .c5-hero__head-txt span {
    font-size: 40px;
  }
  .c5-hero__box {
    width: calc(100% + 100px);
    margin-bottom: -180px;
    padding: 0 100px 0;
    top: -180px;
    background: none;
  }
  .c5-hero__product {
    width: calc(50% - 100px);
    margin: 0 100px 0 0;
  }
  .c5-hero__product img {
    margin: 0 auto 20px;
  }
  .c5-hero__product-name {
    font-size: 34px;
    margin: 0 auto 40px;
    letter-spacing: 4px;
  }
  .c5-hero__product-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-hero__product-btn a {
    width: 210px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2;
  }
  .c5-hero__product-btn a:first-child {
    margin-bottom: 0;
  }
  .c5-catch {
    background-color: #001c1c;
    margin-top: 140px;
    padding: 60px 0 22%;
  }
  .c5-catch h2 {
    font-size: 35px;
    margin: 0 auto 50px;
    line-height: 1.5;
    text-shadow: 0px 0px 25px rgba(244, 244, 244, 0.5);
  }
  .c5-catch__img {
    position: relative;
  }
  .c5-catch__img img {
    display: block;
  }
  .c5-catch__img-kiki {
    width: 33%;
    max-width: 346px;
  }
  .c5-catch__img-anim {
    transform: translate(-50%, -32%);
  }
  .c5-catch__txt {
    font-size: 20px;
    line-height: 2;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 80px auto 0;
  }
  .c5-wrapBottom {
    padding-top: 120px;
  }
  .c5-learn__content {
    max-width: 1200px;
    margin: 0 auto 160px;
    padding: 0;
    position: relative;
  }
  .c5-learn__img {
    margin: 0 0 0 20px;
    width: 60%;
    max-width: 700px !important;
    border-radius: 10px;
  }
  .c5-learn__info {
    position: absolute;
    width: 43.5%;
    top: 50%;
    right: 3.5%;
    transform: translateY(-35%);
  }
  .c5-learn__info-topTxt {
    font-size: 25px;
  }
  .c5-learn__info-catch {
    width: 100%;
    margin-bottom: 35px;
  }
  .c5-learn__info-catch p {
    font-size: 22px;
    padding: 15px;
  }
  .c5-learn__info-catch-shadow {
    box-shadow: 0px 0px 21px 0px rgba(179, 194, 184, 0.6);
  }
  .c5-learn__info-catch-shadow:first-child {
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .c5-learn__info-txt {
    width: 70%;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 60px auto;
  }
  .c5-learn__info-btn {
    max-width: 260px;
    padding: 15px 10px 15px 30px;
    font-size: 12px;
    border-radius: 4px;
  }
  .c5-learn__info-btn.c5-arrow::before {
    right: 20px;
  }
  .c5-learn__info-btn.c5-arrow::after {
    right: 20px;
  }
  .c5-speaker {
    width: 90%;
    margin: 160px auto 150px;
  }
  .c5-speaker h2 {
    font-size: 30px;
    margin: 0 0 40px;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .c5-speaker h2 span {
    font-size: 21px;
  }
  .c5-speaker__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .c5-speaker__content {
    width: 48%;
    max-width: 450px;
  }
  .c5-speaker__content-ttl {
    font-size: 20px;
    margin: 0 0 8px;
    letter-spacing: 3px;
  }
  .c5-speaker__content img {
    margin: 0 auto 15px;
  }
  .c5-speaker__content-txt {
    font-size: 15px;
    line-height: 1.44;
  }
  .c5-speaker__content:first-child {
    margin-bottom: 0;
  }
  .c5-table {
    max-width: 1200px;
    margin: 0 auto 25px;
  }
  .c5-table__wrap {
    margin-bottom: 100px;
  }
  .c5-table th, .c5-table td {
    padding: 25px 20px;
  }
  .c5-table__product th p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .c5-table__product th p.ex {
    line-height: 1.45;
  }
  .c5-table__product th .c5-table__btn {
    max-width: 260px;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: left;
  }
  .c5-table__product th .c5-table__btn::before {
    width: 30%;
    top: 50%;
    left: 77%;
  }
  .c5-table__product th .c5-table__btn::after {
    top: 50%;
    left: 89%;
  }
  .c5-table__product th .c5-table__btn.ex2::before, .c5-table__product th .c5-table__btn.ex2::after {
    top: 50%;
  }
  .c5-table__product th:not(:first-child) {
    width: 29%;
  }
  .c5-table__product th:first-child {
    width: 12.5%;
  }
  .c5-table__catch th, .c5-table__info th {
    width: 12.5%;
    font-size: 13px;
    padding: 25px 15px;
  }
  .c5-table__catch td, .c5-table__info td {
    width: 29%;
    font-size: 13px;
  }
  .c5-table__catch td p {
    letter-spacing: 1px;
  }
  .c5-table__info td ul {
    padding-left: 1.3em;
  }
  .c5-note {
    max-width: 1200px;
    font-size: 15px;
  }
  .c5-product__wrap h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .c5-product__box {
    width: calc(100% + 60px);
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .c5-product__box-content {
    width: calc(33.333% - 6.666%);
    margin: 0 6.666% 70px 0;
  }
  .c5-product__box-content:first-child, .c5-product__box-content:nth-child(2) {
    width: calc(36% - 6.666%);
    margin-right: 6.666%;
  }
  .c5-product__box-content:first-child .c5-product__box-txt,
  .c5-product__box-content:first-child .c5-product__box-name, .c5-product__box-content:nth-child(2) .c5-product__box-txt,
  .c5-product__box-content:nth-child(2) .c5-product__box-name {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .c5-product__box-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .c5-product__box-txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
  }
  .c5-product__box-txt.ex {
    margin-bottom: 2.5em;
  }
  .c5-product__box-name p {
    text-align: left;
  }
  .c5-product__box-name p:first-child {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c5-product__box-name p:last-child {
    font-size: 24px;
  }
  .c5-product__box-btn {
    width: 100%;
    border-radius: 5px;
  }
  .c5-product__box-btn::before {
    left: 65%;
  }
  .c5-product__box-btn::after {
    left: 90%;
  }
  .c5-product__box-btn:last-of-type {
    margin-top: 15px;
  }
  .c5-banner__wrap {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px 120px;
  }
  .c5-banner__wrap p {
    font-size: 15px;
  }
  .c5-pop {
    padding: 60px 0 0;
  }
  .mfp-close-wrap .mfp-close {
    top: 40px;
    right: 60px;
    width: 30px;
    height: 31px;
  }
  .c5-modal__wrap {
    padding: 0 15px;
  }
  .c5-modal__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .c5-modal__box {
    position: relative;
  }
  .c5-modal__feature {
    margin-bottom: 5px;
  }
  .c5-modal__img {
    width: 42%;
    max-width: 420px;
    margin: 0;
    position: absolute;
    top: 100px;
    right: 0;
  }
  .c5-modal__img p {
    font-size: 12px;
    text-align: left;
  }
  .c5-modal__ttl {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.7;
    border-bottom: 1px solid #fff;
  }
  .c5-modal__txt {
    position: relative;
    width: 55%;
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
  }
  .c5-modal__subTtl {
    font-size: 19px;
    line-height: 1.57;
  }
  .c5-modal__note {
    width: 55%;
    font-size: 13px;
    line-height: 1.46;
    margin: 25px 0 0;
  }
  .c5-box1 {
    margin-bottom: 240px;
  }
  .c5-box2 {
    margin-bottom: 150px;
  }
  .c5-box2 .c5-modal__img {
    top: 0;
  }
  .c5-box4 {
    margin-bottom: 195px;
  }
  .c5-box5 {
    margin-bottom: 105px;
  }
  .c5-box6 {
    margin-bottom: 360px;
  }
  .c5-box6 .c5-modal__txt {
    width: 100%;
  }
  .c5-box6 .c5-modal__img {
    width: 100%;
    max-width: 1000px;
    top: 110%;
  }
  .c5-box6 .c5-modal__note {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 195%;
  }
  .c5-box7 {
    margin-bottom: 195px;
  }
  .c5-box8 {
    margin-bottom: 195px;
  }
  .c5-link__fix {
    width: 9.5%;
    max-width: 77px;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .c5-link__pc a:first-child {
    margin-bottom: 45px;
  }
}

@media (min-width: 1400px) {
  .c5-hero__wrap {
    max-width: 100%;
    padding-bottom: 53%;
    background-size: contain;
  }
  .c5-hero__product:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .c5-catch {
    padding-bottom: 220px;
  }
  .c5-catch h2 {
    font-size: 50px;
  }
  .c5-catch__txt {
    font-size: 27px;
  }
  .c5-learn__content {
    margin-bottom: 220px;
  }
  .c5-learn__info-topTxt {
    font-size: 38px;
  }
  .c5-learn__info-catch p {
    font-size: 35px;
  }
  .c5-learn__info-txt {
    width: 80%;
    font-size: 20px;
  }
  .c5-learn__info-btn {
    font-size: 16px;
  }
  .c5-speaker {
    max-width: 1050px;
  }
  .c5-speaker h2 {
    margin: 0 0 70px;
    font-size: 60px;
  }
  .c5-speaker h2 span {
    font-size: 42px;
  }
  .c5-speaker__content-ttl {
    font-size: 32px;
  }
  .c5-speaker__content-txt {
    font-size: 18px;
  }
  .c5-table__wrap {
    margin-bottom: 120px;
  }
  .c5-table__product th p {
    font-size: 19px;
  }
  .c5-table__product th .c5-table__btn {
    padding-left: 1.5em;
    font-size: 16px;
  }
  .c5-table__catch th, .c5-table__info th {
    padding: 25px 5px;
  }
  .c5-table__catch th {
    font-size: 16px;
  }
  .c5-table__catch td p {
    font-size: 18px;
  }
  .c5-table__info th {
    font-size: 16px;
  }
  .c5-table__info td {
    font-size: 16px;
  }
  .c5-table__info td ul {
    padding-left: 1.3em;
  }
  .c5-note {
    padding: 0;
  }
  .c5-product__wrap {
    margin-bottom: 50px;
  }
  .c5-product__wrap h2 {
    font-size: 38px;
  }
  .c5-product__box-content {
    width: calc(35.5% - 6.666%);
    margin: 0 6.666% 70px 0;
  }
  .c5-product__box-content:first-child {
    margin-left: 6.666%;
  }
  .c5-product__box-content:last-child {
    margin-right: 0;
  }
  .c5-product__box-txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .c5-product__box-name p:first-child {
    font-size: 15px;
  }
  .c5-product__box-name p:last-child {
    font-size: 30px;
  }
  .c5-product__box-btn {
    padding-left: 1.5em;
    font-size: 16px;
  }
  .c5-product__box-btn::before {
    left: 65%;
  }
  .c5-product__box-btn::after {
    left: 90%;
  }
  .c5-product__box-btn:last-of-type {
    margin-top: 20px;
  }
  .c5-box6 .c5-modal__note {
    top: 225%;
  }
}

@media (min-width: 420px) {
  .c5-pop {
    height: auto;
    overflow-y: hidden;
  }
}
