@charset "UTF-8";

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;/*Chrome,Safari*/
  -ms-text-size-adjust: 100%;/*EgdeMobile*/
  -moz-text-size-adjust: 100%;/*firefox*/
}
html, body, input, option, select, textarea {
/*  font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;*/
  font-family: 'Montserrat','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #3C2509;
}
blockquote, body, button, dd, div, dl, dt, embed, fieldset, form, li, object, p, pre, table, td, th {
  font-weight: 600;
}
sup {
  font-weight: normal;
  vertical-align: top;
}
/* PC */
@media only screen and (min-width: 769px){
  sup {
    font-size: 13px;
  }
}
/* 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;
  }
*/
  sup {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
.overtop_attent {
  display: none;
}
.container {
  max-width: 1280px;
}
/* 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: 80px;
  padding-bottom: 80px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.section-title-sub {
  font-size: 1.6rem;
}
.section-title small {
  display: block;
  font-size: 0.65em;
  font-weight: 700;
}
.subsection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.attention {
  font-weight: normal;
}
/* SP */
@media only screen and (max-width: 768px){
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .subsection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .section-title-sub {
    font-size: 1.0rem;
  }
}

/* Text
---------------------------------------------*/
.font-oswald {
  font-family: 'Oswald', sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
.textcolor-red {
  color: #D04918;
}
.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: 20px;
  text-align: right;
}
.header-cta-tel-icon {
  display: inline-block;
  width: 25px;
  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: #007239;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  vertical-align: middle;
}
.header-cta-mail-icon {
  fill: #fff;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header-cta-arrow-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  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: #FA7300;
    width: 232px;
    text-align: center;
    color: #fff;
    padding: 15px 5px 12px 10px;
    border-radius: 70px;
    box-shadow: 0 4px 1px #b15800;
  }
  .header-cta-mail-icon {
    top: -2px;
  }
/* アフィリエイト用ヘッダー */
  .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: #007239;
    width: 232px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 70px;
    box-shadow: 0 4px 1px #00532A;
    pointer-events: auto;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon {
    margin-right: 5px;
    top: -2px;
    width: 21px;
  }
  .header-cta-tel-area.affiliate .header-cta-tel-icon .st0 {
    fill: #ffffff;
  }
}
/* 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: 0.8rem;
  }
  .header-cta-tel-icon .st0 {
    fill: #007239;
  }
  .header-cta-tel-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    fill: #007239;
  }
  .header-cta-mail {
    font-size: 0.8rem;
    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: #FA7300;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
  }
}

/* MV
---------------------------------------------*/
.mv {
  background-color: #FDE0AF;
}
.mv.extra-a,
.mv.extra-b,
.mv.extra-c {
  background-image: url(../../img/mv/extra/bg/mv_antique_bg.jpg);
  background-image: image-set(url(../../img/mv/extra/bg/mv_antique_bg.webp) type("image/webp"), url(../../img/mv/extra/bg/mv_antique_bg.jpg) type("image/jpeg"));
  background-position: center;
  background-size: cover;
}

.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%;
}
.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique_pc_extra-a.png);}
.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_pc_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_pc_extra-a.png) type("image/png"));}
.extra-b .mv-item {background-image: url(../../img/mv/extra/mv_antique_pc_extra-b.png);}
.extra-b .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_pc_extra-b.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_pc_extra-b.png) type("image/png"));}
.extra-c .mv-item {background-image: url(../../img/mv/extra/mv_antique_pc_extra-c.png);}
.extra-c .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_pc_extra-c.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_pc_extra-c.png) type("image/png"));}
.kakejiku.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-kakejiku_pc_extra-a.png);}
.kakejiku.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-kakejiku_pc_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-kakejiku_pc_extra-a.png) type("image/png"));}
.painting.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-painting_pc_extra-a.png);}
.painting.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-painting_pc_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-painting_pc_extra-a.png) type("image/png"));}
.ceramics.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-ceramics_pc_extra-a.png);}
.ceramics.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-ceramics_pc_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-ceramics_pc_extra-a.png) type("image/png"));}
.butsudan.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-butsudan_pc_extra-a.png);}
.butsudan.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-butsudan_pc_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-butsudan_pc_extra-a.png) type("image/png"));}

