@charset "UTF-8";

html, body, input, option, select, textarea {
  font-family: 'Be Vietnam Pro',ヒラギノ角ゴ 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;
  color: #333;
}
/* 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: 900px;
  padding-left: 0;
  padding-right: 0;
}
/* 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: 20px;
    padding-right: 20px;
  }
}

/* Section
---------------------------------------------*/
.main {
  overflow: hidden;
}
.section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.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: 15px;
    padding-bottom: 15px;
  }
  .section-title {
    font-size: 2rem;
  }
}

/* Text
---------------------------------------------*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.textcolor-red {
  color: #E04631;
}
.textcolor-green {
  color: #A8B11C;
}
.textdeco-underline {
  text-decoration: underline;
}
.textcolor-orange {
  color: #C4930F;
}
.textcolor-gray {
  color: #059881;
}
.textcolor-yellow {
  color: #F5FF79;
}

/* 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: 20px;
  text-align: right;
}
.header-cta-tel-icon {
  display: inline-block;
  width: calc(100vw * 25 / var(--lpw));
  vertical-align: middle;
}
.header-cta-tel-text {
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}
.header-cta-tel-num {
  line-height: 1;
  color: #FA7300;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  vertical-align: middle;
  font-family: 'Montserrat','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}
.header-cta-mail-icon {
  fill: #fff;
  width: calc(100vw * 23 / var(--lpw));
  height: calc(100vw * 23 / var(--lpw));
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-cta-arrow-icon {
  width: calc(100vw * 20 / var(--lpw));
  height: calc(100vw * 20 / var(--lpw));
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(100vw * 5 / var(--lpw));
  top: -2px;
}
/* PC */
@media only screen and (min-width: 769px){
  .header-cta-tel-text {
    color: #3C2509;
  }
  .header-cta-tel {
    pointer-events: none;
  }
  .header-cta-mail {
    background-color: #E04631;
    width: 232px;
    text-align: center;
    color: #fff;
    padding: 15px 5px 12px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 1px #982E1F;
  }
  .header-cta-mail-icon {
    top: -2px;
  }
  .header-cta-tel .header-cta-arrow-icon {
    transform: rotate(-90deg);
  }
/* アフィリエイト用ヘッダー */
  .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: #2E9F21;
    width: 220px;
    text-align: center;
    color: #fff;
    padding: 6px 0 4px;
    border-radius: 8px;
    box-shadow: 0 4px 1px #206A17;
    pointer-events: auto;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon {
    margin-right: 5px;
    top: -2px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon .st0 {
    fill: #ffffff;
  }
  .header-cta.affiliate .header-cta-mail {
    width: 232px;
    padding: 6px 5px 4px 10px;
  }
}
@media only screen and (min-width: 1281px){
  .header-cta-tel-icon {
    width: 25px;
  }
  .header-cta-mail-icon {
    width: 23px;
    height: 23px;
    margin-right: 5px;
  }
  .header-cta-arrow-icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}
/* 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: #3C2509;
    display: block;
    width: 100px;
    text-align: center;
    margin-right: 0;
    padding: 10px 0 5px;
    border-left: 1px solid #e5e5e5;
    order: 1;
  }
  .header-cta-tel .sp {
    font-size: 13px;
  }
  .header-cta-tel-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    fill: #0070F4;
  }
  .header-cta-tel-icon .st0 {
    fill: #2E9F21;
  }
  .header-cta-mail {
    font-size: 13px;
    font-weight: 600;
    color: #3C2509;
    width: 120px;
    text-align: center;
    padding: 10px 0 5px;
    border-left: 1px solid #e5e5e5;
    order: 2;
  }
  .header-cta-mail-icon {
    fill: #E04631;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
}

/* MV
---------------------------------------------*/
.mv {
  background-color: #FAFAF2;
  border-bottom: 10px solid #DB4826;
}
.mv.female {
  background-color: #ffe8ef;
}
.mv.male {
  background-color: #d9eefc;
}
.mv .container {
  max-width: 1200px;
}
.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%;
}
.female .mv-item {background-image: url(../img/mv_female_pc.png);}
.female .mv-item {background-image: image-set(url(../img/mv_female_pc.webp) type("image/webp"), url(../img/mv_female_pc.png) type("image/png"));}
.male .mv-item {background-image: url(../img/mv_male_pc.png);}
.male .mv-item {background-image: image-set(url(../img/mv_male_pc.webp) type("image/webp"), url(../img/mv_male_pc.png) type("image/png"));}
/* SP */
@media only screen and (max-width: 768px){
  .mv {
    border-bottom: 4px solid #DB4826;
  }
  .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%);
  }
  .female .mv-item {background-image: url(../img/mv_female_sp.png);}
  .female .mv-item {background-image: image-set(url(../img/mv_female_sp.webp) type("image/webp"), url(../img/mv_female_sp.png) type("image/png"));}
  .male .mv-item {background-image: url(../img/mv_male_sp.png);}
  .male .mv-item {background-image: image-set(url(../img/mv_male_sp.webp) type("image/webp"), url(../img/mv_male_sp.png) type("image/png"));}
  }

