/* =========================================================
   Font Load
========================================================= */
@font-face {
  font-family: "MOBO-Bold";
  src: url("/wp-content/themes/swell_child/fonts/MOBO-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   改行切り分け 
========================================================= */

.br-sp br{
	display:none !important;
}
@media screen and (max-width: 767px) {
	.br-sp br{
		display:block !important;
	}
}

/* =========================================================
   UAEヘッダー：追従ヘッダー
========================================================= */
/* 通常ヘッダーだけ追従 */
#masthead {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background: #fff;
}

/* =========================================================
   Snipet : パンくずリスト
========================================================= */
#breadcrumb-header {
  position: static;
  z-index: 1;
  background: #fff;
  font-size: 11px;
  line-height: 1.6;
  color: #777;
  padding: 10px 0;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#breadcrumb-header a {
  color: #666;
  text-decoration: none;
}

#breadcrumb-header a:hover {
  color: #e47911;
}

#breadcrumb-header .current-item {
  color: #999;
}

@media (max-width: 767px) {
  #breadcrumb-header {
    padding: 6px 16px;
  }
}

/* =========================================================
   LP Page CSS
========================================================= */

html,
body {
  overflow-x: hidden;
}

.overflow-hidden-section {
  position: relative;
  overflow: hidden;
}

.overflow-hidden-section {
  position: relative;
  overflow: hidden;
}