/* SP */
@media only screen and (max-width: 768px){
  .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%);
  }
  .line-cp .mv-item {
    background-image: url(../img/mv_line-cp_sp.png);
    background-image: image-set(url(../img/mv_line-cp_sp.webp) type("image/webp"), url(../img/mv_line-cp_sp.png) type("image/png"));
  }
  .extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique_sp_extra-a.png);}
  .extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_sp_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_sp_extra-a.png) type("image/png"));}
  .extra-b .mv-item {background-image: url(../../img/mv/extra/mv_antique_sp_extra-b.png);}
  .extra-b .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_sp_extra-b.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_sp_extra-b.png) type("image/png"));}
  .extra-c .mv-item {background-image: url(../../img/mv/extra/mv_antique_sp_extra-c.png);}
  .extra-c .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique_sp_extra-c.webp) type("image/webp"), url(../../img/mv/extra/mv_antique_sp_extra-c.png) type("image/png"));}
  .kakejiku.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-kakejiku_sp_extra-a.png);}
  .kakejiku.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-kakejiku_sp_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-kakejiku_sp_extra-a.png) type("image/png"));}
  .painting.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-painting_sp_extra-a.png);}
  .painting.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-painting_sp_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-painting_sp_extra-a.png) type("image/png"));}
  .ceramics.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-ceramics_sp_extra-a.png);}
  .ceramics.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-ceramics_sp_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-ceramics_sp_extra-a.png) type("image/png"));}
  .butsudan.extra-a .mv-item {background-image: url(../../img/mv/extra/mv_antique-butsudan_sp_extra-a.png);}
  .butsudan.extra-a .mv-item {background-image: image-set(url(../../img/mv/extra/mv_antique-butsudan_sp_extra-a.webp) type("image/webp"), url(../../img/mv/extra/mv_antique-butsudan_sp_extra-a.png) type("image/png"));}
}

/* Important
---------------------------------------------*/
.important {
  background-color: #FFE9E8;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.important-item {
}
.important-item-title {
  background-color: #C91E1E;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.75rem;
  border-radius: 3px;
  font-weight: normal;
}
.important-item-data {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 5px;
}
.important-item-data a {
  color: #C91E1E;
  text-decoration: underline;
  font-weight: normal;
}

