@charset "utf-8";
/* このCSSは、グループページ、フリーページ、商品ページ使えます */
:root{
  --l-sec-spc: var(--sec-spc, clamp( 60px, 8vw, 100px));
  --l-bg-c-main: var(--c-lightBlue);
  --l-theme-c-main: var(--theme-c-main, #bf2020);
  --l-theme-c-sub: var(--theme-c-sub, var(--c-khaki));
  --l-txt-c-base: var(--txt-c-base, #2c2c2c);
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: var(--c-white)fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}
.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}

/* l-heading */
.l-heading{
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px){
  .l-heading{
    font-size: var(--fz-25, 25px);
    margin-bottom: var(--spc-30, 30px);
  }
}
@media screen and (max-width: 767px){
  .l-heading{
    font-size: 19px;
    margin-bottom: clamp( 15px, 1.7vw, 20px);
  }
}

/* l-subHeading */
.l-subHeading{
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 500;
  margin-bottom: clamp( 15px, 1.7vw, 20px);
}
.l-heading+.l-subHeading::before{
  content: none;
}
@media screen and (min-width: 768px){
  .l-subHeading{
    font-size: var(--fz-18, 20px);
  }
  .l-heading+.l-subHeading{
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px){
  .l-subHeading{
    font-size: 16px;
  }
  .l-heading+.l-subHeading{
    margin-top: -5px;
  }
}

/* l-cols */
@media screen and (min-width: 768px){
  .l-cols{
    display: flex;
    gap: var(--spc-30);
  }
  .l-cols__item{
    flex: 1;
  }
}
@media screen and (max-width: 767px){
  .l-cols{
    display: grid !important;
    gap: clamp( 15px, 1.7vw, 20px)
  }
}

/* l-figure */
.l-figure{
  margin-bottom: 0;
}
.l-figure img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.l-figure figcaption{
  text-align: center;
  font-size: var(--fz-14, 14px);
  margin-top: var(--spc-10, 10px);
  margin-bottom: 0;
}
*+.l-figure{
  margin-top: 20px;
}

/* l-paragraph */
.l-paragraph{
  font-size: clamp(13px, 1.4vw, 15px);
  margin-top: clamp( 15px, 1.7vw, 20px);
  margin-bottom: clamp( 15px, 1.7vw, 20px);
  letter-spacing: 0.1em;
}
.l-cols .l-paragraph{
  font-size: clamp(12px, 1.3vw, 14px);
}
.l-paragraph--sm{
  font-size: clamp(12px, 1.3vw, 14px);
  margin-top: clamp( 15px, 1.7vw, 20px);
  margin-bottom: clamp( 15px, 1.7vw, 20px);
}
.l-paragraph--lg{
  font-size: clamp(16px, 1.7vw, 18px);
  margin-top: clamp( 15px, 2.3vw, 20px);
  margin-bottom: clamp( 15px, 2.3vw, 20px);
}
.l-paragraph[class*="center"]{
  text-align: center;
}
.l-paragraph[class*="right"]{
  text-align: right;
}
/* l-btn */
.l-btn{
  display: block !important;
}
.l-btn :is(a,.wp-block-button__link){
  display: flex;
  justify-content: center;
  align-items: center;
	font-weight: 600;
	letter-spacing: 0.2em;
  background-color: var(--c-gray-400) !important;
  color: var(--c-white) !important;
	/* border: 1px solid var(--l-txt-c-base); */
	border-radius: 2px;
  text-align: center;
  position: relative;
  font-weight: var(--fw-base);
}
.l-btn a:after,
.l-btn .wp-block-button__link:after{
	content: "";
	display: inline-block;
	--this-mask: var(--data-icon-btn-arrow) no-repeat center center / 100%;
	mask: var(--this-mask);
	-webkit-mask: var(--this-mask);
	background-color: var(--c-white);
	aspect-ratio: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (hover: hover){
  .l-btn :is(a:hover,.wp-block-button__link:hover){
    opacity: 1;
    background-color: var(--l-bg-c-main);
  }
}
@media screen and (min-width: 768px){
  .l-btn{
    width: 100%;
    max-width: 300px;
    margin: var(--spc-50) auto 0;
  }
  .l-btn :is(a,.wp-block-button__link){
    min-height: 50px;
  }
  .l-btn a:after,
  .l-btn .wp-block-button__link:after{
    width: 10px;
		right: 10px;
  }
  .wp-block-button__link{
    font-size: var(--fz-12) !important;
  }
}
@media screen and (max-width: 767px){
  .l-btn{
    width: 100%;
    max-width: 336px;
    margin: clamp( 15px, 1.7vw, 20px) auto 0;
  }
  .l-btn :is(a,.wp-block-button__link){
    min-height: 60px;
  }
  .l-btn a:after,
  .l-btn .wp-block-button__link:after{
    width: 10px;
		right: 10px;
  }
  .wp-block-button__link{
    font-size: var(--fz-12) !important;
  }
}
.l-btn .wp-block-button{
  display: block;
  width: 100%;
}
.l-btn .wp-block-button__link{
  color: unset;
  background: unset;
}
/* l-freeBtn */
.l-freeBtn--color1.l-btn :is(a,.wp-block-button__link){
  background-color: var(--l-theme-c-main) !important;
  border: 1px solid var(--l-theme-c-main) !important;
  color: var(--c-white) !important;
}
.l-freeBtn--color1.l-btn a:after,
.l-freeBtn--color1.l-btn .wp-block-button__link:after,
.l-freeBtn--color2.l-btn a:after,
.l-freeBtn--color2.l-btn .wp-block-button__link:after{
  background-color: var(--c-white);
}
.l-freeBtn--color2.l-btn :is(a,.wp-block-button__link){
  background-color: var(--l-theme-c-sub) !important;
  border: 1px solid var(--l-theme-c-sub) !important;
  color: var(--c-white) !important;
}
@media screen and (min-width: 768px){
  .l-freeBtn.l-btn[class*="left"]{
    margin: var(--spc-50) 0 0 0 !important;
  }
  .l-freeBtn.l-btn[class*="right"]{
    margin: var(--spc-50) 0 0 auto !important;
  }
  .l-btn a:after, .l-btn .wp-block-button__link:after{
    width: 7px;
    top: 50%;
    right: 15px;
    transition: .3s ease-in;
  }
}
@media screen and (max-width: 767px){
  .l-freeBtn.l-btn[class*="left"]{
    margin: 20px 0 0 0;
  }
  .l-freeBtn.l-btn[class*="right"]{
    margin: 20px 0 0 auto;
  }
  .l-btn a:after, .l-btn .wp-block-button__link:after{
    width: 7px;
    top: 50%;
    right: 8px;
  }
}
@media (hover: hover){
  .l-btn .wp-block-button__link:hover{
    opacity: 1;
    background-color: var(--c-black) !important;
  } 
    .l-btn .wp-block-button__link:hover:after{
        right: 10px;
    }
}
/* l-txtLink */
.l-txtLink{
  display: flex;
  margin-top: 20px;
}
.l-txtLink[class*="center"]{
  justify-content: center;
}
.l-txtLink[class*="right"]{
  justify-content: flex-end;
}
.l-txtLink :is(a,.wp-block-button__link){
  background: unset;
  color: var(--c-gold);
  text-decoration: underline;
  display: block;
  width: fit-content;
  padding: 0 30px;
}
@media (hover: hover){
  .l-txtLink a:hover{
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px){
  .l-txtLink{
    margin-top: clamp( 15px, 1.7vw, 20px);
  }
}

/* l-slick */
.l-slick{
  display: block !important;
  opacity: 0;
	transition: opacity .3s linear;
}
.l-slick.slick-initialized,
.l-slick.block-editor-block-list__block{
  opacity: 1;
}
.l-slick__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--c-gray-300);
  aspect-ratio: 1;
  z-index: 2;
  transition: .3s;
}
.l-slick__arrow::before{
  content: "";
  display: inline-block;
  --this-mask: var(--data-icon-slide-arrow) no-repeat center center / 35%;
  mask: var(--this-mask);
  -webkit-mask: var(--this-mask);
  background-color: var(--c-white);
  aspect-ratio: 1/1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.l-slick__arrow--prev{
  left: 0;
}
.l-slick__arrow--next{
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.hcp-heading-img-text-button .wp-block-image .aligncenter{
  width: 100%;
}
@media (hover: hover){
  .l-slick__arrow:hover{
    cursor: pointer;
    opacity: 1;
  }
  .l-slick__arrow:hover::before{
    background-color: var(--c-white);
  }
}
@media screen and (min-width: 768px){
  /* .l-slick{
    padding-inline: var(--spc-40);
  } */
  .l-slick__arrow{
    width: 30px;
  }
}
@media screen and (max-width: 767px){
  /* .l-slick{
    padding-inline: 30px;
  } */
  .l-slick__arrow{
    width: 20px;
  }
  .wp-block-image.l-figure{
    margin-bottom: 0;
  }
}
.block-editor-block-list__block.l-figure.l-slideTxt__slide__item{
  margin-bottom: clamp( 15px, 1.7vw, 20px);
}

/* l-slideTxt */
.l-slideTxt{
  margin-bottom: var(--l-sec-spc);
}
.l-slideTxt__slide{
  margin-top: 20px;
}
.l-slideTxt__slide.is-layout-flex{
  display: block;
}
@media screen and (max-width: 767px){
 .l-slideTxt .l-paragraph{
  margin-top: 0;
 } 
  .l-slideTxt .l-slideTxt__slide{
    margin-top: 0;
  }
}

/* l-imgTxt */
.l-imgTxt{
  margin-bottom: var(--l-sec-spc);
}

/* l-txt */
.l-txt{
  margin-bottom: var(--l-sec-spc);
}

/* l-img2Txt */
.l-img2Txt{
  margin-bottom: var(--l-sec-spc);
}

/* l-card2Col */
.l-card2Col{
  margin-bottom: var(--l-sec-spc);
}
.l-card2Col .l-subHeading{
  text-align: center;
}
.l-card2Col .l-subHeading::before{
  content: none;
}
.l-card2Col .l-figure{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .l-card2Col .l-cols{
    gap: 40px;
  }
  .l-card2Col .l-figure{
  margin-bottom: clamp( 15px, 1.7vw, 20px);
}
}
/* l-card3Col */
.l-card3Col{
  margin-bottom: var(--l-sec-spc);
}
.l-card3Col .l-subHeading{
  text-align: center;
}
.l-card3Col .l-subHeading::before{
  content: none;
}
.l-card3Col .l-figure{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .l-card3Col .l-cols{
    gap: 40px;
  }
  .l-card3Col .l-figure{
  margin-bottom: clamp( 15px, 1.7vw, 20px);
}
}

/* l-tileImgs */
.l-tileImgs{
  margin-bottom: var(--l-sec-spc);
}
.l-tileImgs .l-cols{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: var(--spc-20);
}
.l-tileImgs .l-cols__item .wp-block{
  margin-bottom: 0;
  margin-top: 0;
}


/* l-colTxtImgRight */
.l-colTxtImgRight{
  margin-bottom: var(--l-sec-spc);
}
@media screen and (min-width: 768px){
  .l-colTxtImgRight.l-cols{
    align-items: flex-start;
  }
}

/* l-colTxtImgLeft */
.l-colTxtImgLeft{
  margin-bottom: var(--l-sec-spc);
}
@media screen and (min-width: 768px){
  .l-colTxtImgLeft.l-cols{
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px){
  .l-colTxtImgLeft.l-cols{
    display: flex;
    flex-direction: column-reverse;
  }
}

/* l-bgBox */
.l-bgBox{
  background-color: var(--l-bg-c-main);
  margin-bottom: var(--l-sec-spc);
  padding: clamp( 20px, 2.5vw, 30px) clamp( 15px, 2vw, 30px);
  border-radius: 8px;
}

/* l-bdBox */
.l-bdBox{
  border: 1px solid var(--l-txt-c-base);
  margin-bottom: var(--l-sec-spc);
  padding: clamp( 20px, 2.5vw, 30px) clamp( 15px, 2vw, 30px);
  border-radius: 8px;
}

/* l-mediaTxt */
.l-mediaTxt{
  margin-bottom: var(--l-sec-spc);
}
.l-mediaTxt .l-subHeading::before{
  content: none;
}
@media screen and (min-width: 768px){
  .l-mediaTxt .l-cols{
    margin-bottom: var(--spc-50);
  }
  .l-mediaTxt .l-btn{
    margin: var(--spc-30) auto 0 0;
  }
  .l-mediaTxt .l-cols__item:first-child{
    flex: unset;
    width: 300px;
  }
}
@media screen and (max-width: 767px){
  .l-mediaTxt .l-cols{
    margin-bottom: 40px;
  }
  .l-mediaTxt .l-figure{
    width: 60%;
    margin-inline: auto;
  }
}

/* l-mediaLargeTxt */
.l-mediaLargeTxt{
  margin-bottom: var(--l-sec-spc);
}
.l-mediaLargeTxt .l-subHeading::before{
  content: none;
}
@media screen and (min-width: 768px){
  .l-mediaLargeTxt .l-cols{
    margin-bottom: var(--spc-50);
  }
  .l-mediaLargeTxt .l-btn{
    margin: 30px auto 0 0;
  }
}
@media screen and (max-width: 767px){
  .l-mediaLargeTxt .l-cols{
    margin-bottom: 40px;
  }
}

/* l-tileColBg */
.l-tileColBg{
  --this-gap: 8px;
  --this-padding: clamp( 15px, 1.7vw, 20px);
  margin-bottom: var(--l-sec-spc);
}
.l-tileColBg .l-heading{
  background-color: var(--l-bg-c-main);
  margin-bottom: var(--this-gap);
  padding: var(--this-padding);
  text-align: left;
}
.l-tileColBg .l-subHeading{
  text-align: left;
  margin: 0;
}
.l-tileColBg .l-heading::before,
.l-tileColBg .l-subHeading::before{
  content: none;
}
.l-tileColBg .l-cols{
  gap: var(--this-gap);
  margin-top: 0;
  margin-bottom: var(--this-gap);
  align-items: stretch;
}
.l-tileColBg .l-cols__item{
  background-color: var(--l-bg-c-main);
  display: flex;
  align-items: center;
  padding: var(--this-padding);
}
.l-tileColBg .l-paragraph{
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .l-tileColBg .l-cols__item:first-child{
    flex: unset;
    width: 300px;
  }
}


/* l-tileColWhite */
.l-tileColWhite{
  --this-gap: 8px;
  --this-padding: clamp( 15px, 1.7vw, 20px);
  margin-bottom: var(--l-sec-spc);
}
.l-tileColWhite .l-heading{
  margin-bottom: var(--this-gap);
  padding: var(--this-padding);
  border-bottom: 1px solid var(--l-txt-c-base);
  text-align: left;
}
.l-tileColWhite .l-subHeading{
  text-align: left;
  margin: 0;
}
.l-tileColWhite .l-heading::before,
.l-tileColWhite .l-subHeading::before{
  content: none;
}
.l-tileColWhite .l-cols{
  gap: var(--this-gap);
  margin-top: 0;
  margin-bottom: var(--this-gap);
  align-items: stretch;
}
.l-tileColWhite .l-cols__item{
  display: flex;
  align-items: center;
  padding: var(--this-padding);
}
.l-tileColWhite .l-paragraph{
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .l-tileColWhite .l-cols__item:first-child{
    flex: unset;
    width: 300px;
  }
}
@media screen and (max-width: 768px){
    .l-tileColWhite .l-cols__item{
    padding-bottom: 0;
  }
  .l-tileColWhite .wp-block-column-is-layout-flow:has(.l-paragraph){
    padding-top: 0;
  }
}


/* l-readMore */
.l-readMore{
  margin-bottom: var(--l-sec-spc);
}
.l-readMore .l-cols{
  border: 1px solid var(--l-txt-c-base);
  padding: clamp( 20px, 2.5vw, 30px) clamp( 15px, 2vw, 30px);
}
.l-readMore .l-cols+.l-cols{
  margin-top: clamp( 20px, 2.5vw, 30px);
}
.l-readMore .l-subHeading::before{
  content: none;
}
.l-readMore p:has(a){
  margin-top: clamp( 15px, 1.7vw, 20px);
}
.l-readMore p:has(a) a{
  color: var(--c-gold);
  text-decoration: underline;
}
.l-readMore p:has(a)[class*="center"]{
  text-align: center;
}
.l-readMore p:has(a)[class*="left"]{
  text-align: left;
}
.l-readMore p:has(a)[class*="right"]{
  text-align: right;
}
.l-readMore .wp-block{
  margin: 0;
}
@media screen and (min-width: 768px){
  .l-readMore .l-cols{
    align-items: flex-start;
  }
  .l-readMore .l-cols .l-cols__item:first-child{
    flex: unset;
    width: 300px;
  }
}
/* l-readMore--ttlOnBox */
.l-readMore--ttlOnBox{
  position: relative;
}
.l-readMore--ttlOnBox .l-cols{
  border-radius: 8px;
  padding-top: clamp( 35px, 4vw, 50px);
}
.l-readMore--ttlOnBox .l-heading{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: clamp( 15px, 2vw, 30px);
  background-color: var(--c-white);
  padding-inline: 15px;
  z-index: 2;
}
.l-readMore--ttlOnBox .l-heading::before{
  content: none;
}
.l-readMore--ttlOnBox :is(ul,ol).l-freeList{
  margin-bottom: 0;
}

/* .l-list--ttlOnBox */
.l-list--ttlOnBox{
  border-radius: 8px;
  border: 1px solid var(--l-txt-c-base);
  padding: clamp(20px, 2.5vw, 30px) clamp(15px, 2vw, 30px);
  padding-top: clamp( 35px, 4vw, 50px);
  position: relative;
}
.block-editor-block-list__block.l-list--ttlOnBox .l-heading{
  transform: translateY(-180%);
}

/* l-readMore--labelHeading */
.l-readMore--labelHeading .l-heading{
  margin-bottom: 0;
  background-color: var(--l-theme-c-main);
  color: var(--c-white);
  padding-block: clamp( 10px, 1.2vw, 15px);
}
.l-readMore--labelHeading .l-heading::before{
  content: none;
}
.l-readMore--labelHeading .l-cols{
  border-top: none;
}

/* l-tileCol--readMore */
.l-tileCol--readMore{
  position: relative;
  display: grid;
  overflow: hidden;
}
.l-tileCol--readMore.is-active{
  max-height: none;
}
.l-btn--readMore{
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.l-tileCol--readMore.is-active .l-btn--readMore{
  display: none !important;
}
.l-tileCol--readMore::after{
  height: 200px;
  content: "";
  display: inline-block;
  background: linear-gradient(180deg, transparent 0%, var(--c-white) 100%);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-tileCol--readMore.is-active::after{
  display: none;
}
.l-btn--readMore a::after,
.l-btn--readMore .wp-block-button__link:after{
  top: 45%;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: 0 0;
}
.l-tileColReadMoreContainer{
  gap: 0px;
}
.l-tileColReadMoreContainer .l-heading{
  width: 100%;
}
@media screen and (min-width: 768px){
  .l-tileCol--readMore{
    max-height: 900px;
  }
  .l-tileColReadMoreContainer:not(:first-child){
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px){
  .l-tileCol--readMore{
    max-height: 1200px;
  }
  .l-tileColReadMoreContainer:not(:first-child){
    margin-top: 40px;
  }
}
.block-editor-block-list__block.l-tileCol--readMore{
  max-height: none;
}
.block-editor-block-list__block.l-tileCol--readMore::after{
  content: none;
}
.block-editor-block-list__block.l-btn--readMore{
  position: static;
  bottom: unset;
  left: unset;
  transform: unset;
}

/* l-freeTtl */
.l-freeTtl{
  margin-bottom: 30px;
}
.l-freeTtl--bg{
  border-left: 5px solid var(--l-theme-c-main);
  background: var(--l-bg-c-main);
}
.l-freeTtl--bd{
  border: 3px double var(--l-txt-c-base);
  border-left: none;
  border-right: none;
}
.l-freeTtl--bdl{
  border-left: 5px solid var(--c-gold);
}
.l-freeTtl--ballon mark{
  display: block;
  text-align: center;
  color: var(--c-white);
  padding-block: 10px;
  position: relative;
}
.l-freeTtl--ballon mark::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: inherit;
  aspect-ratio: 15/10;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30px;
  height: 15px;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px){
  h2.l-freeTtl{
    font-size: 20px;
  }
  h3.l-freeTtl{
    font-size: 18px;
  }
  h2.l-freeTtl--bg{
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  h2.l-freeTtl--bd{
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  h2.l-freeTtl--bdl{
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  h3.l-freeTtl--bg{
    padding: 10px 20px;
    margin-bottom: 25px;
  }
  h3.l-freeTtl--bd{
    padding: 10px 20px;
    margin-bottom: 25px;
  }
  h3.l-freeTtl--bdl{
    padding: 10px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px){
  h2.l-freeTtl{
    font-size: 18px;
  }
  h3.l-freeTtl{
    font-size: 16px;
  }
  h2.l-freeTtl--bg{
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  h2.l-freeTtl--bd{
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  h2.l-freeTtl--bdl{
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  h3.l-freeTtl--bg{
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  h3.l-freeTtl--bd{
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  h3.l-freeTtl--bdl{
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}

/* l-balloon */
.l-balloon{
  margin-bottom: var(--l-sec-spc);
  align-items: flex-start;
}
.l-balloon--r{
  flex-direction: row-reverse;
}
.l-balloon .l-figure img{
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.l-balloon__figure{
  flex-basis: unset !important;
  flex-grow: unset !important;
  flex: unset;
}
.l-balloon__txt{
  flex: 1;
  --this-bg-color: var(--l-bg-c-main);
  background-color: var(--this-bg-color);
  border-radius: 10px;
  padding: clamp( 15px, 2.5vw, 30px);
  position: relative;
}
.l-balloon__txt::before{
  content: "";
  display: inline-block;
  background: var(--this-bg-color);
  aspect-ratio: 15 / 18;
  position: absolute;
}
.l-balloon--l .l-balloon__txt::before{
  right: 100%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.l-balloon--r .l-balloon__txt::before{
  left: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-balloon__txt .l-paragraph{
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .l-balloon{
    gap: var(--spc-50);
  }
  .l-balloon__figure{
    width: 150px;
  }
  .l-balloon__txt::before{
    width: 25px;
    top: 30px;
  }
}
@media screen and (max-width: 767px){
  .l-balloon.l-cols{
    display: flex !important;
    gap: 30px;
  }
  .l-balloon__figure{
    width: 60px;
  }
  .l-balloon__txt::before{
    width: 15px;
    top: 25px;
  }
  .l-balloon__txt .l-paragraph{
    font-size: 12px;
  }
}

/* youtubeと動画 */
figure:has(iframe[src*="https://www.youtube.com/embed/"]),
figure:has(video){
  margin-bottom: var(--l-sec-spc);
}
figure :is(iframe[src*="https://www.youtube.com/embed/"],video){
  display: block;
  width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/* l-imgBox */
.l-imgBox{
  margin-bottom: var(--l-sec-spc);
  border-width: clamp( 3px, 0.5vw, 4px);
  position: relative;
  padding: clamp( 15px, 2.5vw, 30px);
  padding-top: clamp( 30px, 3vw, 40px);
}
.l-imgBox .l-figure{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: clamp( 15px, 2.5vw, 30px);
  z-index: 2;
  width: 50px;
}
.l-imgBox .l-figure img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.l-imgBox .l-paragraph{
  margin-top: 0;
}
.l-imgBox--double{
  border-style: double;
  border-color: var(--l-txt-c-base);
}
.l-imgBox--thick{
  border-style: solid;
  border-color: var(--l-theme-c-main);
}
.l-imgBox--dashed{
  border-style: dashed;
  border-color: var(--l-theme-c-main);
}


/* l-quote */
blockquote.l-quote{
  border-left: 10px solid var(--l-theme-c-main);
  background-color: var(--l-bg-c-main);
  position: relative;
  margin-bottom: var(--l-sec-spc);
}
blockquote.l-quote::before{
  content: "“";
  font-family: '游ゴシック体', 'Yu Gothic', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, sans-serif;
  position: absolute;
  color: var(--l-theme-c-main);
  line-height: 1;
}
blockquote.l-quote::after{
  content: none;
}
blockquote.l-quote cite{
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}
blockquote.l-quote cite::before{
  content: "";
  display: inline-block;
  background: var(--l-txt-c-base);
  width: 50px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px){
  blockquote.l-quote{
    padding: 30px 30px 30px 100px;
  }
  blockquote.l-quote::before{
    font-size: 100px;
    top: 10px;
    left: 20px;
  }
}
@media screen and (max-width: 767px){
  blockquote.l-quote{
    padding: 20px 20px 20px 60px;
  }
  blockquote.l-quote::before{
    font-size: 80px;
    top: 10px;
    left: 10px;
  }
}

/* l-freeList */
:is(ul,ol).l-freeList{
  margin-bottom: var(--l-sec-spc);
}
:is(ul,ol).l-freeList *::marker{
  font-size: 0;
}
ol.l-freeList--num{
  counter-reset: original-counter;
}
:is(ul,ol).l-freeList li{
  position: relative;
}
:is(ul,ol).l-freeList li:not(:last-child){
  margin-bottom: clamp( 10px, 1.3vw, 15px);
}
:is(ul,ol).l-freeList--check li::before,
ol.l-freeList--num li::before{
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  background-color: var(--l-theme-c-main);
  color: var(--c-white);
  font-weight: bold;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
}
:is(ul,ol).l-freeList--check li::before{
  content: "✔";
}
ol.l-freeList--num li::before{
  content: ''counter(original-counter);
  counter-increment: original-counter;
}
@media screen and (min-width: 768px){
  :is(ul,ol).l-freeList li{
    padding-left: 40px;
  }
  :is(ul,ol).l-freeList--check li::before,
  ol.l-freeList--num li::before{
    top: 0px;
    width: 25px;
    font-size: 14px;
        letter-spacing: 0;
  }
}
@media screen and (max-width: 767px){
  :is(ul,ol).l-freeList li{
    padding-left: 30px;
  }
  :is(ul,ol).l-freeList--check li::before,
  ol.l-freeList--num li::before{
    top: 3px;
    width: 20px;
    font-size: 10px;
    letter-spacing: 0;
  }
}


/* l-productList__list */
.l-productList{
  margin-bottom: var(--l-sec-spc);
}
.l-productList__list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--this-item-width), 1fr));
  gap: 20px !important;
}
.l-productList :where(.is-layout-flex){
  gap: 0;
}
.l-productList__item__thumb{
  margin-bottom: 10px !important;
}
.l-productList__item__thumb img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.l-productList__item__price{
  margin-top: 10px !important;
  text-align: right;
}
/* .l-productList__item__price::before{
  content: "¥";
} */
.l-productList__item__link{
  width: 100%;
  justify-content: center;
  margin-top: 10px !important;
}
.l-productList__item__link a{
  display: block;
  width: 100% !important;
  text-align: center;
  padding: 0 !important;
  font-size: 12px;
}
@media screen and (min-width: 768px){
  .l-productList__list{
    --this-item-width: 160px;
  }
}
@media screen and (max-width: 767px){
  .l-productList__list{
    --this-item-width: 140px;
  }
}
/* 追加 */
@media screen and (max-width: 767px){
  .wp-block-columns.l-cols.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex{
    margin-bottom: clamp( 15px, 1.7vw, 20px);
  }
}
.has-text-align-right a{
  font-size: var(--fz-12);
}
@media screen and (max-width: 767px){
  .wp-block-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: 15%!important;
  }
}
