/* CTA-011
---------------------------------------------*/
/* base
-----------------------*/
.cta-011 {
  background-color: #F2E8D3; /* 各テンプレートで上書き */
  padding: calc(100vw * (99 / var(--lpw))) 0 calc(100vw * (58 / var(--lpw)));
}
.cta-011.webonly {
  padding: calc(100vw * (93 / var(--lpw))) 0 calc(100vw * (78 / var(--lpw)));
}
.cta-011 .container {
  width: 100%;
  max-width: calc(100vw * (800 / var(--lpw)));
  padding: 0;
}
.cta-011.webonly .container {
  max-width: calc(100vw * (665 / var(--lpw)));
}
.cta-011.cta-store .container {
  max-width: calc(100vw * (750 / var(--lpw)));
}
.cta-011 .cta-body {
  width: 100%;
  max-width: calc(100vw * (800 / var(--lpw)));
  padding-left: calc(100vw * (230 / var(--lpw)));
}
.cta-011.no-ip {
  .cta-body{
    padding-left: 0;
  }
}
.cta-011.affiliate .cta-body {
  padding-left: calc(100vw * (250 / var(--lpw)));
}
.cta-011.webonly .cta-body {
  padding-left: calc(100vw * (210 / var(--lpw)));
}
.cta-011 .cta-body::before {
  content: '';
  width: calc(100vw * (200 / var(--lpw)));
  height: calc(100vw * (290 / var(--lpw)));
  display: inline-block;
  position: absolute;
  top: calc(100vw * -76 / var(--lpw));
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom right;  /* 配置: 右下寄せ */
  background-size: contain;           /* 縦横比を維持してフィット */
  /* 1) フォールバック (image-set非対応ブラウザ用) */
  background-image: url("../../img/cta/ip/cta-200×290.png");

  /* 2) Safari用 (-webkit-) */
  background-image: -webkit-image-set(
    url("../../img/cta/ip/cta-200×290.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-200×290.png")  type("image/png") 1x
  );

  /* 3) 標準仕様 */
  background-image: image-set(
    url("../../img/cta/ip/cta-200×290.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-200×290.png")  type("image/png") 1x
  );
}
.cta-011.affiliate .cta-body::before {
  width: calc(100vw * (220 / var(--lpw)));
  height: calc(100vw * (350 / var(--lpw)));
  top: calc(100vw * -63 / var(--lpw));
  /* 1) フォールバック (image-set非対応ブラウザ用) */
  background-image: url("../../img/cta/ip/cta-220×350.png");

  /* 2) Safari用 (-webkit-) */
  background-image: -webkit-image-set(
    url("../../img/cta/ip/cta-220×350.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-220×350.png")  type("image/png") 1x
  );

  /* 3) 標準仕様 */
  background-image: image-set(
    url("../../img/cta/ip/cta-220×350.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-220×350.png")  type("image/png") 1x
  );
}
.cta-011.webonly .cta-body::before {
  width: calc(100vw * (160 / var(--lpw)));
  height: calc(100vw * (220 / var(--lpw)));
  top: calc(100vw * -85 / var(--lpw));
  /* 1) フォールバック (image-set非対応ブラウザ用) */
  background-image: url("../../img/cta/ip/cta-160×220.png");

  /* 2) Safari用 (-webkit-) */
  background-image: -webkit-image-set(
    url("../../img/cta/ip/cta-160×220.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-160×220.png")  type("image/png") 1x
  );

  /* 3) 標準仕様 */
  background-image: image-set(
    url("../../img/cta/ip/cta-160×220.webp") type("image/webp") 1x,
    url("../../img/cta/ip/cta-160×220.png")  type("image/png") 1x
  );
}
.cta-011.cta-store .cta-body::before {
  top: calc(100vw * -60 / var(--lpw));
}
@media only screen and (min-width: 1281px) {
  .cta-011 {
    padding: 99px 0 58px;
  }
  .cta-011.webonly {
    padding: 93px 0 78px;
  }
  .cta-011 .container {
    max-width: 800px;
  }
  .cta-011.webonly .container {
    max-width: 665px;
  }
  .cta-011.cta-store .container {
    max-width: 750px;
  }
  .cta-011 .cta-body {
    width: 800px;
    padding-left: 230px;
  }
  .cta-011.affiliate .cta-body {
    padding-left: 250px;
  }
  .cta-011.webonly .cta-body {
    width: 665px;
    padding-left: 205px;
  }
  .cta-011.cta-store .cta-body {
    width: 750px;
  }
  .cta-011 .cta-body::before {
    width: 200px;
    height: 290px;
    top: -76px;
  }
  .cta-011.affiliate .cta-body::before {
    width: 220px;
    height: 350px;
    top: -63px;
  }
  .cta-011.webonly .cta-body::before {
    width: 160px;
    height: 220px;
    top: -85px;
  }
  .cta-011.cta-store .cta-body::before {
    top: -60px;
  }
}
@media only screen and (max-width: 768px){
  .cta-011,
  .cta-011.affiliate,
  .cta-011.webonly {
    padding: 30px 0 50px;
  }
  .cta-011 .container,
  .cta-011.affiliate .container,
  .cta-011.webonly .container,
  .cta-011.cta-store .container {
    max-width: 375px;
    padding: 0 20px;
  }
  .cta-011 .container:before {
    content: "";
    width: 200px;
    height: 105px;
    position: absolute;
    top: -131px;
    left: calc(50% - 100px);
    background-repeat: no-repeat;
    background-position: bottom right;  /* 配置: 右下寄せ */
    background-size: contain;           /* 縦横比を維持してフィット */
    /* 1) フォールバック (image-set非対応ブラウザ用) */
    background-image: url("../../img/cta/ip/cta_sp.png");
  
    /* 2) Safari用 (-webkit-) */
    background-image: -webkit-image-set(
      url("../../img/cta/ip/cta_sp.webp") type("image/webp") 1x,
      url("../../img/cta/ip/cta_sp.png")  type("image/png") 1x
    );
  
    /* 3) 標準仕様 */
    background-image: image-set(
      url("../../img/cta/ip/cta_sp.webp") type("image/webp") 1x,
      url("../../img/cta/ip/cta_sp.png")  type("image/png") 1x
    );  
  }
  .cta-011 .cta-body,
  .cta-011.affiliate .cta-body,
  .cta-011.webonly .cta-body,
  .cta-011.cta-store .cta-body {
    max-width: 375px;
    padding: 0;
  }
  .cta-011 .cta-body::before,
  .cta-011.affiliate .cta-body::before,
  .cta-011.webonly .cta-body::before {
    content: none;
  }
}
.cta-011.no-ip {
  .cta-body::before,
  .container:before{
    display: none;
  }
}
/* title
-----------------------*/
.cta-011 .cta-title {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-width: calc(100vw * (470 / var(--lpw)));
  padding: calc(100vw * (15 / var(--lpw))) calc(100vw * (50 / var(--lpw)));
  margin-inline: auto;
  margin-bottom: calc(100vw * (20 / var(--lpw)));
  font-size: clamp( 1px, calc(100vw * 28 / var(--lpw)), 28px );
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  border: 3px solid #333333;
  top: calc(100vw * (-138 / var(--lpw)));
  left: calc(50% + calc(100vw * (115 / var(--lpw))));
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.cta-011.cta-store .cta-title {
  top: calc(100vw * (-158 / var(--lpw)));
}
.cta-011.no-ip {
  .cta-title{
    left: 50%;
  }
}
.cta-011.webonly .cta-title {
  top: calc(100vw * (-158 / var(--lpw)));
  left: calc(50% + calc(100vw * (102 / var(--lpw))));
}
.cta-011 .cta-title small {
  display: block;
  color: #333333;
  font-size: clamp( 1px, calc(100vw * 20 / var(--lpw)), 20px );
}
.cta-011 .cta-title:before {
  content: "";
  position: absolute;
  bottom: calc(100vw * -32 / var(--lpw));
  left: 50%;
  margin-left: calc(100vw * -15 / var(--lpw));
  border: calc(100vw * 13 / var(--lpw)) solid transparent;
  border-top: calc(100vw * 22 / var(--lpw)) solid #FFF;
  z-index: 2;
}
.cta-011 .cta-title:after {
  content: "";
  position: absolute;
  bottom: calc(100vw * -40 / var(--lpw));
  left: 50%;
  margin-left: calc(100vw * -17 / var(--lpw));
  border: calc(100vw * 15 / var(--lpw)) solid transparent;
  border-top: calc(100vw * 25 / var(--lpw)) solid #333333;
  z-index: 1;
}
@media only screen and (min-width: 1281px) {
  .cta-011 .cta-title {
    max-width: 470px;
    padding: 15px 50px;
    margin-bottom: 20px;
    top: -138px;
    left: calc(50% + 115px);
  }
  .cta-011.cta-store .cta-title {
    top: -158px;
  }
  .cta-011.webonly .cta-title {
    top: -158px;
    left: calc(50% + 102px);
  }
  .cta-011 .cta-title:before {
    bottom: -32px;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 22px solid #FFF;
  }
  .cta-011 .cta-title:after {
    bottom: -40px;
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 25px solid #333333;
  }
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-title,
  .cta-011.cta-store .cta-title,
  .cta-011.webonly .cta-title {
    position: relative;
    top: 0;
    left: 50%;
    max-width: 335px;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .cta-011 .cta-title:before,
  .cta-011 .cta-title:after {
    content: none;
  }
  .cta-011 .cta-title small {
    font-size: 12px;
  }
}
/* tel
-----------------------*/
.cta-011 .cta-tel {
  text-align: center;
}
.cta-011 .cta-tel-link {
  font-weight: 600;
  line-height: 1;
  color: #007B4B;
}
.cta-011 .cta-tel-link .pc {
  font-weight: 700;
  letter-spacing: -0.015em;
}
.cta-011 .cta-tel-link .number::before {
  content: "";
  width: calc(100vw * (47 / var(--lpw)));
  height: calc(100vw * (55 / var(--lpw)));
  display: inline-block;
  vertical-align: bottom;
  background: center/calc(100vw * (47 / var(--lpw))) url(../../img/cta/cta-icon-tel-green-3.svg) no-repeat;
  margin-right: calc(100vw * (15 / var(--lpw)));
}
.cta-011 .cta-tel-text {
  display: block;
  font-weight: 600;
  margin-top: calc(100vw * (10 / var(--lpw)));
  letter-spacing: 0.1em;
  color: #333;
}
.cta-011 .cta-tel-text small {
  color: #81560A;
}
@media only screen and (min-width: 1281px) {
  .cta-011 .cta-tel-link .number::before {
    width: 47px;
    height: 55px;
    background-size: 47px;
    margin-right: 15px;
  }
  .cta-011 .cta-tel-text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px){
  .cta-011 .cta-tel-link {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-tel-text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
  }
  .cta-011 .cta-tel-text small {
    font-size: 14px;
  }
  .cta-011 .cta-tel-link {
    display: block;
    text-align: center;
    background-color: #007B4B;
    color: #fff;
    font-weight: 600;
    padding: 27px 0 24px;
    font-size: 20px;
    border-radius: 70px;
    box-shadow: 0 7px 1px #005534;
    margin-top: 10px;
    max-width: 335px;
    margin-inline: auto;
    z-index: 1;
  }
  .cta-011 .cta-tel-icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
    fill: #fff;
    top: -3px;
  }
}
/* web
-----------------------*/
.cta-011 .cta-web {
  margin-top: calc(100vw * (30 / var(--lpw)));
}
.cta-011 .cta-web-item {
  display: block;
  text-align: center;
  background-color: #E05D0E;
  color: #fff;
  font-weight: 600;
  padding: calc(100vw * (25 / var(--lpw))) 0 calc(100vw * (26 / var(--lpw)));
  font-size: clamp( 1px, calc(100vw * 24 / var(--lpw)), 24px );
  border-radius: calc(100vw * (70 / var(--lpw)));
  box-shadow: 0 calc(100vw * 7 / var(--lpw)) 1px #833101;
  margin-top: calc(100vw * (10 / var(--lpw)));
  width: 100%;
  max-width: calc(100vw * (450 / var(--lpw)));
  margin-inline: auto;
  z-index: 1;
}
.cta-011 .cta-web-item:active {
  box-shadow: 0 calc(100vw * 5 / var(--lpw)) 1px #833101;
  top: 5px;
}
.cta-011 .cta-mail-icon {
  display: inline-block;
  width: calc(100vw * (30 / var(--lpw)));
  height: calc(100vw * (30 / var(--lpw)));
  margin-right: calc(100vw * (5 / var(--lpw)));
  vertical-align: middle;
  fill: #fff;
  top: calc(100vw * (-3 / var(--lpw)));
}
.cta-011 .cta-arrow-icon {
  right: calc(100vw * (20 / var(--lpw)));
  position: absolute;
  top: calc(50% - calc(100vw * (13 / var(--lpw))));
  width: calc(100vw * (25 / var(--lpw)));
  height: calc(100vw * (25 / var(--lpw)));
}
@media only screen and (min-width: 1281px) {
  .cta-011 .cta-web {
    margin-top: 30px;
  }
  .cta-011 .cta-web-item {
    padding: 25px 0 26px;
    border-radius: 70px;
    box-shadow: 0 7px 1px #833101;
    margin-top: 10px;
    max-width: 450px;
  }
  .cta-011 .cta-web-item:active {
    box-shadow: 0 5px 1px #833101;
    top: 5px;
  }
  .cta-011 .cta-mail-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    top: -3px;
  }
  .cta-011 .cta-arrow-icon {
    right: 20px;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-web {
    margin-top: 30px;
  }
  .cta-011 .cta-web-item {
    max-width: 375px;
    font-size: 20px;
    border-radius: 80px;
    box-shadow: 0 7px 1px #833101;
    padding: 25px 0 22px;
  }
  .cta-011 .cta-web-item span{
    margin-left: -10px;
  }
  .cta-011 .cta-mail-icon {
    width: 27px;
    height: 27px;
    top: -2px;
    left: -10px;
  }
  .cta-011 .cta-arrow-icon {
    right: 19px;
    top: calc(50% - 10px);
    width: 22px;
    height: 22px;
  }
}

/* line
-----------------------*/
.cta-011.cta-store .cta-line a:after {
  content: '';
  display: block;
  width: calc(100vw * (295 / var(--lpw)));
  height: calc(100vw * (30 / var(--lpw)));
  background: url(../../img/line/line_catch_long_07B53A.svg) no-repeat center center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(100vw * (-12 / var(--lpw)));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cta-011.cta-store .cta-web {
  margin-top: calc(100vw * 20 / var(--lpw));
}
.cta-011.cta-store .cta-line-item {
  display: block;
  text-align: center;
  background-color: #07B53A;
  color: #fff;
  font-weight: 600;
  padding: calc(100vw * 28 / var(--lpw)) 0 calc(100vw * 23 / var(--lpw));
  font-size: clamp( 1px, calc(100vw * 24 / var(--lpw)), 24px );
  border-radius: 70px;
  box-shadow: 0 calc(100vw * 7 / var(--lpw)) 0 #08821F;
  margin-top: calc(100vw * 10 / var(--lpw));
  max-width: calc(100vw * 450 / var(--lpw));
  margin-inline: auto;
  z-index: 1;
}
.cta-011.cta-store .cta-line-text {
  font-weight: 400;
  margin-top: calc(100vw * 15 / var(--lpw));
  text-align: center;
}
.cta-011.cta-store .cta-line-icon {
  display: inline-block;
  width: calc(100vw * 30 / var(--lpw));
  height: calc(100vw * 30 / var(--lpw));
  margin-right: calc(100vw * 5 / var(--lpw));
  vertical-align: middle;
  fill: #fff;
  top: calc(100vw * -3 / var(--lpw));
}
.cta-011.cta-store .cta-line-icon .st0 {
  fill: none;
}
.cta-011.cta-store .cta-line .cta-arrow-icon {
  top: calc(50% - calc(100vw * (11 / var(--lpw))));
  transform: rotate(-90deg);
  margin-left: 0;
}
@media only screen and (min-width: 1281px) {
  .cta-011.cta-store .cta-line a:after {
    width: 295px;
    height: 30px;
    top: -12px;
  }
  .cta-011.cta-store .cta-web {
    margin-top: 20px;
  }
  .cta-011.cta-store .cta-line-item {
    padding: 28px 0 23px;
    border-radius: 70px;
    box-shadow: 0 7px 0 #08821F;
    margin-top: 10px;
    max-width: 450px;
  }
  .cta-011.cta-store .cta-line-text {
    margin-top: 15px;
  }
  .cta-011.cta-store .cta-line-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    top: -3px;
  }
  .cta-011.cta-store .cta-line-icon .st0 {
    fill: none;
  }
  .cta-011.cta-store .cta-line .cta-arrow-icon {
    top: calc(50% - 11px);
    transform: rotate(-90deg);
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px){
  .cta-011.cta-store .cta-line {
    margin-top: 30px;
  }
  .cta-011.cta-store .cta-line a:after {
    width: 244px;
    height: 24px;
    background: url(../../img/line/line_catch_long_07B53A.svg) no-repeat center center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -11px;
  }
  .cta-011.cta-store .cta-web {
    margin-top: 20px;
  }
  .cta-011.cta-store .cta-line-item {
    margin-top: 10px;
    max-width: 450px;
    box-shadow: 0 7px 0 #08821F;  
    font-size: 20px;
    padding: 25px 0 22px;
  }
  .cta-011.cta-store .cta-line-item span {
    margin-left: -10px;
  }
  .cta-011.cta-store .cta-line-text {
    margin-top: 15px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .cta-011.cta-store .cta-line-icon {
    width: 27px;
    height: 27px;
    top: -2px;
    left: -10px;
  }
  .cta-011.cta-store .cta-line .cta-arrow-icon {
    top: calc(50% - 9px);
  }
}
/* Store
-----------------------*/
.cta-011 .cta-store {
  margin-top: calc(100vw * (30 / var(--lpw)));
}
.cta-011 .cta-store-item {
  display: block;
  text-align: center;
  background-color: #D01B1E;
  color: #fff;
  font-weight: 600;
  padding: calc(100vw * (25 / var(--lpw))) 0 calc(100vw * (26 / var(--lpw)));
  font-size: clamp( 1px, calc(100vw * 24 / var(--lpw)), 24px );
  border-radius: calc(100vw * (70 / var(--lpw)));
  box-shadow: 0 calc(100vw * 7 / var(--lpw)) 1px #881113;
  margin-top: calc(100vw * (10 / var(--lpw)));
  width: 100%;
  max-width: calc(100vw * (450 / var(--lpw)));
  margin-inline: auto;
  z-index: 1;
}
.cta-011 .cta-store-item:active {
  box-shadow: 0 calc(100vw * 5 / var(--lpw)) 1px #881113;
  top: 5px;
}
.cta-011 .cta-store-icon {
  display: inline-block;
  width: calc(100vw * (30 / var(--lpw)));
  height: calc(100vw * (30 / var(--lpw)));
  margin-right: calc(100vw * (5 / var(--lpw)));
  vertical-align: middle;
  fill: #fff;
  top: calc(100vw * (-3 / var(--lpw)));
}
.cta-011 .cta-arrow-icon {
  right: calc(100vw * (20 / var(--lpw)));
  position: absolute;
  top: calc(50% - calc(100vw * (13 / var(--lpw))));
  width: calc(100vw * (25 / var(--lpw)));
  height: calc(100vw * (25 / var(--lpw)));
}
@media only screen and (min-width: 1281px) {
  .cta-011 .cta-store {
    margin-top: 30px;
  }
  .cta-011 .cta-store-item {
    padding: 25px 0 26px;
    border-radius: 70px;
    box-shadow: 0 7px 1px #881113;
    margin-top: 10px;
    max-width: 450px;
  }
  .cta-011 .cta-store-item:active {
    box-shadow: 0 5px 1px #881113;
    top: 5px;
  }
  .cta-011 .cta-store-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    top: -3px;
  }
  .cta-011 .cta-arrow-icon {
    right: 20px;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 768px){
  .cta-011 .cta-store {
    margin-top: 30px;
  }
  .cta-011 .cta-store-item {
    max-width: 375px;
    font-size: 20px;
    border-radius: 80px;
    box-shadow: 0 7px 1px #881113;
    padding: 25px 0 22px;
  }
  .cta-011 .cta-store-item span{
    margin-left: -10px;
  }
  .cta-011 .cta-store-icon {
    width: 27px;
    height: 27px;
    top: -2px;
    left: -10px;
  }
  .cta-011 .cta-arrow-icon {
    right: 19px;
    top: calc(50% - 10px);
    width: 22px;
    height: 22px;
  }
}