/* Campaign
---------------------------------------------*/
.campaign {
  padding-top: 30px;
  padding-bottom: 130px;
}
.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-list-item_offer {order:2;}
.campaign-list-item_cm {order:1;}
.campaign-list-item_shucho {order:3;}
.campaign .slick-dots {
  bottom: -35px;
}
.campaign-modal-box {
  color: #3C2509;
}
.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_cm {order:2;}
  .campaign-list-item_shucho {order:3;}
}
/* gopla-soaring
---------------------------------------------*/
.gopla-soaring.section {
  background-color: #F8F6F2;
  padding-top: 80px!important;
}
.gopla-soaring .container {
  max-width: 800px!important;
}
/* SP */
@media only screen and (max-width: 768px){ 
  .gopla-soaring.section {
      padding-top: 50px!important;
    }
}
/* Junk
---------------------------------------------*/
.junk {
  background-color: #F8F6F2;
}
.junk.section {
  box-shadow: 0 5px 5px -5px #00000026;
  z-index: 1;
}
.junk::before {
  content: "";
  position: absolute;
  background-color: #F8F6F2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: 0 0 5px 0 #00000026;
  z-index: 1;
}
.junk::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F6F2;
}
.junk>* {
  position: relative;
  z-index: 3;
}
.junk .section-title {}
.junk .section-title span {
  display: block;
}
.junk .section-title .section-title-sub {
  font-size: 2.2rem;
  color: #D04918;
}
.junk-list {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.junk-list-item {}
.junk-item-img {}
.junk-item-img img {
  margin: auto;
}
.junk-item-text {
  text-align: center;
  font-weight: 600;
}
.junk-item-text span {
  color: #D04918;
}
/* PC */
@media only screen and (min-width: 769px){
  .junk::before {
    bottom: -57px;
    left: 50%;
    width: 113px;
    height: 113px;
    transform: translateX(-50%) rotate(45deg) skew(-14deg,-14deg);
  }
  .junk-list {
    max-width: 800px;
    margin-top: 50px;
  }
  .junk-list li:not(:first-of-type) {margin-left: 15px;}
  .junk-list-item {
    width: 25%;
  }
  .junk-item-text {
    margin-top: 15px;
    font-size: 1.3rem;
    letter-spacing: 0.01rem;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .junk::before {
    bottom: -52px;
    left: 50%;
    width: 106px;
    height: 106px;
    transform: translateX(-50%) rotate(45deg) skew(-19deg,-18deg);
  }
  .junk .container {}
  .junk .section-title {
    font-size: 1.3rem;
  }
  .junk .section-title .section-title-sub {
    font-size: 1.6rem;
  }
  .junk-list {
    flex-wrap: wrap;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .junk-list-item {
    width: 47.5%;
  }
  .junk-item-text {
    margin-top: 15px;
    font-size: 1.0rem;
  }
  .junk-list-item:nth-of-type(n+3) {margin-top: 30px;}
  .junk-list-item:nth-of-type(odd) {margin-right: 7.5px;}
  .junk-list-item:nth-of-type(even) {margin-left: 7.5px;}
}
/* About
---------------------------------------------*/
.about {
  background-color: #F5EDDC;
}
.about .section-title {
  font-size: 2.2rem;
  line-height: 1.5;
}
.about .section-title img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.about-list {
  margin-left: auto;
  margin-right: auto;
}
.about-list-item {
  border: 3px solid #D04918;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000026;
}
.about-item-img {}
.about-item-img img {
  margin: auto;
}
.about-item-text {
  text-align: center;
  font-weight: normal;
  margin: auto;
}
.about-item-text small {
  font-weight: 600;
}
/* PC */
@media only screen and (min-width: 769px){
  .about.section {
    padding-top: 90px;
  }
  .about .section-title img {
    width: 400px;
    height: 50px;
  }
  .about-list {
    max-width: 800px;
    margin-top: 50px;
  }
  .about-list-item {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
  }
  .about-list-item:nth-of-type(2) {
    margin-top: 30px;
  }
  .about-item-img img {
    max-width: 393px;
    border-top-left-radius: 7.3px;
    border-bottom-left-radius: 7.3px;
  }
  .about-item-text {
    margin: auto;
    font-size: 1.3rem;
    letter-spacing: 0.01rem;
  }
  .about-item-text small {
    font-size: 1.3rem;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .about.section {
    padding-top: 70px;
  }
  .about .section-title {
    font-size: 1.6rem;
  }
  .about .section-title img {
    width: 300px;
    height: 38px;
  }
  .about-list {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-item-img img {
    width: 100%;
    border-top-left-radius: 7.3px;
    border-top-right-radius: 7.3px;
  }
  .about-item-text {
    margin: 15px 0 20px;
    font-size: 1.0rem;
  }
  .about-item-text small {
    font-size: 1.0rem;
  }
  .about-list-item:nth-of-type(2) {
    margin-top: 30px;
  }
}

/* Result
---------------------------------------------*/
/*【result】に記載*/

/* Unit01
---------------------------------------------*/
.unit01 {
  background-color: #D15907;
}
.unit01 .container {
  max-width: 800px;
}
.unit01 .section-title {
  font-size: clamp(30px, 3vw, 35px);
  line-height: 1.25;
  color: #fff;
}
.unit01.section {
  z-index: 1;
}
.unit01::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 2;
}
.unit01 .container:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(110.4px,20vw,138px);
  height: clamp(145.6px,20vw,182px);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/icon-man-guts.png);
}
.unit01>* {
  position: relative;
  z-index: 3;
}
/* PC */
@media only screen and (min-width: 769px){
  .unit01 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .unit01 .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .unit01::before {
    bottom: -62px;
    margin-left: -30px;
    border: 24px solid transparent;
    border-top: 38px solid #D15907;
  }
}
/* SP */
@media only screen and (max-width: 768px){
  .unit01 .section-title {
    font-size: clamp(22px, 7vw, 24px);
    line-height: 1.5;
  }
  .unit01::before {
    bottom: -22px;
    left: calc(50% - 21.6565px);
    border-right: 15px solid transparent;
    border-top: 23.30125px solid #D15907;
    border-left: 15px solid transparent;
  }
  .unit01 .container:after {
    content: none;
  }
}
/* Merit
---------------------------------------------*/
.merit {
  background-color: #fff;
}
.merit .section-title{
  font-size: clamp(28px, 2vw, 30px);
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.merit .section-title small {
  display: inline-block;
  font-size: clamp(28px, 2vw, 30px);
}
.merit-box {
  border: 2px solid #D04918;
  border-radius: 10px;
  margin: auto;
}
.merit-image {
  margin: auto;
  max-width: 500px;
}
.merit-icon-arrow {
  display: block;
  margin: auto;
  margin-top: 30px;
  width: 44px;
  height: 45.941px;
}
.merit-icon-arrow .cls-1 { fill: #eb835e;}
.merit-icon-arrow .cls-2 { fill: #be4215;}

.merit .section-subtitle {
  width: 100%;
  max-width: 385px;
  margin: auto;
  margin-top: 30px;
  font-size: clamp(28px, 6vw, 30px);
  text-align: center;
}
.merit .section-subtitle::before,
.merit .section-subtitle::after {
  background-color: #D04918; /* 線色 */
  border-radius: 4px; /* 線幅の半分 */
  content: "";
  display: inline-block;
  height: 30px; /* 線の長さ */
  vertical-align: middle;
  margin-bottom: 5px;
  width: 4px; /* 線幅 */
}
.merit .section-subtitle::before {
  margin-right: 17px; /* 線右の余白 */
  transform: rotate(-25deg);
}
.merit .section-subtitle::after {
  margin-left: 15px; /* 線右の余白 */
  transform: rotate(25deg);
}
.merit-list {
  margin-top: 30px;
}
.merit-list-item-desc {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(16px, 2vw, 20px);
}
.merit-list-item-desc span {
  display: inline-block;
  font-size: clamp(16px, 2vw, 20px);
}
/* PC */
@media only screen and (min-width: 769px){
  .merit.section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .merit .section-title{
    max-width: 666px;
    top: -45px;
    left: calc(50% - 333px);
  }
  .merit-box {
    max-width: 950px;
    padding: 77px 60px 50px;
  }
  .merit-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .merit-list-item {
    width: 38%;
/*    border-left: 1px solid #C9C9C9;*/
    padding: 15px;
    padding-left: clamp(20px, 3vw, 50px);
    padding-right: clamp(20px, 3vw, 50px);
    letter-spacing: 0;
  }
  .merit-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    border-left: 1px solid #C9C9C9;
    margin: 10px 0 5px;
    height: 100%;
    max-height: clamp(150px, 13vw, 204px);
  }
  .merit-list li:nth-of-type(1)::before {
    content: none;
  }
  .merit-list li:nth-of-type(1) {width: 32%;padding-left: 0;border-left: none;}
  .merit-list li:nth-of-type(3) {width: 32%;padding-right: 0;}
  .merit-list-item img {
    max-width: clamp(130px, 13vw, 210px);
    margin: auto;
  }
}
/* tablet */
@media only screen and (min-width: 560px) and (max-width: 768px){
  .merit-box {
    padding: 60px 20px 20px;
  }
  .merit-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .merit-list-item {
    width: 38%;
/*    border-left: 1px solid #C9C9C9;*/
    padding: 10px;
    padding-left: clamp(10px, 2vw, 20px);
    padding-right: clamp(10px, 2vw, 20px);
  }
  .merit-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-left: 1px solid #C9C9C9;
    margin: 10px 0 5px;
    height: 100%;
    max-height: clamp(140px, 13vw, 150px);
  }
  .merit-list li:nth-of-type(1)::before {
    content: none;
  }
  .merit-list li:nth-of-type(1) {width: 32%;padding-left: 0;border-left: none;}
  .merit-list li:nth-of-type(3) {width: 32%;padding-right: 0;}
  .merit-list-item img {
    max-width: clamp(110px, 13vw, 130px);
    margin: auto;
  }
  .merit-list-item-desc {
    margin-top: 10px;
    font-size: 13px;
  }
  .merit-list-item-desc span {
    font-size: 13px;
  }
}
/* SP-01 */
@media only screen and (max-width: 768px){
  .merit {
    padding-bottom: 140px!important;
  }
  .merit .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .merit .section-title {
    font-size: clamp(18px, 5vw, 20px);
    max-width: 300px;
    top: -45px;
    left: calc(50% - 150px);
  }
  .merit .section-title small {
    font-size: clamp(18px, 5vw, 20px);
  }
  .merit-image {
    max-width: 300px;
  }
  .merit-icon-arrow {
    margin-top: 20px;
    width: 23.11px;
    height: 28px;
  }
  .merit .section-subtitle{
    font-size: clamp(18px, 5vw, 20px);
    margin-top: 20px;
  }
  .merit .section-subtitle::before,
  .merit .section-subtitle::after {
    height: 25px; /* 線の長さ */
    margin-bottom: 5px;
  }
  .merit-list {
    margin-top: 20px;
  }
  .merit-list li:nth-of-type(1) {margin-top: 0;}
}
/* SP-02 */
@media only screen and (max-width: 559px){
  .merit-box {
    padding: 60px 30px 30px;
  }
  .merit-list-item {
    width: 100%;
    max-width: 180px;
    margin: auto;
    margin-top: 30px;
  }
  .merit-list-item-desc {
    margin-top: 15px;
    font-size: 1.0rem;
  }
}
/* SP-03 */
@media only screen and (max-width: 400px){
  .merit .section-title {
    max-width: 230px;
    top: -40px;
    left: calc(50% - 115px);
  }
}

/* System
---------------------------------------------*/
.system {
  background-color: #FDE0AF;
}
.system-selector {}
.system-selector-item {
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.system-selector-item.active {
  pointer-events: none;
  background-color: #fff;
}
.system-selector-item-sub {}
.system-selector-item-main {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  vertical-align: middle;
}
.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: #fff;
}
.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-red {
    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: #F5EDDC;
    padding: 4px;
    border-radius: 5px;
    margin: 0 90px;
    margin-bottom: 12px;
  }
  .system-selector-item.active .system-selector-item-main {
    color: #D04918;
  }
  .system-selector-item-main svg {
    width: 48.5px;
    height: 41.7px;
    top: -3px;
  }
  .system-selector-item-main svg .cls-2{
    fill: #3C2509;
    fill-rule: evenodd;
  }
  .system-selector-item.active .system-selector-item-main svg .cls-2 {
    fill: #D04918;
  }
  .system-selector-item--visit,
  .system-selector-item--store,
  .system-selector-item--delivery {
    background-color: #F8F6F2;
  }
  .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-red {
    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 #F2E8D3;
  }
  .system-selector-item.accordion-trigger--active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .system-selector-item-sub {
  }
  .system-selector-item-main {
    font-size: 1.5rem;
    color: #D04918;
  }
  .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: #D04918;
    fill-rule: evenodd;
  }
  .system-selector-item.accordion-trigger:after {
    content: "";
    background-image: url(../../img/arrow.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.svg);
    transform: rotateZ(180deg);
  }
  .system-body {
    margin-top: 30px;
  }
  .system-selector-item--visit,
  .system-selector-item--store,
  .system-selector-item--delivery {
    background-color: #fff;
  }
  .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: #fff;
  text-align: center;
}
.system-visit-about-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.system-visit-about-title small.textcolor-red {
  font-size: 2.2rem;
}
.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: 1.3rem;
  }
  .system-visit-about-title small.textcolor-red {
    font-size: 1.3rem;
  }
  .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: #D04918;
}
/* End: /inc/store-search-link.php の個別スタイル */

