@charset "UTF-8";
@font-face {
  font-family: "sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/notosans/NotoSansJP-Light.otf");
  src: url("../fonts/notosans/NotoSansJP-Light.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notosans/NotoSansJP-Regular.otf");
  src: url("../fonts/notosans/NotoSansJP-Regular.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notosans/NotoSansJP-Medium.otf");
  src: url("../fonts/notosans/NotoSansJP-Medium.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notosans/NotoSansJP-Bold.otf");
  src: url("../fonts/notosans/NotoSansJP-Bold.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/notosans/NotoSansJP-Regular.otf");
  src: url("../fonts/notosans/NotoSansJP-Regular.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Regular.ttf") format("truetype");
}
.sans {
  font-family: "sans", sans-serif;
}

@font-face {
  font-family: "avenir";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/avenir/AvenirNext-UltraLight.otf");
  src: url("../fonts/avenir/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/avenir/AvenirNext-UltraLight.ttf") format("truetype");
}
.avenir {
  font-family: "avenir", sans-serif;
}

/* 共通 color
*******************/
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #000000 !important;
}
.c-blue {
  color: #144aa6 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #eb6d56 !important;
}
.c-green {
  color: #c2d807 !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #595757 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-blue {
  background-color: #144aa6 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #eb6d56 !important;
}
.bg-green {
  background-color: #c2d807 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #595757 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #000000 !important;
}
.bc-blue {
  border-color: #144aa6 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #eb6d56 !important;
}
.bc-green {
  border-color: #c2d807 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #595757 !important;
}

html {
  font-size: 62.5%;
  font-family: "sans", sans-serif;
  color: #595757;
}
html * {
  box-sizing: border-box;
}

body.fixed {
  overflow: hidden;
}

p,
a,
li,
dd,
dt,
th,
td {
  /* font-size: 1.6rem; */
  line-height: 1.7;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
  pointer-events: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.pc_block {
  display: block;
}

div[class*="block-goods-comment"] .container {
  overflow: hidden;
}

.lwrap {
  max-width: 1150px;
  margin: auto;
}

.tel a {
  pointer-events: none;
}

/* float
*******************/
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}

/* clear
*******************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* txt 揃え
*******************/
.alignCenter {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}

/* flex
*******************/
.flex {
  display: flex;
}
.flex.col-2 {
  flex-wrap: wrap;
}
.flex.col-2 .item {
  width: 48%;
  margin-right: 4%;
}
.flex.col-2 .item:nth-child(2n) {
  margin-right: 0;
}
.flex.col-3 {
  flex-wrap: wrap;
}
.flex.col-3 .item {
  width: 32%;
  margin-right: 2%;
}
.flex.col-3 .item:nth-child(3n) {
  margin-right: 0;
}
.flex.col-4 {
  flex-wrap: wrap;
}
.flex.col-4 .item {
  width: 23.5%;
  margin-right: 2%;
}
.flex.col-4 .item:nth-child(4n) {
  margin-right: 0;
}
.flex.col-5 {
  flex-wrap: wrap;
}
.flex.col-5 .item {
  width: 18.4%;
  margin-right: 2%;
}
.flex.col-5 .item:nth-child(5n) {
  margin-right: 0;
}

/* border
*******************/
.border-solid-top {
  border-top: 1px solid #595757;
}
.border-solid-left {
  border-left: 1px solid #595757;
}
.border-solid-right {
  border-right: 1px solid #595757;
}
.border-solid-bottom {
  border-bottom: 1px solid #595757;
}
.border-dashed-top {
  border-top: 1px dashed #595757;
}
.border-dashed-left {
  border-left: 1px dashed #595757;
}
.border-dashed-right {
  border-right: 1px dashed #595757;
}
.border-dashed-bottom {
  border-bottom: 1px dashed #595757;
}
.border-dotted-top {
  border-top: 1px dotted #595757;
}
.border-dotted-left {
  border-left: 1px dotted #595757;
}
.border-dotted-right {
  border-right: 1px dotted #595757;
}
.border-dotted-bottom {
  border-bottom: 1px dotted #595757;
}

/* circle
*******************/
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: #595757;
  text-align: center;
  position: relative;
}
/* square
*******************/
.square {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background-color: #595757;
  text-align: center;
  position: relative;
}
.square > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

/* 角丸
*******************/
.round-15 {
  border-radius: 1.5rem;
}
.round-30 {
  border-radius: 3rem;
}
.round-60 {
  border-radius: 6rem;
}
.round-90 {
  border-radius: 9rem;
}
.round-100 {
  border-radius: 100%;
}

/* box shadow
*******************/
.b-shadow {
  box-shadow: 0.5rem 0.5rem 0.4rem rgba(0, 0, 0, 0.2);
}

/* text shadow
*******************/
.t-shadow {
  text-shadow: 0.43rem 0.43rem 0.323rem rgba(0, 0, 0, 0.6);
}

