@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("wow/animate.css");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #209074;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #209074;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #209074;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #209074;
  -moz-box-shadow: 0 5px 0 #209074;
  box-shadow: 0 5px 0 #209074;
  background: #2ab794;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny a {
    overflow: hidden;
    position: relative; }
    .cta_btn.shiny a::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    padding: 15px 2px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #e7defe;
  background: linear-gradient(0deg, #e7defe 0%, #dfecfe 100%);
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  /*&::before {
  	z-index: -1;
  	content: '';
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgb(231,222,254);
  	background: linear-gradient(0deg, rgba(231,222,254,1) 0%, rgba(223,236,254,1) 100%);
  }*/ }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.blue {
  color: #67a4d9; }

.pink {
  color: #ea6095; }

.yellow {
  color: #ffff45; }

.marker {
  background: linear-gradient(transparent 60%, #ffffc1 60%); }

.large {
  font-size: 120%; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.sponsor {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center; }

.cta .cta_txt {
  margin-bottom: 5px;
  color: #ea6095;
  font-size: 17.5px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700; }

.page_top {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(103, 164, 217, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #67a4d9;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.container {
  width: 1100px;
  margin: 0 auto;
  min-width: 1100px; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  .container .header .inner {
    position: relative;
    height: 68px;
    background: #fff;
    text-align: center; }
  .container .header .logo {
    width: 35%;
    height: 100%;
    margin: 0 auto;
    padding: 10px; }
    .container .header .logo img {
      width: auto;
      height: 100%; }
  .container .header .header__pr {
    position: absolute;
    top: 20px;
    right: 30px;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #666;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    line-height: 1; }
  .container .main_contents {
    box-shadow: 0 0 30px rgba(62, 35, 48, 0.1); }

.fv {
  position: relative; }
  .fv .fv_date {
    position: absolute;
    top: 17px;
    left: 23px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center; }
    .fv .fv_date strong {
      font-weight: 500;
      font-size: 130%; }
  .fv .fv_txt {
    position: absolute;
    text-align: center;
    font-size: 3.5%;
    font-weight: 700;
    color: #5f3b38;
    line-height: 1.3;
    z-index: 1;
    top: 3%;
    left: 3%; }
    .fv .fv_txt strong {
      display: block;
      font-weight: 700;
      font-size: 5%;
      color: #67a4d9; }

.section01 {
  background: #fff; }
  .section01 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #ea6095;
    padding-top: 20px; }
  .section01 .inner {
    width: 850px;
    margin: 0 auto;
    padding: 30px 0 85px; }
  .section01 .client_table {
    position: relative; }
    .section01 .client_table::before, .section01 .client_table::after {
      content: '';
      position: absolute;
      top: 0;
      left: 1px;
      pointer-events: none; }
    .section01 .client_table::before {
      background: #fffff0;
      width: calc(100% / 3);
      height: 100%;
      z-index: 1; }
    .section01 .client_table::after {
      width: calc(100% / 3);
      height: 100%;
      border: 2px solid #ea6095;
      z-index: 5; }
    .section01 .client_table table {
      width: 100%;
      background: #fff; }
      .section01 .client_table table th, .section01 .client_table table td {
        position: relative;
        width: calc(100% / 3);
        border: 1px solid #d0d0d0;
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem; }
      .section01 .client_table table th {
        padding: 3px 0;
        background: #67a4d9;
        font-weight: 700;
        color: #fff;
        font-weight: 700;
        z-index: 6; }
      .section01 .client_table table td {
        padding: 10px 5px;
        line-height: 1.4;
        z-index: 5;
        font-weight: 500; }
      .section01 .client_table table thead td {
        position: relative;
        vertical-align: top;
                /*
				&::before {
					content: '';
					@include center(x);
					top: -80px;
					width: 110px;
					height: 68px;
					background: url("img/ico_crown1.png") no-repeat left top / 100% auto;
					pointer-events: none;
				}
				&:nth-child(2)::before {
					background-image: url("img/ico_crown2.png");
				}
				&:nth-child(3)::before {
					background-image: url("img/ico_crown3.png");
				}
                */ }
        .section01 .client_table table thead td .image {
          padding: 10px 5px; }
          .section01 .client_table table thead td .image a {
            display: block;
            text-decoration: none; }
            .section01 .client_table table thead td .image a:hover img {
              opacity: 1; }
            .section01 .client_table table thead td .image a p {
              font-weight: 700;
              margin-top: 3px;
              font-size: 13px;
              font-size: 1.3rem; }
            .section01 .client_table table thead td .image a:hover p {
              text-decoration: underline; }
    .section01 .client_table .ico {
      width: 28px;
      margin: 0 auto 3px; }
    .section01 .client_table .cta_btn {
      margin: 0 auto 10px;
      width: 95%; }
      .section01 .client_table .cta_btn a {
        font-size: 13.75px;
        font-size: 1.375rem;
        padding: 15px 0; }

.section02 {
  padding: 150px 0 70px; }
  .section02 .inner {
    width: 750px;
    margin: 0 auto; }
  .section02 .box {
    position: relative;
    padding: 100px 20px 70px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    .section02 .box h2 {
      position: absolute;
      top: -85px;
      left: 20px;
      width: calc(100% -  40px); }
    .section02 .box ul {
      padding: 0 20px; }
      .section02 .box ul li {
        padding: 40px 0 20px;
        border-bottom: 2px dotted #d8eaf9; }
        .section02 .box ul li h3 {
          position: relative;
          margin-bottom: 20px;
          padding-left: 60px;
          color: #ea6095;
          font-size: 21.875px;
          font-size: 2.1875rem;
          font-weight: 700; }
          .section02 .box ul li h3::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 0;
            width: 55px;
            height: 59px;
            background: url("img/ico_p1.png") no-repeat left top/100% auto; }
        .section02 .box ul li p {
          font-size: 17.5px;
          font-size: 1.75rem;
          line-height: 1.7; }
        .section02 .box ul li:nth-child(2) h3::before {
          background-image: url("img/ico_p2.png"); }
        .section02 .box ul li:nth-child(3) {
          border-bottom: none; }
          .section02 .box ul li:nth-child(3) h3::before {
            background-image: url("img/ico_p3.png"); }
    .section02 .box.point_box {
      margin-top: 140px;
      padding: 80px 20px 20px; }

.section03 {
  background: #fff; }
  .section03 .inner {
    padding: 65px 0 0; }
  .section03 h2 {
    margin-bottom: 20px;
    text-align: center; }

.client_archive > ul > li {
  padding: 30px 50px;
  background: url("../../sp/kuma/assets/img/bg_pink.png") no-repeat left top/100% 100%;
  position: relative; }
  .client_archive > ul > li + li {
    margin-top: 20px; }
  .client_archive > ul > li:nth-child(2) {
    background-image: url("../../sp/kuma/assets/img/bg_blue.png"); }
    .client_archive > ul > li:nth-child(2) .client_card .client_name {
      box-shadow: 0 0 20px rgba(147, 167, 232, 0.35);
      /*&::before {
      	background-image: url("img/ico_crown2.png");
      }*/ }
      .client_archive > ul > li:nth-child(2) .client_card .client_name::after {
        width: 120px;
        height: 134px;
        background-image: url("../../sp/kuma/assets/img/ico_woman2.png"); }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .overview .txt table th, .client_archive > ul > li:nth-child(2) .client_card .client_inner .overview .txt table td {
      border-color: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .overview .txt table th {
      background: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .point,
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .treatment,
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .review {
      background: #eef2fe;
      border-color: #67a4d9; }
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .point .ttl,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .treatment .ttl,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .review .ttl {
        background: #eef2fe;
        color: #67a4d9; }
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .point .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .treatment .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .review .contents .slick-dots li button {
        border-color: #67a4d9; }
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .point .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .treatment .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .review .contents .slick-dots li.slick-active button {
        background: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .location .ttl {
      color: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .location .location_item .location_ttl {
      background: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .location .location_item .location_content {
      border-color: #67a4d9; }
      .client_archive > ul > li:nth-child(2) .client_card .client_inner .location .location_item .location_content table th {
        background: #eef2fe;
        color: #67a4d9; }
    .client_archive > ul > li:nth-child(2) .client_card .client_inner .cta .cta_btn::before {
      height: 100px;
      background-image: url("../../sp/kuma/assets/img/ico_btn_woman2.png"); }
  .client_archive > ul > li:nth-child(3) {
    background-image: url("../../sp/kuma/assets/img/bg_orange.png"); }
    .client_archive > ul > li:nth-child(3) .client_card .client_name {
      box-shadow: 0 0 20px rgba(237, 160, 52, 0.35);
      /*&::before {
      	background-image: url("img/ico_crown3.png");
      }*/ }
      .client_archive > ul > li:nth-child(3) .client_card .client_name::after {
        width: 130px;
        height: 113px;
        background-image: url("../../sp/kuma/assets/img/ico_woman3.png"); }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .overview .txt table th, .client_archive > ul > li:nth-child(3) .client_card .client_inner .overview .txt table td {
      border-color: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .overview .txt table th {
      background: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .point,
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .treatment,
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .review {
      background: #fbf6ee;
      border-color: #eda034; }
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .point .ttl,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .treatment .ttl,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .review .ttl {
        background: #fbf6ee;
        color: #eda034; }
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .point .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .treatment .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .review .contents .slick-dots li button {
        border-color: #eda034; }
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .point .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .treatment .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .review .contents .slick-dots li.slick-active button {
        background: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .location .ttl {
      color: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .location .location_item .location_ttl {
      background: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .location .location_item .location_content {
      border-color: #eda034; }
      .client_archive > ul > li:nth-child(3) .client_card .client_inner .location .location_item .location_content table th {
        background: #fbf6ee;
        color: #eda034; }
    .client_archive > ul > li:nth-child(3) .client_card .client_inner .cta .cta_btn::before {
      height: 88px;
      background-image: url("../../sp/kuma/assets/img/ico_btn_woman3.png"); }
  .client_archive > ul > li:nth-child(4) {
    background-image: url("../../sp/kuma/assets/img/bg_green.png"); }
    .client_archive > ul > li:nth-child(4) .client_card .client_name {
      box-shadow: 0 0 20px rgba(78, 163, 108, 0.35); }
      .client_archive > ul > li:nth-child(4) .client_card .client_name::before {
        /*background-image: url("img/ico_crown4.png");
        background-image: url("img/ico_pickup.png");
        height: 26px;*/ }
      .client_archive > ul > li:nth-child(4) .client_card .client_name::after {
        width: 130px;
        height: 135px;
        background-image: url("../../sp/kuma/assets/img/ico_woman4.png"); }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .overview .txt table th, .client_archive > ul > li:nth-child(4) .client_card .client_inner .overview .txt table td {
      border-color: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .overview .txt table th {
      background: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .point,
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .treatment,
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .review {
      background: #e9f7ee;
      border-color: #4ea36c; }
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .point .ttl,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .treatment .ttl,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .review .ttl {
        background: #e9f7ee;
        color: #4ea36c; }
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .point .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .treatment .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .review .contents .slick-dots li button {
        border-color: #4ea36c; }
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .point .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .treatment .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .review .contents .slick-dots li.slick-active button {
        background: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .location .ttl {
      color: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .location .location_item .location_ttl {
      background: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .location .location_item .location_content {
      border-color: #4ea36c; }
      .client_archive > ul > li:nth-child(4) .client_card .client_inner .location .location_item .location_content table th {
        background: #e9f7ee;
        color: #4ea36c; }
    .client_archive > ul > li:nth-child(4) .client_card .client_inner .cta .cta_btn::before {
      height: 103px;
      background-image: url("../../sp/kuma/assets/img/ico_btn_woman4.png"); }
  .client_archive > ul > li:nth-child(5) {
    background-image: url("../../sp/kuma/assets/img/bg_purple.png"); }
    .client_archive > ul > li:nth-child(5) .client_card .client_name {
      box-shadow: 0 0 20px rgba(147, 120, 177, 0.35);
      /*&::before {
      	background-image: url("img/ico_crown5.png");
      }*/ }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .overview .txt table th, .client_archive > ul > li:nth-child(5) .client_card .client_inner .overview .txt table td {
      border-color: #9378b1; }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .overview .txt table th {
      background: #9378b1; }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .point,
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .treatment,
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .review {
      background: #efeaf4;
      border-color: #9378b1; }
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .point .ttl,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .treatment .ttl,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .review .ttl {
        background: #efeaf4;
        color: #9378b1; }
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .point .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .treatment .contents .slick-dots li button,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .review .contents .slick-dots li button {
        border-color: #9378b1; }
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .point .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .treatment .contents .slick-dots li.slick-active button,
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .review .contents .slick-dots li.slick-active button {
        background: #9378b1; }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .location .ttl {
      color: #9378b1; }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .location .location_item .location_ttl {
      background: #9378b1; }
    .client_archive > ul > li:nth-child(5) .client_card .client_inner .location .location_item .location_content {
      border-color: #9378b1; }
      .client_archive > ul > li:nth-child(5) .client_card .client_inner .location .location_item .location_content table th {
        background: #efeaf4;
        color: #9378b1; }
  .client_archive > ul > li.pickup {
    margin-top: 130px; }
  .client_archive > ul > li.pickup::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    background-image: url(img/pr_title.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    top: -85px;
    right: 0;
    left: 0;
    pointer-events: none; }
.client_archive .client_card .top_heading {
  margin: 0 100px 10px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #ea6095; }
.client_archive .client_card .client_name {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 120px 8px 30px;
  background: #fff;
  border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -webkit-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  box-shadow: 0 0 20px rgba(249, 148, 217, 0.35); }
  .client_archive .client_card .client_name::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 64px;
    height: 37px;
    /*background: url("img/ico_crown1.png") no-repeat left top / 100% auto;*/ }
  .client_archive .client_card .client_name::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 146px;
    height: 141px;
    background: url("../../sp/kuma/assets/img/ico_woman1.png") no-repeat left top/100% auto; }
  .client_archive .client_card .client_name a {
    color: #333;
    font-size: 23.75px;
    font-size: 2.375rem;
    font-weight: 700;
    text-decoration: none; }
.client_archive .client_card .client_inner {
  padding: 20px 50px 50px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_inner .overview .image {
    max-width: 350px;
    margin: 0 auto 20px;
    text-align: center; }
  .client_archive .client_card .client_inner .overview .txt table {
    width: 100%;
    background: #fff;
    font-size: 13.75px;
    font-size: 1.375rem; }
    .client_archive .client_card .client_inner .overview .txt table th, .client_archive .client_card .client_inner .overview .txt table td {
      vertical-align: middle;
      padding: 5px;
      border: 1px solid #fd94bc;
      line-height: 1.3; }
    .client_archive .client_card .client_inner .overview .txt table th {
      font-weight: 500;
      color: #fff;
      background: #fd94bc;
      border-color: #fff !important;
      width: 33%; }
    .client_archive .client_card .client_inner .overview .txt table .ico_wrap {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .client_archive .client_card .client_inner .overview .txt table .ico_wrap .ico {
        width: 24px;
        margin-right: 5px; }
  .client_archive .client_card .client_inner .point,
  .client_archive .client_card .client_inner .treatment,
  .client_archive .client_card .client_inner .review {
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #fdeef4;
    border: 1px solid #fd94bc; }
    .client_archive .client_card .client_inner .point .ttl,
    .client_archive .client_card .client_inner .treatment .ttl,
    .client_archive .client_card .client_inner .review .ttl {
      background: #fdeef4;
      text-align: center;
      color: #fd94bc;
      font-weight: 700;
      padding: 10px 5px;
      font-size: 18.75px;
      font-size: 1.875rem; }
    .client_archive .client_card .client_inner .point .contents,
    .client_archive .client_card .client_inner .treatment .contents,
    .client_archive .client_card .client_inner .review .contents {
      margin: 0 20px 15px;
      padding: 20px 40px;
      background: #fff; }
      .client_archive .client_card .client_inner .point .contents .slick-dots,
      .client_archive .client_card .client_inner .treatment .contents .slick-dots,
      .client_archive .client_card .client_inner .review .contents .slick-dots {
        bottom: -52px; }
        .client_archive .client_card .client_inner .point .contents .slick-dots li,
        .client_archive .client_card .client_inner .treatment .contents .slick-dots li,
        .client_archive .client_card .client_inner .review .contents .slick-dots li {
          width: 12px;
          height: 12px;
          margin: 0 17.5px; }
          .client_archive .client_card .client_inner .point .contents .slick-dots li button,
          .client_archive .client_card .client_inner .treatment .contents .slick-dots li button,
          .client_archive .client_card .client_inner .review .contents .slick-dots li button {
            width: 17.5px;
            height: 17.5px;
            padding: 0;
            border: 1px solid #ea6095;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%; }
            .client_archive .client_card .client_inner .point .contents .slick-dots li button::before,
            .client_archive .client_card .client_inner .treatment .contents .slick-dots li button::before,
            .client_archive .client_card .client_inner .review .contents .slick-dots li button::before {
              content: none; }
          .client_archive .client_card .client_inner .point .contents .slick-dots li.slick-active button,
          .client_archive .client_card .client_inner .treatment .contents .slick-dots li.slick-active button,
          .client_archive .client_card .client_inner .review .contents .slick-dots li.slick-active button {
            background: #ea6095; }
      .client_archive .client_card .client_inner .point .contents .slick-dotted.slick-slider,
      .client_archive .client_card .client_inner .treatment .contents .slick-dotted.slick-slider,
      .client_archive .client_card .client_inner .review .contents .slick-dotted.slick-slider {
        margin-bottom: 0; }
    .client_archive .client_card .client_inner .point .quote,
    .client_archive .client_card .client_inner .treatment .quote,
    .client_archive .client_card .client_inner .review .quote {
      padding: 0 20px;
      text-align: right;
      font-size: 11px;
      font-size: 1.1rem; }
  .client_archive .client_card .client_inner .point ul li {
    position: relative;
    padding-left: 22px;
    font-size: 18.75px;
    font-size: 1.875rem; }
    .client_archive .client_card .client_inner .point ul li::before {
      content: '●';
      position: absolute;
      top: 0;
      left: 0;
      color: #fdeef4; }
    .client_archive .client_card .client_inner .point ul li + li {
      margin-top: 5px; }
  .client_archive .client_card .client_inner .treatment .contents {
    margin: 0 10px 50px; }
  .client_archive .client_card .client_inner .treatment .treatment_slides .treatment_slide {
    padding: 0 10px; }
    .client_archive .client_card .client_inner .treatment .treatment_slides .treatment_slide .img {
      width: 400px;
      margin: 0 auto 15px; }
      .client_archive .client_card .client_inner .treatment .treatment_slides .treatment_slide .img img {
        width: 100%; }
    .client_archive .client_card .client_inner .treatment .treatment_slides .treatment_slide .txt {
      font-size: 15px;
      font-size: 1.5rem; }
  .client_archive .client_card .client_inner .review {
    padding-bottom: 40px; }
    .client_archive .client_card .client_inner .review .contents {
      margin: 0 20px 10px; }
      .client_archive .client_card .client_inner .review .contents .slick-dots {
        bottom: -67px; }
    .client_archive .client_card .client_inner .review .review_slides .review_slide .txt {
      font-size: 15.625px;
      font-size: 1.5625rem;
      line-height: 1.56; }
  .client_archive .client_card .client_inner .location {
    margin-top: 30px; }
    .client_archive .client_card .client_inner .location .ttl {
      margin-bottom: 15px;
      text-align: center;
      color: #fd94bc;
      font-weight: 700;
      font-size: 18.75px;
      font-size: 1.875rem; }
    .client_archive .client_card .client_inner .location .location_item + .location_item {
      margin-top: 10px; }
    .client_archive .client_card .client_inner .location .location_item .location_ttl {
      cursor: pointer;
      position: relative;
      background: #ea6095;
      color: #fff;
      font-size: 18.75px;
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 50px;
      text-align: center; }
      .client_archive .client_card .client_inner .location .location_item .location_ttl::after {
        content: '＋';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        font-size: 30px;
        font-size: 3rem; }
      .client_archive .client_card .client_inner .location .location_item .location_ttl.active::after {
        content: '－'; }
    .client_archive .client_card .client_inner .location .location_item .location_content {
      padding: 20px 40px;
      border: 2px solid #ea6095; }
      .client_archive .client_card .client_inner .location .location_item .location_content table {
        width: 100%; }
        .client_archive .client_card .client_inner .location .location_item .location_content table th, .client_archive .client_card .client_inner .location .location_item .location_content table td {
          padding: 10px 2px;
          border: 1px solid #bababa;
          font-size: 15px;
          font-size: 1.5rem; }
        .client_archive .client_card .client_inner .location .location_item .location_content table th {
          width: 30%;
          background: #fdeef4;
          border-color: #fff;
          color: #ea6095;
          text-align: center; }
        .client_archive .client_card .client_inner .location .location_item .location_content table td {
          width: 70%;
          padding: 10px; }
  .client_archive .client_card .client_inner .cta {
    margin-top: 20px; }
    .client_archive .client_card .client_inner .cta .cta_btn {
      margin: 5px auto 0; }
      .client_archive .client_card .client_inner .cta .cta_btn::before {
        content: '';
        position: absolute;
        left: 10px;
        bottom: 0;
        width: 100px;
        height: 95px;
        background: url("../../sp/kuma/assets/img/ico_btn_woman1.png") no-repeat left top/100% auto;
        animation: yellAnimation 3s ease infinite; }
      .client_archive .client_card .client_inner .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }

@keyframes yellAnimation {
  0% {
    transform: rotateY(1turn); }
  30% {
    transform: rotateY(0deg); } }
.section04 {
  background: #fff; }
  .section04 .inner {
    padding: 45px 20px; }
  .section04 h2 {
    width: 750px;
    margin: 0 auto 30px; }
  .section04 table tbody tr:first-child {
    position: relative;
    background: #fffff0; }
  .section04 table {
    width: 100%;
    background: #fff; }
    .section04 table th, .section04 table td {
      width: 110px;
      text-align: center;
      font-size: 13.75px;
      font-size: 1.375rem;
      padding: 8px 5px;
      background: #fff;
      border: 1px solid #cbc9c9; }
    .section04 table thead th {
      background: #67a4d9;
      color: #fff;
      line-height: 1.2;
      padding-top: 10px;
      padding-bottom: 10px;
      border-color: #fff; }
    .section04 table thead tr th:first-child,
    .section04 table tbody tr td:first-child {
      z-index: 100;
      position: sticky;
      top: 0;
      left: 0;
      width: 100px; }
      .section04 table thead tr th:first-child::after,
      .section04 table tbody tr td:first-child::after {
        z-index: -1;
        content: 　 "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #bababa; }
    .section04 table thead tr th:first-child::after {
      border-right-color: #fff; }
    .section04 table tbody tr:first-child td {
      background: #fefaec; }
    .section04 table tbody .image {
      display: block;
      width: 75%;
      margin: 0 auto; }
    .section04 table tbody .ico {
      width: 24px;
      margin: 0 auto 3px; }
    .section04 table tbody td p {
      line-height: 1.4; }
    .section04 table tbody a p {
      color: #10adf6;
      font-weight: 700;
      text-decoration: underline; }
  .section04 .cta_btn {
    width: 95%;
    margin: 0 auto; }
    .section04 .cta_btn a {
      line-height: 1.3;
      padding: 15px 0;
      font-size: 14px;
      font-size: 1.4rem; }

.section05 {
  padding: 120px 20px 80px; }
  .section05 .inner {
    position: relative;
    width: 750px;
    margin: 0 auto;
    padding: 110px 20px 40px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
  .section05 h2 {
    position: absolute;
    top: -80px;
    left: 20px;
    width: calc(100% -  40px); }
  .section05 h3 {
    width: 95%;
    margin: 0 auto 22px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #67a4d9;
    font-size: 23.75px;
    font-size: 2.375rem;
    text-align: center;
    font-weight: 700; }
  .section05 .img {
    max-width: 420px;
    margin: 0 auto 25px;
    text-align: center; }
  .section05 .txt {
    width: 95%;
    margin: 0 auto;
    font-size: 17.5px;
    font-size: 1.75rem; }
  .section05 .cta {
    margin-top: 20px; }
    .section05 .cta .cta_btn {
      margin: 8px auto 0; }
      .section05 .cta .cta_btn::before {
        content: '';
        position: absolute;
        left: 10px;
        bottom: 0;
        width: 100px;
        height: 95px;
        background: url("../../sp/kuma/assets/img/ico_btn_woman1.png") no-repeat left top/100% auto;
        animation: yellAnimation 3s ease infinite; }
      .section05 .cta .cta_btn a {
        font-size: 20px;
        font-size: 2rem; }
  .section05 .campaign {
    margin-top: 50px;
    padding: 0; }
    .section05 .campaign .inner {
      width: auto;
      background: transparent;
      padding-top: 50px; }

.fixed_cta {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(253, 148, 188, 0.9);
  padding: 10px 20px; }
  .fixed_cta .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .fixed_cta .inner .img {
      position: relative;
      width: 150px;
      margin-right: 10px; }
      .fixed_cta .inner .img img {
        width: 100%; }
    .fixed_cta .inner .btn {
      width: 400px; }
      .fixed_cta .inner .btn p {
        margin-bottom: 5px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        font-size: 15.625px;
        font-size: 1.5625rem; }
      .fixed_cta .inner .btn .cta_btn a {
        padding: 16px 0;
        font-size: 15.625px;
        font-size: 1.5625rem; }
    .fixed_cta .inner .item {
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 10px; }
      .fixed_cta .inner .item .campaign_ttl {
        position: relative;
        margin-right: 10px;
        padding: 5px 20px;
        font-weight: 700;
        text-align: center;
        background: #fff;
        color: #ea6095;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .fixed_cta .inner .item .campaign_ttl::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 10px;
          height: 10px;
          background: #fff;
          transform: translate(50%, -50%) rotate(-45deg);
          transform-origin: center center; }
      .fixed_cta .inner .item .cta_btn {
        position: relative; }
        .fixed_cta .inner .item .cta_btn a {
          padding: 15px 100px 15px 15px; }
        .fixed_cta .inner .item .cta_btn::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 110px;
          height: 85px;
          background: url(../../sp/kuma/assets/img/ico_woman1.png) no-repeat left top/100% auto; }
  .fixed_cta .timer {
    align-items: center;
    padding: 10px 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .fixed_cta .timer .heading {
      margin-bottom: 5px;
      color: #fff; }
    .fixed_cta .timer .txt {
      padding: 5px;
      background: #fff;
      flex: 1;
      border-radius: 100vmax; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px;
    background-image: url("../../sp/kuma/assets/img/exit_protection_tcb.jpg");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap .exitProtection_banner {
      width: 250px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 165px; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .cta_btn {
      width: 370px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 25px; }
      .exitProtection .wrap .cta_btn a {
        color: #fff;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        padding: 15px 0; }
  .exitProtection .image {
    background: #fefaec;
    height: 100%; }
    .exitProtection .image a {
      text-decoration: none; }
    .exitProtection .image .campaign_ttl {
      padding: 10px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      color: #fff;
      background: #ea6095; }
    .exitProtection .image .client_name {
      padding: 10px;
      text-align: center;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      color: #ea6095; }
    .exitProtection .image .overview {
      display: flex;
      width: 100%;
      padding: 0 10px;
      margin-bottom: 20px; }
      .exitProtection .image .overview .client_image {
        margin: auto;
        width: 160px; }
      .exitProtection .image .overview .table {
        margin-left: 10px;
        background: #fff;
        position: relative;
        border: 1px solid #67a4d9;
        overflow: hidden;
        flex: 1; }
        .exitProtection .image .overview .table .ttl {
          padding: 10px;
          background-color: #67a4d9;
          color: #fff;
          text-align: center;
          font-weight: bold; }
        .exitProtection .image .overview .table .txt {
          padding: 12px;
          font-weight: bold;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }
          .exitProtection .image .overview .table .txt .regular {
            text-decoration: underline;
            text-underline-offset: 8px;
            text-decoration-style: dotted; }
          .exitProtection .image .overview .table .txt .special {
            color: #ea6095; }
            .exitProtection .image .overview .table .txt .special strong {
              font-size: 32px; }
    .exitProtection .image .timer {
      background: #fdeef4;
      margin: 10px;
      padding: 10px;
      font-weight: 700;
      text-align: center;
      border: solid 1px #fd94bc;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .exitProtection .image .timer .heading {
        margin-bottom: 5px;
        color: #fd94bc; }
      .exitProtection .image .timer .txt {
        padding: 5px;
        background: #fff; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.footer {
  color: #fff; }
  .footer .foot_wrap {
    background-color: #fd94bc;
    padding: 25px 135px;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .footer a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em; }
  .footer .foot_bottom {
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #ea6095;
    text-align: center;
    padding: 12px 0;
    margin: 0; }
    .footer .foot_bottom p {
      transform: scale(0.8); }

.campaign {
  background: #fff;
  padding: 50px 20px 30px; }
  .campaign .inner {
    position: relative;
    padding: 30px 30px 20px;
    background: #fefaec;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .campaign .inner .campaign_ttl {
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 500px;
      padding: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      color: #ea6095;
      background: #fff;
      border: solid 2px;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      .campaign .inner .campaign_ttl::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 14px;
        height: 14px;
        background: #fff;
        border-right: 2px solid #ea6095;
        border-bottom: 2px solid #ea6095;
        transform: translate(-50%, 55%) rotate(45deg);
        transform-origin: center center; }
    .campaign .inner .client_name {
      padding: 10px 20px 5px;
      text-align: center;
      font-weight: 700;
      font-size: 25px;
      font-size: 2.5rem; }
      .campaign .inner .client_name a {
        color: #ea6095;
        text-decoration: none; }
    .campaign .inner .overview {
      display: flex;
      width: 100%; }
      .campaign .inner .overview .client_image {
        width: 180px;
        margin-right: 20px; }
      .campaign .inner .overview .table {
        background: #fff;
        position: relative;
        border: 1px solid #67a4d9;
        overflow: hidden;
        flex: 1; }
        .campaign .inner .overview .table .ttl {
          padding: 10px;
          background-color: #67a4d9;
          color: #fff;
          text-align: center;
          font-weight: bold; }
        .campaign .inner .overview .table .txt {
          margin-top: 15px;
          font-weight: bold;
          text-align: center; }
          .campaign .inner .overview .table .txt span {
            font-size: 20px;
            font-size: 2rem; }
          .campaign .inner .overview .table .txt .regular {
            text-decoration: underline;
            text-underline-offset: 8px;
            text-decoration-style: dotted; }
          .campaign .inner .overview .table .txt .special {
            font-size: 25px;
            font-size: 2.5rem;
            color: #ea6095; }
            .campaign .inner .overview .table .txt .special strong {
              font-size: 130%; }
    .campaign .inner .timer {
      background: #fdeef4;
      margin-top: 20px;
      padding: 10px;
      font-size: 1.9rem;
      font-weight: 700;
      text-align: center;
      border: solid 1px #fd94bc;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .campaign .inner .timer .heading {
        margin-bottom: 10px;
        color: #fd94bc; }
      .campaign .inner .timer .txt {
        padding: 10px;
        background: #fff; }
    .campaign .inner .cta {
      margin-top: 10px; }
      .campaign .inner .cta .cta_btn {
        /*&::before {
        	content: '';
        	position: absolute;
        	left: 10px;
        	bottom: 0;
        	width: 100px;
        	height: 95px;
        	background: url(../../sp/kuma/assets/img/ico_btn_woman1.png) no-repeat left top / 100% auto;
        	animation: yellAnimation 3s ease infinite;
        }*/ }
      .campaign .inner .cta a {
        font-size: 20px;
        font-size: 2rem; }
      .campaign .inner .cta .sponcer {
        margin-top: 8px;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem; }