/* System Delivery
---------------------------------------------*/
.system-delivery-about {
  background-color: #fff;
  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-red {
  font-size: 2.2rem;
}
.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-red {
    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: #F8F6F2;
  padding: 30px;
  border-radius: 10px;
}
.flow-list-item:before {
  font-family: 'Montserrat', sans-serif;
  color: #3C2509;
  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: #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-list-item:before {
    text-align: left;
    padding-left: 39%;
    top: 42%;
    position: absolute;
    left: 0;
    font-size: 1.3rem;
    font-family: 'Montserrat', Bold;
    width: auto;
  }
  .flow-item-image {
    width: 25%;
  }
  .flow-item-title {
    font-size: 16px;
    padding-top: 1.5%;
    margin-left: calc(15% + 19px);
  }
  .system-body-box .attention p {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
  }
}

/* Review
---------------------------------------------*/
.review {
  background-color: #F5EDDC;
}
.review .section-title {
  font-size: 2.5rem;
}
.review .section-title small {
  font-size: 1.6rem;
}
.review-list-item {
  width: 32%;
  background-color: #fff;
  font-size: 1.2rem;
/*  padding: 30px;*/
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.review-item-data {
  font-size: 1.0rem;
  font-weight: normal;
  padding: 30px;
  letter-spacing: 0.1rem;
/*  line-height: 1.9;*/
  line-height: 1.6;
}
.review-item-title {
  font-weight: 600;
  background-color: #B15800;
  color: #fff;
  padding: 20px 15px 20px 125px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.review-item-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 17.5px);
  border: 12.5px solid transparent;
  border-top: 17.5px solid #B15800;
}
.review-item-title:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(1px,22vw,80px);
  height: clamp(1px,22vw,95px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.review-item-author-1:after {background-image: url(../img/icon-man.svg);}
.review-item-author-2:after {background-image: url(../img/icon-old-woman.svg);}
.review-item-author-3:after {background-image: url(../img/icon-man_02.svg);}
.review-item-author-4:after {background-image: url(../img/icon-woman.svg);}
.review-item-author-5:after {background-image: url(../img/icon-man.svg);}
.review-item-author-6:after {background-image: url(../img/icon-old-woman.svg);}
.review-item-author-7:after {background-image: url(../img/icon-old-woman_02.svg);}
.review-item-author-8:after {background-image: url(../img/icon-man.svg);}
.review-item-author-9:after {background-image: url(../img/icon-woman.svg);}

.review-list .slick-track {
  display: flex !important;
  align-items: flex-end;
  padding-top: 30px;
}
.review .slick-dots {
  bottom: -50px;
}
.review .attention {
  font-size: 0.8rem;
  margin-top: 70px;
  line-height: 2;
}
.review .attention p {
  font-weight: normal;
}
/* PC */
@media only screen and (min-width: 769px){
  .review-list {
    margin-top: 50px;
  }
  .review-item-title {
    font-size: 1.1rem;
  }
  .review-item-data {
/*    max-width: 550px;*/
/*    height: 226px;*/
    height: 289px;
  }
}
/* 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: 37px;
  }
  .review-list-item {
/*    padding: 30px 20px;*/
  }
  .review-item-title {
    font-size: 0.9rem;
    padding: 20px 10px 20px 105px;
  }
  .review-item-title:after {
    left: 11.75px;
  }
  .review-item-data {
    font-size: 0.9rem;
    padding: 30px 20px;
    height: 346px;
  }
  .review-list .slick-track {
    padding-top: 37px;
  }
  .review .attention {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review .attention p {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
  }
}
/* Problem
---------------------------------------------*/
.problem {
  background-color: #F5EDDC;
}
.problem-list {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.problem-list-item {
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000026;
}
.problem-list-title {
  padding: 25px 7%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
.problem-list-title:before {
  content: "Q.";
  color: #D04918;
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.7em);
}
.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: 0 60px 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
}
.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 15% 20px 10%;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.02rem;
  }
  .problem-list-title:before {
    left: 10px;
    top: 1.16rem;
  }
  .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: 0 15px 20px;
  }
}