@media (min-width: 960px) {
    .-parallel .l-header__logo {
    width: 40%;
    }
	
    .l-header.-parallel .w-header {
    width: 60%;
    }
}
        
    .banner-bubble{
      position: relative;
      display: inline-block;
      background: #fff;
      padding: 8px 16px;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,.25);
    }
    
    .banner-bubble::after{
      content:"";
      position:absolute;
      left: 50%;
      bottom: -8px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff;
      filter: drop-shadow(0 3px 2px rgba(0,0,0,.15));
    }
    
    /* CTAボタンを基準にバッジを出す */
    .cta-btn{
      position: relative;
      display: inline-block;
    }
    
    /* 無料バッジ */
    .cta-btn::before{
      content: "無料";
      position: absolute;
      left: 10px;
      top: -15px;
      width: 43px;
      height: 43px;
      border-radius: 999px;
        font-family: "Noto Sans JP";
      background: #fff;
      color: #f08d1a;
      border: 1.4px solid #F88231;
        font-style: normal;
      font-weight: 900;
        line-height: 20px;
      font-size: 14px;
      display: grid;
      place-items: center;
      z-index: 5;
      box-shadow: 1px 2px 4px 0 rgba(112,51,19,0.4);
    }
    
    .slanted-line-left, .slanted-line-right {
        display: inline-block;
        font-weight: bold;
        margin: 0px;
        vertical-align: middle;
    }
    
    .slanted-line-left {
        transform: rotate(15deg);
    }
    
    .slanted-line-right {
        transform: rotate(-15deg);
    }
    
    .off-price {
        font-family: "Noto Sans JP";
        font-weight: 900;
        color: #F88231;
        line-height: 1;
        text-shadow: 
            2px 2px 0 #FFF9F4,
           -2px 2px 0 #FFF9F4,
            2px -2px 0 #FFF9F4,
           -2px -2px 0 #FFF9F4,
            0px 2px 0 #FFF9F4,
            0px -2px 0 #FFF9F4,
            2px 0px 0 #FFF9F4,
           -2px 0px 0 #FFF9F4;
    }
    
    .off-price-large {
        font-size: 19px;
    }
    
    .off-price-small {
        font-size: 15px;
    }
    
    .peace-of-mind-hukidashi {
        position: relative;
        overflow: visible !important;
    }
    
    .peace-of-mind-hukidashi::after {
        content: "";
        display: block;
        position: absolute;
        
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 20px 0 20px;
        border-color: #E47911 transparent transparent transparent;
        
        z-index: 10;
    }
    
    .slash-left,
    .slash-right{
      display: inline-block;
      transform-origin: center;
      line-height: 1;
      position: relative;
    }
    
    .slash-left{
      transform: rotate(-23deg);
      top: 6px;
      right: 2px;
    }
    
    .slash-right{
      transform: rotate(23deg);
      top: 6px;
      left: 2px;
    }
    
    /* 黄色の下線マーカー */
    .flow-highlight{
      position: relative;
      display: inline-block;
      z-index: 1;
    }
    
    .flow-highlight::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0.3em;
      width: 100%;
      height: 0.48em;
      background: #efe45c;
      z-index: -1;
    }
    
    .review-deco{
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }
    
    .review-deco::after{
      content: "";
      position: absolute;
      width: 259px;
      height: 210px;
      background: #E47911;
      border-radius: 0 0 0 999px;
        top: 0%;
        right: 0%;
      z-index: 0;
    }
    
    @media (max-width: 767px){
        .review-deco::after{
            width: 95px;
            height: 77px;
        }
        
        .review-deco:before{
            width:122px;
            height:82px;
        }
    }
    .review-deco::before{
      content: "";
      position: absolute;
      width: 289px;
      height: 194px;
      background: #E47911;
      border-radius: 0 9999px 0 0;
      /* 左端から大きくはみ出し + 縦は中央基準 */
      top: 100%;
      transform: translateY(-100%);
      z-index: 0;
    }
    
    .review-deco > *{
      position: relative;
      z-index: 1;
    }
    
    .ecocute-form{
      max-width: 430px;
      width: 90%;
      margin: 0 auto;
    }
    
    .ecocute-form .cf7-field{
      margin-bottom: 18px;
    }
    
    .ecocute-form .cf7-label{
      display: block;
      font-size: 15px;
      font-weight: 700;
      color: #222;
      line-height: 1.6;
      margin-bottom: 5px;
    }
    
    .ecocute-form .required-badge,
    .ecocute-form .optional-badge{
      display: inline-block;
      margin-left: 6px;
      padding: 2px 5px;
      border-radius: 2px;
      font-size: 10px;
      font-weight: 700;
      line-height: 1.2;
      vertical-align: middle;
    }
    
    .ecocute-form .required-badge{
      background: #ff2e2e;
      color: #fff;
    }
    
    .ecocute-form .optional-badge{
      background: #d9d9d9;
      color: #fff;
    }
    
    .ecocute-form p{
      margin: 0;
    }
    
    .ecocute-form br{
      display: none;
    }
    
    .ecocute-form .wpcf7-form-control-wrap{
      display: block;
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    .ecocute-form input,
    .ecocute-form select,
    .ecocute-form textarea{
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    
    .ecocute-form input[type="text"],
    .ecocute-form input[type="email"],
    .ecocute-form input[type="tel"],
    .ecocute-form select,
    .ecocute-form textarea{
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #cfcfcf;
      background: #fff;
      border-radius: 2px;
      color: #333;
      font-size: 13px;
      padding: 9px 11px;
      box-shadow: none;
    }
    
    .ecocute-form input[type="text"],
    .ecocute-form input[type="email"],
    .ecocute-form input[type="tel"]{
      height: 32px;
    }
    
    .ecocute-form select{
      height: 38px;
      padding: 0 36px 0 11px;
      line-height: 38px;
      appearance: none;
      -webkit-appearance: none;
    }
    
    .ecocute-form textarea{
      min-height: 120px;
      resize: vertical;
      padding-top: 10px;
    }
    
    .ecocute-form ::placeholder{
      color: #9a9a9a;
      opacity: 1;
    }
    
    .ecocute-form .cf7-section-note{
      margin: 14px 0 12px;
      padding: 6px 10px;
      background: #fff5eb;
      border-left: 3px solid #f08200;
      color: #f08200;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.5;
    }
    
    .ecocute-form .cf7-example-row{
      display: grid;
      grid-template-columns: auto auto;
      align-items: start;
      gap: 6px;
      margin: 8px 0 10px;
      justify-content: center;
    }
    
    .ecocute-form .cf7-example-row .cf7-example{
      justify-self: end;
      margin: 0 !important;
      font-size: 10px;
      color: #666;
      line-height: 1.4;
      padding-top: 2px;
    }
    
    .ecocute-form .cf7-example-row .cf7-example p{
      margin: 0 !important;
    }
    
    .ecocute-form .cf7-example-row .cf7-sample-image{
      justify-self: start;
      text-align: center;
      margin: 0 !important;
    }
    
    .ecocute-form .cf7-example-row .cf7-sample-image p{
      margin: 0 !important;
    }
    
    .ecocute-form .cf7-example-row .cf7-sample-image img{
      display: inline-block;
      width: auto;
      max-width: 140px;
      height: auto;
      border: none;
    }
    
    .ecocute-form input[type="file"]{
      width: 100%;
      font-size: 11px;
      line-height: 1.3;
      margin-top: 4px;
    }
    
    .ecocute-form .cf7-submit-wrap{
      text-align: center;
      margin-top: 26px;
    }
    
    .ecocute-form input[type="submit"]{
      appearance: none;
      -webkit-appearance: none;
      border: none;
      border-bottom: 4px solid #c45300;
      border-radius: 6px;
      background: linear-gradient(180deg, #ff8a1e 0%, #ff6d00 100%);
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      padding: 14px 28px;
      cursor: pointer;
      box-shadow: none;
      transition: opacity .2s ease;
      width: 100%;
      max-width: 100%;
      display: block;
    }
    
    .ecocute-form input[type="submit"]:hover{
      opacity: .9;
    }
    
    .ecocute-form .wpcf7-not-valid-tip{
      margin-top: 4px;
      font-size: 11px;
      line-height: 1.4;
    }
    
    .ecocute-form .wpcf7-spinner{
      display: block;
      margin: 10px auto 0;
    }
    
    @media (max-width: 767px){
      .ecocute-form{
        max-width: 100%;
        width: 100%;
      }
    
      .ecocute-form .cf7-label{
        font-size: 14px;
      }
    
      .ecocute-form input[type="text"],
      .ecocute-form input[type="email"],
      .ecocute-form input[type="tel"],
      .ecocute-form select,
      .ecocute-form textarea{
        font-size: 13px;
      }
    
      .ecocute-form .cf7-example-row{
        grid-template-columns: auto auto;
        justify-content: center;
        gap: 6px;
      }
    
      .ecocute-form .cf7-example-row .cf7-sample-image img{
        max-width: 130px;
      }
    
      .ecocute-form input[type="submit"]{
        width: 100%;
        max-width: 100%;
      }
    }