@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 #d25183;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d25183;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d25183;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d25183;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d25183;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d25183;
  -moz-box-shadow: 0 5px 0 #d25183;
  box-shadow: 0 5px 0 #d25183;
  background: #ef75a4;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @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: 17px;
    font-size: 1.7rem;
    text-align: center;
    padding: 15px; }
  .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; }

a {
  color: #333;
  text-decoration: none; }

@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: 20px;
  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: 110px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff; }

.header .logo {
  width: 35%;
  margin: 0 auto; }

.header__pr {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 10;
  border: solid 1px #000;
  padding: 1px 3px;
  border-radius: 1px; }

.fv {
  position: relative; }
  .fv .fv_date {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    z-index: 10; }
    .fv .fv_date strong {
      font-weight: 500;
      font-size: 130%;
      font-weight: 700; }
  .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 h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ea6095;
  padding: 15px 0 0;
  background: #ffffff;
  margin-bottom: -10px; }
.section01 .inner {
  padding: 30px 10px 45px;
  background: #fff; }
.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 td strong {
        color: #ff0180; }
        .section01 .client_table table td strong .marker {
          display: inline;
          /* %でマーカーの縦開始位置を指定、色も同時に指定(上透明、下カラー) */
          background: linear-gradient(transparent 40%, #fff200 0%);
          /*paddingでマーカーのはみ出し具合を調整*/
          padding: 0 2px 2px; }
    .section01 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section01 .client_table table thead td::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
        width: 71px;
        height: 44px;
        pointer-events: none; }
      .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 table tbody td {
                /*
				&:nth-child(2), &:nth-child(3){
                    .cta_btn{
                        background: #2ab794;
                        -webkit-box-shadow: 0 4px 0 #209074;
                        -moz-box-shadow: 0 4px 0 #209074;
                        box-shadow: 0 4px 0 #209074;
                        animation: animationbtn2 2s infinite;
                        @keyframes animationbtn2 {
                            0% {box-shadow: 0 4px 0 #209074;
                                top: 0px;}
                            10% {box-shadow: 0 0 0 #209074;
                                top: 6px;}
                            20% {box-shadow: 0 4px 0 #209074;
                                top: 0px;}
                            30% {box-shadow: 0 0 0 #209074;
                                top: 6px;}
                            40% {box-shadow: 0 4px 0 #209074;
                                top: 0px;}
                        }
                    }
                }
                */ }
      .section01 .client_table table tbody td:nth-child(1) .cta_btn {
        background: #ff9b2d;
        -webkit-box-shadow: 0 4px 0 #c77924;
        -moz-box-shadow: 0 4px 0 #c77924;
        box-shadow: 0 4px 0 #c77924;
        animation: animationbtn3 2s infinite; }
      .section01 .client_table table tbody td .cta_btn {
        background: #2ab794;
        -webkit-box-shadow: 0 4px 0 #209074;
        -moz-box-shadow: 0 4px 0 #209074;
        box-shadow: 0 4px 0 #209074;
        animation: animationbtn2 2s infinite; }
  .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: 15px;
      font-size: 1.5rem;
      padding: 15px 0; }

.section02 {
  padding: 75px 10px 35px; }
  .section02 .box {
    position: relative;
    padding: 70px 10px 35px;
    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: -35px;
      left: 10px;
      width: calc(100% -  20px); }
    .section02 .box ul li {
      padding: 20px 0 10px;
      border-bottom: 2px dotted #d8eaf9; }
      .section02 .box ul li h3 {
        position: relative;
        margin-bottom: 10px;
        padding-left: 45px;
        color: #ea6095;
        font-size: 21.875px;
        font-size: 2.1875rem;
        font-weight: 700; }
        .section02 .box ul li h3::before {
          content: '';
          position: absolute;
          top: -10px;
          left: 0;
          width: 37px;
          height: 40px;
          background: url("../../../kuma/assets/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("../../../kuma/assets/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("../../../kuma/assets/img/ico_p3.png"); }
    .section02 .box.point_box {
      margin-top: 65px;
      padding: 60px 20px 25px; }
    .section02 .box .table table {
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse; }
      .section02 .box .table table th, .section02 .box .table table td {
        vertical-align: middle;
        text-align: center;
        border: solid 1px; }
      .section02 .box .table table thead th {
        padding: 5px 0;
        color: #fff;
        font-weight: 700;
        background: #67a4d9;
        font-size: 14px;
        font-size: 1.4rem; }
      .section02 .box .table table tbody tr:first-child {
        font-weight: 700;
        border: solid 2px #ea6095; }
        .section02 .box .table table tbody tr:first-child td {
          background: #fffff0; }
      .section02 .box .table table tbody th {
        padding: 5px 3px;
        color: #fff;
        font-weight: 700;
        background: #fd94bc;
        font-size: 12px;
        font-size: 1.2rem; }
        .section02 .box .table table tbody th span {
          color: #ffff45;
          font-size: 90%; }
        .section02 .box .table table tbody th .img {
          margin-top: 5px; }
      .section02 .box .table table tbody td {
        padding: 10px 5px;
        border-color: #67a4d9;
        font-size: 12px;
        font-size: 1.2rem; }
      .section02 .box .table table tbody .ico {
        margin: auto;
        width: 20px; }
    .section02 .box + .box {
      margin-top: 65px; }

.section03 .inner {
  padding: 35px 0 0;
  background: #fff; }
.section03 h2 {
  margin: 0 10px 20px; }

.client_archive > ul > li {
  padding: 10px 10px 30px;
  background: url("img/bg_pink.png") no-repeat left top/100% 100%;
  position: relative; }
  .client_archive > ul > li:nth-child(1) .cta_btn {
    background: #ff9b2d;
    -webkit-box-shadow: 0 4px 0 #c77924;
    -moz-box-shadow: 0 4px 0 #c77924;
    box-shadow: 0 4px 0 #c77924;
    animation: animationbtn3 2s infinite; }
  .client_archive > ul > li:nth-child(2) {
    background-image: url("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); }
      .client_archive > ul > li:nth-child(2) .client_card .client_name::after {
        width: 92px;
        height: 112px;
        background-image: url("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 {
      width: 80px;
      height: 80px;
      background-image: url("img/ico_btn_woman2.png"); }
  .client_archive > ul > li:nth-child(3) {
    background-image: url("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); }
      .client_archive > ul > li:nth-child(3) .client_card .client_name::after {
        width: 125px;
        height: 109px;
        background-image: url("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 {
      width: 91px;
      height: 81px;
      background-image: url("img/ico_btn_woman3.png"); }
  .client_archive > ul > li:nth-child(4) {
    background-image: url("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 {
        height: 28px; }
      .client_archive > ul > li:nth-child(4) .client_card .client_name::after {
        width: 86px;
        height: 89px;
        background-image: url("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 {
      width: 86px;
      height: 89px;
      background-image: url("img/ico_btn_woman4.png"); }
  .client_archive > ul > li:nth-child(5) {
    background-image: url("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); }
    .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: 80px; }
  .client_archive > ul > li.pickup::before {
    content: "";
    position: absolute;
    width: 80%;
    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: -65px;
    right: 0;
    left: 0;
    pointer-events: none; }
.client_archive .client_card .top_heading {
  margin: 0 100px 10px 10px;
  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 13px;
  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("../../../kuma/assets/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: 123px;
    height: 119px;
    background: url("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 10px;
  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: 210px;
    margin: 0 auto 15px;
    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 10px 15px;
      padding: 20px 10px;
      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 10px;
      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: 70%;
      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 10px 10px;
      padding: 20px; }
      .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: 20px; }
    .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;
      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_txt {
      padding-left: 60px; }
    .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: 2px;
        bottom: 0;
        width: 83px;
        height: 79px;
        background: url("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 {
        padding-left: 60px;
        font-size: 20px;
        font-size: 2rem; }

@keyframes yellAnimation {
  0% {
    transform: rotateY(1turn); }
  30% {
    transform: rotateY(0deg); } }
.section04 .inner {
  padding: 20px 10px 45px;
  background: #fff; }
.section04 h2 {
  margin-bottom: 25px; }
.section04 .wrap {
  position: relative;
  overflow-x: scroll;
  margin-right: -10px; }
.section04 table tbody tr:first-child {
  position: relative;
  background: #fffff0; }
.section04 table {
  width: 1000px;
  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 td strong {
    color: #ff0180; }
    .section04 table tbody td strong .marker {
      display: inline;
      /* %でマーカーの縦開始位置を指定、色も同時に指定(上透明、下カラー) */
      background: linear-gradient(transparent 40%, #fff200 0%);
      /*paddingでマーカーのはみ出し具合を調整*/
      padding: 0 2px 2px; }
  .section04 table tbody a p {
    color: #10adf6;
    font-weight: 700;
    text-decoration: underline; }
  .section04 table tbody tr:nth-child(1) .cta_btn {
    background: #ff9b2d;
    -webkit-box-shadow: 0 4px 0 #c77924;
    -moz-box-shadow: 0 4px 0 #c77924;
    box-shadow: 0 4px 0 #c77924;
    animation: animationbtn3 2s infinite; }
  .section04 table tbody tr:nth-child(2) .cta_btn, .section04 table tbody tr:nth-child(3) .cta_btn, .section04 table tbody tr:nth-child(4) .cta_btn {
    background: #2ab794;
    -webkit-box-shadow: 0 4px 0 #209074;
    -moz-box-shadow: 0 4px 0 #209074;
    box-shadow: 0 4px 0 #209074;
    animation: animationbtn2 2s infinite; }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; } }
.section04 .cta_btn {
  width: 95%;
  margin: 0 auto;
  background: #2ab794;
  -webkit-box-shadow: 0 4px 0 #209074;
  -moz-box-shadow: 0 4px 0 #209074;
  box-shadow: 0 4px 0 #209074;
  animation: animationbtn2 2s infinite; }
  .section04 .cta_btn a {
    line-height: 1.3;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem; }

.cta_btn.grn {
  background: #2ab794;
  -webkit-box-shadow: 0 4px 0 #209074;
  -moz-box-shadow: 0 4px 0 #209074;
  box-shadow: 0 4px 0 #209074;
  animation: animationbtn2 2s infinite; }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #209074;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #209074;
    top: 0px; } }
.cta_btn.orange {
  background: #ff9b2d;
  -webkit-box-shadow: 0 4px 0 #c77924;
  -moz-box-shadow: 0 4px 0 #c77924;
  box-shadow: 0 4px 0 #c77924;
  animation: animationbtn3 2s infinite; }
@keyframes animationbtn3 {
  0% {
    box-shadow: 0 4px 0 #c77924;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c77924;
    top: 6px; }
  20% {
    box-shadow: 0 4px 0 #c77924;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c77924;
    top: 6px; }
  40% {
    box-shadow: 0 4px 0 #c77924;
    top: 0px; } }
.scroll_ico {
  width: 110px;
  background: rgba(87, 87, 87, 0.45);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  top: 100px; }
  .scroll_ico .scroll_txt {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3px; }
  .scroll_ico img {
    display: block;
    width: 50px;
    margin: auto; }

.is_onscreen.scroll_ico {
  animation: fadeout-anim 3s linear forwards;
  animation-delay: 1s; }

@keyframes fadeout-anim {
  100% {
    opacity: 0; } }
.section05 {
  padding: 85px 10px 40px; }
  .section05 .inner {
    padding: 0 20px;
    position: relative;
    padding: 50px 10px 20px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
  .section05 h2 {
    position: absolute;
    top: -40px;
    left: 10px;
    width: calc(100% - 20px); }
  .section05 h3 {
    width: 95%;
    margin: 0 auto 20px;
    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: 210px;
    margin: 0 auto 20px;
    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_txt {
      padding-left: 60px; }
    .section05 .cta .cta_btn {
      margin: 8px auto 0;
      background: #ff9b2d;
      -webkit-box-shadow: 0 4px 0 #c77924;
      -moz-box-shadow: 0 4px 0 #c77924;
      box-shadow: 0 4px 0 #c77924;
      animation: animationbtn3 2s infinite; }
      .section05 .cta .cta_btn::before {
        content: '';
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 83px;
        height: 79px;
        background: url("img/ico_btn_woman1.png") no-repeat left top/100% auto;
        animation: yellAnimation 3s ease infinite; }
      .section05 .cta .cta_btn a {
        padding-left: 60px;
        font-size: 20px;
        font-size: 2rem; }
  .section05 .campaign {
    padding: 30px 0; }
    .section05 .campaign .inner {
      padding: 50px 10px 20px; }
      .section05 .campaign .inner .campaign_ttl {
        width: 100%; }
    .section05 .campaign .txt {
      margin-top: 0; }

.fixed_cta {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(254, 255, 213, 0.9);
  padding: 10px; }
  .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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .fixed_cta .inner .img {
      position: relative;
      width: 40%; }
      .fixed_cta .inner .img img {
        width: 100%; }
    .fixed_cta .inner .btn {
      width: 58%; }
      .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: 10px 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;
        background: #ff9b2d;
        -webkit-box-shadow: 0 4px 0 #c77924;
        -moz-box-shadow: 0 4px 0 #c77924;
        box-shadow: 0 4px 0 #c77924;
        animation: animationbtn3 2s infinite; }
        .fixed_cta .inner .item .cta_btn a {
          padding: 15px; }
  .fixed_cta .timer {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 15px 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 {
      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: 95% !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;
    width: 80vw;
    margin: 0 auto;
    height: 100%;
    padding-top: 40px; }
    .exitProtection .wrap .image {
      background: #fefaec;
      height: 355px; }
      .exitProtection .wrap .image a {
        text-decoration: none; }
      .exitProtection .wrap .image .campaign_ttl {
        padding: 10px;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #ea6095; }
      .exitProtection .wrap .image .client_name {
        padding: 5px;
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        font-size: 3rem;
        color: #ea6095; }
      .exitProtection .wrap .image .overview {
        display: flex;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px; }
        .exitProtection .wrap .image .overview .client_image {
          margin: auto;
          width: 110px; }
        .exitProtection .wrap .image .overview .table {
          margin-left: 10px;
          background: #fff;
          position: relative;
          border: 1px solid #67a4d9;
          overflow: hidden;
          flex: 1; }
          .exitProtection .wrap .image .overview .table .ttl {
            padding: 5px;
            background-color: #67a4d9;
            color: #fff;
            text-align: center;
            font-weight: bold; }
          .exitProtection .wrap .image .overview .table .txt {
            padding: 5px;
            font-weight: bold;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center; }
            .exitProtection .wrap .image .overview .table .txt .regular {
              text-decoration: underline;
              text-underline-offset: 8px;
              text-decoration-style: dotted; }
            .exitProtection .wrap .image .overview .table .txt .special {
              color: #ea6095; }
              .exitProtection .wrap .image .overview .table .txt .special strong {
                font-size: 28px; }
      .exitProtection .wrap .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 .wrap .image .timer .heading {
          margin-bottom: 5px;
          color: #fd94bc; }
        .exitProtection .wrap .image .timer .txt {
          padding: 5px;
          background: #fff; }
  .exitProtection div.exitProtection_bg {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    max-width: 100%;
    z-index: 109;
    padding-top: 40px; }
  .exitProtection div a {
    max-width: 100%;
    display: block;
    outline: none; }
  .exitProtection .cta_btn {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    z-index: 110;
    margin: 0 auto; }
    .exitProtection .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
  .exitProtection .exitProtection_banner {
    position: absolute;
    z-index: 110;
    justify-content: center;
    left: 0;
    right: 0;
    width: 64.1%;
    margin: 0 auto;
    bottom: 125px; }
  .exitProtection .modal_close {
    color: #fff !important;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
  .exitProtection .close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    background: #8d8d8d;
    z-index: 110;
    right: 0; }

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

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

.footer {
  background-color: #ddd;
  color: #555;
  padding: 20px  0 0;
  background: #fd94bc; }
  .footer .foot_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px 6px; }
  .footer .foot_bottom {
    margin-top: 15px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    background-color: #ea6095;
    color: #fff;
    padding: 10px; }
  .footer a {
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em; }

.campaign {
  background: #fff;
  padding: 30px 0 15px; }
  .campaign .inner {
    position: relative;
    padding: 30px 20px 15px;
    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: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      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 10px 2px;
      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 {
      -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;
      width: 100%; }
      .campaign .inner .overview .client_image {
        width: 38%;
        margin-right: 2%; }
      .campaign .inner .overview .table {
        width: 60%;
        background: #fff;
        position: relative;
        border: 1px solid #67a4d9;
        overflow: hidden; }
        .campaign .inner .overview .table .ttl {
          padding: 5px;
          background-color: #67a4d9;
          color: #fff;
          text-align: center;
          font-weight: bold; }
        .campaign .inner .overview .table .txt {
          padding: 5px;
          font-weight: bold;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: 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 .overview .table .txt .special small {
              color: #333; }
    .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 {
        padding: 12px 5px;
        font-size: 20px;
        font-size: 2rem; }
      .campaign .inner .cta .sponcer {
        margin-top: 8px;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem; }