/* Item
---------------------------------------------*/
.item {
  background-color: #F8F6F2!important;
}
.item .section-title small {
  font-size: 1.6rem;
}
.item .section-title small.textcolor-red {
  display: inline-block;
  font-size: 2.2rem;
}
.item-list-item svg {
  margin-left: auto;
  margin-right: auto;
}
.item-list-item svg .cls-1 {
  fill: #fff;
}
.item-list-item svg .cls-2 {
  fill: #D04918!important;
  fill-rule: evenodd;
}
/* PC */
@media only screen and (min-width: 769px){
}
/* SP */
@media only screen and (max-width: 768px){
  .item .section-title {
    font-size: 1.3rem!important;
  }
  .item .section-title small {
    font-size: 1.0rem;
  }
  .item .section-title small.textcolor-red {
    font-size: 1.3rem;
  }
  .item-list-item:nth-child(n+5) {
    margin-top: 20px!important;
  }
  .item-list-item svg {
    width: 75px;
    height: 75px;
  }
  .item-name {
    font-size: 0.7rem!important;
  }
  .item .attention {
    margin-top: 30px!important;
    font-size: 1.2rem;
  }
}

/* CTA
---------------------------------------------*/
/* base 
-----------------------*/
.cta-011 {
  background-color: #FDE0AF!important;
}
/* title
-----------------------*/
.cta-011 .cta-title {
  border: 3px solid #3C2509!important;
}
.cta-011 .cta-title small {
  color: #3C2509!important;
}
.cta-011 .cta-title:after {
  border-top-color: #3C2509!important;
}
/* tel
-----------------------*/
.cta-011 .cta-tel-text {
  color: #3C2509!important;
}
.cta-011 .cta-tel-text small {
  color: #3C2509!important;
}
.cta-011 .cta-tel-link .number::before {
  background: url(../../img/cta/cta-icon-tel-green-4.svg) no-repeat!important;
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-tel-link {
    background-color: #007239!important;
    box-shadow: 0 7px 1px #00532A!important;
  }
}
/* web
-----------------------*/
.cta-011 .cta-web-item {
  background-color: #FA7300!important;
  box-shadow: 0 calc(100vw * 7 / var(--lpw)) 1px #b15800!important;
}
.cta-011 .cta-web-item:active {
  box-shadow: 0 calc(100vw * 5 / var(--lpw)) 1px #b15800!important;
}
@media only screen and (min-width: 1281px) {
  .cta-011 .cta-web-item {
    box-shadow: 0 7px 1px #b15800!important;
  }
  .cta-011 .cta-web-item:active {
    box-shadow: 0 5px 1px #b15800!important;
  }
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-web-item {
    box-shadow: 0 7px 1px #b15800!important;
  }
  .cta-011 .cta-web-item:active {
    box-shadow: 0 5px 1px #b15800!important;
  }
}