/* gopla-soaring
---------------------------------------------*/
.gopla-soaring.section {
  background-color: #F5F5EF;
  padding-top: 25px!important;
  padding-bottom: 25px!important;
}
/* SP */
@media only screen and (max-width: 768px){
  .gopla-soaring.section {
      padding-top: 15px!important;
      padding-bottom: 15px!important;
    }
}
/* Offer
---------------------------------------------*/
.offer.section img {
  max-width: 900px!important;
}

/* SP */
@media only screen and (max-width: 768px){
}
/* Worries
---------------------------------------------*/
.worries {
  background-color: #F5F5EF;
  padding-bottom: 75px;
}
.worries .section-title img {
  margin: auto;
}
.worries-image,
.worries-text {
  margin: auto;
  margin-top: 30px;
}
.worries-image img {
  width: 100%;
}
.worries-text img {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.worries-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 54px);
  width: 108px;
  height: 45px;
  background-image: url(../img/arrow.png);
  background-size: cover;
}

/* SP */
@media only screen and (max-width: 768px){
}

/* Reason
---------------------------------------------*/
.reason {
  background-color: #F5F5EF;
  padding-top: 30px;
  padding-bottom: 75px;
}
.reason .section-title img {
  margin: auto;
}
.reason-list {
  margin-top: 60px;
}
.reason-list-item {
  background-color: #fff;
  border: 2px solid #E74E2B;
  border-radius: 10px;
}
.reason-list-item-title {
  max-width: 294px;
  position: absolute;
  top: -33px;
  left: calc(50% - 147px);
}
.reason-list-item-desc {
  font-weight: normal;
  font-size: clamp(14px, 2vw, 16px);
}
.reason-list-item-img {
  margin: auto;
  margin-top: 20px;
}
.reason-text {
  margin: auto;
  margin-top: 30px;
}
.reason-text p {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.reason-text p small.text-underline {
  font-size: 25px;
  background: linear-gradient(transparent 60%, #FFF84D 60%);
}
.reason-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 54px);
  width: 108px;
  height: 45px;
  background-image: url(../img/arrow.png);
  background-size: cover;
}

