@charset "UTF-8";

/* 共通
*******************/
[data-browse-mode="P"] .wrapper {
  overflow: unset;
}
.page-keeps-wrap .anchor-pos { position: relative; }
[data-browse-mode="P"] .page-keeps-wrap .anchor-pos { top: -110px; }
[data-browse-mode="S"] .page-keeps-wrap .anchor-pos { top: -150px; }
.page-keeps-wrap { font-weight: normal; }
.page-keeps-wrap * { box-sizing: border-box; }
[data-browse-mode="P"] .page-keeps-wrap > *:not(.keeps-anchor-btn) { overflow: hidden; }
.page-keeps-wrap picture { display: inline-block; }
.page-keeps-wrap img {
	height: auto;
	image-rendering: optimize-contrast;
	vertical-align: bottom;
	object-fit: contain;
	display: inline-block;
}
.page-keeps-wrap :is(h1, h2, h3, h4, h5, h6) {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 0;
}
.page-keeps-wrap .font-green { color: #B3CC01; }
.page-keeps-wrap .font-brown { color: #77516B; }
.page-keeps-wrap .bg_green { background-color: #c2d500; }
.page-keeps-wrap .bg_light_green { background-color: #D9DFA5; }
.page-keeps-wrap .bg-brown {background-color: #CFB7B2;}
.page-keeps-wrap .bg_light_brown { background-color: #E5D7D4; }
.page-keeps-wrap .link-btns .link-btn {
    background-color: white;
    border: 1px solid #595757;
    border-radius: 10em;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.page-keeps-wrap .link-btns .link-btn + .link-btn {
    margin-top: 10px;
}
[data-browse-mode="P"] .page-keeps-wrap .link-btns .link-btn:hover {
  color: #595757;
}
[data-browse-mode="P"] .page-keeps-wrap .link-btns .link-btn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #595757;
  z-index: 1;
  border-radius: 10em;
}
.page-keeps-wrap .link-btns .link-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #595757;
    border-right: 2px solid #595757;
    transform: rotate(135deg);
    transition: .3s ease;
}
.page-keeps-wrap .link-btns-type2 .link-btn {
    background-color: #B3CC01;
    border: 1px solid #B3CC01;
    color: white;
    border-radius: 10em;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}
.page-keeps-wrap .link-btns-type2 .link-btn.brown { background-color: #77516B; border-color: #77516B; }
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white.brown { border-color: #77516B; color: #77516B; }
.page-keeps-wrap .link-btns-type2 .link-btn + .link-btn {
    margin-top: 10px;
}
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white {
    background-color: white;
    color: #B3CC01;
}
.page-keeps-wrap .link-btns-type2 .link-btn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #B3CC01;
  z-index: 1;
  border-radius: 10em;
}
[data-browse-mode="P"] .link-btns-type2 .link-btn:not(.bg-white):hover,
[data-browse-mode="P"] .page-keeps-wrap .link-btns-type2 .link-btn:not(.bg-white):hover::before {
  border: 1px solid white;
}
[data-browse-mode="P"] .page-keeps-wrap .link-btns-type2 .link-btn.brown:hover::before { border-color: #77516B; }
.page-keeps-wrap .link-btns-type2 .link-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    transition: .3s ease;
}
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white::before,
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white::after {
    border-color: #B3CC01;
}
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white.brown::before,
.page-keeps-wrap .link-btns-type2 .link-btn.bg-white.brown::after {
    border-color: #77516B;
}
/* MV
*******************/
.page-keeps-wrap .mv-area {
  padding: 0;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 0;
}
.page-keeps-wrap .mv-area * {
  vertical-align: bottom;
}
.page-keeps-wrap .mv-area picture {
    display: inline-block;
}
[data-browse-mode="P"] .page-keeps-wrap .mv-area::before,
[data-browse-mode="P"] .page-keeps-wrap .mv-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
}
[data-browse-mode="P"] .page-keeps-wrap .mv-area::before {
  left: 0;
  background-color:#c2d807;
}
[data-browse-mode="P"] .page-keeps-wrap .mv-area::after {
  right: 0;
  background-color: #f2f3f5;
}
/* Anchor
*******************/
.page-keeps-wrap .keeps-anchor-btn {
  margin-top: 5em;
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  padding: 1em 0;
}
[data-browse-mode="S"] header:not(.fixed) ~ .pane-main .keeps-anchor-btn {
    top: 120px;
}
.page-keeps-wrap .keeps-anchor-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
[data-browse-mode="P"] .page-keeps-wrap .keeps-anchor-btn {
	top: 95px;
	left: 0;
	right: 0;
}
[data-browse-mode="P"] .page-keeps-wrap .keeps-anchor-btn .anchor-btn {
  width: calc((100% - 24px) / 4);
  max-width: 246px;
}
[data-browse-mode="S"] .page-keeps-wrap .keeps-anchor-btn .anchor-btn {
  width: calc((100% - 24px) / 2);
  max-width: 246px;
}
.page-keeps-wrap .keeps-anchor-btn .anchor-btn a{
  color: #B3CC01;
  border: 3px solid #B3CC01;
  display: inline-block;
  padding: 1.1em 5px 1.5em 5px;
  width: 100%;
  text-align: center;
  border-radius: 10em;
  font-weight: bold;
  font-size: clamp(10px, 3.5vw ,20px);
  position: relative;
  transition: .3s ease;
}
.page-keeps-wrap .keeps-anchor-btn .anchor-btn a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #B3CC01;
    border-right: 3px solid #B3CC01;
    transform: rotate(135deg);
    transition: .3s ease;
}
[data-browse-mode="P"] .page-keeps-wrap .keeps-anchor-btn .anchor-btn a:hover {
    color: white;
    background-color: #B3CC01;
}
[data-browse-mode="P"] .page-keeps-wrap .keeps-anchor-btn .anchor-btn a:hover::after {
    border-color: white;
    bottom: 5px;
}
[data-browse-mode="S"] .page-keeps-wrap .keeps-anchor-btn .anchor-btn a{
  border-width: 2px;
}
/* sub-Anchor
*******************/
.page-keeps-wrap .sub-anchor-btn {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 3em 5px;
}
[data-browse-mode="P"] .page-keeps-wrap .sub-anchor-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
[data-browse-mode="P"] .page-keeps-wrap .sub-anchor-btn .anchor-btn {
  width: calc((100% - 30px) / 2);
  max-width: 436px;
}
[data-browse-mode="S"] .page-keeps-wrap .sub-anchor-btn .anchor-btn +  .anchor-btn {
  margin-top: 15px;
}
.page-keeps-wrap .sub-anchor-btn .anchor-btn a{
  background: #A3B807;
  color: white;
  display: inline-block;
  padding: 1.5em 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  transition: .3s ease;
}
.page-keeps-wrap .sub-anchor-btn .anchor-btn.brown a { background-color: #77516B; border-color: #77516B; }
.page-keeps-wrap .sub-anchor-btn .anchor-btn a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(135deg);
    transition: .3s ease;
}
[data-browse-mode="P"] .page-keeps-wrap .sub-anchor-btn .anchor-btn a:hover {
    color: white;
    background-color: #B3CC01;
}
[data-browse-mode="P"] .page-keeps-wrap .sub-anchor-btn .anchor-btn a:hover::after {
    border-color: white;
    bottom: -5px;
}
[data-browse-mode="P"] .page-keeps-wrap .sub-anchor-btn .anchor-btn.brown a:hover {
    color: white;
    background-color: #c9b7b1;
}
/* カラー
*******************/
.page-keeps-wrap .c-white {
  color: #ffffff !important;
}
.page-keeps-wrap .c-black {
  color: #000000 !important;
}
.page-keeps-wrap .c-blue {
  color: #144aa6 !important;
}
.page-keeps-wrap .c-yellow {
  color: #fff582 !important;
}
.page-keeps-wrap .c-red {
  color: #eb6d56 !important;
}
.page-keeps-wrap .c-green {
  color: #c2d807 !important;
}
.page-keeps-wrap .c-orange {
  color: #ff9020 !important;
}
.page-keeps-wrap .c-gray {
  color: #595757 !important;
}

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

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

[data-browse-mode="P"] .page-keeps-wrap .sp-only {
  display: none !important;
}

.page-keeps-wrap img {
  max-width: 100%;
  pointer-events: none;
}

.page-keeps-wrap .block {
  display: block;
}

.page-keeps-wrap .inline-block {
  display: inline-block;
}

.page-keeps-wrap .pc_block {
  display: block;
}

.page-keeps-wrap .container {
  overflow: hidden;
}

.page-keeps-wrap .lwrap {
  max-width: 1000px;
  margin: auto;
}

.page-keeps-wrap .tel a {
  pointer-events: none;
}

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

/* clear
*******************/
.page-keeps-wrap .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

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

/* 角丸
*******************/
.page-keeps-wrap .round-15 {
  border-radius: 15px;
}
.page-keeps-wrap .round-30 {
  border-radius: 30px;
}
.page-keeps-wrap .round-60 {
  border-radius: 60px;
}
.page-keeps-wrap .round-90 {
  border-radius: 90px;
}
.page-keeps-wrap .round-100 {
  border-radius: 100%;
}

/* box shadow
*******************/
.page-keeps-wrap .b-shadow {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
}

/* text shadow
*******************/
.page-keeps-wrap .t-shadow {
  text-shadow: 4.3px 4.3px 3.23px rgba(0, 0, 0, 0.6);
}

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

.page-keeps-wrap #contents {
  padding-top: 5vw;
}

@media screen and (max-width: 750px) {
  .page-keeps-wrap #contents {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 1180px) {
  .page-keeps-wrap .lwrap {
    margin: 0 15px;
  }
}
/*******************
スマホ
******************/
@media screen and (min-width: 751px) {
  .page-keeps-wrap .sp-only {
    display: none!important;
  }
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .pc-only {
    display: none!important;
  }
  .page-keeps-wrap .tel a {
    pointer-events: auto;
  }
  .page-keeps-wrap .lwrap {
    margin: 0 15px;
  }
}
/*******************
スマホ
******************/
/* CSS Document */
.page-keeps-wrap .animation span {
  opacity: 0;
}
.page-keeps-wrap .animation span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.page-keeps-wrap .animation span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.page-keeps-wrap .animation span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.page-keeps-wrap .animation span:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.page-keeps-wrap .animation span:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.page-keeps-wrap .animation span:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.page-keeps-wrap .animation span:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.page-keeps-wrap .animation span:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.page-keeps-wrap .animation span:nth-of-type(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page-keeps-wrap .animation span:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.page-keeps-wrap .animation span:nth-of-type(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.page-keeps-wrap .animation span:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.page-keeps-wrap .animation span:nth-of-type(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.page-keeps-wrap .animation span:nth-of-type(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.page-keeps-wrap .animation span:nth-of-type(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.page-keeps-wrap .animation span:nth-of-type(16) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.page-keeps-wrap .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-beauty-function: cubic-bezier(0, 0.4, 0.3, 1);
          animation-timing-beauty-function: cubic-bezier(0, 0.4, 0.3, 1);
}

.page-keeps-wrap .fadein {
  opacity: 0;
}
.page-keeps-wrap .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;
}

.page-keeps-wrap .fadein2 {
  opacity: 0;
}
.page-keeps-wrap .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
*******************/
.page-keeps-wrap .mt-0 {
  margin-top: 0px !important;
}

.page-keeps-wrap .mb-0 {
  margin-bottom: 0px !important;
}

.page-keeps-wrap .mt-5 {
  margin-top: 5px !important;
}

.page-keeps-wrap .mb-5 {
  margin-bottom: 5px !important;
}

.page-keeps-wrap .mt-10 {
  margin-top: 10px !important;
}

.page-keeps-wrap .mb-10 {
  margin-bottom: 10px !important;
}

.page-keeps-wrap .mt-15 {
  margin-top: 15px !important;
}

.page-keeps-wrap .mb-15 {
  margin-bottom: 15px !important;
}

.page-keeps-wrap .mt-20 {
  margin-top: 20px !important;
}

.page-keeps-wrap .mb-20 {
  margin-bottom: 20px !important;
}

.page-keeps-wrap .mt-25 {
  margin-top: 25px !important;
}

.page-keeps-wrap .mb-25 {
  margin-bottom: 25px !important;
}

.page-keeps-wrap .mt-30 {
  margin-top: 30px !important;
}

.page-keeps-wrap .mb-30 {
  margin-bottom: 30px !important;
}

.page-keeps-wrap .mt-35 {
  margin-top: 35px !important;
}

.page-keeps-wrap .mb-35 {
  margin-bottom: 35px !important;
}

.page-keeps-wrap .mt-40 {
  margin-top: 40px !important;
}

.page-keeps-wrap .mb-40 {
  margin-bottom: 40px !important;
}

.page-keeps-wrap .mt-45 {
  margin-top: 45px !important;
}

.page-keeps-wrap .mb-45 {
  margin-bottom: 45px !important;
}

.page-keeps-wrap .mt-50 {
  margin-top: 50px !important;
}

.page-keeps-wrap .mb-50 {
  margin-bottom: 50px !important;
}

.page-keeps-wrap .mt-55 {
  margin-top: 55px !important;
}

.page-keeps-wrap .mb-55 {
  margin-bottom: 55px !important;
}

.page-keeps-wrap .mt-60 {
  margin-top: 60px !important;
}

.page-keeps-wrap .mb-60 {
  margin-bottom: 60px !important;
}

.page-keeps-wrap .mt-65 {
  margin-top: 65px !important;
}

.page-keeps-wrap .mb-65 {
  margin-bottom: 65px !important;
}

.page-keeps-wrap .mt-70 {
  margin-top: 70px !important;
}

.page-keeps-wrap .mb-70 {
  margin-bottom: 70px !important;
}

.page-keeps-wrap .mt-75 {
  margin-top: 75px !important;
}

.page-keeps-wrap .mb-75 {
  margin-bottom: 75px !important;
}

.page-keeps-wrap .mt-80 {
  margin-top: 80px !important;
}

.page-keeps-wrap .mb-80 {
  margin-bottom: 80px !important;
}

.page-keeps-wrap .mt-85 {
  margin-top: 85px !important;
}

.page-keeps-wrap .mb-85 {
  margin-bottom: 85px !important;
}

.page-keeps-wrap .mt-90 {
  margin-top: 90px !important;
}

.page-keeps-wrap .mb-90 {
  margin-bottom: 90px !important;
}

.page-keeps-wrap .mt-95 {
  margin-top: 95px !important;
}

.page-keeps-wrap .mb-95 {
  margin-bottom: 95px !important;
}

.page-keeps-wrap .mt-100 {
  margin-top: 100px !important;
}

.page-keeps-wrap .mb-100 {
  margin-bottom: 100px !important;
}

.page-keeps-wrap .mt-105 {
  margin-top: 105px !important;
}

.page-keeps-wrap .mb-105 {
  margin-bottom: 105px !important;
}

.page-keeps-wrap .mt-110 {
  margin-top: 110px !important;
}

.page-keeps-wrap .mb-110 {
  margin-bottom: 110px !important;
}

.page-keeps-wrap .mt-115 {
  margin-top: 115px !important;
}

.page-keeps-wrap .mb-115 {
  margin-bottom: 115px !important;
}

.page-keeps-wrap .mt-120 {
  margin-top: 120px !important;
}

.page-keeps-wrap .mb-120 {
  margin-bottom: 120px !important;
}

.page-keeps-wrap .mt-125 {
  margin-top: 125px !important;
}

.page-keeps-wrap .mb-125 {
  margin-bottom: 125px !important;
}

.page-keeps-wrap .mt-130 {
  margin-top: 130px !important;
}

.page-keeps-wrap .mb-130 {
  margin-bottom: 130px !important;
}

.page-keeps-wrap .mt-135 {
  margin-top: 135px !important;
}

.page-keeps-wrap .mb-135 {
  margin-bottom: 135px !important;
}

.page-keeps-wrap .mt-140 {
  margin-top: 140px !important;
}

.page-keeps-wrap .mb-140 {
  margin-bottom: 140px !important;
}

.page-keeps-wrap .mt-145 {
  margin-top: 145px !important;
}

.page-keeps-wrap .mb-145 {
  margin-bottom: 145px !important;
}

.page-keeps-wrap .mt-150 {
  margin-top: 150px !important;
}

.page-keeps-wrap .mb-150 {
  margin-bottom: 150px !important;
}

/* padding
*******************/
.page-keeps-wrap .pd-0 {
  padding: 0px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-5 {
  padding: 5px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-10 {
  padding: 10px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-15 {
  padding: 15px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-20 {
  padding: 20px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-25 {
  padding: 25px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-30 {
  padding: 30px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-35 {
  padding: 35px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-40 {
  padding: 40px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-45 {
  padding: 45px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-50 {
  padding: 50px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-55 {
  padding: 55px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-60 {
  padding: 60px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-65 {
  padding: 65px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-70 {
  padding: 70px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-75 {
  padding: 75px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-80 {
  padding: 80px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-85 {
  padding: 85px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-90 {
  padding: 90px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-95 {
  padding: 95px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-100 {
  padding: 100px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-105 {
  padding: 105px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-110 {
  padding: 110px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-115 {
  padding: 115px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-120 {
  padding: 120px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-125 {
  padding: 125px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-130 {
  padding: 130px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-135 {
  padding: 135px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-140 {
  padding: 140px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-145 {
  padding: 145px !important;
  box-sizing: border-box;
}

.page-keeps-wrap .pd-150 {
  padding: 150px !important;
  box-sizing: border-box;
}

/* 背景
*******************/
.page-keeps-wrap .curve {
  position: relative;
  padding-top: 10vw;
}
.page-keeps-wrap .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%;
}

/* accordion
*******************/
.page-keeps-wrap .accordion-title { position: relative; }
.page-keeps-wrap .accordion-title .toggle-icon {position: absolute;right: 0;top: 0;bottom: 0;margin: auto;width: 47px;height: fit-content;aspect-ratio: 1;background-color: #C22929;border-radius: 100%;cursor: pointer;}
[data-browse-mode="S"] .page-keeps-wrap .accordion-title .toggle-icon {width: 33px;}
.page-keeps-wrap .accordion-title .toggle-icon::before,
.page-keeps-wrap .accordion-title .toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 2px;
  background-color: white;
  transition: .3s ease;
}
.page-keeps-wrap .accordion-title .toggle-icon::after {
  transform: rotate(90deg);
}
.page-keeps-wrap .accordion-title.active .toggle-icon::after {
  transform: rotate(180deg);
}
.page-keeps-wrap .accordion-detail:not(.active) { display: none; }

/* 背景
*******************/
.page-keeps-wrap .triangle {
  position: relative;
}
.page-keeps-wrap .triangle::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  box-sizing: border-box;
  background: #ffffff;
  height: calc(tan(60deg) * 10rem / 2);
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-keeps-wrap .triangle + section {
  padding-top: 290px;
}

.page-keeps-wrap .videoposter {
  margin: auto;
  cursor: pointer;
  width: fit-content;
}
.page-keeps-wrap .videoWrap-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.page-keeps-wrap .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;
}
.page-keeps-wrap .videoWrap-popup.active {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
}
.page-keeps-wrap .videoWrap iframe {
  display: block;
  max-width: 70vw;
  max-height: 730px;
  width: 100%;
  height: 70vh;
  position: relative;
  z-index: 3;
}

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

.page-keeps-wrap .ttl01 {
  font-size: clamp(16px,3.9vw,44px);
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.page-keeps-wrap .ttl01::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #595757;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.page-keeps-wrap .ttl01 + .subttl01 {
  margin-top: 20px;
}
.page-keeps-wrap .ttl-text {
  font-size: clamp(20px, 5vw ,34px);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.page-keeps-wrap .ttl-text .font-w {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.page-keeps-wrap .ttl-text.sub {
  font-size: clamp(16px,5vw,25px);
}
[data-browse-mode="S"] .page-keeps-wrap .ttl-text.sub {
  line-height: 1.7;
}
.page-keeps-wrap .ttl02 {
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .ttl02 span {
  display: inline-block;
  padding: 18px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.page-keeps-wrap .subttl01 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.08em;
  text-align: center;
}
.page-keeps-wrap .subttl01 .small {
  font-size: 20px;
}

.page-keeps-wrap .ttl-band {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 29px 0;
  background-color: #c2d807;
}

.page-keeps-wrap .cm-item01 {
  border: 2px solid #c2d807;
}
.page-keeps-wrap .cm-item01-inner {
  padding: 50px 40px 0;
}
.page-keeps-wrap .cm-item01 h4 {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-right: 40px;
}
.page-keeps-wrap .cm-item01 p {
  font-size: 18px;
  line-height: 1.666666667;
}
.page-keeps-wrap .cm-item01 p.alignRight {
  font-size: 14px;
  margin: 20px 0 10px 0;
}
.cont01,
.page-keeps-wrap .cont01 .lwrap {
  margin: 100px auto 0;
}
.page-keeps-wrap .cont01 .top {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.12em;
  margin-bottom: 120px;
}
.page-keeps-wrap .cont01 .top .indent {
  display: inline-block;
  text-indent: -0.5em;
}
.page-keeps-wrap .cont01 .top .indent2 {
  display: inline-block;
  letter-spacing: -0.5em;
}
.page-keeps-wrap .cont01 .videoWrap {
  margin-bottom: 120px;
  text-align: center;
}
.page-keeps-wrap .cont01 .flex {
  justify-content: center;
}
.page-keeps-wrap .cont01 .flex .item {
  margin-right: 60px;
}
.page-keeps-wrap .cont01 .flex .item p {
  font-size: 18px;
  text-align: center;
}
.page-keeps-wrap .cont01 .flex .item:last-child {
  margin-right: 0;
}
.page-keeps-wrap .cont01 .flex .circle {
  width: 208px;
  height: 208px;
  background-color: #c2d807;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 10px;
}
.page-keeps-wrap .cont01 .flex .circle img {
  display: block;
  width: 52px;
  margin: 0 auto 20px;
}
.page-keeps-wrap .cont01 .itemimg {
  text-align: center;
  margin: 30px 0 10px;
}
.page-keeps-wrap .cont01 .itemimg p {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-keeps-wrap .cont01 .logo {
  text-align: center;
}
[data-browse-mode="P"] .page-keeps-wrap .cont01 .logo img {
  max-width: 487px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont01 .logo img {
  width: 80%;
}

.page-keeps-wrap .cont02 > .bg {
  background-color: #c2d807;
  padding-bottom: 90px;
}
.page-keeps-wrap .cont02 .lwrap {
  padding-top: 120px;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white {
  padding: 60px;
  position: relative;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white .frame {
  background: url("/img/usr/freepage/keeps/bg-frame-speechbubble01.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  font-size: 29px;
  text-align: center;
  line-height: 1;
  width: 704px;
  padding: 30px 0 54px;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item {
  width: 60%;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.666666667;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p.en {
  text-align: left;
  font-size: 15px;
  line-height: 1.3333333;
  margin-top: 20px;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) {
  width: 35.5%;
}
.page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) p {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.page-keeps-wrap .cont02 .inline-block {
  margin-bottom: 160px;
}
.page-keeps-wrap .cont02 .inline-block p {
  font-size: 30px;
  text-align: left;
}
.page-keeps-wrap .cont02 .inline-block p .indent {
  display: inline-block;
  letter-spacing: -0.2em;
  text-indent: -0.2em;
}
.page-keeps-wrap .cont02 .itemwrap {
  background-color: #e6e9eb;
  padding: 0 60px 30px;
  position: relative;
  z-index: 3;
}
.page-keeps-wrap .cont02 .itemwrap.no1 {
  margin-bottom: 100px;
}
.page-keeps-wrap .cont02 .itemwrap.no2 .ttl {
  background-image: url("/img/usr/freepage/keeps/icn-circle.svg");
  background-size: 70px;
}
.page-keeps-wrap .cont02 .itemwrap.no2 .flex {
  justify-content: center;
}
.page-keeps-wrap .cont02 .itemwrap.no2 .item p {
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-keeps-wrap .cont02 .itemwrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  width: 270px;
  height: 270px;
  transform: translateY(0%) translateX(-50%);
  background-color: #e6e9eb;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
.page-keeps-wrap .cont02 .itemwrap .ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  background: url("/img/usr/freepage/keeps/icn-cross.svg") no-repeat center;
  background-size: 116px;
  padding: 50px 0;
  position: relative;
  top: -20px;
}
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item {
  width: 30.5%;
  margin-right: 4.25%;
}
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item:nth-child(3n) {
  margin-right: 0;
}
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item p {
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.page-keeps-wrap .cont03 {
  background: #e6e9eb url("/img/usr/freepage/keeps/bg.png") repeat;
  background-size: auto;
  padding-bottom: 150px;
}
.page-keeps-wrap .cont03 .logo {
  text-align: center;
  padding: 90px 10px;
  background-color: #E7EAEB;
}
.page-keeps-wrap .cont03 .logo img {
  max-width: 400px;
}
.page-keeps-wrap .cont03 .system-mv {
    text-align: center;
    padding-bottom: 15px;
}
.page-keeps-wrap .cont03 .sub-anchor-btn {
    background: #E8EBED;
    padding: 3em 5px;
}
[data-browse-mode="P"] .page-keeps-wrap .cont03 .sub-anchor-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont03 .sub-anchor-btn {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
}
.page-keeps-wrap .cont03 .system-mv .itemlist {
  display: flex;
  gap: 16px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
[data-browse-mode="S"] .page-keeps-wrap .cont03 .system-mv .itemlist {
  flex-wrap: wrap;
  margin: 10px 10px 0;
}
[data-browse-mode="S"] .page-keeps-wrap .cont03 .system-mv .itemlist li {
  width: calc((100% - 20px) / 2);
  gap: 10px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont03 .system-mv .itemlist li:first-child {
  width: 100%;
}
[data-browse-mode="S"] .page-keeps-wrap .cont03 .system-mv .itemlist li:first-child a {
  width: calc((100% - 20px) / 2);
}
.page-keeps-wrap .cont03 .system-mv .itemlist a { display: inline-block; }
.page-keeps-wrap .cont03 .subttl {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 50px;
}
.page-keeps-wrap .cont03 .subttl .small {
  font-size: 25px;
  font-weight: 400;
  display: block;
}
.page-keeps-wrap .cont03 .subttl .small2 {
  font-size: 14px;
  font-weight: 400;
}
.page-keeps-wrap .cont03 .subttl .small3 {
  font-size: 24px;
  font-weight: 400;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}
.page-keeps-wrap .cont03 .lwrap > .flex {
  justify-content: space-between;
  margin-bottom: 140px;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item {
  width: 48%;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(1) p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) {
  width: 50%;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .flex {
  align-items: center;
  border: 2px dashed #000000;
  border-radius: 10px;
  margin-bottom: 20px;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .flex:last-of-type {
  margin-bottom: 0;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(1) {
  width: 18%;
  text-align: center;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(2) {
  width: 33.5%;
  margin-right: 7%;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .flex .item:nth-child(3) {
  width: 41.5%;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) .num {
  font-size: 81px;
}
.page-keeps-wrap .cont03 .lwrap > .flex > .item .ttl {
  background-color: #c4d700;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white {
  max-width: 940px;
  margin: auto;
  padding: 45px 60px;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 35px;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white h3 .marker-green {
  padding: 0 5px 5px;
  display: inline-block;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex {
  justify-content: space-between;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item {
  width: 45.5%;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item img {
  margin-bottom: 15px;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item p {
  font-size: 18px;
  line-height: 1.5;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item:nth-child(1) {
  position: relative;
}
.page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  right: -55px;
  top: 77.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 28px;
  border-color: transparent transparent transparent #c2d807;
}

.page-keeps-wrap .cont04 {
  background-color: #000000;
  padding: 70px 0 120px;
}
.page-keeps-wrap .cont04 h2.flex {
  align-items: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 35px;
}
.page-keeps-wrap .cont04 h2.flex .icn {
  margin-right: 20px;
}
.page-keeps-wrap .cont04 h2.flex .icn img {
  width: 65px;
}

.page-keeps-wrap .cont05 {
  background: #e6e9eb url(/img/usr/freepage/keeps/bg.png) repeat;
  background-size: auto;
  padding: 200px 0 210px;
}
.page-keeps-wrap .cont05 .ttl01 img {
  max-width: 245px;
}
.page-keeps-wrap .cont05 .subttl01 .small {
  vertical-align: text-top;
}
.page-keeps-wrap .cont05 > .bg-white {
  padding: 130px 50px 80px;
  position: relative;
}
.page-keeps-wrap .cont05 > .bg-white::before {
  content: "";
  width: 337px;
  height: 190px;
  display: block;
  background: url("/img/usr/freepage/keeps/img-12.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateY(0%) translateX(-50%);
}
.page-keeps-wrap .cont05 .triangle::after {
  left: 0;
  z-index: 3;
}
.page-keeps-wrap .cont05 .flex.anchor {
  justify-content: center;
  margin: 70px 0 90px;
}
.page-keeps-wrap .cont05 .flex.anchor .item {
  position: relative;
  padding-bottom: 50px;
}
.page-keeps-wrap .cont05 .flex.anchor .item:nth-child(1) {
  margin-right: 70px;
}
.page-keeps-wrap .cont05 .flex.anchor .item::after {
  content: "";
  display: block;
  background: url("/img/usr/freepage/keeps/icn-arrow-bottom_black.svg") no-repeat center;
  background-size: cover;
  width: 49px;
  height: 26px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.page-keeps-wrap .cont05 .flex.anchor .circle {
  width: 295px;
  height: 295px;
  background-color: #c2d807;
}
.page-keeps-wrap .cont05 .flex.anchor .circle-bg {
  padding: 15px;
  background: url("/img/usr/freepage/keeps/icn-beauty-function_circle.svg") no-repeat center;
  background-size: cover;
}
.page-keeps-wrap .cont05 .flex.anchor .circle-bg a {
  text-decoration: none;
  color: #595757;
}
.page-keeps-wrap .cont05 .flex.anchor .circle h3 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-keeps-wrap .cont05 .flex.anchor .circle p {
  font-size: 19px;
  line-height: 1.6315789;
}
.page-keeps-wrap .cont05 .cm-item01.hold {
  margin-top: 50px;
  margin-bottom: 40px;
}
.page-keeps-wrap .cont05 .cm-item01.hold .flex {
  justify-content: space-between;
}
.page-keeps-wrap .cont05 .cm-item01.hold .flex .item {
  position: relative;
}
.page-keeps-wrap .cont05 .cm-item01.hold .flex .item:nth-child(1) {
  margin-top: 10px;
  width: 40%;
}
.page-keeps-wrap .cont05 .cm-item01.hold .flex .item:nth-child(2) {
  width: 54.5%;
}
.page-keeps-wrap .cont05 .cm-item01.hold .flex .item .frame {
  background: url("/img/usr/freepage/keeps/bg-frame-speechbubble03.svg") no-repeat center;
  background-size: cover;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 7px 15px 25px;
}
.page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex {
  justify-content: space-between;
}
.page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item {
  width: 31%;
}
.page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item:nth-child(2) {
	width: 65.5%;
}
.page-keeps-wrap .cont05 .cm-item01 .btmitem {
  border-top: 3px dotted #c2d807;
  padding: 40px 40px;
  margin: 20px -40px 0;
}
.page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex {
  justify-content: space-between;
  gap: 5%;
}
.page-keeps-wrap .cont05 .cm-item01 .cm-item01-inner .btmitem .flex .item,
.page-keeps-wrap .cont05 .cm-item01 .cm-item01-inner .btmitem .flex .item:nth-child(2n) {
	width: 50%;
}
.page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item p {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-top: 3px;
}
.page-keeps-wrap .cont05 .ttl02 {
  margin: 50px 0 80px;
}
.page-keeps-wrap .cont05 .flex.col-3 {
  justify-content: center;
  gap: 30px 4%;
}
.page-keeps-wrap .cont05 .flex.col-3 .item {
  width: calc((100% - 8%) / 3);
  margin: 0;
}
.page-keeps-wrap .cont05 .flex.col-3 .item h3 {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-keeps-wrap .cont05 .flex.col-3 .item h3 i {
  margin-right: 10px;
}
.page-keeps-wrap .cont05 .flex.col-3 .item h3 i img {
  width: 64px;
  margin-bottom: 0;
}
.page-keeps-wrap .cont05 .flex.col-3 .item img {
  margin-bottom: 10px;
}
.page-keeps-wrap .cont05 .flex.col-3 .item p {
  font-size: 18px;
  line-height: 1.444444;
}

.page-keeps-wrap .cont06 {
  background-color: #c2d807;
  padding: 120px 0;
}
.page-keeps-wrap .cont06 .ttl01 img {
  width: 50%;
  max-width: 288px;
}
.page-keeps-wrap .cont06 .subttl01 {
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
.page-keeps-wrap .cont06 .bg-white {
  padding: 50px 30px 40px;
}
.page-keeps-wrap .cont06 .bg-white.mb-30 {
  padding: 90px 60px 60px;
}
.page-keeps-wrap .cont06 .bg-white .flex.top {
  justify-content: space-between;
  margin-bottom: 60px;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item {
  width: 35%;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) {
  text-align: center;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p .small {
  font-size: 16px;
  font-weight: 300;
  display: block;
  letter-spacing: 0.025em;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p .small2 {
  font-size: 18px;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) {
  width: 63%;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) p {
  font-size: 18px;
  line-height: 1.833333;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) p .indent {
  display: inline-block;
  text-indent: -0.5em;
}
.page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) p .indent2 {
  display: inline-block;
  letter-spacing: -0.5em;
}
.page-keeps-wrap .cont06 .cm-item01-inner {
  padding: 20px 15px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom {
  justify-content: space-between;
  padding-bottom: 30px;
  border-color: #c2d807;
  border-width: 2px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item {
  width: 55%;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) {
  width: 38%;
  justify-content: space-around;
  text-align: center;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) img {
  margin-bottom: 6px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 .small {
  font-size: 16px;
  letter-spacing: 0.025em;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom {
  justify-content: space-between;
  padding: 30px 0 0;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item {
  width: 46%;
  position: relative;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon {
  position: absolute;
  background: url("/img/usr/freepage/keeps/icn-polygon_green.svg") no-repeat center;
  background-size: 100% 100%;
  width: 134px;
  height: 134px;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  top: -60px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f01 {
  font-size: 11px;
  line-height: 1.2;
  display: block;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f02 {
  font-size: 17px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f03 {
  font-size: 18px;
  display: block;
  margin-top: 3px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex {
  justify-content: space-between;
  gap: 15%;
  width: 100%;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item {
  text-align: center;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item:nth-child(1) {
  position: relative;
}
.page-keeps-wrap .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: 11px 0 11px 17px;
  border-color: transparent transparent transparent #c2d807;
  position: absolute;
  top: 80px;
  right: -40px;
}
.page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item p {
  font-size: 16px;
}

.page-keeps-wrap .cont07 {
  background-color: #e5e9eb;
  padding: 140px 0 110px;
}
.page-keeps-wrap .cont07 .ttl01 {
  margin-bottom: 60px;
}
.page-keeps-wrap .cont07 .ttl01 img {
  width: 165px;
}
.page-keeps-wrap .cont07 .ttl01.cl {
  margin-bottom: 30px;
}
.page-keeps-wrap .cont07 .ttl01.cl img {
  width: 357px;
}
.page-keeps-wrap .cont07 .subttl01 {
  /*margin-bottom: 90px;*/
}
.page-keeps-wrap .cont07 .flex {
  justify-content: space-between;
}
.page-keeps-wrap .cont07 .flex .item p {
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
}
.page-keeps-wrap .cont07 .flex .item .item_btn {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  line-height: 1;
  background: #000;
  color: #fff;
  width: 270px;
  margin: 20px auto 0;
  display: block;
  text-decoration: none;
  border-radius: 7px;
  position: relative;
}
.page-keeps-wrap .cont07 .flex .item .item_btn::before {
  content: "";
  position: absolute;
  right: 23px;
  line-height: 1;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.page-keeps-wrap .cont07 .lineupWrap {
  max-width: 1060px;
  margin: 0 auto;
}
.page-keeps-wrap .cont07 .lineupWrap .item {
  position: relative;
  width: 312px;
}
.page-keeps-wrap .cont07 .lineupWrap .item p {
  position: absolute;
  top: 200px;
  width: 100%;
  left: 0;
  font-size: 24px;
  margin-top: 0;
}
.page-keeps-wrap .cont07 .lineupWrap .item .item_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -135px;
}
.page-keeps-wrap .cont07 .lineupWrap .item.cs:before {
  content: "COMING SOON";
  font-size: 26px;
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  left: 0;
  top: 140px;
}
.page-keeps-wrap .cont07 .lineupWrap .item.cs:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(53, 47, 45, 0.95);
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.page-keeps-wrap .cont07 .logo {
  text-align: center;
  margin: 50px 0 0;
}
.page-keeps-wrap .cont07 .logo img {
  width: 130px;
}
.page-keeps-wrap .cont07 .alignCenter {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 110px;
}
.page-keeps-wrap .cont07 .table01 {
  width: 100%;
  max-width: 825px;
  margin-bottom: 100px;
}

.page-keeps-wrap .cont08 {
  padding: 130px 0;
  background-color: #c2d807;
}
.page-keeps-wrap .cont08 .ttl01 img {
  width: 261px;
}
.page-keeps-wrap .cont08 .slide02 {
  margin-top: 100px;
}
.page-keeps-wrap .cont08 .slide02 .item {
  margin: 0 30px;
}

.page-keeps-wrap .cont09 {
  padding: 120px 0 130px;
}
.page-keeps-wrap .cont09 .ttl01 img {
  width: 289px;
}
.page-keeps-wrap .cont09 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.page-keeps-wrap .cont09 .flex .item {
  background: url("/img/usr/freepage/keeps/bg-frame-speechbubble02.png") no-repeat center top;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 366px;
  height: 256px;
  padding: 0 45px;
}
.page-keeps-wrap .cont09 .flex .item:nth-child(1), .cont09 .flex .item:nth-child(4) {
  margin-top: 20px;
}
.page-keeps-wrap .cont09 .flex .item:nth-child(2), .cont09 .flex .item:nth-child(5) {
  margin-top: 70px;
}
.page-keeps-wrap .cont09 .flex .item p {
  font-size: 20px;
}
.page-keeps-wrap .cont09 .flex .item p.attribute {
  font-size: 21px;
  text-align: right;
  color: #ffffff;
  margin-top: 10px;
}
.page-keeps-wrap .cont09 .flex .item p .marker-green {
  display: inline;
  background: linear-gradient(transparent 60%, #f7f4b4 60%);
}
.page-keeps-wrap .cont09 .videoArea {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-keeps-wrap .cont09 .videoArea .subttl01 {
  margin-bottom: 20px;
}

.page-keeps-wrap .cont10 {
  background-color: #c2d807;
  padding: 130px 0 150px;
}
.page-keeps-wrap .cont10 .lwrap {
  max-width: 825px;
}
.page-keeps-wrap .cont10 .ttl01 img {
  max-width: 303px;
  width: 60%;
}
.page-keeps-wrap .cont10 .pic {
  padding-top: 55px;
}
.page-keeps-wrap .cont10 .pic img {
  width: 100%;
}
.page-keeps-wrap .cont10 .txt {
  padding-top: 50px;
}
.page-keeps-wrap .cont10 .txt h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: 0.025em;
}
.page-keeps-wrap .cont10 .txt p {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.page-keeps-wrap .cont10 .videoArea {
  padding-top: 90px;
  color: #ffffff;
}
.page-keeps-wrap .cont10 .videoArea .subttl01 {
  margin-bottom: 20px;
}

.page-keeps-wrap .ec-bnr {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
}
.page-keeps-wrap .ec-bnr.fixed {
  opacity: 1;
}
.page-keeps-wrap .ec-bnr a {
  display: block;
}
.page-keeps-wrap .ec-bnr img {
  width: 240px;
}

@media screen and (min-width: 751px) and (max-width: 1180px) {
  .page-keeps-wrap .mv .slide .item.no1 {
    background-size: 28vw;
  }
  .page-keeps-wrap .mv .slide .item .flex {
    margin: 0 15px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 {
    width: 48vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(1) {
    width: 8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(2) {
    width: 8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(3) {
    width: 8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(4) {
    width: 6.8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(5) {
    width: 7.8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(6) {
    width: 4.8vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(7) {
    width: 2.5vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(8) {
    width: 6.4vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(9) {
    width: 6.1vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(10) {
    width: 6.9vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(11) {
    width: 5.6vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(12) {
    width: 6.7vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(13) {
    width: 3vw;
    margin-left: -1.5vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no2 {
    right: 4.5vw;
    width: 24vw;
  }
  .page-keeps-wrap .mv .slide .item .flex .no3 {
    height: 100%;
  }
  .page-keeps-wrap .mv .slide .item .flex .no3 h3 {
    height: 100%;
  }
  .page-keeps-wrap .mv .slide .item .flex .no3 h3 img {
    height: 100%;
  }
  .page-keeps-wrap .slide.slick-initialized .slick-slide {
    height: 57vw;
  }
  .page-keeps-wrap .cont05 .triangle::after {
    border-right: calc(50vw - 15px) solid transparent;
    border-left: calc(50vw - 15px) solid transparent;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item:nth-child(1) {
    margin-right: 30px;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem {
    padding: 40px 30px;
  }
  .page-keeps-wrap .cont09 .flex .item {
    width: 31vw;
    height: 21.8vw;
    padding: 0 3vw;
  }
  .page-keeps-wrap .cont09 .flex .item p {
    font-size: 1.7vw;
  }
  .page-keeps-wrap .cont09 .flex .item p.attribute {
    font-size: 1.7vw;
  }
  .page-keeps-wrap .ec-bnr img {
    width: 203px;
  }
}
@media screen and (min-width: 751px) and (max-width: 940px) {
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item .frame {
    font-size: 1.6vw;
    background-size: 100% 100%;
  }
  .page-keeps-wrap .cont05 .flex.anchor .item:nth-child(1) {
    margin-right: 30px;
  }
  .page-keeps-wrap .cm-item01-inner {
    padding: 50px 30px 0;
  }
  .page-keeps-wrap .cm-item01 h4 {
    font-size: 26px;
  }
  .page-keeps-wrap .ec-bnr img {
    width: 140px;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  .page-keeps-wrap .cont05 .flex.col-3 .item h3 {
    font-size: 24px;
  }
}
/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .page-keeps-wrap .sp-mt-0 {
    margin-top: 0px !important;
  }
  .page-keeps-wrap .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .page-keeps-wrap .sp-mt-5 {
    margin-top: 5px !important;
  }
  .page-keeps-wrap .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .page-keeps-wrap .sp-mt-10 {
    margin-top: 10px !important;
  }
  .page-keeps-wrap .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .page-keeps-wrap .sp-mt-15 {
    margin-top: 15px !important;
  }
  .page-keeps-wrap .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .page-keeps-wrap .sp-mt-20 {
    margin-top: 20px !important;
  }
  .page-keeps-wrap .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .page-keeps-wrap .sp-mt-25 {
    margin-top: 25px !important;
  }
  .page-keeps-wrap .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .page-keeps-wrap .sp-mt-30 {
    margin-top: 30px !important;
  }
  .page-keeps-wrap .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .page-keeps-wrap .sp-mt-35 {
    margin-top: 35px !important;
  }
  .page-keeps-wrap .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .page-keeps-wrap .sp-mt-40 {
    margin-top: 40px !important;
  }
  .page-keeps-wrap .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .page-keeps-wrap .sp-mt-45 {
    margin-top: 45px !important;
  }
  .page-keeps-wrap .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .page-keeps-wrap .sp-mt-50 {
    margin-top: 50px !important;
  }
  .page-keeps-wrap .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .page-keeps-wrap .sp-mt-55 {
    margin-top: 55px !important;
  }
  .page-keeps-wrap .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .page-keeps-wrap .sp-mt-60 {
    margin-top: 60px !important;
  }
  .page-keeps-wrap .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .page-keeps-wrap .sp-mt-65 {
    margin-top: 65px !important;
  }
  .page-keeps-wrap .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .page-keeps-wrap .sp-mt-70 {
    margin-top: 70px !important;
  }
  .page-keeps-wrap .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .page-keeps-wrap .sp-mt-75 {
    margin-top: 75px !important;
  }
  .page-keeps-wrap .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .page-keeps-wrap .sp-mt-80 {
    margin-top: 80px !important;
  }
  .page-keeps-wrap .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .page-keeps-wrap .sp-mt-85 {
    margin-top: 85px !important;
  }
  .page-keeps-wrap .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .page-keeps-wrap .sp-mt-90 {
    margin-top: 90px !important;
  }
  .page-keeps-wrap .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .page-keeps-wrap .sp-mt-95 {
    margin-top: 95px !important;
  }
  .page-keeps-wrap .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .page-keeps-wrap .sp-mt-100 {
    margin-top: 100px !important;
  }
  .page-keeps-wrap .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .page-keeps-wrap .sp-mt-105 {
    margin-top: 105px !important;
  }
  .page-keeps-wrap .sp-mb-105 {
    margin-bottom: 105px !important;
  }
  .page-keeps-wrap .sp-mt-110 {
    margin-top: 110px !important;
  }
  .page-keeps-wrap .sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .page-keeps-wrap .sp-mt-115 {
    margin-top: 115px !important;
  }
  .page-keeps-wrap .sp-mb-115 {
    margin-bottom: 115px !important;
  }
  .page-keeps-wrap .sp-mt-120 {
    margin-top: 120px !important;
  }
  .page-keeps-wrap .sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .page-keeps-wrap .sp-mt-125 {
    margin-top: 125px !important;
  }
  .page-keeps-wrap .sp-mb-125 {
    margin-bottom: 125px !important;
  }
  .page-keeps-wrap .sp-mt-130 {
    margin-top: 130px !important;
  }
  .page-keeps-wrap .sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .page-keeps-wrap .sp-mt-135 {
    margin-top: 135px !important;
  }
  .page-keeps-wrap .sp-mb-135 {
    margin-bottom: 135px !important;
  }
  .page-keeps-wrap .sp-mt-140 {
    margin-top: 140px !important;
  }
  .page-keeps-wrap .sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .page-keeps-wrap .sp-mt-145 {
    margin-top: 145px !important;
  }
  .page-keeps-wrap .sp-mb-145 {
    margin-bottom: 145px !important;
  }
  .page-keeps-wrap .sp-mt-150 {
    margin-top: 150px !important;
  }
  .page-keeps-wrap .sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .page-keeps-wrap .sp-mt-155 {
    margin-top: 155px !important;
  }
  .page-keeps-wrap .sp-mb-155 {
    margin-bottom: 155px !important;
  }
  .page-keeps-wrap .sp-mt-160 {
    margin-top: 160px !important;
  }
  .page-keeps-wrap .sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .page-keeps-wrap .sp-mt-165 {
    margin-top: 165px !important;
  }
  .page-keeps-wrap .sp-mb-165 {
    margin-bottom: 165px !important;
  }
  .page-keeps-wrap .sp-mt-170 {
    margin-top: 170px !important;
  }
  .page-keeps-wrap .sp-mb-170 {
    margin-bottom: 170px !important;
  }
  .page-keeps-wrap .sp-mt-175 {
    margin-top: 175px !important;
  }
  .page-keeps-wrap .sp-mb-175 {
    margin-bottom: 175px !important;
  }
  .page-keeps-wrap .sp-mt-180 {
    margin-top: 180px !important;
  }
  .page-keeps-wrap .sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .page-keeps-wrap .sp-mt-185 {
    margin-top: 185px !important;
  }
  .page-keeps-wrap .sp-mb-185 {
    margin-bottom: 185px !important;
  }
  .page-keeps-wrap .sp-mt-190 {
    margin-top: 190px !important;
  }
  .page-keeps-wrap .sp-mb-190 {
    margin-bottom: 190px !important;
  }
  .page-keeps-wrap .sp-mt-195 {
    margin-top: 195px !important;
  }
  .page-keeps-wrap .sp-mb-195 {
    margin-bottom: 195px !important;
  }
  .page-keeps-wrap .sp-mt-200 {
    margin-top: 200px !important;
  }
  .page-keeps-wrap .sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .page-keeps-wrap .sp-mt-205 {
    margin-top: 205px !important;
  }
  .page-keeps-wrap .sp-mb-205 {
    margin-bottom: 205px !important;
  }
  .page-keeps-wrap .sp-mt-210 {
    margin-top: 210px !important;
  }
  .page-keeps-wrap .sp-mb-210 {
    margin-bottom: 210px !important;
  }
  .page-keeps-wrap .sp-mt-215 {
    margin-top: 215px !important;
  }
  .page-keeps-wrap .sp-mb-215 {
    margin-bottom: 215px !important;
  }
  .page-keeps-wrap .sp-mt-220 {
    margin-top: 220px !important;
  }
  .page-keeps-wrap .sp-mb-220 {
    margin-bottom: 220px !important;
  }
  .page-keeps-wrap .sp-mt-225 {
    margin-top: 225px !important;
  }
  .page-keeps-wrap .sp-mb-225 {
    margin-bottom: 225px !important;
  }
  .page-keeps-wrap .sp-mt-230 {
    margin-top: 230px !important;
  }
  .page-keeps-wrap .sp-mb-230 {
    margin-bottom: 230px !important;
  }
  .page-keeps-wrap .sp-mt-235 {
    margin-top: 235px !important;
  }
  .page-keeps-wrap .sp-mb-235 {
    margin-bottom: 235px !important;
  }
  .page-keeps-wrap .sp-mt-240 {
    margin-top: 240px !important;
  }
  .page-keeps-wrap .sp-mb-240 {
    margin-bottom: 240px !important;
  }
  .page-keeps-wrap .sp-mt-245 {
    margin-top: 245px !important;
  }
  .page-keeps-wrap .sp-mb-245 {
    margin-bottom: 245px !important;
  }
  .page-keeps-wrap .sp-mt-250 {
    margin-top: 250px !important;
  }
  .page-keeps-wrap .sp-mb-250 {
    margin-bottom: 250px !important;
  }
  .page-keeps-wrap .slide.slick-initialized .slick-slide {
    height: 1220px;
  }
  .page-keeps-wrap .slide .slick-dots li {
    width: 22px;
    height: 22px;
  }
  .page-keeps-wrap .slide .slick-dots.changecolor li {
    border: 1px solid #585757;
  }
  .page-keeps-wrap .slide .slick-dots.changecolor li.slick-active {
    background-color: #c2d807;
    border: 1px solid #c2d807;
  }
  .page-keeps-wrap .slide02 .slick-dots {
    bottom: -40px;
  }
  .page-keeps-wrap .slide02 .slick-dots li {
    margin: 0 7.5px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 {
    width: 660px;
    left: 50%;
    top: inherit;
    bottom: 310px;
    transform: translateY(0%) translateX(-50%);
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(1) {
    width: 111px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(2) {
    width: 111px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(3) {
    width: 115px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(4) {
    width: 98px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(5) {
    width: 110px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(6) {
    width: 65px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(7) {
    width: 30px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(8) {
    width: 88px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(9) {
    width: 87px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(10) {
    width: 98px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(11) {
    width: 82px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(12) {
    width: 92px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no1 .animation span:nth-child(13) {
    width: 41px;
    margin-left: -10px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no2 {
    top: 50px;
    right: inherit;
    transform: inherit;
    width: 100%;
  }
  .page-keeps-wrap .mv .slide .item .flex .no2 img {
    margin: auto;
    width: 540px;
  }
  .page-keeps-wrap .mv .slide .item .flex .no3 {
    top: inherit;
    bottom: 0;
    width: 100%;
  }
  .page-keeps-wrap .mv .slide .item .flex .no3 img {
    width: 400px;
    margin: auto;
  }
  .page-keeps-wrap .mv .slide .item.no5 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page-keeps-wrap .videoposter {
    width: inherit;
  }
  .page-keeps-wrap .videoposter img {
    width: 100%;
  }
  .page-keeps-wrap .videoWrap iframe {
    max-width: inherit;
    width: 600px;
    height: 340px;
  }
  .page-keeps-wrap .curve {
    padding-top: 60px;
  }
  .page-keeps-wrap .curve::before {
    width: 110%;
    height: 60px;
    z-index: 9;
  }
  .page-keeps-wrap .triangle + section {
    padding-top: 255px;
  }
  .page-keeps-wrap .ttl01::after {
    height: 2px;
  }
  .page-keeps-wrap .ttl02 {
    font-size: clamp(14px,4.8vw,36px);
  }
  .page-keeps-wrap .ttl02 span {
    border-width: 2px;
    padding: 15px 0;
  }
  .page-keeps-wrap .subttl01 {
    font-size: clamp(16px,4.4vw,34px);
  }
  .page-keeps-wrap .ttl-band {
    font-size: clamp(16px,4.1vw,36px);
    padding: 10px 0;
  }
  .page-keeps-wrap .cm-item01-inner {
    padding: 20px 15px 0;
    position: relative;
  }
  .page-keeps-wrap .cm-item01 p {
    font-size: 100%;
    line-height: 1.461538;
  }
  .page-keeps-wrap .cm-item01 p.alignRight {
    width: 100%;
    font-size: 12px;
    margin: 20px 0;
  }
  .page-keeps-wrap .cont01 {
    padding: 0 15px;
    margin-top: 65px;
  }
  .page-keeps-wrap .cont01 .lwrap {
    margin: 55px 0 0;
  }
  .page-keeps-wrap .cont01 .top {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .page-keeps-wrap .cont01 .flex {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont01 .flex .item {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-keeps-wrap .cont01 .flex .item > p {
    width: 45%;
    font-size: clamp(14px, 3.7vw ,28px);
    text-align: left;
    margin-left: auto;
  }
  .page-keeps-wrap .cont01 .flex .item > p .sp-indent {
    text-indent: -0.6em;
    display: inline-block;
  }
  .page-keeps-wrap .cont01 .flex .item:nth-child(2) .circle {
    order: 2;
  }
  .page-keeps-wrap .cont01 .flex .item:nth-child(2) > p {
    text-align: right;
    margin-left: inherit;
    margin-right: 20px;
    order: 1;
  }
  .page-keeps-wrap .cont01 .flex .circle {
    margin: inherit;
    width: 50%;
    height: auto;
    aspect-ratio: 1;
    font-size: clamp(16px, 4.5vw ,32px);
    line-height: 1.39;
  }
  .page-keeps-wrap .cont01 .flex .circle img {
    width: 73px;
  }
  .page-keeps-wrap .cont01 .videoWrap {
    margin-bottom: 35px;
  }
  .page-keeps-wrap .cont01 .itemimg {
    margin: 40px 0;
  }
  .page-keeps-wrap .cont01 .itemimg p {
    font-size: clamp(22px, 3vw ,43px);
    line-height: 1.6;
  }
  .page-keeps-wrap .cont01 .itemimg p .sp-indent {
    display: inline-block;
    margin-right: -16px;
  }
  .page-keeps-wrap .cont01 .itemimg img {
    width: 640px;
  }
  .page-keeps-wrap .cont01 .logo img {
    width: 543px;
  }
  .page-keeps-wrap .cont02 {
    background: #ffffff;
  }
  .page-keeps-wrap .cont02 > .bg {
    padding-bottom: 40px;
  }
  .page-keeps-wrap .cont02 .lwrap {
    padding-top: 55px;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white {
    padding: 35px 15px 15px;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white .frame {
    background-size: 100% 100%;
    width: auto;
    left: 20px;
    right: 20px;
    top: -50px;
    transform: none;
    margin: auto;
    font-size: clamp(14px, 4vw,31px);
    font-weight: 600;
    padding: 39px 0 50px;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex {
    margin: 0;
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item {
    width: 100%;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) {
    margin-bottom: 15px;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p {
    font-size: 16px;
    font-weight: normal;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(1) p.en {
    font-size: 100%;
    font-weight: 300;
    margin-top: 15px;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) {
    width: 100%;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .page-keeps-wrap .cont02 .lwrap > .bg-white > .flex .item:nth-child(2) p {
    font-size: 90%;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
  }
  .page-keeps-wrap .cont02 .inline-block {
    margin-bottom: 80px;
  }
  .page-keeps-wrap .cont02 .inline-block p {
    text-align: center;
    font-size: clamp(15px,5.5vw,36px);
    line-height: 1.6388;
  }
  .page-keeps-wrap .cont02 .itemwrap {
    padding: 0 30px 30px;
    margin-top: 70px;
  }
  .page-keeps-wrap .cont02 .itemwrap::before {
    width: 150px;
    height: auto;
    aspect-ratio: 1;
    top: -30px;
  }
  .page-keeps-wrap .cont02 .itemwrap.no1 {
    margin-bottom: 80px;
  }
  .page-keeps-wrap .cont02 .itemwrap .ttl {
    font-size: clamp(14px,3vw,30px);
    background-size: 50px;
    padding: 40px 0 30px;
  }
  .cont02 .itemwrap .flex .item,
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
  }
  .cont02 .itemwrap .flex .item:last-child,
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item:last-child {
    margin-bottom: 0;
  }
  .cont02 .itemwrap .flex .item img,
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item img {
    width: 100%;
  }
  .page-keeps-wrap .cont02 .itemwrap.no2 .item p,
.page-keeps-wrap .cont02 .itemwrap .flex.col-3 .item p {
    font-size: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
  }
  .page-keeps-wrap .cont03 {
    padding-bottom: 0;
  }
  .page-keeps-wrap .cont03 .logo {
    padding: 40px 10px;
    box-sizing: border-box;
  }
  .page-keeps-wrap .cont03 .logo img {
    max-width: 60%;
  }
  .page-keeps-wrap .cont03 .subttl {
    font-size: clamp(17px,6.6vw,49px);
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .cont03 .subttl .small {
    font-size: 0.6em;
    line-height: 1.7;
  }
  .page-keeps-wrap .cont03 .subttl .small2 {
    display: block;
    text-align: right;
    font-size: 0.6em;
  }
  .page-keeps-wrap .cont03 .subttl .small3 {
    font-size: 0.7em;
    margin-top: 0;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item {
    width: 100%;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(1) {
    margin-bottom: 35px;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(1) img {
    width: 700px;
    display: block;
    margin-left: 20px;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(1) p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item:nth-child(2) {
    width: 100%;
  }
  .page-keeps-wrap .cont03 .lwrap > .flex > .item .ttl {
    margin-bottom: 0;
    font-size: clamp(14px,5.5vw,36px);
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white {
    padding: 25px 10px;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white h3 {
    font-size: clamp(16px,4.5vw,31px);
    font-weight: bold;
    line-height: 1.645;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white h3 .marker-green {
    display: inline;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white .flex {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item {
    width: 100%;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item:nth-child(1) {
    margin-bottom: 100px;
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item:nth-child(1)::after {
    border-width: 27px 46px 0 46px;
    border-color: #c2d807 transparent transparent transparent;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -50px;
    transform: translateY(0%) translateX(-50%);
  }
  .page-keeps-wrap .cont03 .lwrap > .bg-white .flex .item p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont03 .toggleitem {
    border: 4px solid #c2d807;
    border-radius: 7px;
    margin: 0 0 20px;
    transition: 0.3s;
  }
  .page-keeps-wrap .cont03 .toggleitem:last-child {
    margin-bottom: 0;
  }
  .page-keeps-wrap .cont03 .toggleitem.active .ttl {
    background-image: initial;
  }
  .page-keeps-wrap .cont03 .toggleitem .ttl {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0px 10px 10px;
    background: #c2d807 url("/img/usr/freepage/keeps/icn-arrow2-bottom_black.svg") no-repeat center right 10px;
    background-size: 30px;
    gap: 20px;
  }
  .page-keeps-wrap .cont03 .toggleitem .ttl .avenir {
    font-size: 2.5em;
    text-align: center;
    line-height: 0.9;
  }
  .page-keeps-wrap .cont03 .toggleitem .inner {
    display: none;
  }
  .page-keeps-wrap .cont03 .toggleitem .inner > img {
    width: 100%;
  }
  .page-keeps-wrap .cont03 .toggleitem .inner .txt {
    padding: 20px 46px 20px 15px;
    background: #ffffff url("/img/usr/freepage/keeps/icn-arrow2-top_black.svg") no-repeat center right 10px;
    background-size: 30px;
  }
  .page-keeps-wrap .cont03 .toggleitem .inner p {
    font-size: clamp(10px,4.2vw,30px);
    line-height: 1.46666;
  }
  .page-keeps-wrap .cont04 {
    padding: 75px 0 120px;
  }
  .page-keeps-wrap .cont04 h2.flex {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .page-keeps-wrap .cont04 .videoposter {
    margin: 0;
  }
  .page-keeps-wrap .cont05 {
    padding: 130px 0 50px;
  }
  .page-keeps-wrap .cont05 > .bg-white {
    padding: 55px 15px;
  }
  .page-keeps-wrap .cont05 > .bg-white::before {
    content: "";
    width: 50%;
    aspect-ratio: 1 / 0.55;
    height: auto;
    position: absolute;
    left: 50%;
    top: -50px;
  }
   .page-keeps-wrap .cont05 .cm-item01 h4 {
    font-size: clamp(18px,4vw,29px);
    margin-bottom: 20px;
  }
  .page-keeps-wrap .cont05 .ttl01 img {
    width: 50%;
  }
  .page-keeps-wrap .cont05 .flex.anchor {
    margin: 30px 0 100px;
  }
  .page-keeps-wrap .cont05 .ttl02 {
    margin: 50px 0 30px;
  }
  .page-keeps-wrap .cont05 .flex.anchor .item:nth-child(1) {
    margin-right: 10px;
  }
  .page-keeps-wrap .cont05 .flex.anchor .item:nth-child(2) .circle h3 {
    margin-bottom: 23.5px;
  }
  .page-keeps-wrap .cont05 .flex.anchor .circle {
    align-items: flex-start;
  }
  .page-keeps-wrap .cont05 .flex.anchor .circle > span {
    margin-top: 70px;
  }
  .page-keeps-wrap .cont05 .flex.anchor .circle p {
    font-size: 27px;
    line-height: 1.222222;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold {
    margin-bottom: 40px;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold p.alignRight {
    bottom: -25px;
    right: 5px;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item:nth-child(1) {
    margin-top: 0;
    margin-bottom: 20px;
    width: auto;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item:nth-child(2) {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item:nth-child(2) img {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01.hold .flex .item .frame {
    font-size: clamp(12px,3.6vw,27px);
    float: none;
    background-image: url("/img/usr/freepage/keeps/sp/bg-frame-speechbubble03.svg");
    background-size: 100%;
    background-position: top;
    padding: 2px 5px 18px;
  }
  .page-keeps-wrap .cont05 .cm-item01#balance p.alignRight {
    bottom: 10px;
    right: 10px;
  }
  .page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item:nth-child(1) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item:nth-child(2) {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01.balance .cm-item01-inner .flex .item:nth-child(2) img {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem {
    padding: 20px 15px 40px;
    margin: 30px -15px 0;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item:nth-child(1) {
    margin-bottom: 45px;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item img {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item h3 {
    font-size: clamp(18px,4vw,29px);
    margin-bottom: 15px;
  }
  .page-keeps-wrap .cont05 .cm-item01 .btmitem > .flex .item p {
    font-size: 100%;
    font-weight: 400;
    margin-top: 6px;
  }
  .page-keeps-wrap .cont05 .flex.col-3 {
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item {
    width: 100%;
    margin-right: 0;
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item:last-child {
    margin-bottom: 0;
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item h3 {
    justify-content: center;
    font-size: clamp(15px,5.8vw,38px);
    margin-bottom: 15px;
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item h3 i img {
    width: clamp(37px,4vw,77px);
    margin-bottom: 0;
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item img {
    width: 100%;
  }
  .page-keeps-wrap .cont05 .flex.col-3 .item p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont05 .triangle::after {
  height: 70px;
  }
  .page-keeps-wrap .cont06 {
    padding: 90px 0 60px;
  }
  .page-keeps-wrap .cont06 .bg-white.mb-30 {
    padding: 20px 15px;
    margin: 0 !important;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) img {
    width: 80%;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p {
    font-size: clamp(24px,4vw,34px);
    font-weight: 500;
    line-height: 1.65;
    margin-top: 20px;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p .small {
    font-size: 0.7em;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(1) p .small2 {
  font-size: 100%;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) {
    width: 100%;
    position: relative;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn .close {
    display: none;
  }
  .page-keeps-wrap .cont06 .bg-white .flex.top .item:nth-child(2) .sp-morebtn img {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item {
    width: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(1) {
    margin-bottom: 50px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) {
    width: 100%;
    gap: 11%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) img {
    width: 180px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 {
    font-size: 100%;
    margin-top: 5px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) h5 .small {
    font-size: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item:nth-child(2) p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.border-dashed-bottom > .item .item {
    width: 50%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item {
    width: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item:nth-child(1) {
    margin-bottom: 40px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon {
    max-width: clamp(100px,4vw,135px);
    height: auto;
    aspect-ratio: 1;
    font-size: clamp(14px,6vw,30px);
    right: -30px;
    top: -30px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f01 {
    font-size: clamp(5px,2vw,13px);
    margin-bottom: 3px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f02 {
    font-size: 17px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .polygon .f03 {
    margin-top: 5px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item {
    width: 228px;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item p {
    font-size: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item img {
    width: 100%;
  }
  .page-keeps-wrap .cont06 .cm-item01-inner > .flex.bottom > .item .flex .item:nth-child(1)::after {
    border-width: 8px 0 8px 12px;
    top: 50px;
    right: -7vw;
  }
  .page-keeps-wrap .cont07 {
    padding: 100px 0 120px;
  }
  .page-keeps-wrap .cont07 .ttl01 {
    margin-bottom: 70px;
  }
  .page-keeps-wrap .cont07 .ttl01.cl {
    margin-bottom: 65px;
  }
  .page-keeps-wrap .cont07 .flex {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .cont07 .flex .item {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .page-keeps-wrap .cont07 .flex .item:last-child {
    margin-bottom: 0;
  }
  .page-keeps-wrap .cont07 .flex .item img {
    margin: 0 auto 10px;
    width: 500px;
  }
  .page-keeps-wrap .cont07 .flex .item .item_btn {
    font-size: 29px;
    width: 440px;
    margin: 20px auto 0;
    padding: 20px 0;
  }
  .page-keeps-wrap .cont07 .flex .item .item_btn::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .page-keeps-wrap .cont07 .lineupWrap {
    max-width: 1060px;
    margin: 0 auto;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item:last-of-type {
    margin-bottom: 0;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item img {
    width: 100%;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item p {
    top: 290px;
    font-size: 32px;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item .item_btn {
    bottom: 30px;
    margin-left: -220px;
  }
  .page-keeps-wrap .cont07 .lineupWrap .item.cs:before {
    font-size: 38px;
    top: 200px;
  }
  .page-keeps-wrap .cont07 .logo {
    margin: 65px 0 0;
  }
  .page-keeps-wrap .cont07 .logo img {
    width: 135px;
  }
  .page-keeps-wrap .cont07 .alignCenter {
    font-size: 30px;
    padding-top: 75px;
    padding-bottom: 95px;
  }
  .page-keeps-wrap .cont08 {
    padding: 130px 0 190px;
  }
  .page-keeps-wrap .cont08 .slide02 {
    margin-top: 70px;
  }
  .page-keeps-wrap .cont08 .slide02 .item {
    margin: 0 15px;
  }
  .page-keeps-wrap .cont09 {
    padding: 100px 0 160px;
  }
  .page-keeps-wrap .cont09 .lwrap {
    margin: 0;
  }
  .page-keeps-wrap .cont09 .ttl01 img {
    width: 264px;
  }
  .page-keeps-wrap .cont09 .slick-dots {
    bottom: -60px;
  }
  .page-keeps-wrap .cont09 .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 10px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #ffffff;
  }
  .page-keeps-wrap .cont09 .slick-dots li.slick-active {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .page-keeps-wrap .cont09 .slick-dots li:first-child {
    margin-left: 0;
  }
  .page-keeps-wrap .cont09 .slick-dots li:last-child {
    margin-right: 0;
  }
  .page-keeps-wrap .cont09 .slick-dots li button {
    padding: 0;
    width: inherit;
    height: inherit;
  }
  .page-keeps-wrap .cont09 .slick-dots li button::before {
    content: none;
    width: inherit;
    height: inherit;
  }
  .page-keeps-wrap .cont09 .flex .item {
    margin: 0 15px;
    padding: 0 65px;
    width: 517px;
    height: 364px;
    background-size: 100% 100%;
  }
  .page-keeps-wrap .cont09 .flex .item:nth-child(1), .cont09 .flex .item:nth-child(4) {
    margin-top: 0;
  }
  .page-keeps-wrap .cont09 .flex .item:nth-child(2), .cont09 .flex .item:nth-child(5) {
    margin-top: 0;
  }
  .page-keeps-wrap .cont09 .flex .item-inner {
    margin-bottom: 30px;
  }
  .page-keeps-wrap .cont09 .flex .item p {
    font-size: 30px;
  }
  .page-keeps-wrap .cont09 .flex .item p.attribute {
    font-size: 30px;
  }
  .page-keeps-wrap .cont10 {
    padding: 60px 0 50px;
  }
  .page-keeps-wrap .cont10 .pic {
    padding-top: 45px;
  }
  .page-keeps-wrap .cont10 .txt {
    padding-top: 20px;
  }
  .page-keeps-wrap .cont10 .txt h4 {
    font-size: clamp(14px,3.9vw,29px);
  }
  .page-keeps-wrap .cont10 .txt p {
    padding-top: 25px;
    font-size: 100%;
  }
  .page-keeps-wrap .cont10 .videoArea .videoposter {
    margin: 0;
  }
  .page-keeps-wrap .table01 th {
    font-size: 26px;
    padding: 20px;
    white-space: nowrap;
  }
  .page-keeps-wrap .table01 td {
    font-size: 26px;
    padding: 20px;
  }
  .page-keeps-wrap .ec-bnr {
    position: fixed;
    right: 46px;
    bottom: 20px;
    z-index: 10;
  }
  .page-keeps-wrap .ec-bnr img {
    width: 660px;
  }
}
.page-keeps-wrap .nav-child {
  position: absolute;
  top: 100%;
  padding-top: clamp(10px, 1.5625vw, 20px);
  left: 40%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .nav-child {
    width: auto;
    position: unset;
    opacity: 1;
    pointer-events: unset;
    transform: unset;
  }
}
.page-keeps-wrap .nav-child:where(.nav-menu-parent:hover *) {
  opacity: 1;
  pointer-events: auto;
}

.page-keeps-wrap .nav-child__list {
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 100vh;
  gap: clamp(7.5px, 1.171875vw, 15px);
  padding: clamp(5px, 0.78125vw, 10px) clamp(30px, 4.6875vw, 60px);
  box-shadow: 2.4px 3.5999999999999996px 2.4px rgba(193, 198, 186, 0.58);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .nav-child__list {
    box-shadow: none;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
    border-top: solid 1px #000000;
    border-radius: 0;
    padding-top: 30px;
    margin-inline: -20px;
    row-gap: 45px;
  }
}

.page-keeps-wrap .nav-menu a.nav-child__link {
  padding-block: 0;
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr;
  gap: clamp(7.5px, 1.171875vw, 15px);
}

.page-keeps-wrap .nav-child__link__icon {
  display: block;
  position: relative;
}
.page-keeps-wrap .nav-child__link__icon > img {
  max-width: clamp(30px, 4vw, 60px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .nav-child__link__icon > img {
    max-width: 90px;
    max-height: 75px;
  }
}
.page-keeps-wrap .nav-child__link__icon > img:nth-of-type(2) {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-keeps-wrap .nav-child__link__icon > img:nth-of-type(2):where(.nav-child__link:hover *) {
  opacity: 1;
}

.page-keeps-wrap .nav-child__link__text {
  font-size: clamp(7.5px, 1.171875vw, 15px);
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .nav-child__link__text {
    letter-spacing: 0;
    font-size: 20px;
  }
}

.page-keeps-wrap .vr {
  height: clamp(50px, 7.8125vw, 100px);
  width: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-keeps-wrap .lineup__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 10px;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .lineup__list {
    grid-template-columns: unset;
    justify-items: center;
  }
}

.page-keeps-wrap .lineup__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 5px;
  background-color: #fff;
  padding: clamp(7.5px, 1.171875vw, 15px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .lineup__item {
    max-width: 510px;
    padding: 35px;
  }
}

.page-keeps-wrap .lineup__item__title {
  font-weight: 500;
  font-size: clamp(14px, 1.40625vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  text-align: center;
  color: #595757;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .lineup__item__title {
    font-size: 32px;
  }
}

.page-keeps-wrap .lineup__item__button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.page-keeps-wrap .lineup__item__button {
  border-radius: 5px;
  background-color: #000;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 16px);
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .lineup__item__button {
    padding: 20px 40px;
    font-size: 25px;
  }
}
.page-keeps-wrap .lineup__item__button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/img/usr/freepage/keeps/lineup_button_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .lineup__item__button::after {
    width: 20px;
  }
}

/* beauty
*******************/
.page-keeps-wrap .beauty-posture-mv {
    text-align: center;
    background-color: #CFB7B2;
    padding: clamp(45px, 7.03125vw, 90px) 0;
}
.page-keeps-wrap .beauty-mv-area {
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.page-keeps-wrap .beauty-mv-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    height: 80%;
    background: url(/img/usr/freepage/keeps/beauty/mv-img.png) no-repeat center right/contain;
}
.page-keeps-wrap .beauty-mv-area .text-img {
  width: 80%;
  max-width: 600px;
  margin: auto;
}
.page-keeps-wrap .beauty-mv-area .read-text {
    background-color: #E8DBD8;
    text-align: justify;
    position: relative;
}
.page-keeps-wrap .beauty-mv-area .read-text .inner {
  max-width: 700px;
  padding: 2em 0;
  margin: auto;
}
.page-keeps-wrap .beauty-mv-area .read-text .inner>span {
  display: inline-block;
  width: 50%;
  max-width: 400px;
  font-size: 24px;
}
.page-keeps-wrap .beauty-mv-area .read-text::before {
    content: "";
    background-color: #E8DBD8;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}
.page-keeps-wrap .beauty-mv-area .mv-inner {
    display: flex;
    flex-direction: column;
    gap: 79px;
}
.page-keeps-wrap .beauty-mv-area .fukidashi-wrap {
  max-width: 700px;
  height: 20px;
  line-height: 1;
  margin: auto;
  position: relative;
  width: 100%;
}
.page-keeps-wrap .beauty-mv-area .fukidashi-wrap .fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    color: #77516b;
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px;
}
.beauty-mv-area .fukidashi-wrap .fukidashi::before,
.page-keeps-wrap .beauty-mv-area .fukidashi-wrap .fukidashi::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
    position: absolute;
    background-color: #77516b;
}
.page-keeps-wrap .beauty-mv-area .fukidashi-wrap .fukidashi::before {
  transform: rotate(-45deg);
  left: 0;
}
.page-keeps-wrap .beauty-mv-area .fukidashi-wrap .fukidashi::after {
  transform: rotate(45deg);
  right: 0;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-posture-mv {
  padding: clamp(45px, 7.03125vw, 90px) 0 30px;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-mv-area .mv-inner {
    gap: 30px;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-mv-area::after {
  background-size: auto 84%;
  background-position: 110% bottom;
  height: 100%;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-mv-area .read-text .inner {
  padding: 1em 0;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-mv-area .read-text .inner>span {
  font-size: 100%;
  width: 60%;
  padding-left: 15px;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-mv-area .fukidashi-wrap .fukidashi {
    font-size: 15px;
    padding: 0 15px;
    left: 20px;
}
.page-keeps-wrap .beauty-posture .sub-anchor-btn {
  margin: 50px 0 0;
}
[data-browse-mode="S"] .page-keeps-wrap .beauty-posture .sub-anchor-btn {
  margin: 0;
  padding: 3em 15px;
}
.page-keeps-wrap .beauty-posture .lwrap {
  padding-top: clamp(45px, 7.03125vw, 90px);
  padding-bottom: clamp(60px, 9.375vw, 120px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture {
    padding-bottom: 0;
  }
}

.page-keeps-wrap .beauty-posture__title {
  width: clamp(217px, 33.90625vw, 434px);
  margin: 0 auto clamp(60px, 9.375vw, 120px);
}
@media screen and (max-width: 750px) {
 .page-keeps-wrap .beauty-posture__title {
    width: 60%;
    margin-bottom: 50px;
  }
}

.page-keeps-wrap .beauty-posture__lead {
  margin-bottom: clamp(20px, 3.125vw, 40px);
  font-size: clamp(14px, 2.03125vw, 26px);
  color: #77516b;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__lead {
    font-size: 100%;
  }
}
.page-keeps-wrap .beauty-posture__lead span {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #595757;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__lead span {
    margin-top: 0.5em;
    font-size: 1.6666666667em;
  }
}

.page-keeps-wrap .beauty-posture__media {
  display: grid;
  grid-template-columns: 49% 1fr;
  gap: 50px clamp(10px, 1.5625vw, 20px);
  margin-bottom: clamp(50px, 7.8125vw, 100px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__media {
    grid-template-columns: unset;
    margin-bottom: 70px;
  }
}

.page-keeps-wrap .beauty-posture__media__image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-keeps-wrap .beauty-posture__media__image img {
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__media__image img {
    max-width: 620px;
  }
}

.page-keeps-wrap .beauty-posture__media__point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 2em;
  margin: 0 auto clamp(10px, 1.5625vw, 20px);
  font-size: clamp(14px, 1.71875vw, 22px);
  font-weight: 700;
  line-height: 1.4545454545;
  color: #595757;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #fff;
  border-radius: 100vh;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__media__point {
    margin-bottom: 45px;
    font-size: 30px;
  }
}

.page-keeps-wrap .beauty-posture__media__text {
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: 500;
  line-height: 1.7;
  color: #595757;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
 .page-keeps-wrap .beauty-posture__media__text {
    font-size: 100%;
  }
}

.page-keeps-wrap .beauty-posture__media__body {
  display: grid;
  align-items: end;
}

.page-keeps-wrap .beauty-posture__media__list {
  display: grid;
  gap: clamp(7.5px, 1.171875vw, 15px);
  counter-reset: counter;
}
@media screen and (max-width: 750px) {
 .page-keeps-wrap .beauty-posture__media__list {
    display: none;
  }
}

.page-keeps-wrap .beauty-posture__media__item {
  display: grid;
  grid-template-columns: clamp(50px, 7.8125vw, 100px) 1fr clamp(95px, 14.84375vw, 190px);
  align-items: center;
  border: 2px dotted #595757;
  border-radius: 8px;
}
.page-keeps-wrap .beauty-posture__media__item::before {
  font-family: avenir, sans-serif;
  font-size: clamp(40px, 6.25vw, 80px);
  font-weight: 300;
  color: #595757;
  text-align: center;
  content: "" counter(counter);
  counter-increment: counter 1;
}

.page-keeps-wrap .beauty-posture__media__item-content {
  display: grid;
  gap: clamp(7.5px, 1.171875vw, 15px);
  align-content: center;
  padding: 10px clamp(7.5px, 1.171875vw, 15px) 10px 0;
}

.page-keeps-wrap .beauty-posture__media__item-title {
  display: grid;
  place-items: center;
  align-self: end;
  min-width: clamp(98.5px, 15.390625vw, 197px);
  min-height: clamp(21px, 3.28125vw, 42px);
  font-size: clamp(14px, 1.71875vw, 19px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #77516b;
}

.page-keeps-wrap .beauty-posture__media__item-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.page-keeps-wrap .beauty-posture__media__item-image {
  height: 100%;
}
.page-keeps-wrap .beauty-posture__media__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.page-keeps-wrap .beauty-posture__accordions {
  display: none;
  gap: 20px;
  padding-inline: 20px;
  list-style: none;
  counter-reset: counter;
}
@media screen and (max-width: 750px) {
 .page-keeps-wrap .beauty-posture__accordions {
    display: grid;
    padding: 0;
  }
}

.page-keeps-wrap .beauty-posture__accordion {
  --border-radius: 5px;
  --border-width: 4px;
  --inner-radius: calc(var(--border-radius) - var(--border-width));
  position: relative;
  background-color: #fff;
  border: var(--border-width) solid #77516b;
  border-radius: var(--border-radius);
}

.page-keeps-wrap .beauty-posture__accordion__head {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px;
  font-size: clamp(16px,4vw,36px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  background: #77516b;
  border-radius: var(--inner-radius) var(--inner-radius) 0 0;
}
.page-keeps-wrap .beauty-posture__accordion__head::before {
  font-family: avenir, sans-serif;
  font-size: 2.1388888889em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  content: "" counter(counter);
  counter-increment: counter 1;
}

.page-keeps-wrap .beauty-posture__accordion__body {
  display: none;
}

.page-keeps-wrap .beauty-posture__accordion__text {
  min-height: 2lh;
  padding: 0.6em 0.8em;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}

.page-keeps-wrap .beauty-posture__accordion__toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: clamp(10px,9vw,53px);
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  border: 1.5px solid #595757;
  border-radius: 50%;
}
.page-keeps-wrap .beauty-posture__accordion__toggle:where(.is-open *) {
  rotate: 180deg;
}
.page-keeps-wrap .beauty-posture__accordion__toggle::before {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40%;
  height: auto;
  aspect-ratio: 1;
  content: "";
  border-bottom: 1.5px solid #595757;
  border-left: 1.5px solid #595757;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-keeps-wrap .beauty-posture__aspect {
  padding: clamp(20px, 3.125vw, 40px) 15px clamp(30px, 4.6875vw, 60px);
  background-color: #fff;
}

.page-keeps-wrap .beauty-posture__aspect__title {
  margin-bottom: clamp(25px, 3.90625vw, 50px);
  font-size: clamp(14px, 1.953125vw, 25px);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 0.96em;
  -webkit-text-decoration-color: #c9b7b1;
          text-decoration-color: #c9b7b1;
  text-underline-offset: -0.3em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__aspect__title {
    margin-bottom: 20px;
    font-size: clamp(15px,4.5vw,30px);
    line-height: 2.1;
  }
}

.page-keeps-wrap .beauty-posture__aspect__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(50px, 7.8125vw, 100px);
  max-width: 1010px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__aspect__list {
    grid-template-columns: unset;
  }
}

.page-keeps-wrap .beauty-posture__aspect__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 15px;
}

.page-keeps-wrap .beauty-posture__aspect__item__image:where(.beauty-posture__aspect__item:not(:first-of-type) *) {
  position: relative;
}
.page-keeps-wrap .beauty-posture__aspect__item__image:where(.beauty-posture__aspect__item:not(:first-of-type) *)::before {
  position: absolute;
  top: 50%;
  right: calc(100% + clamp(12.5px, 1.953125vw, 25px));
  width: clamp(17.5px, 2.734375vw, 35px);
  aspect-ratio: 35/45;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #77516b;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__aspect__item__image:where(.beauty-posture__aspect__item:not(:first-of-type) *)::before {
    top: unset;
    right: auto;
    bottom: calc(100% + 20px);
    left: 50%;
    width: 62px;
    aspect-ratio: 92/26;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    transform: translateX(-50%);
  }
}

.page-keeps-wrap .beauty-posture__aspect__item__text {
  font-size: clamp(14px, 1.40625vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-posture__aspect__item__text {
    font-size: 100%;
  }
}

/* beauty：function
*******************/

.page-keeps-wrap .beauty-function {
  position: relative;
  padding-top: clamp(90px, 14.0625vw, 180px);
  padding-bottom: min(17.3333333333vw, 260px);
  background: url(/img/usr/freepage/keeps/bg.png) repeat center/auto;
  background-color: #e6e9eb;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}

.page-keeps-wrap .beauty-function__inner {
  position: relative;
  padding: 0 15px 40px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__inner {
    padding: 0 15px 30px;
    margin-inline: auto;
  }
}
.page-keeps-wrap .beauty-function__inner::before {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 100/15;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__inner::before {
    aspect-ratio: 100/23;
  }
}
.page-keeps-wrap .beauty-function__inner > * {
  max-width: 1015px;
  margin-inline: auto;
}

.page-keeps-wrap .beauty-function__top-image {
  display: flex;
  justify-content: center;
  margin-bottom: -7%;
  transform: translateY(-35%);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__top-image {
    margin-bottom: -23%;
    transform: translateY(-70%);
    width: 50%;
  }
}
.page-keeps-wrap .beauty-function__top-image img {
  width: clamp(150px, 23.4375vw, 300px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__top-image img {
    width: 300px;
  }
}

.page-keeps-wrap .beauty-function__title {
  position: relative;
  padding-bottom: clamp(10px, 1.5625vw, 20px);
  margin-bottom: clamp(10px, 1.5625vw, 20px);
  font-size: clamp(22px, 3.4375vw, 44px);
  font-weight: 300;
  color: #595757;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__title {
    font-size: 28px;
  }
}
.page-keeps-wrap .beauty-function__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: clamp(15px, 2.34375vw, 30px);
  height: 1px;
  content: "";
  background-color: #595757;
  transform: translateX(-50%);
}
.page-keeps-wrap .beauty-function__title img {
  width: 5.6em;
  height: 1lh;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.page-keeps-wrap .beauty-function__lead {
  margin-bottom: clamp(35px, 5.46875vw, 70px);
  font-size: clamp(14px, 2.34375vw, 30px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__lead {
    margin-bottom: 30px;
    font-size: clamp(20px,5.4vw,34px);
  }
}

.page-keeps-wrap .beauty-function__contents {
  display: grid;
  gap: 60px clamp(37.5px, 5.859375vw, 75px);
  margin-bottom: clamp(70px, 10.9375vw, 70px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__contents {
    margin-bottom: 80px;
  }
}

.page-keeps-wrap .beauty-function__content {
  border: 2px solid #77516b;
}

.page-keeps-wrap .beauty-function__content__title {
  display: grid;
  place-items: center;
  min-height: clamp(44px, 6.875vw, 88px);
  font-size: clamp(15px, 2.34375vw, 30px);
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #77516b;
  border-radius: calc(var(--border-radius) - 2px) calc(var(--border-radius) - 2px) 0 0;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__title {
    min-height: auto;
    font-size: clamp(20px,5.5vw,30px);
    padding: 10px 5px;
  }
}

.page-keeps-wrap .beauty-function__content__body {
  position: relative;
  padding: clamp(20px, 3.125vw, 40px) clamp(30px, 4.6875vw, 60px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__body {
    padding: 20px 10px;
  }
}

.page-keeps-wrap .beauty-function__content__subtitle {
  font-size: clamp(14.5px, 2.265625vw, 29px);
  font-weight: 500;
  line-height: 1.5172413793;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .beauty-function__content__subtitle + * {
  margin-top: clamp(7.5px, 1.171875vw, 15px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__subtitle {
    margin-bottom: 0;
    font-size: clamp(16px,4.8vw,29px);
    font-weight: 500;
  }
}

.page-keeps-wrap .beauty-function__content__media {
  display: grid;
  grid-template-columns: clamp(160px, 25vw, 320px) 1fr;
  gap: 170px clamp(20px, 3.125vw, 40px);
  padding-top: 5em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__media {
    grid-template-columns: unset;
    padding-top: 2em;
    gap: 90px clamp(20px, 3.125vw, 40px);
  }
}

.page-keeps-wrap .beauty-function__content__text {
  font-size: clamp(14px, 1.40625vw, 18px);
  font-weight: 400;
  line-height: 1.6111111111;
  color: #595757;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__text {
    font-size: 100%;
  }
}

.page-keeps-wrap .beauty-function__content__images {
  position: relative;
  display: flex;
  gap: clamp(7.5px, 1.171875vw, 15px);
}
.page-keeps-wrap .beauty-function__content__images:where(.beauty-function__content:nth-of-type(2) *) {
  padding-top: clamp(37.5px, 5.859375vw, 75px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__images:where(.beauty-function__content:nth-of-type(2) *) {
    padding-top: 0;
    padding-right: 30px;
  }
}

.page-keeps-wrap .beauty-function__content__image {
  position: relative;
  flex: 1;
}
.page-keeps-wrap .beauty-function__content__image img {
  width: 100%;
}
.page-keeps-wrap .beauty-function__content__image figcaption {
  padding-top: 10px;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__image figcaption {
    padding-top: 10px;
    font-size: 100%;
  }
}

.page-keeps-wrap .beauty-function__content__subject {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__subject {
    font-size: 10px;
    position: static;
    margin: 20px 0 0;
  }
}

.page-keeps-wrap .beauty-function__content__balloon {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(26.5px, 4.140625vw, 53px);
  padding: 0.5em;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  background-color: var(--background-color);
  border-radius: 100vh;
  transform: translateX(-50%);
  --background-color: #77516b;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__balloon {
    bottom: calc(100% + 20px);
    min-height: auto;
    font-size: clamp(12px,3.1vw,27px);
  }
}
.page-keeps-wrap .beauty-function__content__balloon::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: clamp(6px, 0.9375vw, 12px);
  aspect-ratio: 12/10;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  content: "";
  background-color: var(--background-color);
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__balloon::before {
    width: 20px;
  }
}
.page-keeps-wrap .beauty-function__content__balloon.-red {
  --background-color: #eb6d56;
}
.page-keeps-wrap .beauty-function__content__balloon.-lg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: clamp(32px, 5vw, 64px);
  padding-inline: 1.5em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__balloon.-lg {
    left: -40vw;
    right: 0;
    transform: none;
    margin: auto;
    max-width: calc(100vw - 50px);
    font-size: clamp(12px,3.4vw,27px);
  }
  .page-keeps-wrap .beauty-function__content__balloon.-lg::before {
    left: 73%;
  }
}

.page-keeps-wrap .beauty-function__content__graph {
  position: absolute;
  bottom: clamp(35px, 5.46875vw, 70px);
  left: calc(100% + 10px);
  width: clamp(15px, 2.34375vw, 30px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function__content__graph {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 20px;
  }
}

.page-keeps-wrap .beauty-function-points__title {
  position: relative;
  left: 50%;
  display: inline-block;
  padding-block: 0.7em;
  margin-bottom: clamp(35px, 5.46875vw, 70px);
  font-size: clamp(15px, 2.34375vw, 30px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  border-top: solid 1px #595757;
  border-bottom: solid 1px #595757;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function-points__title {
    font-size: clamp(14px,4.9vw,36px);
  }
}

.page-keeps-wrap .beauty-function-points__list {
  --gap: clamp(calc(50px / 2), calc(100vw * 50 / 1280), 50px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function-points__list {
    --gap: 50px;
  }
}

.page-keeps-wrap .beauty-function-points__item {
  display: flex;
  flex-basis: calc(33.3333333333% - var(--gap) * 2 / 3);
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function-points__item {
    flex-basis: 100%;
    gap: 10px;
  }
}

.page-keeps-wrap .beauty-function-points__item__title {
  display: grid;
  grid-template-columns: clamp(32px, 5vw, 64px) 1fr;
  gap: clamp(7.5px, 1.171875vw, 15px);
  align-items: center;
  font-size: clamp(14px, 2.1875vw, 28px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function-points__item__title {
    grid-template-columns: 35px 1fr;
    gap: 20px;
    font-size: clamp(15px, 5.8vw, 38px);
  }
  .page-keeps-wrap .beauty-function-points__item__title img {
    width: clamp(37px, 4vw, 77px);
  }
}

.page-keeps-wrap .beauty-function-points__item__text {
  font-size: clamp(14px, 1.40625vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-function-points__item__text {
    font-size: 100%;
  }
}

/* beauty：interview
*******************/
.page-keeps-wrap .beauty-interview {
  padding-top: clamp(60px, 9.375vw, 120px);
  padding-bottom: clamp(90px, 14.0625vw, 180px);
  background-color: #77516b;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.page-keeps-wrap .beauty-interview__title {
  position: relative;
  padding-bottom: clamp(10px, 1.5625vw, 20px);
  margin-bottom: clamp(10px, 1.5625vw, 20px);
  font-size: clamp(22px, 3.4375vw, 44px);
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__title {
  }
}
.page-keeps-wrap .beauty-interview__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: clamp(15px, 2.34375vw, 30px);
  height: 1px;
  content: "";
  background-color: white;
  transform: translateX(-50%);
}
.page-keeps-wrap .beauty-interview__title img {
  width: 60%;
  max-width: 288px;
  margin-inline: auto;
}

.page-keeps-wrap .beauty-interview__lead {
  margin-bottom: clamp(47.5px, 7.421875vw, 95px);
  font-size: clamp(15px, 2.34375vw, 30px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__lead {
    margin-bottom: 30px;
    font-size: clamp(34px);
  }
}

.page-keeps-wrap .beauty-interview__box {
  padding: clamp(15px, 2.34375vw, 30px) clamp(20px, 3.125vw, 40px) clamp(35px, 5.46875vw, 70px);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__box {
    padding: 30px 15px 15px;
    margin-inline: auto;
  }
}

.page-keeps-wrap .beauty-interview__subtitle {
  padding: 0.7em;
  margin-bottom: clamp(15px, 2.34375vw, 30px);
  font-size: clamp(14px, 1.71875vw, 22px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #77516b;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__subtitle {
    padding: 0.9em 0.5em;
    margin-bottom: 40px;
    font-size: clamp(14px, 3.7vw ,28px);
  }
}

.page-keeps-wrap .beauty-interview__media {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 60px 10px;
  align-items: center;
  padding: 0 clamp(32.5px, 4.3333333333vw, 65px) clamp(25px, 3.90625vw, 50px);
  border-bottom: 1px dashed #77516b;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__media {
    padding: 0 0 35px;
    display: flex;
    flex-direction: column;
    gap: 30px 10px;
  }
}

.page-keeps-wrap .beauty-interview__text {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.9375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__text {
    font-size: 100%;
    line-height: 1.5384615385;
  }
}

.page-keeps-wrap .beauty-interview__images {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__images {
    gap: 50px;
    justify-content: center;
  }
}

.page-keeps-wrap .beauty-interview__image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.page-keeps-wrap .beauty-interview__image img {
  max-width: 135px;
}
.page-keeps-wrap .beauty-interview__info {
  text-align: center;
}

.page-keeps-wrap .beauty-interview__info__job {
  display: block;
  font-size: clamp(11px, 0.9375vw, 12px);
  font-weight: 300;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__info__job {
    font-size: 100%;
  }
}

.page-keeps-wrap .beauty-interview__info__name {
  display: block;
  font-size: clamp(14px, 1.25vw, 16px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__info__name {
    font-size: 100%;
  }
}
.page-keeps-wrap .beauty-interview__info__name span {
  font-size: 1.1875em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__info__name span {
    font-size: 1em;
  }
}

.page-keeps-wrap .beauty-interview__flows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 6.25vw, 80px);
  padding-top: clamp(15px, 2.34375vw, 30px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flows {
    grid-template-columns: unset;
    gap: 60px;
    padding-top: 30px;
  }
}

.page-keeps-wrap .beauty-interview__flow {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flow {
    gap: 10px;
  }
}

.page-keeps-wrap .beauty-interview__flow__title {
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flow__title {
    font-size: 18px;
  }
}

.page-keeps-wrap .beauty-interview__flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 4.6875vw, 60px);
}

.page-keeps-wrap .beauty-interview__flow__item {
  position: relative;
  display: grid;
}
.page-keeps-wrap .beauty-interview__flow__item:not(:first-of-type)::before {
  position: absolute;
  top: calc(50% - clamp(7px, 1.09375vw, 14px));
  right: calc(100% + clamp(10px, 1.5625vw, 20px));
  width: clamp(10px, 1.5625vw, 20px);
  aspect-ratio: 21/26;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #77516b;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flow__item:not(:first-of-type)::before {
    right: calc(100% + 7px);
    width: 14px;
  }
}
.page-keeps-wrap .beauty-interview__flow__item figure {
  display: grid;
}
.page-keeps-wrap .beauty-interview__flow__item figcaption {
  font-size: clamp(14px, 1.25vw, 16px);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flow__item figcaption {
    font-size: 100%;
  }
}

.page-keeps-wrap .beauty-interview__flow__image__point {
  position: absolute;
  bottom: 88%;
  right: 0;
  width: clamp(66px, 10.3125vw, 132px);
}
@media screen and (max-width: 750px) {
  .page-keeps-wrap .beauty-interview__flow__image__point {
    left: 35%;
    max-width: 201px;
    width: 70%;
  }
}

/* kids
*******************/
.page-keeps-wrap .kids-posture-mv {
    text-align: center;
    background: #E6E9EB;
    padding-bottom: 30px;
}
.page-keeps-wrap .kids-posture-mv .kids-mv-area {
    background: #f2f3f5;
}
.page-keeps-wrap .kids-posture-mv .kids-mv-area .mv-inner {
    max-width: 1000px;
    margin: auto;
}
.kids-posture-mv .kids-posture__title {
    padding: 70px 0 100px;
}
.page-keeps-wrap .kids-wrap-content {    background: #e6e9eb url(/img/usr/freepage/keeps/bg.png) repeat;
}
.page-keeps-wrap .kids-cont-green {
  position: relative;
  margin-top: 200px;
  padding-top: 240px;
  padding-bottom: 70px;
  background-color: #c2d500;
}
.page-keeps-wrap .kids-cont-green::before {
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: auto;
  background: url(/img/usr/freepage/keeps/bg-green_before.png) no-repeat center/cover;
  content: "";
  aspect-ratio: 150/12;
}
.page-keeps-wrap .kids-cont-green .bg_green_inner {
  border-radius: 30px;
  background-color: #fff;
  padding-inline: 35px;
}
.page-keeps-wrap .kids-cont-green .bg_green_inner > * {
  max-width: 1015px;
  margin-inline: auto;
}

[data-browse-mode="S"] .page-keeps-wrap .kids-posture-mv {
    padding-bottom: 0;
}
[data-browse-mode="S"] .kids-posture-mv .kids-posture__title {
    padding: 40px 0;
}
[data-browse-mode="S"] .kids-posture-mv .kids-posture__title img {
  width: 60%;
}
@media (767px < width <= 1280px) {
  .page-keeps-wrap .kids-cont-green {
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .page-keeps-wrap .kids-cont-green .bg_green_inner {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-keeps-wrap .kids-cont-green {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .page-keeps-wrap .kids-cont-green .bg_green_inner {
    padding-inline: 15px;
  }
}
.page-keeps-wrap .kids-about {
  padding-top: 145px;
  padding-bottom: 100px;
}
.page-keeps-wrap .kids-about_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.08em;
  row-gap: 15px;
}
.page-keeps-wrap .kids-about_ttl span span {
  vertical-align: top;
}
.page-keeps-wrap .kids-about_ttl span strong {
  font-weight: 700;
  font-size: clamp(17px,6.3vw,49px);
  letter-spacing: 0.03em;
}
.page-keeps-wrap .kids-about_ttl span small {
  font-size: 100%;
}
.page-keeps-wrap .kids-about .intro {
  margin-bottom: 230px;
}
.page-keeps-wrap .kids-about .intro_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 60px;
}
.page-keeps-wrap .kids-about .intro_left {
  width: 50%;
}
.page-keeps-wrap .kids-about .intro_left_txt {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-keeps-wrap .kids-about .intro_right {
  width: 50%;
}
.page-keeps-wrap .kids-about .intro_right_list {
  display: grid;
  row-gap: 20px;
}
.page-keeps-wrap .kids-about .intro_right_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px dotted #040000;
  border-radius: 8px;
}
.page-keeps-wrap .kids-about .intro_right_num {
  font-family: "avenir", sans-serif;
  padding-left: 30px;
  font-weight: 100;
  font-size: 80px;
  letter-spacing: 0.03em;
}
.page-keeps-wrap .kids-about .intro_right_box {
  padding: 35px 20px;
}
.page-keeps-wrap .kids-about .intro_right_ttl {
  margin-bottom: 15px;
  border-radius: 100vh;
  background-color: #c2d500;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-about .intro_right_txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-about .intro_right_img {
  flex-shrink: 0;
  width: 40%;
  height: 100%;
}
.page-keeps-wrap .kids-about .intro_right_img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-keeps-wrap .kids-about .points {
  display: grid;
  row-gap: 100px;
}
.page-keeps-wrap .kids-about .points_item {
  padding: 0 50px 80px;
  border-radius: 37px;
  background-color: #fff;
}
.page-keeps-wrap .kids-about .points_item.img {
  padding: 0;
}
.page-keeps-wrap .kids-about .points_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, -40%);
  max-width: 794px;
  min-height: 90px;
  padding: 15px 15px;
  border: 6px solid #fff;
  border-radius: 100vh;
  background-color: #bfd200;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-keeps-wrap .kids-about .points_ttl::before {
  display: inline-block;
  position: absolute;
  top: calc(100% - 1px);
  right: 30%;
  width: 37px;
  height: 26px;
  background: url(/img/usr/freepage/keeps/points_ttl_arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
}
.page-keeps-wrap .kids-about .points_lead {
  max-width: 886px;
  margin: 0 auto 60px;
  font-size: 25px;
  line-height: 1.76;
  letter-spacing: 0.08em;
}
.page-keeps-wrap .kids-about .points_lead b {
  display: block;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-about .points_worries_list {
  display: flex;
  margin-bottom: 5px;
}
.page-keeps-wrap .kids-about .points_worries_item {
  flex: 1;
}
.page-keeps-wrap .kids-about .points_worries_item:nth-of-type(1) {
  margin-top: 6%;
}
.page-keeps-wrap .kids-about .points_worries_item:nth-of-type(2) {
  transform: scale(1.1);
  transform-origin: top right;
}
.page-keeps-wrap .kids-about .points_worries_item:nth-of-type(3) {
  margin-top: 6%;
}
.page-keeps-wrap .kids-about .points_end_txt {
  max-width: 858px;
  font-size: 25px;
  line-height: 1.76;
  text-align: center;
  letter-spacing: 0.08em;
  margin-inline: auto;
}
.page-keeps-wrap .kids-about .points_end_txt span {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  text-decoration: underline;
  -webkit-text-decoration-color: #c2d500;
          text-decoration-color: #c2d500;
  letter-spacing: 0.1em;
  text-underline-offset: -0.3em;
  text-decoration-thickness: 14px;
}
.page-keeps-wrap .kids-about .points_graph {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-keeps-wrap .kids-about .points_graph_left {
  position: relative;
  width: 42%;
}
.page-keeps-wrap .kids-about .points_graph_left::before {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 95%;
  width: 30%;
  height: 1px;
  border-bottom: 4px dotted #e96d56;
}
.page-keeps-wrap .kids-about .points_graph_right {
  width: 52%;
}
.page-keeps-wrap .kids-about .points_graph_right_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6333333333;
  letter-spacing: 0.1em;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page-keeps-wrap .kids-about .points_graph_right_ttl::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  background-color: #c2d500;
  color: #fff;
  font-weight: 700;
  font-size: 57px;
  text-transform: uppercase;
  content: "Q";
}
.page-keeps-wrap .kids-about .points_graph_right_txt {
  color: #e96d56;
  font-weight: 700;
  font-size: 40px;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #e96d56;
          text-decoration-color: #e96d56;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  letter-spacing: 0.1em;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 3px;
}
[data-browse-mode="S"] .page-keeps-wrap .kids-about .points_graph_right_txt {
  font-size: clamp(20px,7vw,40px);
}
.page-keeps-wrap .kids-about .points_graph_right_txt span {
  font-size: 1.5em;
}
.page-keeps-wrap .kids-about .points_step_list {
  display: flex;
  margin-bottom: 90px;
  padding: 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style: none;
}
.page-keeps-wrap .kids-about .points_step_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #e2e5e7;
}
.page-keeps-wrap .kids-about .points_step_item:not(:last-of-type)::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 38px solid #595757;
  border-right: 0;
}
.page-keeps-wrap .kids-about .points_step_item_ttl {
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-about .points_step_item_ttl span {
  position: relative;
  z-index: 1;
}
.page-keeps-wrap .kids-about .points_step_item_ttl span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
}
.page-keeps-wrap .kids-about .points_step_item_img {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-keeps-wrap .kids-about .points_step_item_txt {
  font-size: clamp(14px, 2.03125vw, 26px);
  line-height: 1.2307692308;
  text-align: center;
  letter-spacing: 0.03em;
}
.page-keeps-wrap .kids-about .points_content_inner {
  position: relative;
  margin-bottom: 20px;
}
.page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(1) {
  max-width: 596px;
  margin-inline: auto;
  display: block;
}
.page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(2) {
  position: absolute;
  top: -11%;
  left: 4%;
  max-width: 212px;
}
.page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(3) {
  position: absolute;
  top: -15%;
  right: 14%;
  max-width: 120px;
}
.page-keeps-wrap .kids-about .points_content_txt {
  font-size: 26px;
  line-height: 1.2307692308;
  text-align: center;
  letter-spacing: 0.03em;
}
.page-keeps-wrap .kids-about .points_item.development {
  padding: 0;
  background-color: transparent;
}
.page-keeps-wrap .kids-about .points_item.development .points_ttl {
  transform: translate(-50%, 50%);
}

@media (767px < width <= 1280px) {
  .page-keeps-wrap .kids-about {
    padding-top: 100px;
  }
  .page-keeps-wrap .kids-about_ttl {
    margin-bottom: 0;
    font-size: 20.8px;
  }
  .page-keeps-wrap .kids-about_ttl strong {
    font-size: 40px;
  }
  .page-keeps-wrap .kids-about_ttl small {
    font-size: 12.8px;
  }
  .page-keeps-wrap .kids-about .intro {
    margin-bottom: 150px;
  }
  .page-keeps-wrap .kids-about .intro_row {
    flex-wrap: wrap;
  }
  .page-keeps-wrap .kids-about .intro_left {
    width: 100%;
  }
  .page-keeps-wrap .kids-about .intro_left_txt {
    font-size: 16px;
  }
  .page-keeps-wrap .kids-about .intro_right {
    width: 100%;
  }
  .page-keeps-wrap .kids-about .intro_right_num {
    padding-left: 8%;
    font-size: 64px;
  }
  .page-keeps-wrap .kids-about .intro_right_ttl {
    font-size: 17.6px;
  }
  .page-keeps-wrap .kids-about .intro_right_txt {
    font-size: 14.399999999999999px;
  }
  .page-keeps-wrap .kids-about .intro_right_img {
    width: 30%;
  }
  .page-keeps-wrap .kids-about .points_item {
    padding: 0 35px 50px;
  }
  .page-keeps-wrap .kids-about .points_ttl {
    font-size: 22.400000000000002px;
  }
  .page-keeps-wrap .kids-about .points_lead {
    font-size: 20px;
  }
  .page-keeps-wrap .kids-about .points_lead b {
    font-size: 24px;
  }
  .page-keeps-wrap .kids-about .points_end_txt {
    font-size: 20px;
  }
  .page-keeps-wrap .kids-about .points_end_txt span {
    font-size: 25.6px;
  }
  .page-keeps-wrap .kids-about .points_graph_left::before {
    width: 20%;
  }
  .page-keeps-wrap .kids-about .points_graph_right_ttl {
    font-size: 22.400000000000002px;
  }
  .page-keeps-wrap .kids-about .points_graph_right_ttl::before {
    width: 66.39999999999999px;
    height: 66.39999999999999px;
    font-size: 45.599999999999994px;
  }
  .page-keeps-wrap .kids-about .points_graph_right_txt {
    font-size: 32px;
  }
  .page-keeps-wrap .kids-about .points_step_list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .page-keeps-wrap .kids-about .points_step_item:not(:last-of-type)::after {
    border-top: 28.799999999999997px solid transparent;
    border-bottom: 28.799999999999997px solid transparent;
    border-left: 30.4px solid #595757;
  }
  .page-keeps-wrap .kids-about .points_step_item_ttl {
    font-size: 24px;
  }
  .page-keeps-wrap .kids-about .points_step_item_ttl span::before {
    width: 27px;
    height: 27px;
  }
  .page-keeps-wrap .kids-about .points_step_item_txt {
    font-size: 18.2px;
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(1) {
    max-width: 90%;
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(2) {
    left: 0;
    max-width: min(16.5625vw, 212px);
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(3) {
    right: 0%;
    max-width: min(9.375vw, 120px);
  }
  .page-keeps-wrap .kids-about .points_content_txt {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 767px) {
  .page-keeps-wrap .kids-about {
    padding-top: 30px;
  }
  .page-keeps-wrap .kids-about_ttl {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    row-gap: 5px;
  }
  .page-keeps-wrap .kids-about_ttl strong {
    font-size: 49px;
  }
  .page-keeps-wrap .kids-about_ttl small {
    display: block;
    font-size: 20px;
    text-align: end;
  }
  .page-keeps-wrap .kids-about .intro {
    margin-bottom: 150px;
  }
  .page-keeps-wrap .kids-about .intro_row {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .page-keeps-wrap .kids-about .intro_left {
    width: 100%;
  }
  .page-keeps-wrap .kids-about .intro_left_img {
    margin-bottom: 30px;
  }
  .page-keeps-wrap .kids-about .intro_left_txt {
    font-size: 100%;
    letter-spacing: 0;
  }
  .page-keeps-wrap .kids-about .intro_right {
    width: 100%;
  }
  .page-keeps-wrap .kids-about .intro_right_item {
    flex-direction: column;
    position: relative;
    border: 4px solid #c2d500;
    border-radius: 0.5em;
  }
  .page-keeps-wrap .kids-about .intro_right_btn {
    position: absolute;
    bottom: 25%;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: auto;
    aspect-ratio: 1;
    border: 1px solid #595757;
    border-radius: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, bottom 0.3s ease;
  }
  .page-keeps-wrap .kids-about .intro_right_btn::before, .kids-about .intro_right_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #595757;
  }
  .page-keeps-wrap .kids-about .intro_right_btn::before {
    left: 2px;
    transform: rotate(45deg) translateY(-50%);
  }
  .page-keeps-wrap .kids-about .intro_right_btn::after {
    right: 2px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .page-keeps-wrap .kids-about .intro_right_btn.open {
    transform: rotate(180deg);
    bottom: 5%;
  }
  .page-keeps-wrap .kids-about .intro_right_num {
    padding-left: 0;
    font-size: 2em;
    line-height: 0.8;
  }
  .page-keeps-wrap .kids-about .intro_right_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0.2em;
    font-size: clamp(14px,4.8vw,36px);
    -moz-column-gap: 35px;
    column-gap: 35px;
    padding: 5px 20px 12px 20px;
  }
  .page-keeps-wrap .kids-about .intro_right_body {
    display: none;
    width: 100%;
    margin-top: -20px;
    background-color: #fff;
  }
  .page-keeps-wrap .kids-about .intro_right_txt {
    padding: 10px;
    font-size: 100%;
    line-height: 1.4666666667;
  }
  .page-keeps-wrap .kids-about .intro_right_img {
    width: 100%;
    height: auto;
  }
  .page-keeps-wrap .kids-about .points {
    row-gap: 5rem;
  }
  .page-keeps-wrap .kids-about .points_item {
    padding: 0 15px 25px;
    border-radius: 0.9em;
    background-color: #fff;
  }
  .page-keeps-wrap .kids-about .points_item.img {
    padding: 0;
  }
  .page-keeps-wrap .kids-about .points_ttl {
    transform: none;
    left: -16px;
    right: 0;
    top: -30px;
    width: calc(100% + 30px);
    max-width: unset;
    min-height: auto;
    font-size: clamp(12px,3.5vw,28px);
    letter-spacing: 0.02em;
    border-width: 4px;
  }
  .page-keeps-wrap .kids-about .points_ttl::before {
    right: 25%;
    width: 30px;
    height: 20px;
  }
  .page-keeps-wrap .kids-about .points_lead {
    margin: 0 auto 30px;
    font-size: 100%;
    line-height: 1.5384615385;
    letter-spacing: 0.02em;
  }
  .page-keeps-wrap .kids-about .points_lead b {
    font-size: clamp(15px,3.1vw,24px);
  }
  .page-keeps-wrap .kids-about .points_worries_list {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .page-keeps-wrap .kids-about .points_worries_item {
    flex: unset;
  }
  .page-keeps-wrap .kids-about .points_worries_item:nth-of-type(1) {
    margin: 0 0 0 auto;
    width: 60%;
  }
  .page-keeps-wrap .kids-about .points_worries_item:nth-of-type(2) {
    transform: unset;
    width: 53%;
    margin: -30% auto 0 0;
  }
  .page-keeps-wrap .kids-about .points_worries_item:nth-of-type(3) {
    margin: -30% 0 0 auto;
    width: 53%;
  }
  .page-keeps-wrap .kids-about .points_end_txt {
    margin-top: -13%;
    font-size: 100%;
    line-height: 1.76;
    text-align: start;
  }
  .page-keeps-wrap .kids-about .points_end_txt span {
    margin-bottom: 15px;
    font-size: clamp(16px,5.3vw,37px);
  }
  .page-keeps-wrap .kids-about .points_graph {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  .page-keeps-wrap .kids-about .points_graph_left, .page-keeps-wrap .kids-about .points_graph_right {
    width: 100%;
  }
  .page-keeps-wrap .kids-about .points_graph_left::before {
    content: none;
  }
  .page-keeps-wrap .kids-about .points_graph_left picture {
    width: 85%;
    margin: auto;
    display: block;
  }
  .page-keeps-wrap .kids-about .points_graph_right_ttl {
    margin-bottom: 25px;
    font-size: clamp(14px,4.8vw,36px);
    line-height: 1.2972972973;
    letter-spacing: 0;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .page-keeps-wrap .kids-about .points_step {
  }
  .page-keeps-wrap .kids-about .points_step_list {
    flex-direction: column;
    margin-bottom: 130px;
    row-gap: 26px;
  }
  .page-keeps-wrap .kids-about .points_step_item {
    padding: 20px 35px;
    border-radius: 15px;
  }
  .page-keeps-wrap .kids-about .points_step_item:not(:last-of-type)::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 23px solid transparent;
    border-left: 23px solid transparent;
    border-top: 24px solid #595757;
    border-bottom: 0;
  }
  .page-keeps-wrap .kids-about .points_step_item_ttl {
    font-size: clamp(32px,3.5vw,52px);
  }
  .page-keeps-wrap .kids-about .points_step_item_ttl span::before {
    width: clamp(42px,4.7vw,62px);
    height: clamp(42px,4.7vw,62px);
  }
  .page-keeps-wrap .kids-about .points_step_item_img {
    width: 90%;
    margin-bottom: 0;
  }
  .page-keeps-wrap .kids-about .points_content_inner {
    margin-bottom: 55px;
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(1) {
    max-width: unset;
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(2) {
    position: absolute;
    top: -52%;
    left: 27%;
    width: clamp(100px,29vw,242px);
  }
  .page-keeps-wrap .kids-about .points_content_inner > *:nth-of-type(3) {
    position: absolute;
    top: auto;
    right: 21%;
    bottom: -23%;
    max-width: clamp(120px,35vw,283px);
  }
  .page-keeps-wrap .kids-about .points_content_txt {
    font-size: 100%;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .page-keeps-wrap .kids-about .points_item.development .points_ttl {
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
  }
}

/* .accordion_btn */
.page-keeps-wrap .cont02 {
  padding-top: 40px;
}
.page-keeps-wrap .accordion {
  position: relative;
  border-radius: 45px;
  background-color: #fff;
}
.page-keeps-wrap .accordion_btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  appearance: none;
  background: transparent;
  border: 0;
}
.page-keeps-wrap .accordion_btn::before,
.page-keeps-wrap .accordion_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 52.5px;
  height: 1px;
  background-color: #595757;
  content: "";
}
.page-keeps-wrap .accordion_btn::before,
.page-keeps-wrap .accordion_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 52.5px;
  height: 1px;
  background-color: #595757;
  content: "";
}
.page-keeps-wrap .accordion_btn::before {
  left: 0;
  transform: rotate(25deg) translateY(-50%);
}
.page-keeps-wrap .accordion_btn::after {
  right: 0;
  transform: rotate(-25deg) translateY(-50%);
}
.page-keeps-wrap .accordion_btn:not(.open)::before {
  left: -3.5em;
}
.page-keeps-wrap .accordion_btn:not(.open)::after {
  right: -3.5em;
}
[data-browse-mode="S"] .page-keeps-wrap .accordion_btn {
  width: 20%;
  height: 20px;
  bottom: 10%;
}
[data-browse-mode="S"] .page-keeps-wrap .accordion_btn::before,
[data-browse-mode="S"] .page-keeps-wrap .accordion_btn::after {
  width: 50%;
  height: 1px;
  background-color: #595757;
  content: "";
}
[data-browse-mode="S"] .page-keeps-wrap .accordion_btn:not(.open)::before {
    left: -1.7em;
}
[data-browse-mode="S"] .page-keeps-wrap .accordion_btn:not(.open)::after {
    left: -0.6em;
}
.page-keeps-wrap .accordion_btn.open {
  bottom: 3%;
}
.page-keeps-wrap .accordion_ttl {
  padding: 95px 15px;
  border-radius: 45px;
  background-color: #c2d500;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5333333333;
  text-align: center;
  letter-spacing: 0.1em;
}
.page-keeps-wrap .accordion_body {
  display: none;
  padding: 50px 70px 150px;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
}
.page-keeps-wrap .accordion_body_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.03em;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.page-keeps-wrap .accordion_body_ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 113px;
  border-radius: 100%;
  background-color: #e4007f;
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.03em;
}
.page-keeps-wrap .accordion_body_kv {
  max-width: 730px;
  margin: 0 auto 40px;
  display: block;
}
.page-keeps-wrap .accordion_body_list {
  display: flex;
  margin: 0 -50px 120px;
  padding: 0;
  list-style: none;
  counter-reset: counter;
}
.page-keeps-wrap .accordion_body_list_item {
  flex: 1;
  padding-inline: 25px;
}
.page-keeps-wrap .accordion_body_list_item:not(:last-of-type) {
  border-right: 2px dotted #040000;
}
.page-keeps-wrap .accordion_body_list_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.page-keeps-wrap .accordion_body_list_box_bg {
  padding: 15px 10px;
  border-radius: 25px 25px 0 0;
  background-color: #c2d500;
}
.page-keeps-wrap .accordion_body_list_box_ttl {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: 0.05em;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.page-keeps-wrap .accordion_body_list_box_ttl::before {
  font-family: "avenir", sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  counter-increment: counter 1;
  content: "" counter(counter);
}
.page-keeps-wrap .accordion_body_list_txt {
  font-size: 23px;
  line-height: 1.6086956522;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .accordion_body_txt {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #c2d500;
  text-decoration-color: #c2d500;
  letter-spacing: 0.08em;
  text-underline-offset: -0.3em;
  text-decoration-thickness: 14px;
}
.page-keeps-wrap .accordion_body_flow {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.page-keeps-wrap .accordion_body_flow_item {
  width: 46%;
}
.page-keeps-wrap .accordion_body_flow_item:not(:last-of-type) {
  position: relative;
}
.page-keeps-wrap .accordion_body_flow_item:not(:last-of-type)::after {
  display: block;
  position: absolute;
  top: 35%;
  left: 107%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34px solid #c2d500;
  border-right: 0;
}
.page-keeps-wrap .accordion_body_flow_item_img {
  margin-bottom: 5px;
}
.page-keeps-wrap .accordion_body_flow_item_txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (767px < width <=1280px) {
  .page-keeps-wrap .cont02 {
    padding-top: 0;
  }
  .page-keeps-wrap .accordion_btn {
    bottom: 3%;
    width: 80px;
    height: 40px;
  }
  .accordion_btn::before,
  .page-keeps-wrap .accordion_btn::after {
    width: 42px;
  }
  .page-keeps-wrap .accordion_btn.open {
    bottom: 2%;
  }
  .accordion_btn.open::before,
  .page-keeps-wrap .accordion_btn.open::after {
    width: 80px;
  }
  .page-keeps-wrap .accordion_ttl {
    padding: 50px;
    font-size: 24px;
  }
  .page-keeps-wrap .accordion_body {
    padding: 50px 35px 100px;
  }
  .page-keeps-wrap .accordion_body_ttl {
    font-size: 40px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .page-keeps-wrap .accordion_body_ttl span {
    width: 90.39999999999999px;
    height: 90.39999999999999px;
    font-size: 16.8px;
  }
  .page-keeps-wrap .accordion_body_kv {
    max-width: 80%;
  }
  .page-keeps-wrap .accordion_body_list {
    margin: 0 -10px 80px;
  }
  .page-keeps-wrap .accordion_body_list_item {
    padding-inline: 10px;
  }
  .page-keeps-wrap .accordion_body_list_box {
    margin-bottom: 10px;
  }
  .page-keeps-wrap .accordion_body_list_box_bg {
    padding: 15px 15px;
  }
  .page-keeps-wrap .accordion_body_list_box_ttl {
    font-size: 17.5px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .page-keeps-wrap .accordion_body_list_box_ttl::before {
    font-size: 42px;
  }
  .page-keeps-wrap .accordion_body_list_txt {
    font-size: 16.1px;
  }
  .page-keeps-wrap .accordion_body_txt {
    font-size: 20.8px;
  }
  .page-keeps-wrap .accordion_body_flow_item:not(:last-of-type)::after {
    top: 30%;
    left: 104%;
  }
  .page-keeps-wrap .accordion_body_flow_item_txt {
    font-size: 16.200000000000003px;
  }
}

@media screen and (max-width: 767px) {
  .page-keeps-wrap .cont02 {
    padding-top: 40px;
    overflow: hidden;
  }
  .page-keeps-wrap .accordion {
    border-radius: 40px;
  }
  .page-keeps-wrap .accordion_ttl {
    padding: 20px 15px 50px;
    border-radius: 0.8em;
    font-size: clamp(14px,4vw,32px);
    line-height: 1.65625;
  }
  .page-keeps-wrap .accordion_body {
    display: none;
    padding: 60px 15px 120px;
    border-radius: 0 0 40px 40px;
  }
  .page-keeps-wrap .accordion_body_ttl {
    font-size: clamp(20px,5.9vw,46px);
    letter-spacing: 0.01em;
  }
  .page-keeps-wrap .accordion_body_kv {
    max-width: 730px;
    margin: 0 auto 40px;
  }
  .page-keeps-wrap .accordion .tag {
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin-bottom: -50px;
  }
  .page-keeps-wrap .accordion .tag span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(63px,3vw,100px);
    height: clamp(63px,3vw,100px);
    border-radius: 100%;
    background-color: #e4007f;
    color: #fff;
    font-weight: 400;
    font-size: clamp(13px,3.5vw,24px);
    text-align: center;
    letter-spacing: 0.03em;
  }
  .page-keeps-wrap .accordion_body_list {
    flex-direction: column;
    margin: 0 0 60px;
    row-gap: 30px;
  }
  .page-keeps-wrap .accordion_body_list_item {
    padding-inline: 0;
  }
  .page-keeps-wrap .accordion_body_list_item:not(:last-of-type) {
    border-right: none;
  }
  .page-keeps-wrap .accordion_body_list_box {
    flex-direction: row;
    margin-bottom: 0;
  }
  .page-keeps-wrap .accordion_body_list_box_bg {
    width: 50%;
    padding: 0 10px 0 18px;
    border-radius: 40px 0 0 40px;
    background-color: #c2d500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .page-keeps-wrap .accordion_body_list_box_ttl {
    margin-bottom: 0;
    font-size: clamp(10px,3.7vw,24px);
  }
  .page-keeps-wrap .accordion_body_list_box_ttl::before {
    font-size: 2em;
  }
  .page-keeps-wrap .accordion_body_list_txt {
    font-size: 90%;
    line-height: 1.6086956522;
    letter-spacing: 0.02em;
    margin-top: -40px;
  }
  .page-keeps-wrap .accordion_body_list_box_img {
    overflow: hidden;
    width: 50%;
    height: 100%;
    border-radius: 0 40px 40px 0;
  }
  .page-keeps-wrap .accordion_body_list_box_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-keeps-wrap .accordion_body_txt {
    font-size: clamp(15px,5vw,31px);
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .accordion_body_flow {
    flex-direction: column;
    row-gap: 70px;
  }
  .page-keeps-wrap .accordion_body_flow_item {
    width: 100%;
  }
  .page-keeps-wrap .accordion_body_flow_item:not(:last-of-type)::after {
    top: 107%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 24px solid #c2d500;
    border-bottom: 0;
  }
  .page-keeps-wrap .accordion_body_flow_item_img {
    margin-bottom: 5px;
  }
  .page-keeps-wrap .accordion_body_flow_item_txt {
    font-size: 100%;
    letter-spacing: 0.01em;
  }
}

.page-keeps-wrap .kids-function {
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
}
.page-keeps-wrap .kids-function_top_img {
  position: absolute;
  left: 0;
  right: 0;
  top: -190px;
  max-width: 533px;
  margin: auto;
}
.page-keeps-wrap .kids-function_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 75px;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  row-gap: 20px;
}
.page-keeps-wrap .kids-function_ttl span {
  display: inline-block;
  padding: 25px 65px;
  border: 3px solid #c2d500;
  border-radius: 100vh;
  font-weight: 300;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function_index {
  display: flex;
  margin-bottom: 80px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.page-keeps-wrap .kids-function_index_item {
  flex: 1;
  padding-bottom: 60px;
}
.page-keeps-wrap .kids-function_index_link {
  display: block;
  position: relative;
}
.page-keeps-wrap .kids-function_index_link::after {
  display: inline-block;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 33.8px;
  background: url(/img/usr/freepage/keeps/function_link_arrow.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
}
.page-keeps-wrap .kids-function_list {
  display: grid;
  row-gap: 70px;
}
.page-keeps-wrap .kids-function_item_box {
  border: 2px solid #bfd200;
  border-radius: 25px;
}
.page-keeps-wrap .kids-function_item_box_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 15px 15px;
  border-radius: 23px 23px 0 0;
  background-color: #c2d500;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function_item_box_body {
  padding: 50px 60px 40px;
}
.page-keeps-wrap .kids-function_item_box_body_lead {
  font-weight: 500;
  font-size: 29px;
  line-height: 1.6551724138;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function_item_box_body_lead + * {
  margin-top: 55px;
}
.page-keeps-wrap .kids-function_item_box_body_row {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.page-keeps-wrap .kids-function_item_box_body_row_item p {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function_item_box_body_row_item_ttl {
  display: block;
  width: calc(100% - 30px);
  margin-bottom: 10px;
  padding: 15px 15px;
  border-radius: 100vh;
  background-color: #868686;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  margin-inline: auto;
}
.page-keeps-wrap .kids-function_item_remarks {
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: right;
  letter-spacing: 0.03em;
  margin-top: 30px;
}

.page-keeps-wrap .kids-function01 .kids-function_item_box {
  margin-bottom: 10px;
}
.page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(1) {
  width: 32%;
}
.page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(2) {
  width: 30%;
}
.page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(3) {
  width: 30%;
}

.page-keeps-wrap .kids-function02 .kids-function_item_box_body {
  padding-bottom: 60px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row {
  position: relative;
  margin-bottom: 20px;
  padding-right: 3%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(1) {
  width: 32%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(2) {
  width: 30%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) {
  width: 30%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) .kids-function_item_box_body_row_item_img {
  margin-top: -5%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(4) {
  position: absolute;
  top: 60px;
  left: calc(100% - 10px);
  width: 55px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail {
  padding: 70px 60px 0;
  border-top: 2px solid #bfd200;
  margin: 60px -60px 0;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_ttl {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 29px;
  line-height: 1.6551724138;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_list {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_item {
  flex: 1;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_txt {
  margin-bottom: 130px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_box {
  position: relative;
  margin-bottom: 85px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -12%;
  row-gap: 10px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag:nth-of-type(1) {
  left: 25%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag:nth-of-type(2) {
  right: 25%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_year {
  padding: 20px 25px;
  border-radius: 100vh;
  background-color: #bfd200;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_height {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img {
  max-width: 768px;
  margin-inline: auto;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment {
  position: relative;
  padding: 30px 20px;
  border-radius: 32px;
  background-color: #c2d500;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 20px);
  right: 12%;
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 74px;
  background: url(/img/usr/freepage/keeps/comment_arrow.svg) no-repeat center/contain;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 3px solid #c2d500;
  border-radius: 32px;
  content: "";
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  row-gap: 10px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_img {
  max-width: 154px;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt {
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right {
  width: 67%;
}
.page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (767px < width <= 1280px) {
  .page-keeps-wrap .kids-function_top_img {
    max-width: 60%;
  }
  .page-keeps-wrap .kids-function_ttl {
    font-size: 24px;
  }
  .page-keeps-wrap .kids-function_ttl span {
    padding: 15px 50px;
    font-size: 35.2px;
  }
  .page-keeps-wrap .kids-function_item_box_ttl {
    min-height: 70.4px;
    font-size: 24px;
  }
  .page-keeps-wrap .kids-function_item_box_body {
    padding: 40px 35px;
  }
  .page-keeps-wrap .kids-function_item_box_body_lead {
    font-size: 23.2px;
  }
  .page-keeps-wrap .kids-function_item_box_body_row_item p {
    font-size: 16px;
  }
  .page-keeps-wrap .kids-function_item_box_body_row_item_ttl {
    width: 100%;
    font-size: 16px;
  }
  .page-keeps-wrap .kids-function_item_remarks {
    font-size: 16px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body {
    padding-bottom: 50px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row {
    margin-bottom: 50px;
    padding-right: 30px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(1) {
    width: 34%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(2) {
    width: 32%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) {
    width: 32%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(4) {
    top: 15%;
    width: 40px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail {
    padding: 40px 35px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_ttl {
    font-size: 23.2px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_txt {
    margin-bottom: 100px;
    font-size: 16px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag {
    top: -5%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_year {
    padding: 10px 15px;
    font-size: 20px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_height {
    font-size: 16.8px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment {
    padding: 30px 15px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left {
    width: 28%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_img {
    max-width: 70%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt p {
    font-size: 16px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt h4 {
    font-size: 24px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right {
    width: 68%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-keeps-wrap .kids-function {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .page-keeps-wrap .kids-function_ttl span {
    padding: 16px 25px;
    font-size: clamp(16px,4.1vw,44px);
  }
  .page-keeps-wrap .kids-function_top_img {
    transform: none;
    margin-bottom: 0;
    top: -110px;
  }
  .page-keeps-wrap .kids-function_item_box_body_lead + * {
    margin-top: 25px;
  }
  .page-keeps-wrap .kids-function_ttl {
    margin-bottom: 30px;
    font-size: clamp(14px, 3.63125vw, 26px);
    row-gap: 30px;
  }
  .page-keeps-wrap .kids-function_index {
    margin-bottom: 60px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .page-keeps-wrap .kids-function_list {
    row-gap: 50px;
  }
  .page-keeps-wrap .kids-function_item_box {
    border-radius: 0.6em;
    border-width: 1px;
  }
  .page-keeps-wrap .kids-function_item_box_ttl {
    min-height: auto;
    border-radius: 0.4em 0.4em 0 0;
    font-size: clamp(14px,4.8vw,36px);
  }
  .page-keeps-wrap .kids-function_item_box_body {
    padding: 15px 15px 25px;
  }
  .page-keeps-wrap .kids-function_item_box_body_lead {
    font-size: clamp(14px, 2.1875vw, 28px);
    padding-right: 16%;
  }
  .page-keeps-wrap .kids-function_item_box_body_row {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .page-keeps-wrap .kids-function_item_box_body_row_item p {
    font-size: 100%;
    letter-spacing: 0;
  }
  .page-keeps-wrap .kids-function_item_box_body_row_item_ttl {
    font-size: 90%;
    padding-inline: 0;
    width: auto;
    padding: 10px 0;
  }
  .page-keeps-wrap .kids-function_item_remarks {
    font-size: 10px;
    text-align: start;
    margin-top: 10px;
  }
  .page-keeps-wrap .kids-function01 .kids-function_item_box {
    margin-bottom: 10px;
  }
  .page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(1) {
    width: 100%;
  }
  .page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(2) {
    width: 49%;
  }
  .page-keeps-wrap .kids-function01 .kids-function_item_box_body_row_item:nth-of-type(3) {
    width: 49%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body {
    padding-bottom: 30px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row {
    padding-right: 0;
    margin-bottom: 0;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item .kids-function_item_box_body_row_item_ttl {
    width: 100%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item .kids-function_item_box_body_row_item_img {
    margin-bottom: 20px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(1) {
    width: 100%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(1) p {
    margin-bottom: 10px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(2),.page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) {
    width: 45%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(2) p, .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) p {
    font-size: 100%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(3) .kids-function_item_box_body_row_item_img {
    margin-top: -5%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_row_item:nth-of-type(4) {
    position: unset;
    width: 5%;
    padding-top: 40px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail {
    padding: 30px 15px 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    border-width: 1px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_ttl {
    margin-bottom: 20px;
    font-size: clamp(14px, 3.7vw ,28px);
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_list {
    flex-direction: column;
    margin-bottom: 30px;
    row-gap: 25px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_txt {
    margin-bottom: 70px;
    font-size: 90%;
    line-height: 1.5217391304;
    letter-spacing: 0.03em;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_box {
    margin-bottom: 55px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag {
    row-gap: 3px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag:nth-of-type(1) {
    left: 10%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag:nth-of-type(2) {
    right: 10%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_year {
    font-size: 100%;
    padding: 6px 15px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img_tag_height {
    font-size: 100%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_img {
    max-width: unset;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment {
    padding: 20px 15px 20px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment::after {
    border-width: 1px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment::before {
    right: 15%;
    width: 34px;
    height: 44px;
    bottom: calc(100% - 10px);
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row {
    flex-direction: column;
    row-gap: 30px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left {
    flex-direction: row;
    width: 100%;
    -moz-column-gap: 30px;
    column-gap: 10px;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_img {
    width: 35%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt {
    text-align: start;
    width: 61%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt p {
    margin-bottom: 0;
    font-size: 80%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_left_txt h4 {
    font-size: clamp(20px, 5vw ,34px);
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right {
    width: 100%;
  }
  .page-keeps-wrap .kids-function02 .kids-function_item_box_body_detail_comment_row_right p {
    font-size: 100%;
    line-height: 1.5384615385;
    letter-spacing: 0.03em;
  }
}
.page-keeps-wrap .kids-features {
  padding-top: 20px;
  padding-bottom: 60px;
}
.page-keeps-wrap .kids-features_ttl {
  display: inline-block;
  position: relative;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  margin-bottom: 60px;
  padding: 30px 60px;
  border: 4px solid #c2d500;
  border-bottom-width: 10px;
  border-radius: 100vh;
  background-color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-keeps-wrap .kids-features_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 940px;
  gap: 20px 60px;
  margin-inline: auto;
}
.page-keeps-wrap .kids-features_item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.page-keeps-wrap .kids-features_item_ttl {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page-keeps-wrap .kids-features_item_ttl img {
  flex-shrink: 1;
  width: 64px;
}
.page-keeps-wrap .kids-features_item_txt {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (767px < width <= 1280px) {
  .page-keeps-wrap .kids-features {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .page-keeps-wrap .kids-features_ttl {
    font-size: 24px;
  }
  .page-keeps-wrap .kids-features_list {
    gap: 40px 20px;
  }
  .page-keeps-wrap .kids-features_item {
    row-gap: 10px;
  }
  .page-keeps-wrap .kids-features_item_ttl {
    font-size: 22.400000000000002px;
  }
  .page-keeps-wrap .kids-features_item_ttl img {
    width: 51.2px;
  }
  .page-keeps-wrap .kids-features_item_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-keeps-wrap .kids-features {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .page-keeps-wrap .kids-features_ttl {
    display: block;
    position: unset;
    transform: unset;
    padding: 15px 10px;
    border-top-width: 2px;
    border-bottom-width: 8px;
    font-size: clamp(14px,4.2vw,36px);
    margin-inline: 0;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .page-keeps-wrap .kids-features_list {
    display: grid;
    grid-template-columns: unset;
    row-gap: 40px;
  }
  .page-keeps-wrap .kids-features_item {
    padding-inline: 10px;
    row-gap: 0;
  }
  .page-keeps-wrap .kids-features_item_ttl {
    justify-content: center;
    margin-bottom: 10px;
    font-size: clamp(15px,5.8vw,38px);
    column-gap: 10px;
  }
  .page-keeps-wrap .kids-features_item_ttl img {
    width: clamp(37px,4vw,77px);
  }
  .page-keeps-wrap .kids-features_item_txt {
    font-size: 100%;
    margin-top: 10px;
  }
}
/* ---------------------- 
  ピッタリのタイプ
---------------------- */
.page-keeps-wrap .cont-fittype {
  padding-top: clamp(60px, 5vw ,115px);
  padding-bottom: clamp(60px, 13vw, 205px);
  background-color: #F6F7F8;
}
.page-keeps-wrap .cont-fittype__title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(17px, 5.8vw ,30px);
  margin-bottom: clamp(60px, 4vw ,115px);
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 20px;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa > *:not(.img-block) {
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: auto;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa .img-block {
    grid-area: 1 / 1 / 4 / 2;
    margin: 10px;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
    padding-top: 2em;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(3) {
    grid-area: 2 / 2 / 3 / 4;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(4) {
    grid-area: 3 / 2 / 4 / 4;
    padding-bottom: 2em;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa .link-btns {
  display: flex;
  gap: 20px;
  padding: 0 1em 0 0;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-qa .link-btns .link-btn {
  margin: 0;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa {
    display: flex;
    flex-wrap: wrap;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa .img-block {
    width: 50%;
    padding: 10px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(2) {
    width: 50%;
    padding: 10px 10px 0 0;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(3) {
    grid-area: 2 / 2 / 3 / 4;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa>*:nth-child(4) {
    background-color: #f6f7f8;
    width: 100%;
    padding: 30px 0 30px;
    text-align: center;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa .link-btns {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  gap: 10px;
  padding: 20px 10px;
  margin: auto;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-qa .link-btns .link-btn {
  margin: 0;
}
.page-keeps-wrap .cont-fittype .fit-chart-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list {
    gap: 30px 10px;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item {
    flex: 1;
    position: relative;
    z-index: 0;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    width: calc((100% - 10px) / 2);
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item > * {
    display: flex;
    flex-direction: column;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-chart-list .point-sales {
    margin: 50px 0;
    background-color: white;
    border-radius: 10em;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    font-size: clamp(10px,3vw,20px);
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .point-sales {
    margin: 0 0 30px;
    background-color: white;
    border-radius: 10em;
    padding: 6% 5px;
    text-align: center;
    font-weight: bold;
    font-size: clamp(10px,3.5vw,20px);
    display: flex;
    justify-content: center;
    position: relative;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, .2));
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .point-sales::before {
    background-color: white;
    content: "";
    height: 20px;
    position: absolute;
    width: 30px;
    bottom: -13px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 43%;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .point-sales * {
  margin: auto;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c2d500;
    z-index: -1;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item.is-brown::before {
    background-color: #77516B;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item .img-block {
    margin: 5px 5px 25px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item .img-block {
    margin: 5px 5px 4px;
}
[data-browse-mode="P"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-content {
    margin: 0 20px 20px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-content {
    margin: 0 4px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 10;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-point {
    flex-grow: 1;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-point + .detail-point {
    padding-top: 30px;
    margin-top: auto;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-point .midashi {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: clamp(13px,4.1vw,18px);
    background-color: #B3CC01;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-point .text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-fittype .fit-chart-list .is-item .detail-point .text {
    text-align: justify;
    font-size: clamp(14px,3vw,20px);
    margin-top: 10px;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item.is-brown .detail-point .midashi {
    background-color: #77516B;
}
.page-keeps-wrap .cont-fittype .fit-chart-list .is-item .link-btns {
  margin-top: auto;
  padding-top: 30px;
}
/* ---------------------- 
  ラインナップ
---------------------- */
.page-keeps-wrap .cont-lineup {background-color: #F3F0EE;padding: 130px 0 100px;}
.page-keeps-wrap .cont-lineup > .lwrap + .lwrap { margin-top: 100px; }
.page-keeps-wrap .color-tip-icon-list { display: flex; align-items: center; gap: 5px;}
.page-keeps-wrap .color-tip-icon-list .color-tip-icon {display: inline-block;width: clamp(10px,6vw,30px);aspect-ratio: 1;border-radius: 100%;}
.page-keeps-wrap .color-tip-icon.yellow { background-color: #F7E35C; }
.page-keeps-wrap .color-tip-icon.gray { background-color: #D5D3D4; }
.page-keeps-wrap .color-tip-icon.black { background-color: black; }
.page-keeps-wrap .color-tip-icon.lightblue { background-color: #A0D8E5; }
.page-keeps-wrap .color-tip-icon.purple { background-color: #D2BED9; }
.page-keeps-wrap .color-tip-icon.blue { background-color: #394D7F; }

.page-keeps-wrap .lineup-list .detail-content .item-name {
    font-size: clamp(14px,5.2vw,28px);
    font-weight: bold;
}
.page-keeps-wrap .lineup-list .detail-content .item-detail-wrap,
.page-keeps-wrap .lineup-list .detail-content .item-detail-wrap .detail {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-keeps-wrap .lineup-list .detail-content .item-detail-wrap + .item-detail-wrap {
    margin-top: 14px;
}
.page-keeps-wrap .lineup-list .detail-content .price {
  color: black!important;
  font-size: 19px;
  font-weight: bold;
}
.page-keeps-wrap .lineup-list .detail-content .price .tax {
  font-size: 0.5em;
  font-weight: normal;
}
[data-browse-mode="P"] .page-keeps-wrap .lineup-list {
    margin-top: 100px;
}
[data-browse-mode="P"] .page-keeps-wrap .lineup-list .is-item + .is-item {
    margin-top: 40px;
}
[data-browse-mode="P"] .page-keeps-wrap .lineup-list .itemdetail {
    gap: 40px;
}
[data-browse-mode="P"] .page-keeps-wrap .lineup-list .itemdetail .img-block,
[data-browse-mode="P"] .page-keeps-wrap .lineup-list .itemdetail .detail-content {
    width: 48%;
}
[data-browse-mode="P"] .page-keeps-wrap .lineup-list .detail-content > * + * {
    margin-top: 30px;
}

[data-browse-mode="S"] .page-keeps-wrap .lineup-list {
    margin-top: 50px;
}
[data-browse-mode="S"] .page-keeps-wrap .lineup-list .is-item + .is-item {
    margin-top: 40px;
}
[data-browse-mode="S"] .page-keeps-wrap .lineup-list .itemdetail {
    gap: 10px;
    flex-direction: column;
}
[data-browse-mode="S"] .page-keeps-wrap .lineup-list .detail-content > * + * {
    margin-top: 20px;
}
[data-browse-mode="S"] .page-keeps-wrap .cont-lineup {padding: 50px 0 10px;}
[data-browse-mode="S"] .page-keeps-wrap .cont-lineup > .lwrap + .lwrap { margin-top: 50px; }
/* ---------------------- 
  レビュー
---------------------- */
.page-keeps-wrap .review-lists .review-tab ul {
    justify-content: center;
    gap: 27px;
}
.page-keeps-wrap .review-lists .review-tab {
    margin-top: 100px;
}
.page-keeps-wrap .review-lists .review-tab .tab-btn {
  background-color: white;
  appearance: none;
  outline: none;
  border: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  cursor: pointer;
  transition: .3s ease;
  border: 2px solid transparent;
}
.page-keeps-wrap .review-lists .review-tab .active .tab-btn,
.page-keeps-wrap .review-lists .review-tab .tab-btn:hover{
  border-color: #B3CC01;
  box-shadow: 0 0 0 rgba(0 ,0, 0, 0);
}
.page-keeps-wrap .review-lists .review-tab .tab-btn-li.cushion .tab-btn {
  background-image: url(/img/usr/freepage/keeps/img-12.png);
}
.page-keeps-wrap .review-lists .review-tab .tab-btn-li.lumbar-cushion .tab-btn {
  background-image: url(/img/usr/freepage/keeps/lumbar-cushion.png);
}
.page-keeps-wrap .review-lists .review-tab .tab-btn-li.pillow-cushion .tab-btn {
  background-image: url(/img/usr/freepage/keeps/pillow-cushion.png);
}
.page-keeps-wrap .review-lists .review-tab .tab-btn .name {
  font-weight: bold;
}
.review-lists .review-tab .tab-btn:hover,
.page-keeps-wrap .review-lists .review-tab .active .tab-btn {
  transform: scale(1.05);
}

[data-browse-mode="P"] .page-keeps-wrap .review-lists .review-tab .tab-btn-li {
    width: calc(100% / 3);
    max-width: 300px;
}
[data-browse-mode="P"] .page-keeps-wrap .review-lists .review-tab .tab-btn {
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center 80%;
  padding: 30px 10px 160px;
}
[data-browse-mode="P"] .page-keeps-wrap .review-lists .review-tab .tab-btn .name {
  font-size: 23px;
}
[data-browse-mode="S"] .page-keeps-wrap .review-lists .review-tab {
    margin-top: 50px;
}
[data-browse-mode="S"] .page-keeps-wrap .review-lists .review-tab ul {
    flex-direction: column;
    gap: 15px;
}
[data-browse-mode="S"] .page-keeps-wrap .review-lists .review-tab .tab-btn {
  background-repeat: no-repeat;
  background-size: clamp(50px,30vw,170px);
  background-position: 90%;
  padding: 20px clamp(50px,27vw,190px) 20px 10px;
  border-radius: 0.1em;
}
[data-browse-mode="P"] .page-keeps-wrap .review-lists .review-tab .tab-btn .name {
  font-size: clamp(10px,4vw,23px);
}
/* ALL LINEUP
*******************/
.page-keeps-wrap .all-lineup { background-color: #EFF0F1; padding: 130px 0 150px; }
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list { 
  display: flex;
  flex-wrap: wrap;
  gap: 100px 2%;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .is-item {
  width: calc((100% - 4%) / 3);
  display: flex;
  flex-direction: column;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .is-item + .is-item {
  margin-top: 0;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .itemdetail {
  flex-direction: column;
  height: 100%;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .itemdetail .img-block,
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .itemdetail .detail-content {
  width: auto;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .itemdetail .img-block {
  flex-grow: 1;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .lineup-list .itemdetail .detail-content {
  flex-grow: 18;
  display: flex;
  flex-direction: column;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .detail-inner {
  flex-grow: 5;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .link-btns-type2 {
  flex-grow: 8;
}
[data-browse-mode="P"] .page-keeps-wrap .all-lineup .color-tip-icon-list .color-tip-icon {
  width: 18px;
}
[data-browse-mode="S"] .page-keeps-wrap .all-lineup { padding: 70px 0; }


/* REVIEW
*******************/
.page-keeps-wrap .review-detail .revico-common-background-style {
    background-color: #f8f7f2;
}
.page-keeps-wrap .review-detail {
    margin-top: 15px;
}
.page-keeps-wrap .review-detail .review-content:not(.active) {display: none;}
.page-keeps-wrap .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-image img {
    width: 40px!important;
    height: 40px!important;
}
.page-keeps-wrap .revico-comment-outer-head {
    display: none;
}