/* 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;
  text-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  background-color: #FA7300;
  color: #fff;
  font-weight: 600;
  padding: 22px 0 26px;
  font-size: 1.5rem;
  border-radius: 70px;
  box-shadow: 0 7px 1px #b15800;
  margin-top: 10px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.contact_form-privacy_policy {
  padding: 30px;
}

/* SP */
@media only screen and (max-width: 768px){
  .contact .section-title {
    font-size: 1.3rem;
  }
  .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 {
  width: 142px;
  height: 142px;
  background-color: #fff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  padding: 30px 0;
  border: 3px solid #3C2509;
  border-radius: 90px;
  box-shadow: 0 5px 0 #3C2509;
  color: #3C2509;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}
.chat-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  fill: #3C2509;
}
.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 #3C2509;
}
.stalking-navi-item {
  width: calc(100% / 3);
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
  color: #3C2509;
  padding: 10px 0 5px;
  border-left: 1px solid #3C2509;
}
.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;
}
.stalking-navi-item-icon.tel {fill: #007239;}
.stalking-navi-item-icon.mail {fill: #FA7300;}
.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: #3C2509;
  opacity: 1;
}

/* modal
---------------------------------------------*/
@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;
  }
}
/* 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: 5px 10px 2px;
  font-weight: 600;
  background-color: #ff4a00;
  line-height: 2;
}
.offer-summary-item-data {
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.9rem;
}
.offer-data-list {
  list-style-position: outside;
  margin-left: 20px;
}
.offer-data-list li {
  font-weight: normal;
}
ul.offer-data-list {list-style-type: disc;}
ol.offer-data-list {list-style-type: decimal;}
.offer-data-list-item {}
.offer .cta {
  margin-top: 90px;
}
.offer .cta-title {
  top: -50px;
}
.offer-close {
  text-align: center;
  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 .cta,
.offer .offer-close {
  background-color: #F2E8D3;
}
.offer-summary-item-title,
.offer-target-item-image {
  background-color: #F2E8D3;
/*  background-color: #F50201;*/
}
.offer-target-item-name,
.offer .attention {
  color: #F50201;
}
.offer .cta-web-item,
.offer .cta-tel-icon,
.offer .cta-mail-icon {
  fill: #fff;
}