/* marker
*******************/
.marker-yellow {
  background: linear-gradient(transparent 0%, #fff582 0%);
  display: inline-block;
}
.marker-green {
  background: linear-gradient(transparent 60%, #c4d700 60%);
  display: inline-block;
}

@media screen and (max-width: 1180px) {
  .lwrap {
    margin: 0 1.5rem;
  }
}
/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  html {
    font-size: 1.33333vw;
  }
  p,
a,
li,
dd,
dt,
th,
td {
    font-size: 2.8rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .tel a {
    pointer-events: auto;
  }
  .lwrap {
    margin: 0 2.5rem;
  }
}
.header .lwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  padding: 1.85rem 0;
}
.header-logo a img {
  width: 17.7rem;
}

.nav-wrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: -100vh;
  top: -100dvh;
  background-color: rgba(231, 233, 235, 0.9);
  padding: 15rem 3rem 9rem;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 9;
  transition: 0.3s;
}
.nav-wrap.active {
  top: 0;
}
.nav-wrap-inner {
  display: flex;
  justify-content: center;
}
.nav-logo {
  margin-right: 7rem;
}
.nav-logo img {
  width: 28rem;
}
.nav-menu {
  margin-top: 1.5rem;
}
.nav-menu a {
  text-decoration: none;
  font-size: 2.2rem;
  color: #595757;
  padding: 1.5rem 0;
  line-height: 1.35;
  box-sizing: border-box;
  display: block;
  transition: 0.3s;
}
.nav-menu a:hover {
  color: #c2d807;
  opacity: 1;
}
.nav-btn {
  width: 9rem;
  height: 7.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
.nav-btn span {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 3rem;
  height: 3px;
  background-color: #595757;
  border-radius: 3px;
  transition: transform 0.5s;
  box-sizing: border-box;
  display: inline-block;
}
.nav-btn span:nth-of-type(1) {
  top: 2.6rem;
}
.nav-btn span:nth-of-type(2) {
  top: 3.6rem;
}
.nav-btn span:nth-of-type(3) {
  bottom: 2.6rem;
}
.nav-btn.active span:nth-of-type(1) {
  transform: translateX(-50%) translateY(1rem) rotate(45deg);
}
.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-btn.active span:nth-of-type(3) {
  transform: translateX(-50%) translateY(-1rem) rotate(-45deg);
}

_:-ms-lang(x)::-ms-backdrop, .nav-wrap {
  top: -100%;
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .header-logo a img {
    width: 26.4rem;
  }
  .nav-logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.5rem;
  }
  .nav-logo img {
    width: 46.8rem;
    margin-left: 6rem;
  }
  .nav-wrap {
    padding: 19rem 3rem 12rem;
  }
  .nav-wrap-inner {
    flex-wrap: wrap;
  }
  .nav-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 6rem;
  }
  .nav-menu a {
    font-size: 3.4rem;
    padding: 2.25rem 0;
  }
  .nav-btn {
    width: 12rem;
    height: 9.5rem;
  }
  .nav-btn span {
    width: 5.5rem;
    height: 0.6rem;
  }
  .nav-btn span:nth-of-type(1) {
    top: 2.8rem;
  }
  .nav-btn span:nth-of-type(2) {
    top: 4.5rem;
  }
  .nav-btn span:nth-of-type(3) {
    bottom: 2.8rem;
  }
  .nav-btn.active span {
    width: 7rem;
  }
  .nav-btn.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(1.6rem) rotate(45deg);
  }
  .nav-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-btn.active span:nth-of-type(3) {
    transform: translateX(-50%) translateY(-1.6rem) rotate(-45deg);
  }
}
.footer {
  padding: 20rem 0 9rem;
}
.footer-logo {
  text-align: center;
  margin-top: 7rem;
}
.footer-logo img {
  width: 31rem;
}
.footer .btn {
  text-align: center;
}
.footer .btn a {
  text-decoration: none;
  background-color: #c2d807;
  border-radius: 6rem;
  font-size: 3.7rem;
  text-align: center;
  color: #595757;
  padding: 1.65rem 0;
  max-width: 90rem;
  width: 100%;
  display: inline-block;
}
.footer .btn a i {
  margin-left: 1rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.footer .btn a i img {
  width: 6.2rem;
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .footer {
    padding: 19rem 0 10rem;
  }
  .footer-logo img {
    width: 39.3rem;
  }
  .footer .btn a {
    font-size: 3.6rem;
    padding: 2.55rem 0;
  }
  .footer .btn a i {
    margin-left: 2rem;
  }
  .footer .btn a i img {
    width: 7.2rem;
  }
}
/* CSS Document */
.animation span {
  opacity: 0;
}
.animation span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.animation span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.animation span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.animation span:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.animation span:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.animation span:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.animation span:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.animation span:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.animation span:nth-of-type(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.animation span:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.animation span:nth-of-type(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animation span:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.animation span:nth-of-type(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.animation span:nth-of-type(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.animation span:nth-of-type(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.animation span:nth-of-type(16) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.animation.active span {
  -webkit-animation-name: horizontalRotate;
          animation-name: horizontalRotate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.3, 1);
          animation-timing-function: cubic-bezier(0, 0.4, 0.3, 1);
}

.fadein {
  opacity: 0;
}
.fadein.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.fadein2 {
  opacity: 0;
}
.fadein2.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes horizontalRotate {
  0% {
    transform: translateY(36%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes horizontalRotate {
  0% {
    transform: translateY(36%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* margin
*******************/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mt-105 {
  margin-top: 10.5rem !important;
}

.mb-105 {
  margin-bottom: 10.5rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mt-115 {
  margin-top: 11.5rem !important;
}

.mb-115 {
  margin-bottom: 11.5rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mt-125 {
  margin-top: 12.5rem !important;
}

.mb-125 {
  margin-bottom: 12.5rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mt-135 {
  margin-top: 13.5rem !important;
}

.mb-135 {
  margin-bottom: 13.5rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mt-145 {
  margin-top: 14.5rem !important;
}

.mb-145 {
  margin-bottom: 14.5rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

/* padding
*******************/
.pd-0 {
  padding: 0rem !important;
  box-sizing: border-box;
}

.pd-5 {
  padding: 0.5rem !important;
  box-sizing: border-box;
}

.pd-10 {
  padding: 1rem !important;
  box-sizing: border-box;
}

.pd-15 {
  padding: 1.5rem !important;
  box-sizing: border-box;
}

.pd-20 {
  padding: 2rem !important;
  box-sizing: border-box;
}

.pd-25 {
  padding: 2.5rem !important;
  box-sizing: border-box;
}

.pd-30 {
  padding: 3rem !important;
  box-sizing: border-box;
}

.pd-35 {
  padding: 3.5rem !important;
  box-sizing: border-box;
}

.pd-40 {
  padding: 4rem !important;
  box-sizing: border-box;
}

.pd-45 {
  padding: 4.5rem !important;
  box-sizing: border-box;
}

.pd-50 {
  padding: 5rem !important;
  box-sizing: border-box;
}

.pd-55 {
  padding: 5.5rem !important;
  box-sizing: border-box;
}

.pd-60 {
  padding: 6rem !important;
  box-sizing: border-box;
}

.pd-65 {
  padding: 6.5rem !important;
  box-sizing: border-box;
}

.pd-70 {
  padding: 7rem !important;
  box-sizing: border-box;
}

.pd-75 {
  padding: 7.5rem !important;
  box-sizing: border-box;
}

.pd-80 {
  padding: 8rem !important;
  box-sizing: border-box;
}

.pd-85 {
  padding: 8.5rem !important;
  box-sizing: border-box;
}

.pd-90 {
  padding: 9rem !important;
  box-sizing: border-box;
}

.pd-95 {
  padding: 9.5rem !important;
  box-sizing: border-box;
}

.pd-100 {
  padding: 10rem !important;
  box-sizing: border-box;
}

.pd-105 {
  padding: 10.5rem !important;
  box-sizing: border-box;
}

.pd-110 {
  padding: 11rem !important;
  box-sizing: border-box;
}

.pd-115 {
  padding: 11.5rem !important;
  box-sizing: border-box;
}

.pd-120 {
  padding: 12rem !important;
  box-sizing: border-box;
}

.pd-125 {
  padding: 12.5rem !important;
  box-sizing: border-box;
}

.pd-130 {
  padding: 13rem !important;
  box-sizing: border-box;
}

.pd-135 {
  padding: 13.5rem !important;
  box-sizing: border-box;
}

.pd-140 {
  padding: 14rem !important;
  box-sizing: border-box;
}

.pd-145 {
  padding: 14.5rem !important;
  box-sizing: border-box;
}

.pd-150 {
  padding: 15rem !important;
  box-sizing: border-box;
}

/* 背景
*******************/
.curve {
  position: relative;
  padding-top: 10vw;
}
.curve::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  background: #ffffff;
  width: 120%;
  height: 10vw;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

/* 背景
*******************/
.triangle {
  position: relative;
}
.triangle::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 20rem solid #c2d807;
}
.triangle + section {
  padding-top: 29rem;
}

.block-goods-comment1 {
  margin: 0;
  padding: 0;
}

.block-goods-comment1 .container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* slide
*******************/
.slide {
  display: none;
}
.slide.slick-initialized {
  display: block;
}
.slide.slick-initialized .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 67rem;
}
.slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slide .slick-dots {
  bottom: 3rem;
}
.slide .slick-dots li {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 1.5rem;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.slide .slick-dots li.slick-active {
  background-color: #ffffff;
}
.slide .slick-dots li:first-child {
  margin-left: 0;
}
.slide .slick-dots li:last-child {
  margin-right: 0;
}
.slide .slick-dots li button {
  padding: 0;
  width: inherit;
  height: inherit;
}
.slide .slick-dots li button::before {
  content: none;
  width: inherit;
  height: inherit;
}
.slide02 .slick-dots {
  bottom: -6rem;
}
.slide02 .slick-dots li {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1rem;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
}
.slide02 .slick-dots li.slick-active {
  background-color: #c2d807;
  border-color: #c2d807;
}
.slide02 .slick-dots li:first-child {
  margin-left: 0;
}
.slide02 .slick-dots li:last-child {
  margin-right: 0;
}
.slide02 .slick-dots li button {
  padding: 0;
  width: inherit;
  height: inherit;
}
.slide02 .slick-dots li button::before {
  content: none;
  width: inherit;
  height: inherit;
}
.slide02 .item img {
  width: 100%;
}

.mv {
  background-color: #c2d807;
}
.mv .slide h2 {
  margin: 0;
  padding: 0;
  background-color: inherit;
  border-bottom: none;
}
.mv .slide h3 {
  text-align: center;
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 2rem 0 0;
  padding: 0;
  background-color: inherit;
}
.mv .slide .item .flex {
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.mv .slide .item .flex .no1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  width: 55rem;
  z-index: 3;
}
.mv .slide .item .flex .no1 .animation span {
  display: inline-block;
}
.mv .slide .item .flex .no1 .animation span:last-child {
  margin-left: -1.2rem;
}
.mv .slide .item .flex .no2 {
  position: absolute;
  right: 5.5rem;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.mv .slide .item .flex .no3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0%) translateX(-50%);
  z-index: 1;
}
.mv .slide .item.no1 h3 {
  margin-top: 0;
}

.videoposter {
  width: 58.4rem;
  margin: auto;
  cursor: pointer;
}
.videoWrap-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.videoWrap-popup {
  opacity: 0;
  z-index: -3;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoWrap-popup.active {
  opacity: 1;
  z-index: 9999;
  pointer-events: auto;
}
.videoWrap iframe {
  display: block;
  max-width: 70vw;
  max-height: 730px;
  width: 100%;
  height: 70vh;
  position: relative;
  z-index: 3;
}

.table01 {
  margin: auto;
}
.table01 tr:last-child th,
.table01 tr:last-child td {
  border-bottom: none;
}
.table01 th {
  background-color: #f5f6f8;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #909090;
  border-right: 1px solid #909090;
  padding: 1.5rem;
}
.table01 td {
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #909090;
  padding: 1.5rem;
}

.ttl01 {
  font-size: 4.4rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: none;
}
.ttl01::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #595757;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.ttl01 + .subttl01 {
  margin-top: 2rem;
  background-color: #c2d807;
}

.ttl02 {
  font-size: 3.1rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: none;
}
.ttl02 span {
  display: inline-block;
  padding: 1.8rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.subttl01 {
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #fff;
  padding: 0;
}
.subttl01 .small {
  font-size: 2rem;
}

.ttl-band {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding: 2.9rem 0;
  background-color: #c2d807;
  margin: 0;
}

.cm-item01 {
  border: 2px solid #c2d807;
}
.cm-item01-inner {
  padding: 5rem 4rem 0 6rem;
}
.cm-item01 h4 {
  font-size: 2.9rem;
  font-weight: 500;
  border-left: none;
  padding: 0;
  margin: 0 0 3rem;
}
.cm-item01 p {
  font-size: 1.8rem;
  line-height: 1.666666667;
}
.cm-item01 p.alignRight {
  font-size: 1.4rem;
  margin: 2rem -2rem 1rem 0;
}

.cont01 {
  margin-bottom: 4rem;
}
.cont01 .lwrap {
  margin: 6rem auto 0;
}
.cont01 .top {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.12em;
  margin-bottom: 6rem;
}
.cont01 .top .indent {
  display: inline-block;
  text-indent: -0.5em;
}
.cont01 .top .indent2 {
  display: inline-block;
  letter-spacing: -0.5em;
}
.cont01 .videoWrap {
  margin-bottom: 12rem;
}
.cont01 .flex {
  justify-content: center;
}
.cont01 .flex .item {
  margin-right: 6rem;
}
.cont01 .flex .item p {
  font-size: 1.8rem;
  text-align: center;
}
.cont01 .flex .item:last-child {
  margin-right: 0;
}
.cont01 .flex .circle {
  width: 20.8rem;
  height: 20.8rem;
  background-color: #c2d807;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.cont01 .flex .circle img {
  display: block;
  width: 5.2rem;
  margin: 0 auto 2rem;
}
.cont01 .itemimg {
  text-align: center;
  margin: 3rem 0 1rem;
}
.cont01 .itemimg p {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.cont01 .logo {
  text-align: center;
}
.cont01 .logo img {
  width: 48.7rem;
}

.cont02 > .bg {
  background-color: #c2d807;
  padding-bottom: 9rem;
}
.cont02 .lwrap {
  padding-top: 12rem;
}
.cont02 .lwrap > .bg-white {
  padding: 6rem;
  position: relative;
}
.cont02 .lwrap > .bg-white .frame {
  background: url("/img/usr/goods/keeps/bg-frame-speechbubble01.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  font-size: 2.9rem;
  text-align: center;
  line-height: 1;
  width: 70.4rem;
  padding: 3rem 0 5.4rem;
}
.cont02 .lwrap > .bg-white > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
}
.cont02 .lwrap > .bg-white > .flex .item {
  width: 60%;
}
.cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.666666667;
}
.cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p.en {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3333333;
  margin-top: 2rem;
}
.cont02 .lwrap > .bg-white > .flex .item:nth-child(2) {
  width: 35.5%;
}
.cont02 .lwrap > .bg-white > .flex .item:nth-child(2) p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.cont02 .inline-block {
  margin-bottom: 16rem;
}
.cont02 .inline-block p {
  font-size: 3rem;
  text-align: left;
}
.cont02 .inline-block p .indent {
  display: inline-block;
  letter-spacing: -0.2em;
  text-indent: -0.2em;
}
.cont02 .itemwrap {
  background-color: #e6e9eb;
  padding: 0 6rem 3rem;
  position: relative;
  z-index: 3;
}
.cont02 .itemwrap.no1 {
  margin-bottom: 10rem;
}
.cont02 .itemwrap.no2 .ttl {
  background-image: url("/img/usr/goods/keeps/icn-circle.svg");
  background-size: 12.1rem;
}
.cont02 .itemwrap.no2 .flex {
  justify-content: center;
}
.cont02 .itemwrap.no2 .item p {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.cont02 .itemwrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -6rem;
  left: 50%;
  width: 27rem;
  height: 27rem;
  transform: translateY(0%) translateX(-50%);
  background-color: #e6e9eb;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
.cont02 .itemwrap .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  background: url("/img/usr/goods/keeps/icn-cross.svg") no-repeat center;
  background-size: 11.6rem;
  padding: 5rem 0;
  position: relative;
  top: -2rem;
}
.cont02 .itemwrap .flex.col-3 .item {
  width: 30.5%;
  margin-right: 4.25%;
}
.cont02 .itemwrap .flex.col-3 .item:nth-child(3n) {
  margin-right: 0;
}
.cont02 .itemwrap .flex.col-3 .item p {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.cont03 {
  background: #e6e9eb url("/img/usr/goods/keeps/bg.png") repeat;
  background-size: auto;
  padding-bottom: 15rem;
}
.cont03 .logo {
  text-align: center;
  margin-bottom: 9rem;
}
.cont03 .logo img {
  width: 65.5rem;
}
.cont03 .subttl {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 5rem;
}
.cont03 .subttl .small {
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
}
.cont03 .subttl .small2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.cont03 .subttl .small3 {
  font-size: 2.4rem;
  font-weight: 400;
  vertical-align: top;
  margin-top: 1rem;
  display: inline-block;
}
.cont03 .lwrap > .flex {
  justify-content: space-between;
  margin-bottom: 14rem;
}
.cont03 .lwrap > .flex > .item {
  width: 48%;
}
.cont03 .lwrap > .flex > .item > .flex {
  display: flex !important;
}
.cont03 .lwrap > .flex > .item:nth-child(1) p {
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
}
.cont03 .lwrap > .flex > .item:nth-child(2) {
  width: 50%;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .flex {
  align-items: center;
  border: 2px dashed #000000;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .flex:last-of-type {
  margin-bottom: 0;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(1) {
  width: 18%;
  text-align: center;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(2) {
  width: 33.5%;
  margin-right: 7%;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(3) {
  width: 41.5%;
}
.cont03 .lwrap > .flex > .item:nth-child(2) .num {
  font-size: 8.1rem;
}
.cont03 .lwrap > .flex > .item .ttl {
  background-color: #c4d700;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.cont03 .lwrap > .bg-white {
  max-width: 94rem;
  margin: auto;
  padding: 4.5rem 6rem;
}
.cont03 .lwrap > .bg-white h3 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 3.5rem;
  background-color: initial;
}
.cont03 .lwrap > .bg-white h3 .marker-green {
  padding: 0 0.5rem 0.5rem;
  display: inline-block;
}
.cont03 .lwrap > .bg-white .flex {
  justify-content: space-between;
}
.cont03 .lwrap > .bg-white .flex .item {
  width: 45.5%;
}
.cont03 .lwrap > .bg-white .flex .item img {
  margin-bottom: 1.5rem;
}
.cont03 .lwrap > .bg-white .flex .item p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.cont03 .lwrap > .bg-white .flex .item:nth-child(1) {
  position: relative;
}
.cont03 .lwrap > .bg-white .flex .item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: -5.5rem;
  top: 7.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.75rem 0 1.75rem 2.8rem;
  border-color: transparent transparent transparent #c2d807;
}

.cont04 {
  background-color: #ffffff;
  padding: 7rem 0 12rem;
}
.cont04 h2.flex {
  align-items: center;
  justify-content: center;
  font-size: 3.1rem;
  font-weight: 600;
  color: #707070;
  margin: 0 0 3.5rem;
  margin-top: 0;
  border-bottom: none;
}
.cont04 h2.flex .icn {
  margin-right: 2rem;
}
.cont04 h2.flex .icn img {
  width: 6.5rem;
}
.cont04 .videoposter img {
  margin: 0 auto;
}

.cont05 {
  background: #e6e9eb url(/img/usr/goods/keeps/bg.png) repeat;
  background-size: auto;
  padding: 20rem 0 21rem;
}
.cont05 .ttl01 img {
  width: 24.5rem;
}
.cont05 .ttl01 + .subttl01 {
  background-color: #fff;
}
.cont05 .subttl01 .small {
  vertical-align: text-top;
}
.cont05 > .bg-white {
  padding: 17rem 6rem 8rem;
  position: relative;
}
.triangle .cont05 > .bg-white::before {
  content: "";
  width: 33.7rem;
  height: 19rem;
  display: block;
  background: url("/img/usr/goods/keeps/img-12.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -8rem;
  transform: translateY(0%) translateX(-50%);
}
.cont05 .triangle::after {
  left: 50%;
  transform: translateX(-50%);
  border-right: 57.5rem solid transparent;
  border-left: 57.5rem solid transparent;
  border-top: 15rem solid #ffffff;
  z-index: 3;
}
.cont05 .flex.anchor {
  justify-content: center;
  margin: 7rem 0 9rem;
}
.cont05 .flex.anchor .item {
  position: relative;
  padding-bottom: 5rem;
}
.cont05 .flex.anchor .item:nth-child(1) {
  margin-right: 7rem;
}
.cont05 .flex.anchor .item::after {
  content: "";
  display: block;
  background: url("/img/usr/goods/keeps/icn-arrow-bottom_black.svg") no-repeat center;
  background-size: cover;
  width: 4.9rem;
  height: 2.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.cont05 .flex.anchor .circle {
  width: 29.5rem;
  height: 29.5rem;
  background-color: #c2d807;
}
.cont05 .flex.anchor .circle-bg {
  padding: 1.5rem;
  background: url("/img/usr/goods/keeps/icn-function_circle.svg") no-repeat center;
  background-size: cover;
}
.cont05 .flex.anchor .circle-bg a {
  text-decoration: none;
  color: #595757;
}
.cont05 .flex.anchor .circle h3 {
  font-size: 3.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  background-color: inherit;
}
.cont05 .flex.anchor .circle p {
  font-size: 1.9rem;
  line-height: 1.6315789;
}
.cont05 .cm-item01#hold {
  margin-bottom: 4rem;
}
.cont05 .cm-item01#hold .flex {
  justify-content: space-between;
}
.cont05 .cm-item01#hold .flex .item {
  width: 40%;
  position: relative;
}
.cont05 .cm-item01#hold .flex .item:nth-child(1) {
  margin-top: 1rem;
}
.cont05 .cm-item01#hold .flex .item:nth-child(2) {
  width: 54.5%;
}
.cont05 .cm-item01#hold .flex .item .frame {
  background: url("/img/usr/goods/keeps/bg-frame-speechbubble03.svg") no-repeat center;
  background-size: cover;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  padding: 0.7rem 1.5rem 2.5rem;
}
.cont05 .cm-item01#balance .cm-item01-inner .flex {
  justify-content: space-between;
}
.cont05 .cm-item01#balance .cm-item01-inner .flex .item {
  width: 30%;
}
.cont05 .cm-item01#balance .cm-item01-inner .flex .item:nth-child(1) p {
  text-align: justify;
}
.cont05 .cm-item01#balance .cm-item01-inner .flex .item:nth-child(2) {
  width: 65.5%;
}
.cont05 .cm-item01 .btmitem {
  border-top: 3px dotted #c2d807;
  padding: 4rem 0;
  margin-top: 2rem;
  background-color: initial;
  border-left: none;
}
.cont05 .cm-item01 .btmitem > .flex {
  max-width: 89rem;
  margin: auto;
  justify-content: space-between;
}
.cont05 .cm-item01 .btmitem > .flex .item h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cont05 .cm-item01 .btmitem > .flex .item p {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin-top: 0.3rem;
}
.cont05 .ttl02 {
  margin: 13rem 0 8rem;
}
.cont05 .flex.col-3 {
  justify-content: center;
}
.cont05 .flex.col-3 .item {
  width: 29.5%;
  margin-right: 5.75%;
  margin-bottom: 3rem;
}
.cont05 .flex.col-3 .item:nth-child(3n) {
  margin-right: 0;
}
.cont05 .flex.col-3 .item:nth-child(n+4) {
  margin-bottom: 0;
}
.cont05 .flex.col-3 .item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background-color: initial;
  margin: 0;
  padding: 0;
}
.cont05 .flex.col-3 .item h3 i {
  margin-right: 1rem;
}
.cont05 .flex.col-3 .item h3 i img {
  width: 6.4rem;
  margin-bottom: 0;
}
.cont05 .flex.col-3 .item img {
  margin-bottom: 1rem;
}
.cont05 .flex.col-3 .item p {
  font-size: 1.8rem;
  line-height: 1.444444;
}

.cont06 {
  background-color: #c2d807;
  padding: 12rem 0;
  margin-bottom: 6rem;
}
.cont06 .ttl01 img {
  width: 26.4rem;
}
.cont06 .subttl01 {
  margin-bottom: 6rem;
  letter-spacing: 0.06em;
  background-color: #c2d807;
}
.cont06 .bg-white {
  padding: 5rem 3rem 4rem;
}
.cont06 .bg-white.mb-30 {
  padding: 9rem 6rem 6rem;
}
.cont06 .bg-white .flex.top {
  justify-content: space-between;
  margin-bottom: 6rem;
}
.cont06 .bg-white .flex.top .item {
  width: 35%;
}
.cont06 .bg-white .flex.top .item:nth-child(1) {
  text-align: center;
}
.cont06 .bg-white .flex.top .item:nth-child(1) p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.cont06 .bg-white .flex.top .item:nth-child(1) p .small {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  letter-spacing: 0.025em;
}
.cont06 .bg-white .flex.top .item:nth-child(1) p .small2 {
  font-size: 1.8rem;
}
.cont06 .bg-white .flex.top .item:nth-child(2) {
  width: 63%;
}
.cont06 .bg-white .flex.top .item:nth-child(2) p {
  font-size: 1.8rem;
  line-height: 1.833333;
}
.cont06 .bg-white .flex.top .item:nth-child(2) p .indent {
  display: inline-block;
  text-indent: -0.5em;
}
.cont06 .bg-white .flex.top .item:nth-child(2) p .indent2 {
  display: inline-block;
  letter-spacing: -0.5em;
}
.cont06 .cm-item01-inner {
  padding: 3rem 5rem;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom {
  justify-content: space-between;
  padding-bottom: 3rem;
  border-color: #c2d807;
  border-width: 2px;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item {
  width: 55%;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) {
  width: 38%;
  justify-content: space-around;
  text-align: center;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) img {
  margin-bottom: 0.6rem;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.35;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}
.cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 .small {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}
.cont06 .cm-item01-inner > .flex.bottom {
  justify-content: space-between;
  padding: 3rem 0 0;
}
.cont06 .cm-item01-inner > .flex.bottom > .item {
  width: 46%;
  position: relative;
}
.cont06 .cm-item01-inner > .flex.bottom > .item h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .polygon {
  position: absolute;
  background: url("/img/usr/goods/keeps/icn-polygon_green.svg") no-repeat center;
  background-size: 100% 100%;
  width: 13.4rem;
  height: 13.4rem;
  font-size: 3.8rem;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -5rem;
  top: -6rem;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f01 {
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f02 {
  font-size: 1.7rem;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f03 {
  font-size: 1.8rem;
  display: block;
  margin-top: 0.3rem;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .flex {
  justify-content: space-between;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .flex .item {
  text-align: center;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .flex .item:nth-child(1) {
  position: relative;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .flex .item:nth-child(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 1.7rem;
  border-color: transparent transparent transparent #c2d807;
  position: absolute;
  top: 8rem;
  right: -4rem;
}
.cont06 .cm-item01-inner > .flex.bottom > .item .flex .item p {
  font-size: 1.6rem;
}

.cont07 {
  background-color: #e5e9eb;
  padding: 14rem 0 11rem;
}
.cont07 .ttl01 {
  margin-bottom: 9rem;
}
.cont07 .ttl01 img {
  width: 16.5rem;
}
.cont07 .subttl01 {
  /*margin-bottom: 9rem;*/
}
.cont07 .flex {
  justify-content: space-between;
}
.cont07 .flex .item p {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 1rem;
}
.cont07 .logo {
  text-align: center;
  margin: 5rem 0;
}
.cont07 .logo img {
  width: 13rem;
}
.cont07 .table01 {
  width: 100%;
  max-width: 82.5rem;
}

.cont08 {
  padding: 13rem 0;
}
.cont08 .ttl01 img {
  width: 26.1rem;
}
.cont08 .subttl01 {
  background-color: #fff;
}
.cont08 .slide02 {
  margin-top: 10rem;
}
.cont08 .slide02 .item {
  margin: 0 3rem;
}

.cont09 {
  background-color: #c2d807;
  padding: 12rem 0 17rem;
}
.cont09 .ttl01 img {
  width: 28.9rem;
}
.cont09 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
.cont09 .flex .item {
  background: url("/img/usr/goods/keeps/bg-frame-speechbubble02.png") no-repeat center top;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36.6rem;
  height: 25.6rem;
  padding: 0 4.5rem;
}
.cont09 .flex .item:nth-child(1), .cont09 .flex .item:nth-child(4) {
  margin-top: 2rem;
}
.cont09 .flex .item:nth-child(2), .cont09 .flex .item:nth-child(5) {
  margin-top: 7rem;
}
.cont09 .flex .item .item-inner {
  padding-bottom: 4rem;
}
.cont09 .flex .item p {
  font-size: 2rem;
}
.cont09 .flex .item p.attribute {
  font-size: 2.1rem;
  text-align: right;
  color: #c1d400;
}
.cont09 .flex .item p .marker-green {
  display: inline;
  background: linear-gradient(transparent 60%, #f7f4b4 60%);
}
@media screen and (min-width: 751px) and (max-width: 1180px) {
  .mv .slide .item .item-inner {
    align-items: center;
    justify-content: center;
  }
  .slide.slick-initialized .slick-slide {
    height: 57vw;
  }
  .cont05 .triangle::after {
    border-right: calc(50vw - 1.5rem) solid transparent;
    border-left: calc(50vw - 1.5rem) solid transparent;
  }
  .cont05 .cm-item01 .btmitem > .flex .item:nth-child(1) {
    margin-right: 3rem;
  }
  .cont05 .cm-item01 .btmitem {
    padding: 4rem 3rem;
  }
  .cont09 .flex .item {
    width: 31vw;
    height: 21.8vw;
    padding: 0 3vw;
  }
  .cont09 .flex .item p {
    font-size: 1.7vw;
  }
  .cont09 .flex .item p.attribute {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 940px) {
  .cont05 .cm-item01#hold .flex .item .frame {
    font-size: 1.6vw;
    background-size: 100% 100%;
  }
  .cont05 .flex.anchor .item:nth-child(1) {
    margin-right: 3rem;
  }
  .cm-item01-inner {
    padding: 5rem 3rem 0 3rem;
  }
  .cm-item01 h4 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .cont05 .flex.col-3 .item h3 {
    font-size: 2.4rem;
  }
}
/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .sp-mt-0 {
    margin-top: 0rem !important;
  }
  .sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .sp-mt-5 {
    margin-top: 0.5rem !important;
  }
  .sp-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .sp-mt-10 {
    margin-top: 1rem !important;
  }
  .sp-mb-10 {
    margin-bottom: 1rem !important;
  }
  .sp-mt-15 {
    margin-top: 1.5rem !important;
  }
  .sp-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .sp-mt-20 {
    margin-top: 2rem !important;
  }
  .sp-mb-20 {
    margin-bottom: 2rem !important;
  }
  .sp-mt-25 {
    margin-top: 2.5rem !important;
  }
  .sp-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .sp-mt-30 {
    margin-top: 3rem !important;
  }
  .sp-mb-30 {
    margin-bottom: 3rem !important;
  }
  .sp-mt-35 {
    margin-top: 3.5rem !important;
  }
  .sp-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .sp-mt-40 {
    margin-top: 4rem !important;
  }
  .sp-mb-40 {
    margin-bottom: 4rem !important;
  }
  .sp-mt-45 {
    margin-top: 4.5rem !important;
  }
  .sp-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .sp-mt-50 {
    margin-top: 5rem !important;
  }
  .sp-mb-50 {
    margin-bottom: 5rem !important;
  }
  .sp-mt-55 {
    margin-top: 5.5rem !important;
  }
  .sp-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .sp-mt-60 {
    margin-top: 6rem !important;
  }
  .sp-mb-60 {
    margin-bottom: 6rem !important;
  }
  .sp-mt-65 {
    margin-top: 6.5rem !important;
  }
  .sp-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .sp-mt-70 {
    margin-top: 7rem !important;
  }
  .sp-mb-70 {
    margin-bottom: 7rem !important;
  }
  .sp-mt-75 {
    margin-top: 7.5rem !important;
  }
  .sp-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .sp-mt-80 {
    margin-top: 8rem !important;
  }
  .sp-mb-80 {
    margin-bottom: 8rem !important;
  }
  .sp-mt-85 {
    margin-top: 8.5rem !important;
  }
  .sp-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .sp-mt-90 {
    margin-top: 9rem !important;
  }
  .sp-mb-90 {
    margin-bottom: 9rem !important;
  }
  .sp-mt-95 {
    margin-top: 9.5rem !important;
  }
  .sp-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .sp-mt-100 {
    margin-top: 10rem !important;
  }
  .sp-mb-100 {
    margin-bottom: 10rem !important;
  }
  .sp-mt-105 {
    margin-top: 10.5rem !important;
  }
  .sp-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .sp-mt-110 {
    margin-top: 11rem !important;
  }
  .sp-mb-110 {
    margin-bottom: 11rem !important;
  }
  .sp-mt-115 {
    margin-top: 11.5rem !important;
  }
  .sp-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .sp-mt-120 {
    margin-top: 12rem !important;
  }
  .sp-mb-120 {
    margin-bottom: 12rem !important;
  }
  .sp-mt-125 {
    margin-top: 12.5rem !important;
  }
  .sp-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .sp-mt-130 {
    margin-top: 13rem !important;
  }
  .sp-mb-130 {
    margin-bottom: 13rem !important;
  }
  .sp-mt-135 {
    margin-top: 13.5rem !important;
  }
  .sp-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .sp-mt-140 {
    margin-top: 14rem !important;
  }
  .sp-mb-140 {
    margin-bottom: 14rem !important;
  }
  .sp-mt-145 {
    margin-top: 14.5rem !important;
  }
  .sp-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .sp-mt-150 {
    margin-top: 15rem !important;
  }
  .sp-mb-150 {
    margin-bottom: 15rem !important;
  }
  .sp-mt-155 {
    margin-top: 15.5rem !important;
  }
  .sp-mb-155 {
    margin-bottom: 15.5rem !important;
  }
  .sp-mt-160 {
    margin-top: 16rem !important;
  }
  .sp-mb-160 {
    margin-bottom: 16rem !important;
  }
  .sp-mt-165 {
    margin-top: 16.5rem !important;
  }
  .sp-mb-165 {
    margin-bottom: 16.5rem !important;
  }
  .sp-mt-170 {
    margin-top: 17rem !important;
  }
  .sp-mb-170 {
    margin-bottom: 17rem !important;
  }
  .sp-mt-175 {
    margin-top: 17.5rem !important;
  }
  .sp-mb-175 {
    margin-bottom: 17.5rem !important;
  }
  .sp-mt-180 {
    margin-top: 18rem !important;
  }
  .sp-mb-180 {
    margin-bottom: 18rem !important;
  }
  .sp-mt-185 {
    margin-top: 18.5rem !important;
  }
  .sp-mb-185 {
    margin-bottom: 18.5rem !important;
  }
  .sp-mt-190 {
    margin-top: 19rem !important;
  }
  .sp-mb-190 {
    margin-bottom: 19rem !important;
  }
  .sp-mt-195 {
    margin-top: 19.5rem !important;
  }
  .sp-mb-195 {
    margin-bottom: 19.5rem !important;
  }
  .sp-mt-200 {
    margin-top: 20rem !important;
  }
  .sp-mb-200 {
    margin-bottom: 20rem !important;
  }
  .sp-mt-205 {
    margin-top: 20.5rem !important;
  }
  .sp-mb-205 {
    margin-bottom: 20.5rem !important;
  }
  .sp-mt-210 {
    margin-top: 21rem !important;
  }
  .sp-mb-210 {
    margin-bottom: 21rem !important;
  }
  .sp-mt-215 {
    margin-top: 21.5rem !important;
  }
  .sp-mb-215 {
    margin-bottom: 21.5rem !important;
  }
  .sp-mt-220 {
    margin-top: 22rem !important;
  }
  .sp-mb-220 {
    margin-bottom: 22rem !important;
  }
  .sp-mt-225 {
    margin-top: 22.5rem !important;
  }
  .sp-mb-225 {
    margin-bottom: 22.5rem !important;
  }
  .sp-mt-230 {
    margin-top: 23rem !important;
  }
  .sp-mb-230 {
    margin-bottom: 23rem !important;
  }
  .sp-mt-235 {
    margin-top: 23.5rem !important;
  }
  .sp-mb-235 {
    margin-bottom: 23.5rem !important;
  }
  .sp-mt-240 {
    margin-top: 24rem !important;
  }
  .sp-mb-240 {
    margin-bottom: 24rem !important;
  }
  .sp-mt-245 {
    margin-top: 24.5rem !important;
  }
  .sp-mb-245 {
    margin-bottom: 24.5rem !important;
  }
  .sp-mt-250 {
    margin-top: 25rem !important;
  }
  .sp-mb-250 {
    margin-bottom: 25rem !important;
  }
  .slide.slick-initialized .slick-slide {
    height: 122rem;
  }
  .slide .slick-dots li {
    width: 2.2rem;
    height: 2.2rem;
  }
  .slide02 .slick-dots {
    bottom: -4rem;
  }
  .slide02 .slick-dots li {
    margin: 0 0.75rem;
  }
  .mv .lwrap {
    margin: 0;
  }
  .mv .slide .item .item-inner {
    align-items: center;
    justify-content: center;
  }
  .videoposter {
    margin: 0 2.5rem;
    width: inherit;
  }
  .videoposter img {
    width: 100%;
  }
  .videoWrap iframe {
    max-width: inherit;
    width: 60rem;
    height: 34rem;
  }
  .curve {
    padding-top: 6rem;
  }
  .curve::before {
    width: 110%;
    height: 6rem;
    z-index: 9;
  }
  .triangle::after {
    border-top: 19.5rem solid #c2d807;
  }
  .triangle + section {
    padding-top: 25.5rem;
  }
  .ttl01::after {
    height: 0.2rem;
  }
  .ttl02 {
    font-size: 3.6rem;
  }
  .ttl02 span {
    border-width: 0.2rem;
    padding: 2.5rem 0;
  }
  .subttl01 {
    font-size: 3.4rem;
  }
  .ttl-band {
    font-size: 3.6rem;
    padding: 2rem 0;
  }
  .cm-item01-inner {
    padding: 4rem 3rem 3rem;
    position: relative;
  }
  .cm-item01 p {
    font-size: 2.6rem;
    line-height: 1.461538;
  }
  .cm-item01 p.alignRight {
    width: 100%;
    position: absolute;
    font-size: 2rem;
    margin: 0;
  }
  .cont01 {
    padding-bottom: 10rem;
  }
  .cont01 .lwrap {
    margin: 11.5rem auto 0;
  }
  .cont01 .top {
    font-size: 2.8rem;
    line-height: 2.266666;
    margin-bottom: 13rem;
  }
  .cont01 .flex {
    flex-wrap: wrap;
  }
  .cont01 .flex .item {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cont01 .flex .item > p {
    width: 32rem;
    font-size: 2.8rem;
    text-align: left;
    margin-left: 2rem;
  }
  .cont01 .flex .item > p .sp-indent {
    text-indent: -0.6em;
    display: inline-block;
  }
  .cont01 .flex .item:nth-child(2) .circle {
    order: 2;
  }
  .cont01 .flex .item:nth-child(2) > p {
    text-align: right;
    margin-left: inherit;
    margin-right: 2rem;
    order: 1;
  }
  .cont01 .flex .circle {
    margin: inherit;
    width: 28.7rem;
    height: 28.7rem;
    font-size: 3.2rem;
    line-height: 1.39;
  }
  .cont01 .flex .circle img {
    width: 7.3rem;
  }
  .cont01 .videoWrap {
    margin-bottom: 5.5rem;
  }
  .cont01 .itemimg {
    margin: 8rem 0 4rem;
  }
  .cont01 .itemimg p {
    font-size: 4.3rem;
    line-height: 1.6;
  }
  .cont01 .itemimg p .sp-indent {
    display: inline-block;
    margin-right: -1.6rem;
  }
  .cont01 .itemimg img {
    width: 64rem;
  }
  .cont01 .logo img {
    width: 54.3rem;
  }
  .cont02 {
    background: #ffffff;
  }
  .cont02 > .bg {
    padding-bottom: 4rem;
  }
  .cont02 .lwrap {
    padding-top: 7.5rem;
  }
  .cont02 .lwrap > .bg-white {
    padding: 8.5rem 3.5rem 3.5rem;
  }
  .cont02 .lwrap > .bg-white .frame {
    background-size: 100% 100%;
    width: 62.3rem;
    padding: 2.5rem 0 5.1rem;
    top: -5rem;
    font-size: 3.1rem;
    font-weight: 600;
  }
  .cont02 .lwrap > .bg-white > .flex {
    margin: 0 1.5rem 13rem;
    flex-wrap: wrap;
  }
  .cont02 .lwrap > .bg-white > .flex .item {
    width: 100%;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) {
    margin-bottom: 4.5rem;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p {
    font-size: 2.6rem;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p.en {
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 1.5rem;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) {
    width: 100%;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) img {
    width: 47.6rem;
    margin: auto;
    display: block;
  }
  .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) p {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    margin-top: 3rem;
  }
  .cont02 .inline-block {
    margin-bottom: 11rem;
  }
  .cont02 .inline-block p {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.6388;
  }
  .cont02 .itemwrap {
    padding: 0 8rem 6rem;
  }
  .cont02 .itemwrap::before {
    width: 33rem;
    height: 33rem;
  }
  .cont02 .itemwrap .ttl {
    font-size: 3rem;
  }
  .cont02 .itemwrap .flex,
.cont02 .itemwrap .flex.col-3 {
    margin: 4rem auto 0;
  }
  .cont02 .itemwrap .flex .item,
.cont02 .itemwrap .flex.col-3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
    position: relative;
  }
  .cont02 .itemwrap .flex .item:last-child,
.cont02 .itemwrap .flex.col-3 .item:last-child {
    margin-bottom: 0;
  }
  .cont02 .itemwrap .flex .item img,
.cont02 .itemwrap .flex.col-3 .item img {
    width: 100%;
  }
  .cont02 .itemwrap .flex .item p,
.cont02 .itemwrap .flex.col-3 .item p {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3rem;
  }
  .cont03 {
    padding-bottom: 9rem;
  }
  .cont03 .logo {
    margin-bottom: 6rem;
  }
  .cont03 .logo img {
    width: 54.4rem;
  }
  .cont03 .subttl {
    font-size: 4.9rem;
  }
  .cont03 .subttl .small {
    font-size: 3rem;
    line-height: 1.5;
  }
  .cont03 .subttl .small2 {
    display: block;
    text-align: right;
    font-size: 2.6rem;
  }
  .cont03 .subttl .small3 {
    font-size: 3.2rem;
    margin-top: 0;
  }
  .cont03 .lwrap > .flex {
    flex-wrap: wrap;
  }
  .cont03 .lwrap > .flex > .item {
    width: 100%;
  }
  .cont03 .lwrap > .flex > .item > .pc {
    display: none !important;
  }
  .cont03 .lwrap > .flex > .item:nth-child(1) {
    margin-bottom: 5.5rem;
  }
  .cont03 .lwrap > .flex > .item:nth-child(1) img {
    width: 70rem;
    display: block;
    margin-left: 2rem;
  }
  .cont03 .lwrap > .flex > .item:nth-child(1) p {
    font-size: 2.8rem;
    line-height: 1.6428;
  }
  .cont03 .lwrap > .flex > .item:nth-child(2) {
    width: 100%;
  }
  .cont03 .lwrap > .flex > .item .ttl {
    margin-bottom: 0;
    font-size: 3.6rem;
  }
  .cont03 .lwrap > .bg-white {
    padding: 4.5rem 3rem 5.5rem;
    margin: 0 2.5rem;
  }
  .cont03 .lwrap > .bg-white h3 {
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.645;
    background-color: #fff;
  }
  .cont03 .lwrap > .bg-white h3 .marker-green {
    display: inline;
  }
  .cont03 .lwrap > .bg-white .flex {
    flex-wrap: wrap;
  }
  .cont03 .lwrap > .bg-white .flex .item {
    width: 100%;
  }
  .cont03 .lwrap > .bg-white .flex .item:nth-child(1) {
    margin-bottom: 10rem;
  }
  .cont03 .lwrap > .bg-white .flex .item:nth-child(1)::after {
    border-width: 2.7rem 4.6rem 0 4.6rem;
    border-color: #c2d807 transparent transparent transparent;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -5rem;
    transform: translateY(0%) translateX(-50%);
  }
  .cont03 .lwrap > .bg-white .flex .item p {
    font-size: 2.6rem;
    line-height: 1.3846;
  }
  .cont03 .toggleitem {
    border: 0.4rem solid #c2d807;
    border-radius: 0.7rem;
    margin: 0 2rem 2rem;
    transition: 0.3s;
  }
  .cont03 .toggleitem:last-child {
    margin-bottom: 0;
  }
  .cont03 .toggleitem.active .ttl {
    background-image: initial;
  }
  .cont03 .toggleitem .ttl {
    display: flex;
    align-items: center;
    font-size: 3.6rem;
    line-height: 1;
    padding: 2.15rem 6rem;
    background: #c2d807 url("/img/usr/goods/keeps/icn-arrow2-bottom_black.svg") no-repeat center right 4rem;
    background-size: 5.3rem;
  }
  .cont03 .toggleitem .ttl .avenir {
    font-size: 7.7rem;
    width: 5rem;
    text-align: center;
    margin-right: 3rem;
    position: relative;
    top: 0.4rem;
  }
  .cont03 .toggleitem .inner {
    display: none;
  }
  .cont03 .toggleitem .inner > img {
    width: 100%;
  }
  .cont03 .toggleitem .inner .txt {
    padding: 3rem 4.5rem;
    background: #ffffff url("/img/usr/goods/keeps/icn-arrow2-top_black.svg") no-repeat center right 4rem;
    background-size: 5.3rem;
  }
  .cont03 .toggleitem .inner p {
    font-size: 3rem;
    line-height: 1.46666;
  }
  .cont04 {
    padding: 7.5rem 0 12rem;
  }
  .cont04 h2.flex {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
  .cont04 .videoposter {
    margin: 0;
  }
  .cont05 {
    padding: 20rem 0 9rem;
  }
  .cont05 > .bg-white {
    padding: 12.5rem 3rem 7rem;
  }
  .cont05 .flex.anchor {
    margin: 3rem 0 10rem;
  }
  .cont05 .flex.anchor .item:nth-child(1) {
    margin-right: 1rem;
  }
  .cont05 .flex.anchor .item:nth-child(2) .circle h3 {
    margin-bottom: 2.35rem;
  }
  .cont05 .flex.anchor .circle {
    align-items: flex-start;
  }
  .cont05 .flex.anchor .circle > span {
    margin-top: 7rem;
  }
  .cont05 .flex.anchor .circle p {
    font-size: 2.7rem;
    line-height: 1.222222;
  }
  .cont05 .cm-item01#hold {
    margin-bottom: 6rem;
  }
  .cont05 .cm-item01#hold p.alignRight {
    bottom: -3.5rem;
    right: 0.5rem;
  }
  .cont05 .cm-item01#hold .flex {
    flex-wrap: wrap;
  }
  .cont05 .cm-item01#hold .flex .item {
    width: 100%;
  }
  .cont05 .cm-item01#hold .flex .item:nth-child(1) {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .cont05 .cm-item01#hold .flex .item:nth-child(2) {
    width: 100%;
  }
  .cont05 .cm-item01#hold .flex .item:nth-child(2) img {
    width: 100%;
  }
  .cont05 .cm-item01#hold .flex .item .frame {
    font-size: 2.7rem;
    float: none;
    background-image: url("/img/usr/goods/keeps/sp/bg-frame-speechbubble03.svg");
    background-size: 100%;
    padding: 0.7rem 1.5rem 2.5rem;
  }
  .cont05 .cm-item01#balance p.alignRight {
    bottom: 0;
    right: 1rem;
  }
  .cont05 .cm-item01#balance .cm-item01-inner {
    padding-bottom: 6rem;
  }
  .cont05 .cm-item01#balance .cm-item01-inner .flex {
    flex-wrap: wrap;
  }
  .cont05 .cm-item01#balance .cm-item01-inner .flex .item {
    width: 100%;
  }
  .cont05 .cm-item01#balance .cm-item01-inner .flex .item:nth-child(1) {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .cont05 .cm-item01#balance .cm-item01-inner .flex .item:nth-child(2) {
    width: 100%;
  }
  .cont05 .cm-item01#balance .cm-item01-inner .flex .item:nth-child(2) img {
    width: 100%;
  }
  .cont05 .cm-item01 .btmitem {
    padding: 5rem 3rem;
  }
  .cont05 .cm-item01 .btmitem > .flex {
    flex-wrap: wrap;
  }
  .cont05 .cm-item01 .btmitem > .flex .item {
    width: 100%;
  }
  .cont05 .cm-item01 .btmitem > .flex .item:nth-child(1) {
    margin-bottom: 4.5rem;
  }
  .cont05 .cm-item01 .btmitem > .flex .item img {
    width: 100%;
  }
  .cont05 .cm-item01 .btmitem > .flex .item h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .cont05 .cm-item01 .btmitem > .flex .item p {
    font-size: 2.4rem;
    font-weight: 400;
    margin-top: 0.6rem;
  }
  .cont05 .flex.col-3 {
    margin: 0 2rem;
  }
  .cont05 .flex.col-3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .cont05 .flex.col-3 .item:nth-child(n+4) {
    margin-bottom: 5rem;
  }
  .cont05 .flex.col-3 .item:last-child {
    margin-bottom: 0;
  }
  .cont05 .flex.col-3 .item h3 {
    justify-content: center;
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
  }
  .cont05 .flex.col-3 .item h3 i img {
    width: 7.7rem;
    margin-bottom: 0;
  }
  .cont05 .flex.col-3 .item img {
    width: 100%;
  }
  .cont05 .flex.col-3 .item p {
    font-size: 2.6rem;
  }
  .cont05 .triangle::after {
    border-right: 35rem solid transparent;
    border-left: 35rem solid transparent;
    border-top: 15rem solid #ffffff;
  }
  .cont06 {
    padding: 21rem 0 8rem;
    margin-bottom: 2rem;
  }
  .cont06 .bg-white.mb-30 {
    padding: 5rem 2.5rem 3rem;
  }
  .cont06 .bg-white .flex.top {
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(1) {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(1) img {
    width: 35.6rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(1) p {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.65;
    margin-top: 2rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(1) p .small {
    font-size: 2.6rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(1) p .small2 {
    font-size: 3.4rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(2) {
    width: 100%;
    position: relative;
  }
  .cont06 .bg-white .flex.top .item:nth-child(2) p {
    font-size: 2.6rem;
  }
  .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn {
    position: absolute;
    bottom: -8rem;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn .close {
    display: none;
  }
  .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn img {
    width: 4rem;
    display: block;
    margin: 0 auto 1rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom {
    padding-bottom: 5rem;
    flex-wrap: wrap;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item {
    width: 100%;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(1) {
    margin-bottom: 5rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) {
    width: 100%;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) img {
    width: 18rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 {
    font-size: 2.8rem;
    margin-top: 1.5rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 .small {
    font-size: 2.8rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) p {
    font-size: 2.4rem;
  }
  .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item .item {
    width: 50%;
  }
  .cont06 .cm-item01-inner > .flex.bottom {
    flex-wrap: wrap;
    padding: 5rem 2rem 0 0;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item {
    width: 100%;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item:nth-child(1) {
    margin-bottom: 8rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item h4 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .polygon {
    width: 19.5rem;
    height: 19.5rem;
    font-size: 6rem;
    right: -9rem;
    top: -8rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f01 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f02 {
    font-size: 2.6rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f03 {
    font-size: 3rem;
    margin-top: 0.5rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item {
    width: 22.8rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item p {
    font-size: 2.4rem;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item img {
    width: 100%;
  }
  .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item:nth-child(1)::after {
    border-width: 1.35rem 0 1.35rem 2.2rem;
    top: 10rem;
    right: -4.7rem;
  }
  .cont07 {
    padding: 10rem 0 12rem;
  }
  .cont07 .flex {
    flex-wrap: wrap;
  }
  .cont07 .flex .item {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
  }
  .cont07 .flex .item:last-child {
    margin-bottom: 0;
  }
  .cont07 .flex .item img {
    margin: 0 auto 1rem;
  }
  .cont07 .logo {
    margin: 7.5rem 0 4rem;
  }
  .cont07 .logo img {
    width: 13.5rem;
  }
  .cont08 {
    padding: 13rem 0 19rem;
  }
  .cont08 .slide02 {
    margin-top: 7rem;
  }
  .cont08 .slide02 .item {
    margin: 0 1.5rem;
  }
  .cont09 {
    padding: 10rem 0 14.5rem;
  }
  .cont09 .lwrap {
    margin: 0;
  }
  .cont09 .ttl01 img {
    width: 26.4rem;
  }
  .cont09 .slick-dots {
    bottom: -6rem;
  }
  .cont09 .slick-dots li {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1rem;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #ffffff;
  }
  .cont09 .slick-dots li.slick-active {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .cont09 .slick-dots li:first-child {
    margin-left: 0;
  }
  .cont09 .slick-dots li:last-child {
    margin-right: 0;
  }
  .cont09 .slick-dots li button {
    padding: 0;
    width: inherit;
    height: inherit;
  }
  .cont09 .slick-dots li button::before {
    content: none;
    width: inherit;
    height: inherit;
  }
  .cont09 .flex {
    justify-content: center;
  }
  .cont09 .flex .item {
    margin: 0 1.5rem;
    padding: 0 6.5rem;
    width: 51.7rem;
    height: 36.4rem;
    background-size: 100% 100%;
  }
  .cont09 .flex .item:nth-child(1), .cont09 .flex .item:nth-child(4) {
    margin-top: 0;
  }
  .cont09 .flex .item:nth-child(2), .cont09 .flex .item:nth-child(5) {
    margin-top: 0;
  }
  .cont09 .flex .item-inner {
    margin-bottom: 3rem;
  }
  .cont09 .flex .item p {
    font-size: 3rem;
  }
  .cont09 .flex .item p.attribute {
    font-size: 3rem;
  }
  .table01 th {
    font-size: 2.6rem;
    padding: 2rem;
    white-space: nowrap;
  }
  .table01 td {
    font-size: 2.6rem;
    padding: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */