@charset "UTF-8";

html, body, input, option, select, textarea {
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 2;
}
/* PC */
@media only screen and (min-width: 769px){}
/* other */
@media only screen and (max-width: 1540px) and (max-height: 740px) {
  html, body, input, option, select, textarea {
    font-size: 13px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  html, body, input, option, select, textarea {
    font-size: 3.5vw;
  }
}

/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
.overtop_attent {
  display: none;
}
.container {
  max-width: 1240px;
}
/* PC */
@media only screen and (min-width: 769px){}
/* other */
@media only screen and (max-width: 1540px) and (max-height: 740px) {
  .container {
    max-width: 980px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Section
---------------------------------------------*/
.main {
  overflow: hidden;
}
.section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section-title small {
  display: block;
  font-size: 0.65em;
  font-weight: 700;
}
/* SP */
@media only screen and (max-width: 768px){
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-title {
    font-size: 2rem;
  }
}

/* Text
---------------------------------------------*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
}
.textcolor-red {
  color: #C70C18;
}
.textcolor-green {
  color: #A8B11C;
}
.textdeco-underline {
  text-decoration: underline;
}

/* Display
---------------------------------------------*/
.flex {
  display: flex;
}
.none {
  display: none;
}

/* Marker
---------------------------------------------*/
.marker-red {background:linear-gradient(transparent 60%, #C70C18 60%);}
.marker-yellow {background:linear-gradient(transparent 60%, #ffe000 60%);}
.marker-beige {background:linear-gradient(transparent 60%, #EEE0C3 60%);}

/* Other
---------------------------------------------*/

/* ------------------------------------------------------------------------------------------
 Layout
------------------------------------------------------------------------------------------ */
/* Header
---------------------------------------------*/
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  height: 80px;
}
.header-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.header-cta-tel {
  margin-right: 30px;
  text-align: right;
}
.header-cta-tel-icon {
  fill: #79af9b;
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.header-cta-tel-text {
  display: block;
  font-size: 0.7rem;
  color: #79af9b;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.header-cta-tel-num {
  line-height: 1;
  color: #79af9b;
  font-size: 2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: -0.015em;
  vertical-align: middle;
}
.header-cta-mail-icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* PC */
@media only screen and (min-width: 769px){
  .header-cta-tel {
    pointer-events: none;
  }
  .header-cta-mail {
    background-color: #79af9b;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 100px;
  }
/* アフィリエイト用ヘッダー */
  .header-cta.affiliate {
    align-items: flex-end;
  }
  .header-cta-tel-area.affiliate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-text {
    text-align: right;
    width: 100%;
    margin-right: 20px;
/*    font-size: 14px;*/
  }
  .header-cta-tel-area.affiliate .header-cta-tel {
    background-color: #79af9b;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 70px;
    pointer-events: auto;
    margin-right: 20px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon {
    fill: #ffffff;
    margin-right: 5px;
    top: -2px;
    width: 21px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon .st0 {
    fill: #ffffff;
  }
  /* ↓↓↓ 趣味なび用CSS ↓↓↓　*/
  .header-top.shuminavi .header-logo {
    width: 378px;
  }
  /* ↑↑↑ 趣味なび用CSS ↑↑↑　*/
}
/* SP */
@media only screen and (max-width: 768px){
  .header-top {
    height: auto;
  }
  .header-cta {
    padding-right: 0;
  }
  .header-cta-tel {
    font-size: 10px;
    font-weight: 600;
    color: #79af9b;
    display: block;
    width: 100px;
    text-align: center;
    margin-right: 0;
    border-left: 1px solid #e5e5e5;
    padding-top: 5px;
    order: 2;
  }
  .header-cta-tel-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
  .header-cta-mail {
    font-size: 10px;
    font-weight: 600;
    color: #79af9b;
    width: 100px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding-top: 5px;
    order: 1;
  }
  .header-cta-mail-icon {
    fill: #79af9b;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
  /* ↓↓↓ 趣味なび用CSS ↓↓↓　*/
  .header-top.shuminavi {
    height: 55px;
    justify-content: center;
  }
  .header-top.shuminavi .header-logo {
    width: 272px;
    left: 0;
  }
  .header-top.shuminavi .header-cta {
    display: none;
  }
  /* ↑↑↑ 趣味なび用CSS ↑↑↑　*/
}

/* MV
---------------------------------------------*/
/*
.mv {
  background-color: #f9f9f6;
}
.mv-item {
  background-image: url(../img/mv_pc.png);
  background-image: image-set(url(../img/mv_pc.webp) type("image/webp"), url(../img/mv_pc.png) type("image/png"));
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: calc(500 / 1200 * 100%);
  width: 100%;
}
*/
.mv {
  background-color: #f9f9f6;
}
.mv.mv_pt2 {
  background-color: #FFF9E5;
}
.headerContents {}

.headerContents .container {
  max-width: 1280px;
/*  height: 100%;*/
  padding-left: 0;
  padding-right: 0;
}
.headerContents .container img {
  width: 1240px;
  margin: auto;
}

/* SP */
@media only screen and (max-width: 768px){
/*
  .mv {}
  .mv .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mv-item {
    background-image: url(../img/mv_sp.png);
    background-image: image-set(url(../img/mv_sp.webp) type("image/webp"), url(../img/mv_sp.png) type("image/png"));
    padding-top: calc(700 / 750 * 100%);
  }
*/
  .mv {}
  .headerContents {}
  .headerContents .container {
    padding: 0;
  }
}

/* Important
---------------------------------------------*/
.important {
  background-color: #ffebeb;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.important-item {
}
.important-item-title {
  background-color: #dc3838;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.5rem;
  border-radius: 3px;
}
.important-item-data {
  display: inline-block;
  font-size: 0.8rem;
}
.important-item-data a {
  color: #dc3838;
}

/* Campaign
---------------------------------------------*/
.campaign {
  padding-top: 20px;
  padding-bottom: 20px;
}
.campaign-list {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign-list-item {
  width: 32%;
}
.campaign-item-text {
  margin-top: 10px;
}
.campaign-item-text:before {
  content: "";
  background-image: url(../img/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.campaign-list-item_offer {order:2;}
.campaign-list-item_covid19 {order:1;}
.campaign-list-item_cm {order:3;}
.campaign .slick-dots {
  bottom: -35px;
}
.campaign-modal-box {
  color: #333;
}
.modaal-inner-wrapper {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.modaal-content-container {
  padding: 0px !important;
}
/* SP */
@media only screen and (max-width: 768px){
  .campaign {
    padding-bottom: 140px!important;
  }
  .campaign .container {
    padding-left: 0;
    padding-right: 0;
  }
  .campaign-list-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .campaign-list-item_offer {order:1;}
  .campaign-list-item_covid19 {order:2;}
  .campaign-list-item_cm {order:3;}
}
/* gopla-soaring
---------------------------------------------*/
.gopla-soaring .container {
  max-width: 800px!important;
}
/* SP */
@media only screen and (max-width: 768px){}
/* Result
---------------------------------------------*/
.result {
  overflow: hidden;
}
.result-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.result-list-item {
  width: 20%;
  background-color: #f2f3ee;
  opacity: 0.5;
  transform: scale(0.9);
  transition: all .35s ease-in-out;
  border-radius: 10px;
}
.result-list-item.slick-current {
  transform: scale(1);
  opacity: 1;
}
.result-item-image {}
.result-item-image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.result-item-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
}
.result-item-price {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.result-item-price:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 25px);
  top: 0;
}
.result-price-title {}
.result-price-data {
  font-weight: 600;
  color: brown;
  line-height: 1.7;
}
.result-price-data .num {
  font-size: 1.8rem;
  font-family: 'Oswald', sans-serif;
}
.result .slick-dots {
  bottom: -50px;
}
.result .attention {
  font-size: 0.9rem;
  margin: auto;
  margin-top: 70px;
  padding: 0;
}
.result .attention p {
  font-size: 0.9rem;
  font-weight: normal;
}
/* PC */
@media only screen and (min-width: 769px){}
/* SP */
@media only screen and (max-width: 768px){
  .result-list-item.slick-current .result-item-title {
    font-size: 0.8rem;
  }
  .result .attention {
    padding: 0 20px;
  }
  .result .attention p {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* System
---------------------------------------------*/
.system-selector {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.system-selector-item {
  opacity: 0.6;
  width: calc(100% / 3);
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.system-selector-item.active {
  opacity: 1;
  pointer-events: none;
}
.system-selector-item-sub {
  display: inline-block;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 5px;
  border-radius: 5px;
  color: #DF3A37;
  vertical-align: middle;
  margin-right: 10px;
}
.system-selector-item-sub:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.system-selector-item-main {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  vertical-align: middle;
}
.system-selector-item-main:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #4d4d4d transparent transparent transparent;
  top: calc(50% - 5px);
  right: -25px;
}
.system-selector-item-desc {
  display: none;
  margin-top: 10px;
}
.system-selector-item.active .system-selector-item-desc {
  display: block;
}
.system-selector-item--visit,.system-body-box--visit {
  background-color: #f2f3ee;
}
.system-selector-item--store,.system-body-box--store {
  background-color: #FFF7EA;
}
.system-selector-item--delivery,.system-body-box--delivery {
  background-color: #E7F0EE;
}
.system-body-box {
  padding: 50px;
  border-radius: 0 0 10px 10px;
}
/* PC */
@media only screen and (min-width: 769px){
  .system-selector-item-sub:after {
    right: -10px;
    top: calc(50% - 5px);
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system-selector {
    margin-top: 50px;
  }
  .system-selector-item {
    padding: 5px 0;
    text-align: left;
  }
  .system-selector-item-sub {
    background-color: #FFEBEB;
    font-weight: 600;
    position: absolute;
    top: -45px;
    left: 5%;
    width: 90%;
    font-size: 0.7rem;
    text-align: center;
    white-space: nowrap;
    margin-right: 0;
  }
  .system-selector-item-sub:after {
    border-color: transparent transparent transparent #FFEBEB;
    transform: rotate(90deg);
    bottom: -10px;
    left: calc(50% - 5px);
  }
  .system-selector-item-main {
    font-size: 1.3rem;
    padding-left: 10px;
  }
  .system-selector-item-main:after {
    border-width: 6px 5px 0 5px;
    top: calc(50% - 3px);
  }
  .system-selector-item.active .system-selector-item-desc {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .system-body-box {
    padding: 20px;
  }
}

/* System Visit
---------------------------------------------*/
.system-body-box--visit {}
.system-visit-about {
  background-color: #fff;
  border-radius: 10px;
}
.system-visit-about-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.system-visit-about-desc {}
/* PC */
@media only screen and (min-width: 769px){
  .system-visit-about {
    background-image: url(../img/icon-visit.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 100px;
    padding: 30px 30px 30px 160px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system-visit-about {
    padding: 20px;
  }
  .system-visit-about-title {
    background-image: url(../img/icon-visit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
    padding-left: 25%;
  }
  .system-visit-about-desc {
    margin-top: 10px;
  }
}

/* System Store
---------------------------------------------*/

/* System Delivery
---------------------------------------------*/
.system-delivery-about {
  background-color: #fff;
  border-radius: 10px;
}
.system-delivery-about-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.system-delivery-about-desc {}
.delivery-disabled {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}
.delivery-disabled-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.delivery-disabled-title:before {
  content: "";
  display: inline-block;
  background-image: url(../img/sec6-caution-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.delivery-disabled-subtitle {
  text-align: center;
  color: #79af9b;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 10px;
}
.delivery-disabled-text {
  text-align: center;
  margin-top: 10px;
}
.delivery-disabled-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.delivery-disabled-list-item {}
.delivery-disabled-item-name {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
/* PC */
@media only screen and (min-width: 769px){
  .system-delivery-about {
    background-image: url(../img/icon-delivery.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 100px;
    padding: 30px 30px 30px 160px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system-delivery-about {
    padding: 20px;
  }
  .system-delivery-about-title {
    background-image: url(../img/icon-delivery.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
    padding-left: 25%;
  }
  .system-delivery-about-desc {
    margin-top: 10px;
  }
  .delivery-disabled {
    padding: 10px;
  }
  .delivery-disabled-text {
    text-align: left;
  }
  .delivery-disabled-list-item {
    width: 33.3%;
  }
}

/* System Flow
---------------------------------------------*/
.flow-title {
  margin-top: 50px;
}
.flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: transparent;
  margin-top: 30px;
}
.flow-list-item {
  width: 23%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.flow-list-item:before {
  font-family: 'Oswald', sans-serif;
  color: #79af9b;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
  left: 0;
  line-height: 1;
}
.flow-list-item:nth-of-type(1):before {content: "01";}
.flow-list-item:nth-of-type(2):before {content: "02";}
.flow-list-item:nth-of-type(3):before {content: "03";}
.flow-list-item:nth-of-type(4):before {content: "04";}
.flow-item-image {}
.flow-item-image img {
  margin-left: auto;
  margin-right: auto;
}
.flow-item-title {
  text-align: center;
  color: #79af9b;
  font-weight: 600;
  font-size: 1.2rem;
}
.system-body-box .attention {
  font-size: 0.9rem;
  margin-top: 30px;
}
.system-body-box .attention p {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
/* SP */
@media only screen and (max-width: 768px){
  .flow-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-top: 3%;
  }
  .flow-list-item:first-child {
    margin-top: 0;
  }
  .flow-list-item:before {
    text-align: left;
    padding-left: 35%;
    top: 20%;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    width: auto;
  }
  .flow-item-image {
    width: 25%;
  }
  .flow-item-title {
    font-size: 16px;
    padding-top: 7.5%;
    margin-left: calc(15% - 20px);
  }
}

/* Problem
---------------------------------------------*/
.problem {
  background-color: #E8F1EE;
}
.problem-list {
  max-width: 950px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
.problem-list-item {
  margin-top: 20px;
}
.problem-item-title {
  padding-left: 120px;
}
.problem-item-title:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.problem-list-item:nth-of-type(1) .problem-item-title:before {background-image: url(../img/icon-female-8_c.svg);}
.problem-list-item:nth-of-type(2) .problem-item-title:before {background-image: url(../img/icon-female-4_c.svg);}
.problem-list-item:nth-of-type(3) .problem-item-title:before {background-image: url(../img/icon-female-1_c.svg);}
.problem-item-title .inner {
  background-color: #E8F1EE;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  margin-left: 30px;
  font-size: 1.2rem;
  max-width: 70%;
}
.problem-item-title .inner:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 40px;
  border-color: transparent transparent #E8F1EE transparent;
}
.problem-item-data {
  padding-right: 120px;
  margin-top: 20px;
  text-align: right;
}
.problem-item-data:before {
  content: "";
  display: block;
  background-image: url(../img/icon-staff-anser.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.problem-item-data .inner {
  background-color: #f2f3ee;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 1.2rem;
  text-align: left;
  max-width: 70%;
}
.problem-item-data .inner:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 40px;
  border-color: transparent transparent transparent #f2f3ee;
}
.problem {
  .attention {
    max-width: 950px;
    margin-inline: auto;
    margin-top: 30px;
    p {
      font-size: clamp( 1px, calc(100vw * 13 / var(--lpw)), 13px );
      font-weight: 400;
      line-height: 1.5;
      padding-left: 1em;
      text-indent: -1em;
    }
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .problem-list {
    padding: 20px;
    border-radius: 10px;
  }
  .problem-item-title {
    padding-bottom: 50px;
    padding-left: 0;
  }
  .problem-item-title:before {
    width: 70px;
    height: 70px;
    z-index: 2;
  }
  .problem-item-title .inner {
    max-width: 100%;
  }
  .problem-item-title .inner:before {
    left: 30px;
    bottom: -20px;
    border-width: 0 0 15px 25px;
    transform: scale(1 , -1) rotate(90deg);
  }
  .problem-item-data {
    padding-bottom: 50px;
    padding-right: 0;
  }
  .problem-item-data:before {
    width: 70px;
    height: 70px;
    z-index: 2;
  }
  .problem-item-data .inner {
    max-width: 100%;
  }
  .problem-item-data .inner:before {
    right: 40px;
    bottom: -20px;
    border-width: 15px 0 0 25px;
    transform: scale(1 , -1) rotate(-90deg);
  }
  .problem {
    margin-top: 20px;
    .attention {
      p {
        font-size: 12px;
      }
    }
  }
}

/* Review
---------------------------------------------*/
.review {
  background-color: #fff;
}
.review-list {
  margin-top: 30px;
}
.review-list-item {
  width: 32%;
  background-color: #f2f3ee;
  font-size: 1.2rem;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.review-list-item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 20px 0 0;
  border-color: #f2f3ee transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: calc(50% + 45px);
}
.review-list-item:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 50px);
}
.review-item-author-1:after {background-image: url(../img/icon-female-1_b.svg);}
.review-item-author-2:after {background-image: url(../img/icon-female-5_a.svg);}
.review-item-author-3:after {background-image: url(../img/icon-female-2_b.svg);}
.review-item-author-4:after {background-image: url(../img/icon-female-6_a.svg);}
.review-item-author-5:after {background-image: url(../img/icon-female-3_b.svg);}
.review-item-author-6:after {background-image: url(../img/icon-female-7_b.svg);}
.review-item-author-7:after {background-image: url(../img/icon-female-6_a.svg);}
.review-item-author-8:after {background-image: url(../img/icon-female-4_b.svg);}
.review-item-author-9:after {background-image: url(../img/icon-female-3_a.svg);}
.review-item-title {
  font-weight: 600;
}
.review-item-data {}
.review-list .slick-track {
  display: flex !important;
  align-items: flex-end;
}
.review .slick-dots {
  bottom: -50px;
}
.review .attention {
  font-size: 0.9rem;
  margin-top: 70px;
}
@media only screen and (max-width: 768px){
  .review {
    padding-bottom: 135px;
  }
}
/* Achievement
---------------------------------------------*/
.achievement {}
.achievement-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-top: 30px;
}
.achievement-list-item {
  text-align: center;
  background-color: #f2f3ee;
  width: 32%;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 120px 0 40px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center top 35px;
}
.achievement-list-item sup {
  font-size: 0.5em;
}
.achievement-item-contract {background-image: url(../img/selected_icon01.svg);}
.achievement-item-media {background-image: url(../img/selected_icon02.svg);}
.achievement-item-repeat {background-image: url(../img/selected_icon03.svg);}
.achievement-item-listed {background-image: url(../img/selected_icon04.svg);}
.achievement-item-staff {background-image: url(../img/selected_icon05.svg);}
.achievement-item-kimono {background-image: url(../img/selected_icon06.svg);}
.achievement-list-item .strong {}
.achievement .attention {
  font-size: 0.9rem;
  margin-top: 30px;
}
/* PC */
@media only screen and (min-width: 769px){
  .achievement-list-item {
    margin-left: 2%;
  }
  .achievement-list-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .achievement-list-item:nth-of-type(n + 4) {
    margin-top: 2%;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .achievement {
    padding-bottom: 135px;
  }
  .achievement-list-item {
    width: 100%;
    margin-top: 2%;
    text-align: left;
    font-size: 1.3rem;
    padding: 20px 10px 20px 80px;
    background-position: left 10px center;
    background-size: 50px;
  }
  .achievement-list-item:first-child {
    margin-top: 0;
  }
}

/* Media
---------------------------------------------*/
.media {}
.media-desc {
  text-align: center;
  margin-top: 30px;
}
.media-list {
  display: flex;
  margin-top: 30px;
}
.media-list-item {}
.media-item-img {
  padding: 0 20px;
}

/* Item
---------------------------------------------*/
.item {
  background-color: #f2f3ee!important;
}
.item-desc {
  margin-top: 30px;
}
.item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.item-list-item {
  width: calc(100% / 7.5);
  border-radius: 50%;
}
/*
.item .item-list-item svg .cls-1,
.archives .item-list-item svg .cls-1 {
  fill: #fff;
}
*/
.item .item-list-item svg .cls-2,
.archives .item-list-item svg .cls-2 {
  fill: #79af9b!important;
/*  fill-rule: evenodd;*/
}
.item-name {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 10px;
}
.item .attention {
  margin-top: 50px;
  font-size: 0.9rem;
}
/* PC */
@media only screen and (min-width: 769px){
  .item-header .section-title {
    text-align: left;
  }
  .item-list-item:nth-of-type(n + 8) {
    margin-top: 30px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .item-header {
    width: 100%;
  }
  .item-body {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .item-desc {
    font-size: 1.2rem;
  }
  .item-list {
    justify-content: initial;
  }
  .item-list-item {
    width: 22%;
    margin-top: 10px;
    margin-left: 4%;
  }
  .item-list-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .item-list-item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .item .attention {
    font-size: 1.2rem;
  }
}

/* Contact Form
---------------------------------------------*/
.contactform {}
.contactform-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.contactform-item-title {
  width: 30%;
}
.contactform-item-title:before {
  content: "任意";
  color: rgb(255, 255, 255);
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1;
  background: linear-gradient(135deg, rgb(121, 155, 203) 0px, rgb(121, 155, 203) 50%, rgb(99, 124, 165) 50%, rgb(99, 124, 165) 100%);
  padding: 5px 10px;
  border-radius: 2px;
}
.contactform-item-title--require:before {
  content: "必須";
  background: linear-gradient(135deg, rgb(248, 86, 86) 0px, rgb(248, 86, 86) 50%, rgb(211, 74, 74) 50%, rgb(211, 74, 74) 100%);
}
.contactform-item-data {
  width: 70%;
}
.contactform-item-data--name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactform-input-text {
  width: 100%;
  height: 50px;
  background-color: #f2f3ee !important;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactform-input-text--name {
  width: 49%;
}
.contactform-input-text--remarks {
  padding: 10px;
  height: 150px;
}
.contactform, .contact_form-agree, .contact_form-button-box {
  margin-top: 30px;
}
.contact_form__button {
  background: none;
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  background-color: #79af9b;
  color: #fff;
  max-width: 500px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: none;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 0 #608C7C;
  padding: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form-privacy_policy {
  padding: 30px;
}

/* SP */
@media only screen and (max-width: 768px){
  .contactform-item {
    margin-top: 20px;
  }
  .contactform-item:first-child {
    margin-top: 0;
  }
  .contactform-item-title {
    width: 100%;
  }
  .contactform-item-data {
    width: 100%;
    margin-top: 10px;
  }
}

/* Other
---------------------------------------------*/
#chatplusview.closed #outline #eye_catcher {
  display: none!important;
}
.chatbot {
  background-image: url(../img/icon-chat.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: #79af9b;
  background-position: left 15px center;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 2;
  padding: 10px 20px 10px 60px;
  border-radius: 10px;
  box-shadow: 0 10px 0 #608c7c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.chatbot:active {
  box-shadow: 0 5px 0 #608c7c;
  bottom: 15px;
}
.stalking-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.stalking-navi-item {
  width: calc(100% / 3);
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  color: #79af9b;
  padding: 5px 0;
  border-left: 1px solid #e5e5e5;
}
.stalking-navi.dual-navi .stalking-navi-item {
  width: calc(100% / 2);
}
.stalking-navi.single-navi .stalking-navi-item {
  width: 100%;
}
.stalking-navi-item:first-child {
  border-left: 0;
}
.stalking-navi-item-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  fill: #79af9b;
}
.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

/* modal
---------------------------------------------*/
.modal-cta.cta:before {
  content: none;
}
.modal-cta .cta-title {
  color: #333;
}
.modal-cta .cta-title:before {
  top: auto;
}
.modal-cta .cta-title:after {
  right: auto;
  top: auto;
}
.modal-cta .cta-title:before, .modal-cta .cta-title:after {
  background-image: none;
  width: auto;
  height: auto;
}
.modal-cta .cta-web:before {
  content: none;
}
.modal-cta .cta-tel {
  margin-top: 0;
}
.modal-cta .cta-web {
  padding-top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .cta.modal-cta .container {
    padding-top: 0;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .cta.modal-cta .container {
    padding: 0 20px;
  }
  .modal-cta .cta-title small {
    color: #333;
  }
}
/* offer
---------------------------------------------*/
.offer {}
.offer-desc {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 30px;
  padding: 0 10px;
}
.offer-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}
.offer-target-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.offer-target-list-item {
  width: 15%;
}
.offer-target-item-image {
  border-radius: 50%;
  padding: 1.5%;
}
.offer-target-item-image--brand {
  padding: 17.5%;
}
.offer-target-item-name {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.offer-target-item-brand {
  padding: 3%;
}
.offer-summary {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.offer-summary-item {
    margin-top: 30px;
}
.offer-summary-item-title {
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
  background-color: #ff4a00;
}
.offer-summary-item-data {
  margin-top: 10px;
}
.offer-data-list {
  list-style-position: outside;
  margin-left: 20px;
}
ul.offer-data-list {list-style-type: disc;}
ol.offer-data-list {list-style-type: decimal;}
.offer-data-list-item {}
.offer .cta {
  margin-top: 50px;
}
.offer-close {
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding-bottom: 30px;
  background-color: #79af9b;
}
.offer-store-close {
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
  margin-top: 30px;
}
.offer .cta-offer {
  display: none;
}

/* color theme */
.offer-summary-item-title,
.offer-target-item-image,
.offer .cta,
.offer .offer-close {
  background-color: #00647b;
}
.offer-target-item-name,
.offer .cta-web-item,
/*.offer .cta-tel-link,*/
.offer .attention {
  color: #00647b;
}
.offer .cta-tel-icon,
.offer .cta-mail-icon {
  fill: #00647b;
}

/* SP */
@media only screen and (max-width: 768px){
  .offer {
    font-size: 1.2rem;
  }
  .offer-title {
    margin-top: 30px;
  }
  .offer-target-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer-target-list-item {
    margin-top: 20px;
    width: 30%;
  }
  .offer-target-list-item:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .offer-target-item-name {
    margin-top: 5px;
  }
  .offer .cta-title {
    font-size: 1.6rem;
  }
  .offer .cta-title small {
    font-size: 1.0rem;
  }
  .offer .cta-web-title {
    font-size: 1.2rem;
  }
  .offer .attention {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* color theme */
  .offer .cta-tel-link {
    color: #00647b;
  }

}

/* Area
---------------------------------------------*/
.area-section {
  margin-top: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.area-section-title {
  background-color: #A8B11C;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
.area-section-data {
  margin-top: 10px;
}
.modal-container {
  max-width: 750px;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
/* SP */
@media only screen and (max-width: 768px){
  .area {
    font-size: 1.2rem;
  }
}

/* Voice
---------------------------------------------*/
.voice-section {
  margin-top: 30px;
}
.voice-section-title {
  background-color: #B48246;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
.voice-section-data {
  margin-top: 10px;
}
.voice-rate {
  margin-top: 10px;
}
.voice .cta,
.voice .offer-close {
  background-color: #663813;
}
.voice .cta .cta-body {
  padding-left: 0;
}
.voice .cta .cta-body:before {
  content: none;
}
.voice .cta-tel-icon,
.voice .cta-mail-icon {
  fill: #663813;
}
.voice .cta-web-item,
.voice .cta-offer {
  color: #663813;
}

/* PC */
@media only screen and (min-width: 769px){}
/* SP */
@media only screen and (max-width: 768px){
  .voice {
    font-size: 1.2rem;
  }
  .voice .cta-title {
    font-size: 1.6rem;
  }
  .voice .cta-title small {
    font-size: 1.0rem;
  }
  .voice .cta-web-title {
    font-size: 1.2rem;
  }
  .voice .cta-tel-link {
    color: #663813;
  }
}

/* covid19
---------------------------------------------*/
.covid19 {
  padding: 50px;
}
.covid19-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
}
.covid19-date {
  font-size: 0.9rem;
}
.covid19-desc {
  margin-top: 30px;
}
.covid19-section {
  margin-top: 30px;
}
.covid19-section-title {
  font-size: 1.3rem;
}
.covid19-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.covid19-list-item {}
.covid19-close {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: underline;
}
/* SP */
@media only screen and (max-width: 768px){
  .covid19 {
    padding: 20px;
  }
  .covid19-title {
    font-size: 1.2rem;
  }
  .covid19-section-title {
    font-size: 1.1rem;
  }
  .covid19-desc {
    font-size: 1.0rem;
  }
  .covid19 p,
  .covid19 li {
      font-size: 1.0rem;
  }
}
/* attention_distrust
---------------------------------------------*/
.attention_distrust {
  padding: 50px 100px;
}
.attention_distrust-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cd1f1e;
  text-align: center;
}
.attention_distrust-date {
  font-size: 0.9rem;
}
.attention_distrust-desc {
  margin-top: 30px;
}
.attention_distrust-section {
  margin-top: 40px;
}
.attention_distrust-section-title {
  font-size: 1.3rem;
  border-bottom: 2px solid #333;
  font-weight: 600;
}
.attention_distrust-section p {
  margin-top: 20px;
}
.attention_distrust-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 20px;
  margin-left: 20px;
}
.attention_distrust-list-item {}
.attention_distrust-close {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: underline;
}
/* SP */
@media only screen and (max-width: 768px){
  .attention_distrust {
    padding: 30px 20px;
  }
  .attention_distrust-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .attention_distrust-section-title {
    font-size: 16px;
  }
  .attention_distrust-desc {
    font-size: 14px;
  }
  .attention_distrust p,
  .attention_distrust li {
    font-size: 14px;
  }
}

/* PrivacyPolicy
---------------------------------------------*/
.modaal-privacypolicy .cta-tel {
  text-align: center;
  margin-top: 10px;
}
.modaal-privacypolicy .cta-tel-link {
  font-size: 4.5rem;
  font-weight: 600;
  font-family: 'Oswald', ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  color: #b91b1b;
  line-height: 1;
}
.modaal-privacypolicy .cta-tel-link .pc {
  background-image: url(../../img/cta/cta_icon_tel_red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 45px;
  padding-left: 75px;
}
.modaal-privacypolicy .cta-tel-text {
  display: block;
  color: #78410b;
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 10px;
}
.modaal-privacypolicy .cta-02 {
  background-color: #E8F1EE;
}
.modaal-privacypolicy .cta-02 .modaal-privacypolicy .cta-tel-link {
  color: #79af9b;
}
.privacypolicy-section-text {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9rem;
}
.privacypolicy-section-text  a {
  font-size: 0.9rem;
  color: #0033cc;
  text-decoration-line: underline;
}
.privacypolicy-close {
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: underline;
}
/* PC */
@media only screen and (min-width: 769px){
  .modaal-privacypolicy {
    padding: 60px 0 50px;
  }
  .modaal-privacypolicy .cta-tel-link {
    pointer-events: none;
  }
  .modaal-privacypolicy .cta-02 .modaal-privacypolicy .cta-tel-icon {
    background-image: url(../img/icon-tel_mint_.svg);
  }
}
/* TABLET(CTA43のみ) */
@media only screen and (min-width: 769px) and (max-width: 900px){
  .modaal-privacypolicy .container {
    max-width: 769px;
  }
  .modaal-privacypolicy .cta-tel {
    margin-top: 30px;
  }
  .modaal-privacypolicy .cta-tel-link {
    font-size: 2.5rem;
  }
  .modaal-privacypolicy .cta-tel-link .pc {
    background-size: 30px;
    padding-left: 40px;
  }
  .modaal-privacypolicy .cta-tel-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #fff;
    top: -2px;
  }
  .modaal-privacypolicy .cta-tel-text {
    font-size: 13px;
  }
}
/* SP-TABLET(CTA、CTA43のみ) */
@media only screen and (min-width: 420px) and (max-width: 768px){
  .modaal-privacypolicy {
    padding: 40px 0 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modaal-privacypolicy .container {
    max-width: 400px;
  }
  .modaal-privacypolicy .cta-tel-link {
    display: block;
    text-align: center;
    background-color: #c90008;
    color: #fff;
    font-weight: 600;
    padding: 22px 0 16px;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 0 5px 0 rgba(158,0,0,1);
    margin-top: 30px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  .modaal-privacypolicy .cta-tel-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #fff;
    top: -2px;
  }
  .modaal-privacypolicy .cta-tel-text {
    font-size: 13px;
  }
  .modaal-privacypolicy .cta-02 .modaal-privacypolicy .cta-tel:before {
    content: "";
    background-image: url(../img/sp_cta_model.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: calc(260 / 231 * 40%);
    width: 40%;
    height: auto;
    position: absolute;
    bottom: 70px;
    right: 0;
  }
}
/* SP */
@media only screen and (max-width: 419px){
  .modaal-privacypolicy {
    padding: 40px 0 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modaal-privacypolicy .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modaal-privacypolicy .cta-tel-link {
    display: block;
    text-align: center;
    background-color: #c90008;
    color: #fff;
    font-weight: 600;
    padding: 22px 0 16px;
    font-size: 19px;
    border-radius: 8px;
    box-shadow: 0 5px 0 rgba(158,0,0,1);
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  .modaal-privacypolicy .cta-tel-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #fff;
    top: -2px;
  }
  .modaal-privacypolicy .cta-tel-text {
    font-size: 12.6px;
  }
}

/*緊急電話番号変更対応 @20210506
---------------------------------------------*/
/*
.header {
  margin-top: 49px;
}
@media screen and (max-width:768px) {
    .header {
       margin-top: 66px;
    }
}*/