/* 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 {
    padding-top: 90px;
  }
  .offer .cta-title {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
  .offer .cta-tel-text.sp {
    font-size: 0.8rem;
  }
  .offer .attention {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer .cta-tel-link {
    color: #fff;
  }
}

/* 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: 5px 10px;
  font-weight: 600;
}
.voice-section-data {
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.9rem;
}
.voice-rate {
  margin-top: 10px;
}
.voice .cta {
  margin-top: 90px;
}
.voice .offer-close {
  background-color: #FDE0AF;
}
.voice .cta-tel-icon,
.voice .cta-mail-icon {
  fill: #F2E8D3;
}
.voice .cta-web-item,
.voice .cta-offer {
  color: #F2E8D3;
}

/* PC */
@media only screen and (min-width: 769px){}
/* SP */
@media only screen and (max-width: 768px){
  .voice {
    font-size: 1.2rem;
  }
  .voice .cta-tel-link {
/*    color: #663813;*/
  }
  .voice-section-title {
    padding: 5px 10px;
    font-size: 0.9rem;
  }
  .voice-section-data {
    font-size: 0.9rem;
    font-weight: normal;
  }
}

/* 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: 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-model {
  background-color: #E8F1EE;
}
.modaal-privacypolicy .cta-model .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-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;
  }
  .modaal-privacypolicy .cta-model .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;
    }
}*/