/* PC */
@media only screen and (min-width: 769px){
  .reason-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 60px;
  }
  .reason-list-item {
    max-width: 440px;
    padding: 55px 35px 30px;
    padding-left: clamp(20px, 3vw, 35px);
    padding-right: clamp(20px, 3vw, 35px);
  }
  img.reason-list-item-img {
    width: 100%;
    max-width: clamp(350px, 22vw, 370px);
  }
  .reason-text {
    margin: auto;
    margin-top: 30px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .reason-img {
    margin-top: 20px;
    max-width: 400px;
  }
  .reason-list {
  }
  .reason-list-item {
    width: 100%;
    max-width: 400px;
    padding: 30px 20px;
    margin: auto;
  }
  .reason-list li:nth-of-type(n+2) {
    margin-top: 43px;
  }
  .reason-list-item img {
    width: 100%;
    max-width: clamp(350px, 22vw, 370px);
  }
  .reason-list-item:before {
    top: -1px;
    left: -1px;
    font-size: 26px;
    line-height: 26px;
    width: 35px;
    height: 28px;
    padding: 12px 9px 12px 8px;
  }
  .reason-list-item:nth-of-type(1):before {
    width: 28px;
    height: 25px;
    padding: 13px 13px 14px 11px;
  }
  .reason-list-item-title {
    max-width: 246px;
    top: -28px;
    left: calc(50% - 123px);
  }
  .reason-list-item-desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .reason-list-item-img {
    margin-top: 20px;
  }
  .reason-text {
    max-width: 450px;
    margin-top: 15px;
  }
  .reason-text p {
    font-size: 18px;
    line-height: 1.7;
  }
  .reason-text p small.text-underline {
    font-size: 18px;
    background: linear-gradient(transparent 0%, #FFF84D 0%);
  }
  body.Android .reason-text p {
    font-size: clamp(13px, 1vw, 14px);
  }
  body.Android .reason-text p small.text-underline {
    font-size: clamp(13px, 1vw, 14px);
  }
  .reason-text:after {
    bottom: -51px;
    left: calc(50% - 43px);
    width: 86px;
    height: 36px;
  }
}

/* Result
---------------------------------------------*/
.result {
  background-color: #F5F5EF;
  padding-bottom: 65px;
}
.result .section-title img {
  margin: auto;
}
/* SP */
@media only screen and (max-width: 768px){
}

/* Type
---------------------------------------------*/
.type {
  background-color: #F5F5EF;
  padding-top: 50px;
}
.type .section-title img {
  margin: auto;
}
.type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 95px;
}
.type-list-item {
  width: calc((100% - 80px) / 5);
  background-color: #E8E3D3;
  border-radius: 5px;
  padding: 75px 0 20px;
}
.type-list .type-list-item:nth-of-type(n+6) {
  margin-top: 55px;
}
.type-item-img {
  margin: auto;
  position: absolute;
  top: -64px;
  left: calc(50% - 64px);
}
.type-item-img,
.type-item-img img {
  max-width: 128px;
  width: 100%;
}
.type-item-name {
  text-align: center;
  font-weight: 600;
}
/* SP */
@media only screen and (max-width: 768px){
  .type {
    padding-top: 30px;
  }
  .type-list {
    gap: 10px;
    margin-top: 65px;
  }
  .type-list-item {
    width: calc((100% - 20px) / 3);
    padding: 50px 0 20px;
  }
  .type-list .type-list-item:nth-of-type(n+4) {
    margin-top: 55px;
  }
  .type-item-img {
    top: -47px;
    left: calc(50% - 47px);
  }
  .type-item-img,
  .type-item-img img {
    max-width: 94px;
  }
  .type-item-name {
    font-size: 16px;
  }
}
/* Junk
---------------------------------------------*/
.junk {
  background-color: #F5F5EF;
  padding-bottom: 0;
}
.junk-wrap {
  background-color: #fff;
  padding: 50px 75px;
  border-radius: 10px;
}
.junk .section-title img {
  margin: auto;
}
.junk-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  gap: 30px;
}
.junk-list-item {
  width: calc((100% - 60px) / 3);
}
.junk-item-image img {
  border-radius: 5px;
  display: block;
  margin: auto;
}
.junk-item-desc {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: #333333;
}
.junk-text {
  margin-top: 50px;
}
.junk-text img {
  margin: auto;
}
/* PC */
@media only screen and (min-width: 769px){
  .junk-list-item {
    max-width: 200px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .junk .container {
    padding-left: 0;
    padding-right: 0;
  }
  .junk-wrap {
    padding: 30px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .junk-list {
    margin-top: 15px;
    gap: 20px;
  }
  .junk-list-item {
    width: calc((100% - 20px) / 2);
  }
  .junk-item-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .junk-text {
    margin-top: 30px;
  }
}
/* System
---------------------------------------------*/
.system {
  background-color: #F5F5EF;
}
.system .section-title img {
  margin: auto;
}
.system .container {
  max-width: 1200px;
}
.system-selector {}
.system-selector-item {
  text-align: center;
  padding: 20px 0 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.system-selector-item.active {
  pointer-events: none;
  background-color: #A87704;
}
.system-selector-item.active::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #A87704;
  display: block;
  content: "";
  z-index: 1;
}
.system-selector-item-sub {}
.system-selector-item-main {
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.2;
}
.system-selector-item-main svg {
  vertical-align: middle;
}
.system-selector-item-main svg .cls-1{
  fill: none;
}
.system-body-box--visit,
.system-body-box--store,
.system-body-box--delivery {
  background-color: #EFEDE5;
}

.system-selector-item-desc {
  display: none;
  margin-top: 10px;
}
.system-selector-item.active .system-selector-item-desc {
  display: block;
}
.system-body-box {
  padding: 50px;
  border-radius: 0 0 10px 10px;
}
/* PC */
@media only screen and (min-width: 769px){
  .system .section-title small {
    font-size: 1.6rem;
  }
  .system .section-title small.textcolor {
    display: inline-block;
    font-size: 2.2rem;
  }
  .system-selector {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
  }
  .system-selector-item {
    width: calc(100% / 3 - 11px);
  }
  .system-selector-item-sub {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0 90px;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 600;
  }
  .system-selector-item.active .system-selector-item-main {
    color: #fff;
  }
  .system-selector-item-main svg {
    width: 48.5px;
    height: 41.7px;
    top: -3px;
  }
  .system-selector-item-main svg .cls-2{
    fill: #333333;
    fill-rule: evenodd;
  }
  .system-selector-item.active .system-selector-item-main svg .cls-2 {
    fill: #fff;
  }
  .system-selector-item--visit,
  .system-selector-item--store,
  .system-selector-item--delivery {
    background-color: #E8E3D3;
  }
  .system-body {
    border-top: 3px solid #A87704;
  }
  .system-body-box--store,
  .system-body-box--delivery {
    display: none;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .system .section-title small {
    font-size: 1.3rem;
  }
  .system .section-title small.textcolor {
    display: inline-block;
    font-size: 1.6rem;
  }
  .system-selector {
    margin-top: 50px;
  }
  .system-selector-item {
    width: 100%;
    padding: 15px;
    text-align: left;
    border-radius: 5px;
/*    border-bottom: 2px solid #DFE9F0;*/
  }
  .system-selector-item.active::before {
    content: none;
  }
  .system-selector-item.accordion-trigger--active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .system-selector-item-sub {
    color: #fff;
    font-size: 16px;
  }
  .system-selector-item-main {
    font-size: 25px;
    color: #fff;
  }
  .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;
    margin-top: 0;
  }
  .system-selector-item-main svg {
    width: 28px;
    height: 24px;
    top: -3px;
  }
  .system-selector-item-main svg .cls-2{
    fill: #fff;
    fill-rule: evenodd;
  }
  .system-selector-item.accordion-trigger:after {
    content: "";
    background-image: url(../../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
  .system-selector-item.accordion-trigger--active:after {
    background-image: url(../../img/arrow_white.svg);
    transform: rotateZ(180deg);
  }
  .system-body {
    margin-top: 30px;
  }
  .system-selector-item--visit,
  .system-selector-item--store,
  .system-selector-item--delivery {
    background-color: #A87704;
  }
  .system-selector-item--store,
  .system-selector-item--delivery {
    margin-top: 15px;
  }
  .system-body-box--visit,
  .system-body-box--store,
  .system-body-box--delivery {
    display: none;
  }
  .system-body-box {
    padding: 30px 15px;
  }
}

/* System Visit
---------------------------------------------*/
.system-body-box--visit {}
.system-visit-about {
  background-color: #EFEDE5;
  text-align: center;
}
.system-visit-about-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.system-visit-about-title small.textcolor {
  font-size: 2.2rem;
  color: #A87704;
}
.system-visit-about-desc {
  font-weight: normal;
}
/* PC */
@media only screen and (min-width: 769px){
  .system-visit-about {
    border-radius: 10px;
  }
  .system-visit-about-desc {
    padding: 0 200px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system-visit-about {
    border-radius: 5px;
  }
  .system-visit-about-title {
    font-size: 20px;
  }
  .system-visit-about-title small.textcolor {
    font-size: 20px;
  }
  .system-visit-about-desc {
    margin-top: 10px;
    letter-spacing: 0.05rem;
    text-align: left;
  }
}

/* System Store
---------------------------------------------*/
/* /inc/store-search-link.php の個別スタイル */
.store-search-link-lead span.text-color {
  color: #A87704;
}
/* End: /inc/store-search-link.php の個別スタイル */

/* System Delivery
---------------------------------------------*/
.system-delivery-about {
  background-color: #EFEDE5;
  border-radius: 10px;
  text-align: center;
}
.system-delivery-about-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.system-delivery-about-title small.textcolor {
  font-size: 2.2rem;
  color: #A87704;
}
.system-delivery-about-desc {
  font-weight: normal;
}
.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-desc {
    padding: 0 150px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .system-delivery-about {}
  .system-delivery-about-title {
    font-size: 1.3rem;
    letter-spacing: -0.01rem;
  }
  .system-delivery-about-title small.textcolor {
    font-size: 1.3rem;
  }
  .system-delivery-about-desc {
    letter-spacing: 0.03rem;
    text-align: left;
  }
  .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-title small {
  font-size: 1.3rem;
}
.flow-title span {
  font-size: 1.9rem;
}
.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-item-num {
  font-family: 'Be Vietnam Pro', sans-serif;
  color: #A87704;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
  left: 0;
  line-height: 1;
}
.flow-item-image {}
.flow-item-image img {
  margin-left: auto;
  margin-right: auto;
}
.flow-item-title {
  text-align: center;
  color: #3C2509;
  font-weight: 600;
  font-size: 1.2rem;
}
.system-body-box .attention {
  font-size: 0.8rem;
  margin-top: 30px;
  font-weight: normal;
  line-height: 2;
}
.system-body-box .attention p {
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
/* SP */
@media only screen and (max-width: 768px){
  .flow-title span {
    font-size: 1.6rem;
  }
  .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-item-image {
    width: 25%;
  }
  .flow-item-desc {
    width: 75%;
    margin-left: 30px;
  }
  .flow-item-num {
    text-align: left;
    font-size: 20px;
  }
  .flow-item-title {
    text-align: left;
    margin-top: 5px;
    font-size: 16px;
  }
  .system-body-box .attention p {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
  }
}

/* Repeat
---------------------------------------------*/
.repeat {
  margin: auto;
  background-color: #F5F5EF;
}
.repeat .container {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 0;
}
.repeat img {
  margin: auto;
}
/* PC */
@media only screen and (min-width: 769px){}
/* SP */
@media only screen and (max-width: 768px){
  .repeat .container {
    padding: 15px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Review
---------------------------------------------*/
.review {
  background-color: #F5F5EF;
}
.review-image {
  margin: auto;
}
.review .section-title img {
  margin: auto;
}
.review-list-item {
  width: 32%;
  height: 320px;
/*  max-width: 500px;*/
  background-color: #fff;
  font-size: 1.2rem;
/*  padding: 30px;*/
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.review-list-item:before {
  font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  content: "”";
  color: #E74E2B;
  position: absolute;
  top: -20px;
  right: 20px;
  width: 40px;
  height: 37px;
  line-height: 1;
  font-size: 88px;
}
.review-item-data {
  font-size: 16px;
  font-weight: normal;
  padding: 20px 0;
  margin: 0 20px;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  border-top: 1px solid #D6D6D6;
}
.review-item-title {
  font-weight: 600;
  padding: 35px 15px 35px 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.5;
}
.review-item-title:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}
.review-item-author-1:before {background-image: url(../img/icon-woman-01.svg);}
.review-item-author-2:before {background-image: url(../img/icon-man-01.svg);}
.review-item-author-3:before {background-image: url(../img/icon-woman-02.svg);}
.review-item-author-4:before {background-image: url(../img/icon-woman-03.svg);}
.review-item-author-5:before {background-image: url(../img/icon-man-02.svg);}
.review-item-author-6:before {background-image: url(../img/icon-woman-01.svg);}
.review-item-author-7:before {background-image: url(../img/icon-woman-02.svg);}
.review-item-author-8:before {background-image: url(../img/icon-woman-03.svg);}
.review-item-author-9:before {background-image: url(../img/icon-man-02.svg);}

.review-list .slick-track {
  display: flex !important;
  align-items: flex-end;
  padding-top: 30px;
}
.review .slick-dots {
  bottom: -50px;
}
.review .slick-prev {left: 50px;z-index: 2;}
.review .slick-next {right: 50px;}
.review .slick-prev,
.review .slick-next {
  width: 48px;
  height: 48px;
  border: 3px solid #C14021;
  background-color: #fff;
  border-radius: 90px;
}
.review .slick-prev:before,
.review .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 11px;
  background-image: url(../img/arrow_red.svg)!important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain!important;
  width: 17px;
  height: 28px;
  color: #fff;
  opacity: 1;
}
.review .slick-prev:before {
  right: 14px;
  background-image: url(../img/arrow_red.svg)!important;
  transform: rotate(180deg);
}
.review .attention {
  font-size: 0.8rem;
  margin-top: 70px;
  line-height: 2;
  max-width: 900px;
  padding-left: 0px;
  padding-right: 0px;
}
.review .attention p {
  font-weight: normal;
}
/* PC */
@media only screen and (min-width: 769px){
  .review-list {
    margin-top: 20px;
  }
  .review-item-title {
    font-size: clamp(18px, 1.2vw, 20px);
  }
  .review-item-data {
    height: 250px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .review .section-title {
    font-size: 1.6rem;
  }
  .review .section-title small {
    font-size: 1.3rem;
  }
  .review-list {
    margin-top: 0;
  }
  .review-list-item {
/*    padding: 30px 20px;*/
  }
  .review-item-title {
    font-size: 0.9rem;
    padding: 30px 10px 27px 80px;
  }
  .review-item-title:before {
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .review-item-data {
    font-size: 0.9rem;
    padding: 20px 0;
    margin: 0 20px;
    height: 250px;
  }
  .review-list .slick-track {
  }
  .review .slick-prev {left: 10px;}
  .review .slick-next {right: 10px;}
  .review .slick-prev,
  .review .slick-next {
    top: 60%;
    width: 34px;
    height: 34px;
    border: 2px solid #C14021;
    border-radius: 90px;
  }
  .review .slick-prev:before,
  .review .slick-next:before {
    top: 5px;
    right: 8px;
    width: 12px;
    height: 20px;
  }
  .review .slick-prev:before {
    right: 10px;
  }
  .review .attention {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review .attention p {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
  }
}

/* Assessor
---------------------------------------------*/
.assessor {
  background-color: #F5F5EF;
}
.assessor .section-title img {
  margin: auto;
}
.assessor-list-item {
  background-color: #fff;
  border: 3px solid #F8E5E1;
  border-radius: 10px;
}
.assessor-list-item-img {
  margin: auto;
}
.assessor-list-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.assessor-list-item-desc {
  margin-top: 15px;
  font-weight: normal;
  font-size: clamp(14px, 2vw, 16px);
}
.assessor-text {
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assessor .attention {
  font-size: 0.8rem;
  margin-top: 30px;
  line-height: 2;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

/* PC */
@media only screen and (min-width: 769px){
  .assessor-list {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .assessor-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 30px;
    padding-left: clamp(40px, 3vw, 50px);
    padding-right: clamp(40px, 3vw, 50px);
  }
  .assessor-list-item picture {
    max-width: 200px;
  }
  .assessor-list-item-img {
    width: 100%;
  }
  .assessor-list-item_lead {
    width: calc(100% - (200px + 50px));
  }
  .assessor-list-item-desc {
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .assessor-list {
    margin: auto;
    margin-top: 15px;
  }
  .assessor-list li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .assessor-list-item {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    margin: auto;
  }
  .assessor-list-item img {
    width: 100%;
    max-width: 240px;
  }
  .assessor-list-item-title {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }
  .assessor-list-item-desc {
    font-size: 16px;
    margin-top: 15px;
  }
  .assessor .attention {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-size: 13px;
  }
}

/* Relief
---------------------------------------------*/
.relief {
  background-color: #F5F5EF;
}
.relief .section-title img {
  margin: auto;
}
.relief .container {
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 75px;
}
.relief-img {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.relief-box {
  margin: auto;
}
.relief-box picture {
  margin: auto;
  width: 100%;
}
.relief-img {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.relief-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.relief-desc {
  margin-top: 15px;
  font-weight: normal;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
}
/* PC */
@media only screen and (min-width: 769px){
  .relief-box {
    margin-top: 30px;
  }
  .relief-img {
    width: 415px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .relief .container {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px;
  }
  .relief-box {
    margin-top: 20px;
  }
  .relief-img {
    max-width: clamp(310px, 35vw, 500px);
  }
  .relief-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .relief-desc {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* Compliance
---------------------------------------------*/
.compliance {
  background-color: #F5F5EF;
}
.compliance .section-title img {
  margin: auto;
}
.compliance-text {
  margin: auto;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.compliance-list-item {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #E8E3D3;
}
.compliance-list-item-lead {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
}
.compliance-list-item-img {
  width: 50px;
  height: 50px;
  background-color: #A87704;
  border-radius: 90px;
  padding: 10px;
}
.compliance-list-item-img svg {
  width: 30px;
  height: 30px;
}
.compliance-list-item svg .cls-1 {fill: none;}
.compliance-list-item svg .cls-2 {fill: #fff;}
.compliance-list-item-title {
  font-size: 20px;
  font-weight: 600;
}
.compliance-list-item-desc {
  margin-top: 20px;
  font-weight: normal;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0px;
}
/* PC */
@media only screen and (min-width: 769px){
  .compliance-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    gap: 20px;
    margin: auto;
    margin-top: 30px;
  }
  .compliance-list-item {
    width: calc((100% - 20px)/2);
    max-width: 440px;
    min-height: 248px;
    padding: 15px 20px;
  }
  .compliance-list-item img {
    width: 100%;
    max-width: clamp(230px, 22vw, 250px);
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .compliance .section-title {
    font-size: 26px;
  }
  .compliance-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
  }
  .compliance-list {
    margin: auto;
    margin-top: 15px;
  }
  .compliance-list-item {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 15px 25px;
    padding-left: clamp(20px, 2vw, 25px);
    padding-right: clamp(20px, 2vw, 25px);
    border-radius: 5px;
  }
  .compliance-list-item:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .compliance-list-item img {
    width: 100%;
    max-width: clamp(230px, 22vw, 250px);
  }
  .compliance-list-item-img {
    top: -19%;
  }
  .compliance-list-item-desc {
    letter-spacing: 0.15em;
  }
}

/* Problem
---------------------------------------------*/
.problem {
  background-color: #F5F5EF;
}
.problem .section-title img {
  margin: auto;
}
.problem-list {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.problem-list-item {
  margin: auto;
  margin-top: 20px;
  background-color: #E8E3D3;
  border-radius: 5px;
  border: 2px solid #E8E3D3;
}
.problem-list-title {
  padding: 25px 7% 25px 9%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
.problem-list-title:before {
  font-family: 'Be Vietnam Pro', sans-serif;
  content: "Q";
  background-color: #E74E2B;
  color: #fff;
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  border-radius: 90px;
  padding: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 24px;
}
.problem-list-title .textcolor {
  color: #E74E2B;
}
.problem-list-title.accordion-trigger:after {
  content: "";
  background-image: url(../../img/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
}
.problem-list-title.accordion-trigger--active:after {
  background-image: url(../../img/arrow02.svg);
  transform: rotateZ(180deg)
}
.problem-list-desc {
  padding: 30px 60px 30px 80px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #E8E3D3;
  border-top: none;
  border-radius: 0 0 5px 5px;
  p {
    margin-top: 10px;
    font-size: clamp( 1px, calc(100vw * 13 / var(--lpw)), 13px );
    font-weight: 400;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.problem-list-desc:before {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: bold;
  content: "A";
  background-color: #fff;
  color: #E74E2B;
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  border: 1px solid #E74E2B;
  border-radius: 90px;
  padding: 9px 10px;
  width: 18px;
  height: 20px;
  line-height: 20px;
  font-size: 24px;
}
.accordion-trigger {
  cursor: pointer;
}
/* SP */
@media only screen and (max-width: 768px){
  .problem .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .problem-list {
    margin-top: 30px;
  }
  .problem-list-item {
    margin-top: 15px;
  }
  .problem-list-title {
    padding: 20px 11% 20px 14%;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.02rem;
    line-height: 1.5;
  }
  .problem-list-title:before {
    left: 10px;
    top: calc(50% - 14px);
    border-radius: 90px;
    padding: 5px 6px 8px;
    width: 16px;
    height: 15px;
    line-height: 19px;
    font-size: 19px;
  }
  .problem-list-title.accordion-trigger:after {
    width: 15px;
    height: 9px;
    top: calc(50% - 5px);
    right: 15px;
  }
  .problem-list-title.accordion-trigger--active:after {
    top: calc(50% - 10px);
  }
  .problem-list-desc {
    padding: 20px 15px 20px 14%;
    font-size: 16px;
    line-height: 1.5;
    p {
      font-size: 12px;
    }
  }
  .problem-list-desc:before {
    left: 9px;
    top: calc(50% - 14px);
    border: 1px solid #C14021;
    padding: 4px 5.5px 7px;
    width: 15px;
    height: 15px;
    line-height: 19px;
    font-size: 19px;
  }
}

/* Item
---------------------------------------------*/
.item {
  background-color: #F5F5EF!important;
}
.item .section-title img {
  margin: auto;
}
.item .section-title_sub {
  font-size: 25px;
  margin-top: 30px;
  font-weight: 600;
}
.item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 156px);
  width: 312px;
  height: 24px;
  background-image: url(../../01_kimono-ts-4.0_of/img/bg-ichimatsu.png);
  background-size: contain;
  background-repeat: repeat-x;
}

/* PC */
@media only screen and (min-width: 769px){
  .item {
    padding-bottom: 145px;
  }
  .item:after {
    bottom: 70px;
  }
  .item .container {
    max-width: 1200px;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .item {
    padding-bottom: 84px;
  }
  .item .section-title {
    font-size: 1.3rem!important;
  }
  .item .section-title small {
    font-size: 1.0rem;
  }
  .item-list-item:nth-child(n+5) {
    margin-top: 20px!important;
  }
  .item-name {
    font-size: 13px!important;
    line-height: 1.3;
  }
  .item .attention {
    margin-top: 30px!important;
    font-size: 1.2rem;
  }
  .item:after {
    bottom: 30px;
    left: calc(50% - 96px);
    width: 192px;
    height: 24px;
  }
}
/* Contact Form
---------------------------------------------*/
#contact {
  background-color: #F5F5EF;
  padding-top: 0;
}
#contact h2 small {
  font-size: 25px;
  line-height: 1.2;
}
#contact h2 span {
  font-size: 35px;
}
.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: #fff !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;
  text-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
/*  background-color: #F06600;*/
  background-color: #E04631;
  color: #fff;
  font-weight: 600;
  padding: 25px 0;
  font-size: 25px;
  border-radius: 8px;
/*  box-shadow: 0 7px 1px #9A4100;*/
  box-shadow: 0 7px 1px #982E1F;
  margin-top: 10px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  height: auto
}
.contact_form-privacy_policy {
  padding: 30px;
}

/* SP */
@media only screen and (max-width: 768px){
  #contact {
    padding-top: 0;
  }
  #contact .section-title {
    line-height: 1.3;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact h2 span {
    font-size: 20px;
  }
  .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;
  }
  .contact_form__button {
/*    font-weight: 600;*/
  }
}

/* Other
---------------------------------------------*/
#chatplusview.closed #outline #eye_catcher {
  display: none!important;
}
.chatbot {
  background-color: #79af9b;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  padding: 16px 40px;
  border-radius: 70px;
  box-shadow: 0 10px 0 #608c7c;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.chatbot p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
p.chatbot-main-text {
  background-image: url(../img/icon-chat.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 5px center;
  font-size: 20px;
  padding-left: 40px;
}

.chatbot:active {
  box-shadow: 0 5px 0 #608c7c;
  bottom: 15px;
}
.stalking-navi {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 5px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0,0,0,0.7);
  padding: 8px 10px;
}
.stalking-navi-item {
  width: calc((100% - 10px) / 3);
  font-size: 1.0rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.stalking-navi-item .cta-item_free {
  position: relative;
  width: 27%;
  height: 58px;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  line-height: 58px;
/*  padding: 4px 4px 4px 6px;*/
/*  left: 0;*/
/*  top: none;*/
}
.stalking-navi-item_lead {
  width: calc(100% - 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}
.stalking-navi-item.stalking-navi-item-tel .cta-item_free {
  background-color: #288D1D;
}
.stalking-navi-item.stalking-navi-item-mail .cta-item_free {
  background-color: #BC3C2A;
}
.stalking-navi-item .cta-item_text {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.stalking-navi-item.stalking-navi-item-tel .cta-item_text {
  width: calc(100% - 27px);
}
.stalking-navi-item.stalking-navi-item-mail .cta-item_text {
  width: calc(100% - 36px);
}
.stalking-navi.dual-navi .stalking-navi-item {
  width: calc((100% - 5px)/2);
  min-width: 173px;
  max-width: 220px;
}
.stalking-navi-item-tel {
  background-color: #2E9F21;
}
.stalking-navi-item-mail {
  background-color: #E04631;
}
.stalking-navi-item .cta-tel-icon {
  top: calc(50% - 19px);
  width: 35px;
  height: 38px;
/*  right: 15px;*/
  margin-right: 0;
}
.stalking-navi-item .cta-mail-icon {
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
/*  right: 20px;*/
  margin-right: 5px;
}
.stalking-navi-item svg {
  fill: #fff!important;
}
/*
.stalking-navi-item-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  fill: #79af9b;
}
*/
/*
.stalking-navi-item-icon.tel {fill: #FA7300;}
.stalking-navi-item-icon.mail {fill: #0070F4;}
.stalking-navi-item-icon.chat {fill: #3C2509;}
*/
.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
}
.campaign .slick-dots li button:before {
  background-color: #c0c0c0;
}
.slick-dots li.slick-active button:before {
  background-color: #333333;
  opacity: 1;
}

/* offer
---------------------------------------------*/
.offer {}
.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-close {
  text-align: center;
  cursor: pointer;
  padding-bottom: 30px;
  background-color: #79af9b;
  font-weight: 600;
}
.offer-store-close {
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
  margin-top: 30px;
}
.offer .cta {
  margin-top: 90px;
}
.offer .cta-offer {
  display: none;
}
.offer .cta-tel-link .pc {
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55px;
  padding-left: 75px;
}
.offer .cta-tel-text {
  color: #fff;
}

/* color theme */
.offer-summary-item-title,
.offer .cta {
  background-color: #00647b;
}
.offer .offer-close {
  background-color: #F2E8D3;
}

/* SP */
@media only screen and (max-width: 768px){
  .offer {
    font-size: 1.2rem;
  }
  .offer .cta {
    margin-top: 80px;
  }
  .offer .cta .container {
    padding: 0 20px;
  }
  .modal-cta .cta-tel-link {
    font-size: 20px;
  }
  .modal-cta .cta-web-item {
    font-size: 20px;
    text-indent: 0;
  }
  /* 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-tel-link .pc {
  background-image: url(../../img/icon-tel_white.svg)!important;
}
.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;
  }
}
/* PrivacyPolicy
---------------------------------------------*/
.modaal-privacypolicy .cta-tel {
  text-align: center;
  margin-top: 10px;
}
.modaal-privacypolicy .cta-tel-link {
  font-size: 60px;
  font-family: 'Be Vietnam Pro',ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2E9F21;
  line-height: 1;
}
.modaal-privacypolicy .cta-tel-link .pc {
  background-image: url(../../01_kimono-ts-4.0_of/img/icon-tel_green.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 45px;
  padding-left: 55px;
}
.modaal-privacypolicy .cta-tel-text {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.privacypolicy-section-text {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
}
.privacypolicy-section-text a {
  font-size: 0.9rem;
  color: #0033cc;
  text-decoration-line: underline;
}
.privacypolicy-section-text a:after {
  content: "";
  background-image: url(../../01_kimono-ts-4.0_of/img/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: -23px;
}
.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-model .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;
  }
}
/* 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: #2E9F21;
    color: #fff;
    font-weight: 600;
    padding: 27px 0 20px;
    font-size: 19px;
    border-radius: 8px;
    box-shadow: 0 5px 0 #206A17;
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  .privacypolicy-section-text a {
    font-size: 16px;
  }
  .privacypolicy-section-text a:after {
    top: 50%;
  }
  .modaal-privacypolicy .cta-tel-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #fff;
    top: -2px;
  }
  .modaal-privacypolicy .cta-tel-text {
    margin-top: 15px;
    font-size: 16px;
  }
  .privacypolicy-section-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .privacypolicy-close {
    font-size: 16px;
  }
}

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

/* gopla-soaring
---------------------------------------------*/
.modaal-gopla_soaring .modal-container {
  width: 100%;
  max-width: 730px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.modaal-gopla_soaring .modaal-item {
  padding: 40px 0;
}
.modaal-gopla_soaring .modaal-item .section-title {
  line-height: 1;
  color: #603418;
  font-size: 35px;
}
.modaal_item-result_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.modaal_item_result_list-item {
  width: calc(50% - 30px);
}
.modaal-item .result-item-image {}
.modaal-item .result-item-image img {
  width: 100%;
  max-width: 350px;
  margin: auto;
  border-radius: 5px;
}
.modaal-item .result-item-title {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
}
.modaal-item .result-item-price {
  margin-top: 20px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modaal-item .result-price-title {
  background-color: #C91E1E;
  padding: 5px 1px 5px 3px;
  width: 100%;
  max-width: 68px;
}
.modaal-item .result-price-title p {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  font-size: clamp(12px, 3vw, 14px);
}
.modaal-item .result-price-data {
  font-weight: 600;
  color: #C91E1E;
  line-height: 1.2;
  font-size: clamp(18px, 4vw, 20px);
}
.modaal-item .result-price-data .num {
  font-size: clamp(28px, 5vw, 30px);
  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
  letter-spacing: 0.001rem;
  margin-left: 10px;
}
.modaal-gopla_soaring .cta {
  margin-top: 40px;
}
.modaal-gopla_soaring .offer-close {
  background-color: #F5F5EF;
  color: #000;
}

/* SP */
@media only screen and (max-width: 768px){
  .modaal-gopla_soaring .modal-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modaal-gopla_soaring .modaal-item {
    padding: 25px 0;
  }
  .modaal-gopla_soaring .modaal-item .section-title {
    font-size: 25px;
  }
  .modaal_item-result_list {
    gap: 30px;
  }
  .modaal_item_result_list-item {
    width: 100%;
  }
  .modaal-item .result-item-image {}
  .modaal-item .result-item-image img {
    max-width: 295px;
  }
  .modaal-item .result-item-title {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.2;
    margin-top: 15px;
  }
  .modaal-item .result-item-price {
    align-items: center;
    justify-content: center;
/*    flex-wrap: wrap;*/
    margin-top: 15px;
  }
  .modaal-item .result-price-title {
    margin-top: 0;
    padding: 4px 3px 4px 5px;
  }
  .modaal-item .result-price-title p {
    font-size: 13px;
    text-align: center;
    margin-top: 0;
  }
  .modaal-item .result-price-data {
    font-size: 16px;
  }
  .modaal-item .result-price-data .num {
/*    font-size: clamp(24px, 8vw, 26px);*/
    font-size: clamp(21px, 8vw, 22px);
    letter-spacing: 0.001rem;
    margin-left: 8px;
  }
}
