@charset "utf-8";
/* このCSSは、グループページ、フリーページ、商品ページ使えます */
/* 共通 */
:root{
  --L_BTN_COLOR: #2d2d2d;
  --L_BGCOLOR_GRAY: var(--BGCOLOR_GRAY_1);
  --L_BDCOLOR_GRAY: var(--BDCOLOR_GRAY_1);
  --L_BDCOLOR_BLACK: #2d2d2d;
  --L_MARK: #fff799;
  --L_TEXT_RED: #ff0000;
}
.l-container h2,
.l-container h3{
  font-weight: bold;
}
.l-container h2 mark{
  background: linear-gradient(transparent 70%, var(--L_MARK) 30%);
}
.l-container h2 u{
  text-decoration: none;
  border-bottom: 1px solid var(--L_BDCOLOR_BLACK);
}
span.l_heading--bgcolorGray{
  background-color: var(--L_BGCOLOR_GRAY);
  display: inline-block;
}
.l_heading--bdcolorBlack{
  border-left: 5px solid var(--L_BDCOLOR_BLACK);
}
.l_heading--center{
  text-align: center;
}
.product-detail strong{
  font-weight: bold;
}
.product-detail u{
  text-decoration: none;
  border-bottom: 1px solid var(--L_BDCOLOR_BLACK);
}
.product-detail span.l-text__red{
  color: var(--L_TEXT_RED);
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .l-container{
    padding: var(--GENERALSEC) 0;
  }
  .l-container h2{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .l-container h3{
    font-size: 18px;
  }
  .l-container > [class*="l-"]{
    margin-bottom: 70px;
  }
  span.l_heading--bgcolorGray{
    padding: 8px 15px;
  }
  .l_heading--bdcolorBlack{
    padding-left: 15px;
  }

}
@media screen and (max-width: 767px){
  .l-container{
    padding: var(--GENERALSEC_HALF) 0 var(--GENERALSEC);
  }
  .l-container h2{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .l-container h3{
    font-size: 16px;
  }
  .l-container > [class*="l-"]{
    margin-bottom: 40px;
  }
  span.l_heading--bgcolorGray{
    padding: 5px 12px;
  }
  .l_heading--bdcolorBlack{
    padding-left: 10px;
  }

}

/* l-btn */
.l-btn{
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--L_BTN_COLOR);
  border: 1px solid var(--L_BTN_COLOR);
  color: var(--WHITE);
  border-radius: 70px;
  margin-left: auto;
  margin-right: auto;
}
.l-btn--reverse{
  background-color: var(--WHITE);
  color: var(--L_BTN_COLOR);
}
@media (hover: hover){
  .l-btn:hover{
    background-color: var(--WHITE);
    color: var(--L_BTN_COLOR);
    opacity: 1;
  }
  .l-btn--reverse:hover{
    background-color: var(--L_BTN_COLOR);
    color: var(--WHITE);
    opacity: 1;
  }
}
@media screen and (min-width: 768px){
  .l-btn{
    padding: 10px 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px){
  .l-btn{
    padding: 8px 0;
    max-width: 300px;
  }
}

/* l-imageWithText */
.l-imageWithText{
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH_S);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px){
  .l-imageWithText > img{
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px){
  .l-imageWithText > img{
    margin-bottom: 8px;
  }
}

/* l-imageListWithText */
.l-imageListWithText{
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH_S);
  margin-left: auto;
  margin-right: auto;
}
.l-imageListWithText > ul:has(li img){
  display: grid;
}
@media screen and (min-width: 768px){
  .l-imageListWithText > ul:has(li img){
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px){
  .l-imageListWithText > ul:has(li img){
    gap: 10px;
    margin-bottom: 8px;
  }
}

/* l-imageTitleTextList */
.l-imageTitleTextList{
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH_S);
  margin-left: auto;
  margin-right: auto;
}
.l-imageTitleTextList > ul:has(li img){
  display: grid;
}
@media screen and (min-width: 768px){
  .l-imageTitleTextList > ul:has(li img){
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .l-imageTitleTextList > ul:has(li img) li img{
    margin-bottom: 10px;
  }
  .l-imageTitleTextList > ul:has(li img) li h3{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px){
  .l-imageTitleTextList > ul:has(li img){
    gap: 30px;
  }
  .l-imageTitleTextList > ul:has(li img) li img{
    margin-bottom: 8px;
  }
  .l-imageTitleTextList > ul:has(li img) li h3{
    margin-bottom: 3px;
  }
}

/* l-imageTextSide */
.l-imageTextSide{
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH_S);
  margin-left: auto;
  margin-right: auto;
}
.l-imageTextSide > ul:has(li div){
  display: grid;
}
@media screen and (min-width: 768px){
  .l-imageTextSide > ul:has(li div){
    gap: 50px;
  }
  .l-imageTextSide > ul > li:has(div){
    display: flex;
    gap: 30px;
  }
  .l-imageTextSide > ul > li:has(div) img,
  .l-imageTextSide > ul > li:has(div) div{
    flex: 1;
  }
  .l-imageTextSide__reverse{
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px){
  .l-imageTextSide > ul:has(li div){
    gap: 30px;
  }
  .l-imageTextSide > ul > li:has(div) img{
    margin-bottom: 8px;
  }
  .l-imageTextSide > ul > li:has(div) h3{
    margin-bottom: 3px;
  }
}

/* l-productList */
.l-productList > ul:has(li .l-btn){
  display: grid;
}
@media screen and (min-width: 768px){
  .l-productList > ul:has(li .l-btn){
    grid-template-columns: repeat(3,1fr);
    gap: 50px 30px;
  }
  .l-productList > ul:has(li .l-btn) img{
    margin-bottom: 10px;
  }
  .l-productList > ul:has(li .l-btn) p{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  .l-productList > ul:has(li .l-btn){
    grid-template-columns: repeat(2,1fr);
    gap: 40px 10px;
  }
  .l-productList > ul:has(li .l-btn) img{
    margin-bottom: 8px;
  }
  .l-productList > ul:has(li .l-btn) p{
    margin-bottom: 12px;
    font-size: 12px;
  }
  .l-productList > ul:has(li .l-btn) .l-btn{
    font-size: 12px;
  }
}

/* l-textLinkContainer */
.l-textLinkContainer--bgcolorGray{
  background-color: var(--L_BGCOLOR_GRAY);
  border: 1px solid var(--L_BGCOLOR_GRAY);
}
.l-textLinkContainer--bdcolorGray{
  border: 1px solid var(--L_BDCOLOR_GRAY);
}
@media screen and (min-width: 768px){
  .l-textLinkContainer{
    padding: 40px 30px;
  }
  .l-textLinkContainer .l-btn{
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px){
  .l-textLinkContainer{
    padding: 20px 15px;
  }
  .l-textLinkContainer .l-btn{
    margin-top: 20px;
  }
}


/* l-table */
.l-table table{
  width: 100%;
}
.l-table tr{
  display: flex;
  flex-wrap: wrap;
}
.l-table--bgcolorGray th,
.l-table--bgcolorGray td{
  background-color: var(--L_BGCOLOR_GRAY);
}
@media screen and (min-width: 768px){
  .l-table td,
  .l-table th{
    padding: 25px 30px;
  }
  .l-table th{
    width: 30%;
  }
  .l-table td{
    flex: 1;
  }
  .l-table--bdcolorGray tr:first-child th,
  .l-table--bdcolorGray tr:first-child td{
    border-top: 1px solid var(--L_BDCOLOR_GRAY);
  }
  .l-table--bdcolorGray th,
  .l-table--bdcolorGray td{
    border-bottom: 1px solid var(--L_BDCOLOR_GRAY);
  }
  .l-table--bdcolorGray th{
    position: relative;
  }
  .l-table--bdcolorGray th::after{
    content: "";
    display: inline-block;
    background: var(--L_BDCOLOR_GRAY);
    width: 1px;
    height: calc(100% - 30px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-table--bgcolorGray tr{
    gap: 10px;
  }
  .l-table--bgcolorGray tr:not(:first-child) th,
  .l-table--bgcolorGray tr:not(:first-child) td{
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px){
  .l-table td,
  .l-table th{
    width: 100%;
  }
  .l-table th{
    padding: 15px 10px 0;
  }
  .l-table td{
    padding: 15px 10px;
  }
  .l-table--bdcolorGray tr:first-child th{
    border-top: 1px solid var(--L_BDCOLOR_GRAY);
  }
  .l-table--bdcolorGray td{
    border-bottom: 1px solid var(--L_BDCOLOR_GRAY);
  }
  .l-table--bgcolorGray tr:not(:first-child) th{
    margin-top: 10px;
  }
}

/* 個別余白調整用クラス */
.mgb10{
	margin-bottom: 10px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgb30{
	margin-bottom: 30px;
}
.mgb40{
	margin-bottom: 40px;
}
.mgb50{
	margin-bottom: 50px;
}
.mgb60{
	margin-bottom: 60px;
}
.mgb70{
	margin-bottom: 70px;
}
.mgb80{
	margin-bottom: 80px;
}
.mgb90{
	margin-bottom: 90px;
}
.mgb100{
	margin-bottom: 100px;
}


/* l-series */
.l-series{
  display: grid;
  background-color: var(--L_BGCOLOR_GRAY);
}
.l-series__heading{
  display: flex;
  flex-direction: column;
}
.l-series__heading span{
  display: inline-block;
  width: fit-content;
  background-color: var(--WHITE);
  font-weight: var(--FF_W_B);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  .l-series{
    width: var(--INNER_WIDTH);
    max-width: var(--PC_MAX_WIDTH_S);
    margin: 0 auto;
    padding: var(--GAP_50);
    grid-template-columns: clamp(300px, 30vw, 337px) 1fr;
    align-items: center;
    gap: var(--GAP_60);
  }
  .l-container > .l-series{
    margin-bottom: 0;
  }
  .l-series__heading{
    gap: var(--GAP_20);
    margin-bottom: var(--GAP_30);
  }
  .l-series__heading span{
    font-size: var(--FZ_28);
    padding: 8px 18px 10px;
  }
  .l-series__pcWrap{
    position: relative;
    z-index: 2;
  }
  .l-series__photo{
    position: relative;
    z-index: 1;
  }
  .l-series__txt p{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .l-container{
    --SLIDE_WIDTH: 88%;
  }
  .l-series{
    padding: 38px 0 30px;
  }
  .l-series__heading{
    order: 1;
    padding-left: calc((100% - var(--INNER_WIDTH)) / 2);
    gap: 7px;
    position: relative;
    z-index: 2;
  }
  .l-series__heading span{
    font-size: 18px;
    padding: 4px 8px 6px;
  }
  .l-series__photo{
    order: 2;
    width: var(--SLIDE_WIDTH);
    margin: -20px 0 0 auto;
    position: relative;
    z-index: 1;
  }
  .l-series__txt{
    width: var(--INNER_WIDTH);
    margin: 20px auto 0;
    order: 3;
    position: relative;
    z-index: 1;
  }
  .l-series__txt p{
    font-size: 12px;
    line-height: 1.7;
  }
}

/* l-example */
.l-example{
  display: grid;
  width: var(--INNER_WIDTH);
  max-width: var(--PC_MAX_WIDTH_S);
}
.l-container .l-example{
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .l-example{
    margin: 40px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--GAP_60);
  }
  .l-example figcaption{
    font-size: var(--FZ_14);
    margin-top: var(--GAP_20);
  }
  .l-example .l-example__text{
    font-size: var(--FZ_14);
    margin-top: var(--GAP_20);
  }
}
@media screen and (max-width: 767px){
  .l-example{
    margin: 30px auto 0;
    padding: 0 30px;
    gap: 40px;
  }
  .l-example figcaption{
    font-size: 12px;
    margin-top: 10px;
  }
  .l-example .l-example__text{
    font-size: 12px;
    margin-top: 10px;
  }
  .l-example li .l-scene__photo{
    width: 100%;
  }
}

/* l-scene */
.l-scene{
  position: relative;
  z-index: 0;
}
.l-scene__heading{
  font-weight: var(--FF_W_B);
  text-align: center;
}
.l-scene__wrap{
  position: relative;
  z-index: 0;
}
.l-scene__wrap::before{
  content: "";
  display: inline-block;
  background: var(--L_BGCOLOR_GRAY);
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
}
.l-scene__txt{
  background-color: var(--WHITE);
}
@media screen and (min-width: 768px){
  .l-scene{
    margin-top: var(--GAP_100);
  }
  .l-scene__svgAnime{
    width: 49%;
    left: 0;
    top: -3%;
    max-width: 450px;
  }
  .l-container .l-scene__heading{
    font-size: var(--FZ_22);
    margin-bottom: var(--GAP_30);
  }
  .l-scene__wrap::before{
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-scene__container{
    width: var(--INNER_WIDTH);
    max-width: var(--PC_MAX_WIDTH_S);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: var(--GAP_60);
  }
  .l-scene__txt{
    padding: var(--GAP_20);
    margin: 0 var(--GAP_20) 0 var(--GAP_40);
  }
  .l-scene__txt p{
    font-size: var(--FZ_16);
  }
}
@media screen and (max-width: 767px){
  .l-scene{
    margin-top: 83px;
  }
  .l-scene__svgAnime{
    width: 80%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
  }
  .l-scene__heading{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .l-scene__wrap{
    padding-bottom: 30px;
  }
  .l-scene__wrap::before{
    height: 70%;
    bottom: 0;
    left: 0;
  }
  .l-scene__container{
    display: grid;
  }
  .l-scene__txt{
    order: 2;
    width: var(--INNER_WIDTH);
    margin: 28px auto 0;
    padding: 20px;
  }
  .l-scene__txt p{
    font-size: 12px;
  }
  .l-scene__photo{
    order: 1;
    width: var(--SLIDE_WIDTH);
    margin-left: auto;
  }
}